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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:24:26
  Author: fyan
Revision: 152236

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 152232, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 152233, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=13
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 152232, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=13
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_6

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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 01:52:33
  Author: foutrelis
Revision: 143069

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 143068, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 143068, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 143068, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 143068, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 143068, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-06 23:52:33 UTC (rev 143069)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=11
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 143068, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2015-10-06 23:52:33 UTC (rev 143069)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 143068, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-06 23:52:33 UTC (rev 143069)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=11
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x

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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 22:28:53
  Author: foutrelis
Revision: 139833

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 139832, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 139832, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 139832, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 139832, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 139832, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 20:28:53 UTC (rev 139833)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=10
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 139832, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2015-09-10 20:28:53 UTC (rev 139833)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 139832, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-10 20:28:53 UTC (rev 139833)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=10
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 

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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 21:20:34
  Author: jelle
Revision: 130371

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 130370, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 130370, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 130370, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 130370, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 130370, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-30 19:20:34 UTC (rev 130371)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=9
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 130370, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2015-03-30 19:20:34 UTC (rev 130371)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 130370, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-30 19:20:34 UTC (rev 130371)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=9
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+d

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

2014-12-28 Thread Jelle van der Waa
Date: Sunday, December 28, 2014 @ 22:31:35
  Author: jelle
Revision: 124778

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 124777, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 124777, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 124777, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 124777, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 124777, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-28 21:31:35 UTC (rev 124778)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=8
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.4-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 124777, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2014-12-28 21:31:35 UTC (rev 124778)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 124777, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-28 21:31:35 UTC (rev 124778)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=8
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64'

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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:42:43
  Author: jelle
Revision: 115504

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 115503, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 115503, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 115503, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 115503, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 115503, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-11 20:42:43 UTC (rev 115504)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=7
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.3-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 115503, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2014-07-11 20:42:43 UTC (rev 115504)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 115503, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-11 20:42:43 UTC (rev 115504)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=7
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+d

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

2014-04-27 Thread Jelle van der Waa
Date: Sunday, April 27, 2014 @ 18:17:02
  Author: jelle
Revision: 110224

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 110223, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 110223, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 110223, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 110223, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 110223, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-27 16:17:02 UTC (rev 110224)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 110223, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2014-04-27 16:17:02 UTC (rev 110224)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 110223, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-27 16:17:02 UTC (rev 110224)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depe

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

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 13:20:25
  Author: jelle
Revision: 109325

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 109324, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 109324, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 11:20:25 UTC (rev 109325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=6
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depe

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

2013-04-24 Thread Jelle van der Waa
Date: Wednesday, April 24, 2013 @ 13:36:09
  Author: jelle
Revision: 88856

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 88855, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 88855, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 88855, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 88855, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   39 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   39 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 116 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 88855, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-24 11:36:09 UTC (rev 88856)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=5
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 88855, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2013-04-24 11:36:09 UTC (rev 88856)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 88855, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-24 11:36:09 UTC (rev 88856)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=5
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' sh)
+source

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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:20:50
  Author: td123
Revision: 83761

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 83760, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 83760, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 83760, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 83760, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   39 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   39 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 116 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 83760, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-05 04:20:50 UTC (rev 83761)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=4
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 83760, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2013-02-05 04:20:50 UTC (rev 83761)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 83760, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-05 04:20:50 UTC (rev 83761)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=4
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' sh)
+source