[arch-commits] Commit in hasktags/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Feb 24 03:14:12 UTC 2017


    Date: Friday, February 24, 2017 @ 03:14:11
  Author: felixonmars
Revision: 213673

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hasktags/repos/community-i686/PKGBUILD
    (from rev 213672, hasktags/trunk/PKGBUILD)
  hasktags/repos/community-x86_64/PKGBUILD
    (from rev 213672, hasktags/trunk/PKGBUILD)
Deleted:
  hasktags/repos/community-i686/PKGBUILD
  hasktags/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-24 03:13:37 UTC (rev 213672)
+++ community-i686/PKGBUILD	2017-02-24 03:14:11 UTC (rev 213673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=hasktags
-pkgver=0.69.2.1
-pkgrel=1
-pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
-url="http://github.com/MarcWeber/hasktags"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr \
-            -f-debug
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hasktags/repos/community-i686/PKGBUILD (from rev 213672, hasktags/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-24 03:14:11 UTC (rev 213673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=hasktags
+pkgver=0.69.3
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr \
+            -f-debug
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-24 03:13:37 UTC (rev 213672)
+++ community-x86_64/PKGBUILD	2017-02-24 03:14:11 UTC (rev 213673)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=hasktags
-pkgver=0.69.2.1
-pkgrel=1
-pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
-url="http://github.com/MarcWeber/hasktags"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --prefix=/usr \
-            -f-debug
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hasktags/repos/community-x86_64/PKGBUILD (from rev 213672, hasktags/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-24 03:14:11 UTC (rev 213673)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=hasktags
+pkgver=0.69.3
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --prefix=/usr \
+            -f-debug
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}



More information about the arch-commits mailing list