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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 18:01:23
  Author: foutrelis
Revision: 152424

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 152422, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 152422, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 152422, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 152422, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
152422, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 17:01:23 UTC (rev 152424)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 152422, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2015-12-10 17:01:23 UTC 
(rev 152424)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
152422, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 17:01:23 UTC (rev 152424)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+s

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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 03:16:09
  Author: foutrelis
Revision: 143153

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 143152, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 143152, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 143152, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 143152, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
143152, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-07 01:16:09 UTC (rev 143153)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=3
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 143152, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2015-10-07 01:16:09 UTC 
(rev 143153)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
143152, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-07 01:16:09 UTC (rev 143153)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=3
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sh

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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 23:39:14
  Author: foutrelis
Revision: 139882

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 139881, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 139881, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 139881, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 139881, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
139881, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 21:39:14 UTC (rev 139882)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=2
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 139881, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2015-09-10 21:39:14 UTC 
(rev 139882)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
139881, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-10 21:39:14 UTC (rev 139882)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=2
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+

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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 20:14:42
  Author: jelle
Revision: 130340

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 130339, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 130339, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 130339, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 130339, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
130339, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-30 18:14:42 UTC (rev 130340)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 130339, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2015-03-30 18:14:42 UTC 
(rev 130340)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
130339, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-30 18:14:42 UTC (rev 130340)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums

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

2014-12-26 Thread Felix Yan
Date: Friday, December 26, 2014 @ 10:39:18
  Author: fyan
Revision: 124621

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 124620, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 124620, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 124620, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 124620, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
124620, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-26 09:39:18 UTC (rev 124621)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=10
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 124620, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2014-12-26 09:39:18 UTC 
(rev 124621)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
124620, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-26 09:39:18 UTC (rev 124621)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=10
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256

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

2014-07-12 Thread Jelle van der Waa
Date: Saturday, July 12, 2014 @ 16:32:02
  Author: jelle
Revision: 115582

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 115581, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 115581, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 115581, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 115581, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
115581, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-12 14:32:02 UTC (rev 115582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=9
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 115581, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2014-07-12 14:32:02 UTC 
(rev 115582)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
115581, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-12 14:32:02 UTC (rev 115582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=9
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sum

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

2014-04-18 Thread Felix Yan
Date: Saturday, April 19, 2014 @ 07:38:22
  Author: fyan
Revision: 109823

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 109822, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 109822, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 109822, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 109822, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-regex-compat.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-regex-compat.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
109822, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-19 05:38:22 UTC (rev 109823)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=8
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+build() {
+  cd "$_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 "$_hkgname-$pkgver"
+
+  install -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 109822, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2014-04-19 05:38:22 UTC 
(rev 109823)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
109822, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-19 05:38:22 UTC (rev 109823)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=8
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
+options=('staticlibs')
+sha256sum

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

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 13:37:03
  Author: jelle
Revision: 88994

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 88993, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 88993, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 88993, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 88993, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/haskell-regex-compat.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/haskell-regex-compat.install |   18 +++
 4 files changed, 118 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
88993, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-25 11:37:03 UTC (rev 88994)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=5
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 88993, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2013-04-25 11:37:03 UTC 
(rev 88994)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
88993, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-25 11:37:03 UTC (rev 88994)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=5
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkg

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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 19:32:15
  Author: arodseth
Revision: 83728

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

Added:
  haskell-regex-compat/repos/community-staging-i686/
  haskell-regex-compat/repos/community-staging-i686/PKGBUILD
(from rev 83727, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install
(from rev 83727, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/community-staging-x86_64/
  haskell-regex-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 83727, haskell-regex-compat/trunk/PKGBUILD)
  
haskell-regex-compat/repos/community-staging-x86_64/haskell-regex-compat.install
(from rev 83727, haskell-regex-compat/trunk/haskell-regex-compat.install)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/haskell-regex-compat.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/haskell-regex-compat.install |   18 +++
 4 files changed, 118 insertions(+)

Copied: haskell-regex-compat/repos/community-staging-i686/PKGBUILD (from rev 
83727, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-04 18:32:15 UTC (rev 83728)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-compat/repos/community-staging-i686/haskell-regex-compat.install 
(from rev 83727, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- community-staging-i686/haskell-regex-compat.install 
(rev 0)
+++ community-staging-i686/haskell-regex-compat.install 2013-02-04 18:32:15 UTC 
(rev 83728)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
83727, haskell-regex-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-04 18:32:15 UTC (rev 83728)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2' 
'haskell-regex-posix=0.95.2')
+source=(http://hackage.haskell.org/packages/archive/${_

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

2012-02-26 Thread Thomas Dziedzic
Date: Sunday, February 26, 2012 @ 14:27:15
  Author: tdziedzic
Revision: 151500

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

Added:
  haskell-regex-compat/repos/staging-i686/
  haskell-regex-compat/repos/staging-i686/PKGBUILD
(from rev 151499, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/staging-i686/haskell-regex-compat.install
(from rev 151499, haskell-regex-compat/trunk/haskell-regex-compat.install)
  haskell-regex-compat/repos/staging-x86_64/
  haskell-regex-compat/repos/staging-x86_64/PKGBUILD
(from rev 151499, haskell-regex-compat/trunk/PKGBUILD)
  haskell-regex-compat/repos/staging-x86_64/haskell-regex-compat.install
(from rev 151499, haskell-regex-compat/trunk/haskell-regex-compat.install)

-+
 staging-i686/PKGBUILD   |   37 ++
 staging-i686/haskell-regex-compat.install   |   18 
 staging-x86_64/PKGBUILD |   37 ++
 staging-x86_64/haskell-regex-compat.install |   18 
 4 files changed, 110 insertions(+)

Copied: haskell-regex-compat/repos/staging-i686/PKGBUILD (from rev 151499, 
haskell-regex-compat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-26 19:27:15 UTC (rev 151500)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc="Replaces and enhances Text.Regex"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5' 
'haskell-regex-posix=0.95.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d0573ab4e2f3de5faa61380b6720')
+
+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-regex-compat/repos/staging-i686/haskell-regex-compat.install 
(from rev 151499, haskell-regex-compat/trunk/haskell-regex-compat.install)
===
--- staging-i686/haskell-regex-compat.install   (rev 0)
+++ staging-i686/haskell-regex-compat.install   2012-02-26 19:27:15 UTC (rev 
151500)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-compat
+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-regex-compat/repos/staging-x86_64/PKGBUILD (from rev 151499, 
haskell-regex-compat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-26 19:27:15 UTC (rev 151500)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc="Replaces and enhances Text.Regex"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5' 
'haskell-regex-posix=0.95.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d0573ab4e2f3de5faa61380b6720')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname}