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

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 13:30:47
  Author: jelle
Revision: 88992

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

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

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/haskell-haskeline.install   |   18 
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/haskell-haskeline.install |   18 
 4 files changed, 116 insertions(+)

Copied: haskell-haskeline/repos/community-staging-i686/PKGBUILD (from rev 
88991, haskell-haskeline/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-25 11:30:47 UTC (rev 88992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=haskeline
+pkgname=haskell-haskeline
+pkgver=0.7.0.3
+pkgrel=3
+pkgdesc="A command-line interface for user input, written in Haskell."
+url="http://hackage.haskell.org/package/haskeline";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 
'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3a78043dc80b5510202e71e77c0a9923')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure \
+  -O -p --enable-split-objs --enable-shared -fterminfo --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-haskeline/repos/community-staging-i686/haskell-haskeline.install (from 
rev 88991, haskell-haskeline/trunk/haskell-haskeline.install)
===
--- community-staging-i686/haskell-haskeline.install
(rev 0)
+++ community-staging-i686/haskell-haskeline.install2013-04-25 11:30:47 UTC 
(rev 88992)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-haskeline
+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-haskeline/repos/community-staging-x86_64/PKGBUILD (from rev 
88991, haskell-haskeline/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-25 11:30:47 UTC (rev 88992)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=haskeline
+pkgname=haskell-haskeline
+pkgver=0.7.0.3
+pkgrel=3
+pkgdesc="A command-line interface for user input, written in Haskell."
+url="http://hackage.haskell.org/package/haskeline";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 
'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${

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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:26:44
  Author: td123
Revision: 83763

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

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

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/haskell-haskeline.install   |   18 
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/haskell-haskeline.install |   18 
 4 files changed, 116 insertions(+)

Copied: haskell-haskeline/repos/community-staging-i686/PKGBUILD (from rev 
83762, haskell-haskeline/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-05 04:26:44 UTC (rev 83763)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=haskeline
+pkgname=haskell-haskeline
+pkgver=0.7.0.3
+pkgrel=2
+pkgdesc="A command-line interface for user input, written in Haskell."
+url="http://hackage.haskell.org/package/haskeline";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-utf8-string=0.3.7-4' 
'haskell-mtl=2.1.2-2' 'haskell-terminfo=0.3.2.5-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3a78043dc80b5510202e71e77c0a9923')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure \
+  -O -p --enable-split-objs --enable-shared -fterminfo --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-haskeline/repos/community-staging-i686/haskell-haskeline.install (from 
rev 83762, haskell-haskeline/trunk/haskell-haskeline.install)
===
--- community-staging-i686/haskell-haskeline.install
(rev 0)
+++ community-staging-i686/haskell-haskeline.install2013-02-05 04:26:44 UTC 
(rev 83763)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-haskeline
+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-haskeline/repos/community-staging-x86_64/PKGBUILD (from rev 
83762, haskell-haskeline/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-05 04:26:44 UTC (rev 83763)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=haskeline
+pkgname=haskell-haskeline
+pkgver=0.7.0.3
+pkgrel=2
+pkgdesc="A command-line interface for user input, written in Haskell."
+url="http://hackage.haskell.org/package/haskeline";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-utf8-string=0.3.7-4' 
'haskell-mtl=2.1.2-2' 'haskell-terminfo=0.3.2.5-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/$