[arch-commits] Commit in haskell-http-types/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:42:47
  Author: fyan
Revision: 143553

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

Added:
  haskell-http-types/repos/community-i686/PKGBUILD
(from rev 143552, haskell-http-types/trunk/PKGBUILD)
  haskell-http-types/repos/community-i686/haskell-http-types.install
(from rev 143552, haskell-http-types/trunk/haskell-http-types.install)
  haskell-http-types/repos/community-x86_64/PKGBUILD
(from rev 143552, haskell-http-types/trunk/PKGBUILD)
  haskell-http-types/repos/community-x86_64/haskell-http-types.install
(from rev 143552, haskell-http-types/trunk/haskell-http-types.install)
Deleted:
  haskell-http-types/repos/community-i686/PKGBUILD
  haskell-http-types/repos/community-i686/haskell-http-types.install
  haskell-http-types/repos/community-x86_64/PKGBUILD
  haskell-http-types/repos/community-x86_64/haskell-http-types.install

-+
 /PKGBUILD   |   78 ++
 /haskell-http-types.install |   36 
 community-i686/PKGBUILD |   39 -
 community-i686/haskell-http-types.install   |   18 --
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/haskell-http-types.install |   18 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:42:15 UTC (rev 143552)
+++ community-i686/PKGBUILD 2015-10-10 08:42:47 UTC (rev 143553)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=http-types
-pkgname=haskell-http-types
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('f8093802f61e243038d6f6da5667e66e')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-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-http-types/repos/community-i686/PKGBUILD (from rev 143552, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:42:47 UTC (rev 143553)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=1
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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   

[arch-commits] Commit in haskell-http-types/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 11:48:07
  Author: fyan
Revision: 143575

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

Added:
  haskell-http-types/repos/community-i686/PKGBUILD
(from rev 143574, haskell-http-types/trunk/PKGBUILD)
  haskell-http-types/repos/community-i686/haskell-http-types.install
(from rev 143574, haskell-http-types/trunk/haskell-http-types.install)
  haskell-http-types/repos/community-x86_64/PKGBUILD
(from rev 143574, haskell-http-types/trunk/PKGBUILD)
  haskell-http-types/repos/community-x86_64/haskell-http-types.install
(from rev 143574, haskell-http-types/trunk/haskell-http-types.install)
Deleted:
  haskell-http-types/repos/community-i686/PKGBUILD
  haskell-http-types/repos/community-i686/haskell-http-types.install
  haskell-http-types/repos/community-x86_64/PKGBUILD
  haskell-http-types/repos/community-x86_64/haskell-http-types.install

-+
 /PKGBUILD   |   80 ++
 /haskell-http-types.install |   36 +++
 community-i686/PKGBUILD |   39 
 community-i686/haskell-http-types.install   |   18 -
 community-x86_64/PKGBUILD   |   39 
 community-x86_64/haskell-http-types.install |   18 -
 6 files changed, 116 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 09:47:34 UTC (rev 143574)
+++ community-i686/PKGBUILD 2015-10-10 09:48:07 UTC (rev 143575)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-_hkgname=http-types
-pkgname=haskell-http-types
-pkgver=0.9
-pkgrel=1
-pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-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-http-types/repos/community-i686/PKGBUILD (from rev 143574, 
haskell-http-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 09:48:07 UTC (rev 143575)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=2
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
+
+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 -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock
+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"
+