[arch-commits] Commit in haskell-parsec/repos/extra-i686 (4 files)

2013-11-08 Thread Eric Bélanger
Date: Friday, November 8, 2013 @ 19:15:52
  Author: eric
Revision: 199157

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/PKGBUILD
(from rev 199156, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/extra-i686/haskell-parsec.install
(from rev 199156, haskell-parsec/trunk/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/extra-i686/PKGBUILD
  haskell-parsec/repos/extra-i686/haskell-parsec.install

+
 PKGBUILD   |  101 +++
 haskell-parsec.install |   70 
 2 files changed, 86 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-08 18:15:05 UTC (rev 199156)
+++ PKGBUILD2013-11-08 18:15:52 UTC (rev 199157)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.3
-pkgrel=3
-pkgdesc=Monadic parser combinators
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-options('staticlibs')
-md5sums=('d72fc94b81153132c61125a1ec52a4a5')
-
-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 -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-parsec/repos/extra-i686/PKGBUILD (from rev 199156, 
haskell-parsec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-08 18:15:52 UTC (rev 199157)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=3
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+
+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 -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
+}
+

Deleted: haskell-parsec.install
===
--- haskell-parsec.install  2013-11-08 18:15:05 UTC (rev 199156)
+++ haskell-parsec.install  2013-11-08 18:15:52 UTC (rev 199157)
@@ -1,35 +0,0 @@
-pkgname=haskell-parsec
-
-_register() {
-  usr/share/haskell/${pkgname}/register.sh
-}
-
-_unregister() {
-  usr/share/haskell/${pkgname}/unregister.sh
-}
-
-_gen_contents() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-
-post_install() {
-  _register
-  _gen_contents
-}
-
-pre_upgrade() {
-  _unregister
-}
-
-post_upgrade() {
-  _register
-  _gen_contents
-}
-
-pre_remove() {
-  _unregister
-}
-
-post_remove() {
-  

[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2011-06-25 Thread Vesa Kaihlavirta
Date: Saturday, June 25, 2011 @ 08:51:58
  Author: vesa
Revision: 128721

db-move: haskell-parsec removed by vesa for move to [extra] (i686)

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686 testing-i686)

2011-06-25 Thread Vesa Kaihlavirta
Date: Saturday, June 25, 2011 @ 08:51:59
  Author: vesa
Revision: 128722

db-move: moved haskell-parsec from [testing] to [extra] (i686)

Added:
  haskell-parsec/repos/extra-i686/
Deleted:
  haskell-parsec/repos/testing-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2011-03-10 Thread Vesa Kaihlavirta
Date: Thursday, March 10, 2011 @ 23:44:57
  Author: vesa
Revision: 114044

db-move: haskell-parsec removed by vesa for move to [extra] (i686)

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686 testing-i686)

2011-03-10 Thread Vesa Kaihlavirta
Date: Thursday, March 10, 2011 @ 23:44:58
  Author: vesa
Revision: 114045

db-move: moved haskell-parsec from [testing] to [extra] (i686)

Added:
  haskell-parsec/repos/extra-i686/
Deleted:
  haskell-parsec/repos/testing-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-11-01 Thread Vesa Kaihlavirta
Date: Monday, November 1, 2010 @ 15:40:13
  Author: vesa
Revision: 97752

archrelease: remove extra-i686

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-11-01 Thread Vesa Kaihlavirta
Date: Monday, November 1, 2010 @ 15:40:27
  Author: vesa
Revision: 97753

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-10-30 Thread Rémy Oudompheng
Date: Saturday, October 30, 2010 @ 05:09:20
  Author: remy
Revision: 97414

archrelease: remove extra-i686

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-10-30 Thread Rémy Oudompheng
Date: Saturday, October 30, 2010 @ 05:09:37
  Author: remy
Revision: 97415

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-10-18 Thread Rémy Oudompheng
Date: Monday, October 18, 2010 @ 16:45:06
  Author: remy
Revision: 95383

archrelease: remove extra-i686

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-10-18 Thread Rémy Oudompheng
Date: Monday, October 18, 2010 @ 16:45:22
  Author: remy
Revision: 95384

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-08-18 Thread Vesa Kaihlavirta
Date: Wednesday, August 18, 2010 @ 01:59:52
  Author: vesa
Revision: 87731

archrelease: remove extra-i686

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-08-18 Thread Vesa Kaihlavirta
Date: Wednesday, August 18, 2010 @ 02:00:05
  Author: vesa
Revision: 87732

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-03-27 Thread Allan McRae
Date: Saturday, March 27, 2010 @ 02:00:35
  Author: allan
Revision: 73570

db-move: haskell-parsec removed by allan for move to extra

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-03-03 Thread Vesa Kaihlavirta
Date: Wednesday, March 3, 2010 @ 03:19:34
  Author: vesa
Revision: 71023

archrelease: remove extra-i686

Deleted:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686)

2010-03-03 Thread Vesa Kaihlavirta
Date: Wednesday, March 3, 2010 @ 03:19:42
  Author: vesa
Revision: 71024

archrelease: copy trunk to extra-i686

Added:
  haskell-parsec/repos/extra-i686/



[arch-commits] Commit in haskell-parsec/repos (extra-i686 testing-i686)

2010-01-13 Thread Vesa Kaihlavirta
Date: Thursday, January 14, 2010 @ 01:51:50
  Author: vesa
Revision: 63034

db-move: moved haskell-parsec from [testing] to [extra] (i686)

Added:
  haskell-parsec/repos/extra-i686/
Deleted:
  haskell-parsec/repos/testing-i686/