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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 03:54:30
  Author: fyan
Revision: 173983

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 173982, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 173982, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 173982, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 173982, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 173982, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 01:54:30 UTC (rev 173983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.6
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('958fe8636ef49b947493fd23ea1522d51e82e6acc87cb9e5038398e25fa5d188')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 173982, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-05-07 01:54:30 UTC 
(rev 173983)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
173982, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 01:54:30 UTC (rev 173983)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.6
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-04-09 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 17:38:57
  Author: fyan
Revision: 169909

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 169908, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 169908, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 169908, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 169908, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 169908, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-09 15:38:57 UTC (rev 169909)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.4
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1fc5e407580ebfa8196f714928a5362ce215f916b96bbf5ab15c17b0b47573f3')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 169908, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-04-09 15:38:57 UTC 
(rev 169909)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
169908, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-09 15:38:57 UTC (rev 169909)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.4
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-03-10 Thread Felix Yan
Date: Friday, March 11, 2016 @ 07:10:08
  Author: fyan
Revision: 166016

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 166015, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 166015, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 166015, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 166015, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 166015, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-11 06:10:08 UTC (rev 166016)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.4
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1fc5e407580ebfa8196f714928a5362ce215f916b96bbf5ab15c17b0b47573f3')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 166015, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-03-11 06:10:08 UTC 
(rev 166016)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
166015, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-11 06:10:08 UTC (rev 166016)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.4
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:08:30
  Author: fyan
Revision: 164588

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 164587, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 164587, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 164587, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 04:08:30 UTC (rev 164588)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.3
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6816ba600c8cbd14ce9fe89f8e101dedf10dda43d2a178576324678c1722d589')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-03-04 04:08:30 UTC 
(rev 164588)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
164587, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 04:08:30 UTC (rev 164588)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.3
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-02-15 Thread Felix Yan
Date: Monday, February 15, 2016 @ 09:29:24
  Author: fyan
Revision: 161601

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 161600, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 161600, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 161600, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 161600, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 161600, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 08:29:24 UTC (rev 161601)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.2
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f9a6322b9150e85c7cc33e2eafafecc0b35ed991781a2952c274d82627c9f41e')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 161600, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-02-15 08:29:24 UTC 
(rev 161601)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
161600, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 08:29:24 UTC (rev 161601)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.2
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-02-03 Thread Felix Yan
Date: Thursday, February 4, 2016 @ 03:38:57
  Author: fyan
Revision: 160145

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 160144, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 160144, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 160144, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 160144, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 160144, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-04 02:38:57 UTC (rev 160145)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=8
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 160144, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-02-04 02:38:57 UTC 
(rev 160145)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
160144, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-04 02:38:57 UTC (rev 160145)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=8
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-01-29 Thread Felix Yan
Date: Saturday, January 30, 2016 @ 06:20:24
  Author: fyan
Revision: 159452

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 159451, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 159451, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 159451, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 159451, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 159451, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-30 05:20:24 UTC (rev 159452)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=7
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 159451, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-01-30 05:20:24 UTC 
(rev 159452)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
159451, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-30 05:20:24 UTC (rev 159452)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=7
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-01-17 Thread Felix Yan
Date: Monday, January 18, 2016 @ 03:06:47
  Author: fyan
Revision: 157302

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 157301, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 157301, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 157301, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 157301, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 157301, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-18 02:06:47 UTC (rev 157302)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=5
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 157301, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-01-18 02:06:47 UTC 
(rev 157302)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
157301, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-18 02:06:47 UTC (rev 157302)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=5
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-01-16 Thread Felix Yan
Date: Sunday, January 17, 2016 @ 04:57:39
  Author: fyan
Revision: 157049

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 157048, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 157048, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 157048, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 157048, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 157048, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-17 03:57:39 UTC (rev 157049)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=4
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 157048, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-01-17 03:57:39 UTC 
(rev 157049)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
157048, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-17 03:57:39 UTC (rev 157049)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=4
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-01-15 Thread Felix Yan
Date: Saturday, January 16, 2016 @ 03:22:59
  Author: fyan
Revision: 156769

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 156768, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 156768, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 156768, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 156768, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 156768, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-16 02:22:59 UTC (rev 156769)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=3
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 156768, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-01-16 02:22:59 UTC 
(rev 156769)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
156768, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-16 02:22:59 UTC (rev 156769)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=3
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 09:36:20
  Author: fyan
Revision: 155276

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 155275, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 155275, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 155275, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 155275, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 155275, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-04 08:36:20 UTC (rev 155276)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 155275, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-01-04 08:36:20 UTC 
(rev 155276)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
155275, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-04 08:36:20 UTC (rev 155276)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2015-12-30 Thread Felix Yan
Date: Wednesday, December 30, 2015 @ 10:25:34
  Author: fyan
Revision: 154967

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 154966, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 154966, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 154966, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 154966, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 154966, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-30 09:25:34 UTC (rev 154967)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ae38875a01312070cc1f59aba6687b7b8619416f426299ab126e08023c22309c')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 154966, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2015-12-30 09:25:34 UTC 
(rev 154967)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
154966, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-30 09:25:34 UTC (rev 154967)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.1
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 19:06:44
  Author: foutrelis
Revision: 152503

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 152502, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 152502, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 152502, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 152502, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 152502, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 18:06:44 UTC (rev 152503)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6533d47843209659ea0158f7a091eb9fae466bfe3af818e404a17c0e3bcb83bb')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 152502, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2015-12-10 18:06:44 UTC 
(rev 152503)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
152502, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 18:06:44 UTC (rev 152503)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2015-11-29 Thread Felix Yan
Date: Monday, November 30, 2015 @ 02:56:31
  Author: fyan
Revision: 147937

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 147936, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 147936, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 147936, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 147936, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 147936, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-30 01:56:31 UTC (rev 147937)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6533d47843209659ea0158f7a091eb9fae466bfe3af818e404a17c0e3bcb83bb')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 147936, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2015-11-30 01:56:31 UTC 
(rev 147937)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
147936, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-30 01:56:31 UTC (rev 147937)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2015-10-21 Thread Felix Yan
Date: Thursday, October 22, 2015 @ 03:05:29
  Author: fyan
Revision: 144657

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 144656, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 144656, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 144656, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 144656, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 144656, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-22 01:05:29 UTC (rev 144657)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.5.1
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('651fddf1641b2a92eae5acad77711b03df466b4a0d4a7d7c6d70b6d2b8e6062b')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-conduit.install 
(from rev 144656, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2015-10-22 01:05:29 UTC 
(rev 144657)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
144656, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-22 01:05:29 UTC (rev 144657)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.5.1
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")

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

2015-10-12 Thread Felix Yan
Date: Tuesday, October 13, 2015 @ 06:10:02
  Author: fyan
Revision: 143850

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

Added:
  haskell-conduit/repos/community-i686/
  haskell-conduit/repos/community-i686/PKGBUILD
(from rev 143849, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-i686/haskell-conduit.install
(from rev 143849, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-x86_64/
  haskell-conduit/repos/community-x86_64/PKGBUILD
(from rev 143849, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-x86_64/haskell-conduit.install
(from rev 143849, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-i686/PKGBUILD  |   43 +
 community-i686/haskell-conduit.install   |   18 
 community-x86_64/PKGBUILD|   43 +
 community-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-i686/PKGBUILD (from rev 143849, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 04:10:02 UTC (rev 143850)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b100cdb428731923205372dded60b6529d33728f69a0eb951a01f53c182c2a46')
+
+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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-i686/haskell-conduit.install (from rev 
143849, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-i686/haskell-conduit.install  (rev 0)
+++ community-i686/haskell-conduit.install  2015-10-13 04:10:02 UTC (rev 
143850)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-x86_64/PKGBUILD (from rev 143849, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-13 04:10:02 UTC (rev 143850)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"