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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:58:37 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:58:36
  Author: felixonmars
Revision: 260183

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

Added:
  haskell-docopt/repos/community-i686/PKGBUILD
    (from rev 260182, haskell-docopt/trunk/PKGBUILD)
  haskell-docopt/repos/community-x86_64/PKGBUILD
    (from rev 260182, haskell-docopt/trunk/PKGBUILD)
Deleted:
  haskell-docopt/repos/community-i686/PKGBUILD
  haskell-docopt/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   43 -----------------------
 community-x86_64/PKGBUILD |   43 -----------------------
 3 files changed, 80 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-23 16:57:58 UTC (rev 260182)
+++ community-i686/PKGBUILD	2017-09-23 16:58:36 UTC (rev 260183)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=docopt
-pkgname=haskell-docopt
-pkgver=0.7.0.5
-pkgrel=2
-pkgdesc="A command-line interface parser that will make you smile"
-url="https://github.com/docopt/docopt.hs"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-parsec" "haskell-th-lift")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('15790808a4896bbf0748c1c0f3ab63c07aea4621d95b93a39886813f829d05ee')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -ftemplate-haskell
-    runhaskell Setup build
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-docopt/repos/community-i686/PKGBUILD (from rev 260182, haskell-docopt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-23 16:58:36 UTC (rev 260183)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=docopt
+pkgname=haskell-docopt
+pkgver=0.7.0.5
+pkgrel=3
+pkgdesc="A command-line interface parser that will make you smile"
+url="https://github.com/docopt/docopt.hs"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-parsec" "haskell-th-lift")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('68c46287573cbf6cb0e2f01ba117f70a6598e3581f1ca2de6920909b37d8851651d41438a51ae363cb51bd06422e9dba4aa948320e32f904c4b950e764c7e635')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -ftemplate-haskell
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-23 16:57:58 UTC (rev 260182)
+++ community-x86_64/PKGBUILD	2017-09-23 16:58:36 UTC (rev 260183)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=docopt
-pkgname=haskell-docopt
-pkgver=0.7.0.5
-pkgrel=2
-pkgdesc="A command-line interface parser that will make you smile"
-url="https://github.com/docopt/docopt.hs"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-parsec" "haskell-th-lift")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('15790808a4896bbf0748c1c0f3ab63c07aea4621d95b93a39886813f829d05ee')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -ftemplate-haskell
-    runhaskell Setup build
-    runhaskell Setup register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-
-    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-docopt/repos/community-x86_64/PKGBUILD (from rev 260182, haskell-docopt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-23 16:58:36 UTC (rev 260183)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=docopt
+pkgname=haskell-docopt
+pkgver=0.7.0.5
+pkgrel=3
+pkgdesc="A command-line interface parser that will make you smile"
+url="https://github.com/docopt/docopt.hs"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-parsec" "haskell-th-lift")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('68c46287573cbf6cb0e2f01ba117f70a6598e3581f1ca2de6920909b37d8851651d41438a51ae363cb51bd06422e9dba4aa948320e32f904c4b950e764c7e635')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -ftemplate-haskell
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}



More information about the arch-commits mailing list