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

Felix Yan felixonmars at archlinux.org
Wed Jan 25 08:00:37 UTC 2017


    Date: Wednesday, January 25, 2017 @ 08:00:36
  Author: felixonmars
Revision: 208983

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

Added:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
    (from rev 208982, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD
    (from rev 208982, haskell-conduit-combinators/trunk/PKGBUILD)
Deleted:
  haskell-conduit-combinators/repos/community-i686/PKGBUILD
  haskell-conduit-combinators/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-25 07:59:40 UTC (rev 208982)
+++ community-i686/PKGBUILD	2017-01-25 08:00:36 UTC (rev 208983)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=conduit-combinators
-pkgname=haskell-conduit-combinators
-pkgver=1.0.8.3
-pkgrel=11
-pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
-url="https://github.com/snoyberg/mono-traversable"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
-         "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
-         "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random"
-         "haskell-primitive" "haskell-resourcet" "haskell-text"
-         "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
-         "haskell-void")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fmonotrav1
-    runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
-    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"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-conduit-combinators/repos/community-i686/PKGBUILD (from rev 208982, haskell-conduit-combinators/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-25 08:00:36 UTC (rev 208983)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+         "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random"
+         "haskell-primitive" "haskell-resourcet" "haskell-text"
+         "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+         "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fmonotrav1
+    runhaskell Setup build
+    runhaskell Setup haddock --hoogle --html
+    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"
+    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-25 07:59:40 UTC (rev 208982)
+++ community-x86_64/PKGBUILD	2017-01-25 08:00:36 UTC (rev 208983)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=conduit-combinators
-pkgname=haskell-conduit-combinators
-pkgver=1.0.8.3
-pkgrel=11
-pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
-url="https://github.com/snoyberg/mono-traversable"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
-         "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
-         "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random"
-         "haskell-primitive" "haskell-resourcet" "haskell-text"
-         "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
-         "haskell-void")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3b81e379c4dcb1cb6212bcbad1d0714e46f400ebf9ae2abe23621db500406dbe')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fmonotrav1
-    runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
-    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"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-conduit-combinators/repos/community-x86_64/PKGBUILD (from rev 208982, haskell-conduit-combinators/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-25 08:00:36 UTC (rev 208983)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+         "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random"
+         "haskell-primitive" "haskell-resourcet" "haskell-text"
+         "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+         "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fmonotrav1
+    runhaskell Setup build
+    runhaskell Setup haddock --hoogle --html
+    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"
+    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list