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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 08:21:18
  Author: fyan
Revision: 157944

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/haskell-hslogger.install   |   18 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/haskell-hslogger.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
157943, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 07:21:18 UTC (rev 157944)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=5
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 157943, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2016-01-20 07:21:18 UTC 
(rev 157944)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
157943, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 07:21:18 UTC (rev 157944)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=5
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 18:12:55
  Author: fyan
Revision: 152445

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/haskell-hslogger.install   |   18 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/haskell-hslogger.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
152444, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 17:12:55 UTC (rev 152445)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=4
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 152444, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2015-12-10 17:12:55 UTC 
(rev 152445)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
152444, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 17:12:55 UTC (rev 152445)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=4
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 

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

2015-10-06 Thread Allan McRae
Date: Wednesday, October 7, 2015 @ 03:24:27
  Author: allan
Revision: 143161

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/haskell-hslogger.install   |   18 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/haskell-hslogger.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
143160, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-07 01:24:27 UTC (rev 143161)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=3
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 143160, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2015-10-07 01:24:27 UTC 
(rev 143161)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
143160, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-07 01:24:27 UTC (rev 143161)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=3
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 

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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 23:36:32
  Author: foutrelis
Revision: 139878

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/haskell-hslogger.install   |   18 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/haskell-hslogger.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
139877, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 21:36:32 UTC (rev 139878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=2
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 139877, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2015-09-10 21:36:32 UTC 
(rev 139878)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
139877, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-10 21:36:32 UTC (rev 139878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.9
+pkgrel=2
+pkgdesc="Versatile logging framework"
+url="http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('db8fd8ac6f8085317d66821ee27acd20')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 

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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 19:40:17
  Author: jelle
Revision: 130421

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

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/haskell-hslogger.install   |   18 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/haskell-hslogger.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 
130420, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-31 17:40:17 UTC (rev 130421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.8
+pkgrel=2
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('e5960e170f9809486ede60f8165bb770')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 130420, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2015-03-31 17:40:17 UTC 
(rev 130421)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
130420, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-31 17:40:17 UTC (rev 130421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.8
+pkgrel=2
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network' 'haskell-old-locale')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+md5sums=('e5960e170f9809486ede60f8165bb770')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   

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

2013-04-24 Thread Sergej Pupykin
Date: Wednesday, April 24, 2013 @ 16:22:56
  Author: spupykin
Revision: 88873

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

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

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/haskell-hslogger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/haskell-hslogger.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 88872, 
haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-24 14:22:56 UTC (rev 88873)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.1
+pkgrel=4
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
+md5sums=('d94e39cd6a262565cf0758a6ead74919')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 88872, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2013-04-24 14:22:56 UTC 
(rev 88873)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
88872, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-24 14:22:56 UTC (rev 88873)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.1
+pkgrel=4
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-mtl' 'haskell-network')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
+md5sums=('d94e39cd6a262565cf0758a6ead74919')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup 

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

2013-02-01 Thread Sergej Pupykin
Date: Friday, February 1, 2013 @ 14:25:32
  Author: spupykin
Revision: 83462

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

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

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/haskell-hslogger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/haskell-hslogger.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: haskell-hslogger/repos/community-staging-i686/PKGBUILD (from rev 83461, 
haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-01 13:25:32 UTC (rev 83462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
+md5sums=('d94e39cd6a262565cf0758a6ead74919')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  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}/hslogger-${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/hslogger
+  runhaskell Setup copy --destdir=${pkgdir}
+}

Copied: haskell-hslogger/repos/community-staging-i686/haskell-hslogger.install 
(from rev 83461, haskell-hslogger/trunk/haskell-hslogger.install)
===
--- community-staging-i686/haskell-hslogger.install 
(rev 0)
+++ community-staging-i686/haskell-hslogger.install 2013-02-01 13:25:32 UTC 
(rev 83462)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hslogger
+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-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
83461, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-01 13:25:32 UTC (rev 83462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=haskell-hslogger
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=Versatile logging framework
+url=http://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
+md5sums=('d94e39cd6a262565cf0758a6ead74919')
+
+build() {
+  cd ${srcdir}/hslogger-${pkgver}
+  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
+   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
+   --enable-library-profiling
+  runhaskell Setup