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

Sergej Pupykin spupykin at archlinux.org
Mon Jan 11 12:53:48 UTC 2016


    Date: Monday, January 11, 2016 @ 13:53:48
  Author: spupykin
Revision: 155985

archrelease: copy trunk to community-any

Added:
  emacs-haskell-mode/repos/community-any/PKGBUILD
    (from rev 155984, emacs-haskell-mode/trunk/PKGBUILD)
  emacs-haskell-mode/repos/community-any/emacs-haskell-mode.install
    (from rev 155984, 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                   |   60 +++++++++++++++++++++----------------------
 emacs-haskell-mode.install |   22 +++++++--------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-11 12:53:40 UTC (rev 155984)
+++ PKGBUILD	2016-01-11 12:53:48 UTC (rev 155985)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Gleidson <gleidson.echeli at gmail.com>
-
-pkgname=emacs-haskell-mode
-pkgver=13.14.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/v$pkgver.tar.gz)
-md5sums=('c7fe947e44d9d90e96e331690a9aec4d')
-
-build() {
-  cd $srcdir/haskell-mode-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/haskell-mode-$pkgver
-  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -dm0755 $pkgdir/usr/share/doc/$pkgname
-  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
-  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
-  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
-#  cp -a examples $pkgdir/usr/share/doc/$pkgname/
-}

Copied: emacs-haskell-mode/repos/community-any/PKGBUILD (from rev 155984, emacs-haskell-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-11 12:53:48 UTC (rev 155985)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gleidson <gleidson.echeli at gmail.com>
+
+pkgname=emacs-haskell-mode
+pkgver=13.16
+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/v$pkgver.tar.gz)
+md5sums=('6f3a08cb9907578a807b49c8cb4bbd49')
+
+build() {
+  cd $srcdir/haskell-mode-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/haskell-mode-$pkgver
+  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -dm0755 $pkgdir/usr/share/doc/$pkgname
+  install -m0644 *.el{,c} -t $pkgdir/usr/share/emacs/site-lisp/haskell-mode
+  install -m0644 NEWS README.md $pkgdir/usr/share/doc/$pkgname
+  install -Dm0644 haskell-mode.info $pkgdir/usr/share/info/haskell-mode.info
+#  cp -a examples $pkgdir/usr/share/doc/$pkgname/
+}

Deleted: emacs-haskell-mode.install
===================================================================
--- emacs-haskell-mode.install	2016-01-11 12:53:40 UTC (rev 155984)
+++ emacs-haskell-mode.install	2016-01-11 12:53:48 UTC (rev 155985)
@@ -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 155984, emacs-haskell-mode/trunk/emacs-haskell-mode.install)
===================================================================
--- emacs-haskell-mode.install	                        (rev 0)
+++ emacs-haskell-mode.install	2016-01-11 12:53:48 UTC (rev 155985)
@@ -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