[arch-commits] Commit in emacs-haskell-mode/repos/community-any (4 files)

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 12:47:10 UTC 2022


    Date: Wednesday, March 2, 2022 @ 12:47:10
  Author: allan
Revision: 1139538

archrelease: copy trunk to community-any

Added:
  emacs-haskell-mode/repos/community-any/PKGBUILD
    (from rev 1139537, emacs-haskell-mode/trunk/PKGBUILD)
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install
    (from rev 1139537, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
Deleted:
  emacs-haskell-mode/repos/community-any/PKGBUILD
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install

----------------------------+
 PKGBUILD                   |   76 +++++++++++++++++++++----------------------
 emacs-haskell-mode.install |   22 ++++++------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 12:46:50 UTC (rev 1139537)
+++ PKGBUILD	2022-03-02 12:47:10 UTC (rev 1139538)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Gleidson <gleidson.echeli at gmail.com>
-
-pkgname=emacs-haskell-mode
-pkgver=17.2
-pkgrel=1
-pkgdesc="Haskell mode package for Emacs"
-arch=(any)
-license=('GPL')
-url="https://github.com/haskell/haskell-mode"
-install=emacs-haskell-mode.install
-makedepends=('emacs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/$pkgver.tar.gz)
-sha256sums=('2cd6a872c75a94ee129aab83e5c14536eba09c30afd728c79323f52a59411dbe')
-
-prepare() {
-  cd "$srcdir"/haskell-mode-$pkgver
-  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' Makefile
-}
-
-build() {
-  cd "$srcdir"/haskell-mode-$pkgver
-  export EMACS=/usr/bin/emacs
-  make
-}
-
-package() {
-  cd "$srcdir"/haskell-mode-$pkgver
-
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode
-  install -m0644 *.el -t "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode
-  cp -a build-$(emacs --version | head -n1 | cut -f3 -d' ') -t "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode/
-
-  install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m0644 NEWS README.md "$pkgdir"/usr/share/doc/$pkgname
-
-  install -Dm0644 haskell-mode.info "$pkgdir"/usr/share/info/haskell-mode.info
-}

Copied: emacs-haskell-mode/repos/community-any/PKGBUILD (from rev 1139537, emacs-haskell-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 12:47:10 UTC (rev 1139538)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gleidson <gleidson.echeli at gmail.com>
+
+pkgname=emacs-haskell-mode
+pkgver=17.2
+pkgrel=2
+pkgdesc="Haskell mode package for Emacs"
+arch=(any)
+license=('GPL')
+url="https://github.com/haskell/haskell-mode"
+install=emacs-haskell-mode.install
+makedepends=('emacs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/$pkgver.tar.gz)
+sha256sums=('2cd6a872c75a94ee129aab83e5c14536eba09c30afd728c79323f52a59411dbe')
+
+prepare() {
+  cd "$srcdir"/haskell-mode-$pkgver
+  sed -i 's|haskell-mode-pkg.el,|haskell-mode-pkg.el haskell-mode.el,|' Makefile
+}
+
+build() {
+  cd "$srcdir"/haskell-mode-$pkgver
+  export EMACS=/usr/bin/emacs
+  make
+}
+
+package() {
+  cd "$srcdir"/haskell-mode-$pkgver
+
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode
+  install -m0644 *.el -t "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode
+  cp -a build-$(emacs --version | head -n1 | cut -f3 -d' ') -t "$pkgdir"/usr/share/emacs/site-lisp/haskell-mode/
+
+  install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m0644 NEWS README.md "$pkgdir"/usr/share/doc/$pkgname
+
+  install -Dm0644 haskell-mode.info "$pkgdir"/usr/share/info/haskell-mode.info
+}

Deleted: emacs-haskell-mode.install
===================================================================
--- emacs-haskell-mode.install	2022-03-02 12:46:50 UTC (rev 1139537)
+++ emacs-haskell-mode.install	2022-03-02 12:47:10 UTC (rev 1139538)
@@ -1,11 +0,0 @@
-post_install () {
-  echo ""
-  echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
-  echo "==> for information about how to configure your ~/.emacs"
-  echo ""
-}
-
-post_upgrade () {
-  post_install $1
-}
-

Copied: emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install (from rev 1139537, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
===================================================================
--- emacs-haskell-mode.install	                        (rev 0)
+++ emacs-haskell-mode.install	2022-03-02 12:47:10 UTC (rev 1139538)
@@ -0,0 +1,11 @@
+post_install () {
+  echo ""
+  echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
+  echo "==> for information about how to configure your ~/.emacs"
+  echo ""
+}
+
+post_upgrade () {
+  post_install $1
+}
+



More information about the arch-commits mailing list