[arch-commits] Commit in haskell-blaze-html/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:29:35
  Author: fyan
Revision: 143545

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

Added:
  haskell-blaze-html/repos/community-i686/PKGBUILD
(from rev 143544, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
(from rev 143544, haskell-blaze-html/trunk/haskell-blaze-html.install)
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
(from rev 143544, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install
(from rev 143544, haskell-blaze-html/trunk/haskell-blaze-html.install)
Deleted:
  haskell-blaze-html/repos/community-i686/PKGBUILD
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install

-+
 /PKGBUILD   |   84 ++
 /haskell-blaze-html.install |   36 +++
 community-i686/PKGBUILD |   42 -
 community-i686/haskell-blaze-html.install   |   18 -
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/haskell-blaze-html.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 08:29:03 UTC (rev 143544)
+++ community-i686/PKGBUILD 2015-10-10 08:29:35 UTC (rev 143545)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=blaze-html
-pkgname=haskell-blaze-html
-pkgver=0.8.1.1
-pkgrel=1
-pkgdesc="A blazingly fast HTML combinator library for Haskell"
-url="http://jaspervdj.be/blaze;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
-
-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-blaze-html/repos/community-i686/PKGBUILD (from rev 143544, 
haskell-blaze-html/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 08:29:35 UTC (rev 143545)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.8.1.1
+pkgrel=2
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
+
+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}"
+

[arch-commits] Commit in haskell-blaze-html/repos (8 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:43:19
  Author: fyan
Revision: 143531

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

Added:
  haskell-blaze-html/repos/community-i686/PKGBUILD
(from rev 143530, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
(from rev 143530, haskell-blaze-html/trunk/haskell-blaze-html.install)
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
(from rev 143530, haskell-blaze-html/trunk/PKGBUILD)
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install
(from rev 143530, haskell-blaze-html/trunk/haskell-blaze-html.install)
Deleted:
  haskell-blaze-html/repos/community-i686/PKGBUILD
  haskell-blaze-html/repos/community-i686/haskell-blaze-html.install
  haskell-blaze-html/repos/community-x86_64/PKGBUILD
  haskell-blaze-html/repos/community-x86_64/haskell-blaze-html.install

-+
 /PKGBUILD   |   84 ++
 /haskell-blaze-html.install |   36 +++
 community-i686/PKGBUILD |   42 -
 community-i686/haskell-blaze-html.install   |   18 -
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/haskell-blaze-html.install |   18 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 07:42:44 UTC (rev 143530)
+++ community-i686/PKGBUILD 2015-10-10 07:43:19 UTC (rev 143531)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=blaze-html
-pkgname=haskell-blaze-html
-pkgver=0.8.1.0
-pkgrel=1
-pkgdesc="A blazingly fast HTML combinator library for Haskell"
-url="http://jaspervdj.be/blaze;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('fb6dc0755b578928538e867ba441525d7169fcfeaabbfc4663f06bc91b6fed31')
-
-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-blaze-html/repos/community-i686/PKGBUILD (from rev 143530, 
haskell-blaze-html/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 07:43:19 UTC (rev 143531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.8.1.1
+pkgrel=1
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
+
+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}"
+