[arch-commits] Commit in haskell-mtl/trunk (PKGBUILD)

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:55:18
  Author: td123
Revision: 176827

upgpkg: haskell-mtl 2.1.2-2

rebuild

Modified:
  haskell-mtl/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 04:30:43 UTC (rev 176826)
+++ PKGBUILD2013-02-01 04:55:18 UTC (rev 176827)
@@ -5,12 +5,12 @@
 _hkgname=mtl
 pkgname=haskell-mtl
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Monad transformer library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-transformers=0.3.0.0-3')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 md5sums=('943c110524d96126bfa0e61f7df1ebcd')



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

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:30:43
  Author: td123
Revision: 176826

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

Added:
  haskell-zlib/repos/staging-i686/
  haskell-zlib/repos/staging-i686/PKGBUILD
(from rev 176825, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-i686/haskell-zlib.install
(from rev 176825, haskell-zlib/trunk/haskell-zlib.install)
  haskell-zlib/repos/staging-x86_64/
  haskell-zlib/repos/staging-x86_64/PKGBUILD
(from rev 176825, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-x86_64/haskell-zlib.install
(from rev 176825, haskell-zlib/trunk/haskell-zlib.install)

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

Copied: haskell-zlib/repos/staging-i686/PKGBUILD (from rev 176825, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-01 04:30:43 UTC (rev 176826)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.4.0
+pkgrel=1
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('eb5984b936a7c37a0cdaa357149176b2')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+# ghc 7.6 includes bytestring 0.10
+sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal
+
+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-zlib/repos/staging-i686/haskell-zlib.install (from rev 176825, 
haskell-zlib/trunk/haskell-zlib.install)
===
--- staging-i686/haskell-zlib.install   (rev 0)
+++ staging-i686/haskell-zlib.install   2013-02-01 04:30:43 UTC (rev 176826)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-zlib
+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-zlib/repos/staging-x86_64/PKGBUILD (from rev 176825, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD     (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-01 04:30:43 UTC (rev 176826)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.4.0
+pkgrel=1
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('eb5984b936a7c37a0cdaa357

[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:30:12
  Author: td123
Revision: 176825

upgpkg: haskell-zlib 0.5.4.0-1

rebuild

Modified:
  haskell-zlib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 04:29:18 UTC (rev 176824)
+++ PKGBUILD2013-02-01 04:30:12 UTC (rev 176825)
@@ -5,16 +5,16 @@
 
 _hkgname=zlib
 pkgname=haskell-zlib
-pkgver=0.5.3.3
-pkgrel=5
+pkgver=0.5.4.0
+pkgrel=1
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/zlib";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'zlib' 'sh')
+depends=('ghc=7.6.2-1' 'zlib' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+md5sums=('eb5984b936a7c37a0cdaa357149176b2')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:29:18
  Author: td123
Revision: 176824

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

Added:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-i686/PKGBUILD
(from rev 176823, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-i686/haskell-random.install
(from rev 176823, haskell-random/trunk/haskell-random.install)
  haskell-random/repos/staging-x86_64/
  haskell-random/repos/staging-x86_64/PKGBUILD
(from rev 176823, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-x86_64/haskell-random.install
(from rev 176823, haskell-random/trunk/haskell-random.install)

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

Copied: haskell-random/repos/staging-i686/PKGBUILD (from rev 176823, 
haskell-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-01 04:29:18 UTC (rev 176824)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=4
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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-random/repos/staging-i686/haskell-random.install (from rev 
176823, haskell-random/trunk/haskell-random.install)
===
--- staging-i686/haskell-random.install (rev 0)
+++ staging-i686/haskell-random.install 2013-02-01 04:29:18 UTC (rev 176824)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+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-random/repos/staging-x86_64/PKGBUILD (from rev 176823, 
haskell-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-01 04:29:18 UTC (rev 176824)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=4
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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
+run

[arch-commits] Commit in haskell-random/trunk (PKGBUILD)

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:28:46
  Author: td123
Revision: 176823

upgpkg: haskell-random 1.0.1.1-4

rebuild

Modified:
  haskell-random/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 04:27:23 UTC (rev 176822)
+++ PKGBUILD2013-02-01 04:28:46 UTC (rev 176823)
@@ -3,12 +3,12 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A basic random number generation library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh')
+depends=('ghc=7.6.2-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')



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

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:27:23
  Author: td123
Revision: 176822

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

Added:
  haskell-text/repos/staging-i686/
  haskell-text/repos/staging-i686/PKGBUILD
(from rev 176821, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-i686/haskell-text.install
(from rev 176821, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/staging-x86_64/
  haskell-text/repos/staging-x86_64/PKGBUILD
(from rev 176821, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-x86_64/haskell-text.install
(from rev 176821, haskell-text/trunk/haskell-text.install)

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

Copied: haskell-text/repos/staging-i686/PKGBUILD (from rev 176821, 
haskell-text/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-01 04:27:23 UTC (rev 176822)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=2
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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-text/repos/staging-i686/haskell-text.install (from rev 176821, 
haskell-text/trunk/haskell-text.install)
===
--- staging-i686/haskell-text.install   (rev 0)
+++ staging-i686/haskell-text.install   2013-02-01 04:27:23 UTC (rev 176822)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-text
+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-text/repos/staging-x86_64/PKGBUILD (from rev 176821, 
haskell-text/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-01 04:27:23 UTC (rev 176822)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=2
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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
+r

[arch-commits] Commit in haskell-text/trunk (PKGBUILD)

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:26:50
  Author: td123
Revision: 176821

upgpkg: haskell-text 0.11.2.3-2

rebuild

Modified:
  haskell-text/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 04:18:43 UTC (rev 176820)
+++ PKGBUILD2013-02-01 04:26:50 UTC (rev 176821)
@@ -5,12 +5,12 @@
 _hkgname=text
 pkgname=haskell-text
 pkgver=0.11.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh')
+depends=('ghc=7.6.2-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')



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

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:18:43
  Author: td123
Revision: 176820

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

Added:
  haskell-transformers/repos/staging-i686/
  haskell-transformers/repos/staging-i686/PKGBUILD
(from rev 176819, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-i686/haskell-transformers.install
(from rev 176819, haskell-transformers/trunk/haskell-transformers.install)
  haskell-transformers/repos/staging-x86_64/
  haskell-transformers/repos/staging-x86_64/PKGBUILD
(from rev 176819, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-x86_64/haskell-transformers.install
(from rev 176819, haskell-transformers/trunk/haskell-transformers.install)

-+
 staging-i686/PKGBUILD   |   39 ++
 staging-i686/haskell-transformers.install   |   18 
 staging-x86_64/PKGBUILD |   39 ++
 staging-x86_64/haskell-transformers.install |   18 
 4 files changed, 114 insertions(+)

Copied: haskell-transformers/repos/staging-i686/PKGBUILD (from rev 176819, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-01 04:18:43 UTC (rev 176820)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=3
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+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-transformers/repos/staging-i686/haskell-transformers.install 
(from rev 176819, haskell-transformers/trunk/haskell-transformers.install)
===
--- staging-i686/haskell-transformers.install   (rev 0)
+++ staging-i686/haskell-transformers.install   2013-02-01 04:18:43 UTC (rev 
176820)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers
+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-transformers/repos/staging-x86_64/PKGBUILD (from rev 176819, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-01 04:18:43 UTC (rev 176820)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=3
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup

[arch-commits] Commit in haskell-transformers/trunk (PKGBUILD)

2013-01-31 Thread Thomas Dziedzic
Date: Friday, February 1, 2013 @ 05:18:06
  Author: td123
Revision: 176819

upgpkg: haskell-transformers 0.3.0.0-3

rebuild

Modified:
  haskell-transformers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 01:25:21 UTC (rev 176818)
+++ PKGBUILD2013-02-01 04:18:06 UTC (rev 176819)
@@ -6,12 +6,12 @@
 _hkgname=transformers
 pkgname=haskell-transformers
 pkgver=0.3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Concrete functor and monad transformers"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh')
+depends=('ghc=7.6.2-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
 install=${pkgname}.install
 md5sums=('852dc0b79cc2bcb39136287d3dd385e5')



[arch-commits] Commit in ghc/repos (10 files)

2013-01-30 Thread Thomas Dziedzic
Date: Thursday, January 31, 2013 @ 07:54:38
  Author: td123
Revision: 176364

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

Added:
  ghc/repos/staging-i686/
  ghc/repos/staging-i686/PKGBUILD
(from rev 176363, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 176363, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 176363, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 176363, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 176363, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 176363, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 176363, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 176363, ghc/trunk/print-provides-replaces.sh)

---+
 staging-i686/PKGBUILD |  131 ++
 staging-i686/build.mk |  200 
 staging-i686/ghc.install  |   10 +
 staging-i686/print-provides-replaces.sh   |   38 +
 staging-x86_64/PKGBUILD   |  131 ++
 staging-x86_64/build.mk   |  200 
 staging-x86_64/ghc.install|   10 +
 staging-x86_64/print-provides-replaces.sh |   38 +
 8 files changed, 758 insertions(+)

Copied: ghc/repos/staging-i686/PKGBUILD (from rev 176363, ghc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-31 06:54:38 UTC (rev 176364)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+pkgname=ghc
+pkgver=7.6.2
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp>=5.0' 'gcc') # 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n > 1 does this...
+#options=('!makeflags')
+# missing rtl?
+provides=('haskell-array=0.4.0.1'
+  'haskell-base=4.6.0.1'
+  'haskell-binary=0.5.1.1'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.0.2'
+  'haskell-containers=0.5.0.0'
+  'haskell-deepseq=1.3.0.1'
+  'haskell-directory=1.2.0.1'
+  'haskell-filepath=1.3.0.1'
+  'haskell-ghc-prim=0.3.0.0'
+  'haskell-haskell2010=1.1.1.0'
+  'haskell-haskell98=2.0.0.2'
+  'haskell-hoopl=3.9.0.0'
+  'haskell-hpc=0.6.0.0'
+  'haskell-integer-gmp=0.5.0.0'
+  'haskell-old-locale=1.0.0.5'
+  'haskell-old-time=1.1.0.1'
+  'haskell-pretty=1.1.1.0'
+  'haskell-process=1.1.0.2'
+  'haskell-template-haskell=2.8.0.0'
+  'haskell-time=1.4.0.1'
+  'haskell-unix=2.6.0.1'
+  'haskell-cabal=1.16.0'
+ )
+replaces=('haskell-array<0.4.0.1'
+  'haskell-base<4.6.0.1'
+  'haskell-binary<0.5.1.1'
+  'haskell-bin-package-db<0.0.0.0'
+  'haskell-bytestring<0.10.0.2'
+  'haskell-containers<0.5.0.0'
+  'haskell-deepseq<1.3.0.1'
+  'haskell-directory<1.2.0.1'
+  'haskell-filepath<1.3.0.1'
+  'haskell-ghc-prim<0.3.0.0'
+  'haskell-haskell2010<1.1.1.0'
+  'haskell-haskell98<2.0.0.2'
+  'haskell-hoopl<3.9.0.0'
+  'haskell-hpc<0.6.0.0'
+  'haskell-integer-gmp<0.5.0.0'
+  'haskell-old-locale<1.0.0.5'
+  'haskell-old-time<1.1.0.1'
+  'haskell-pretty<1.1.1.0'
+  'haskell-process<1.1.0.2'
+  'haskell-template-haskell<2.8.

[arch-commits] Commit in ghc/trunk (PKGBUILD)

2013-01-30 Thread Thomas Dziedzic
Date: Thursday, January 31, 2013 @ 07:53:44
  Author: td123
Revision: 176363

upgpkg: ghc 7.6.2-1

bump

Modified:
  ghc/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 05:00:26 UTC (rev 176362)
+++ PKGBUILD2013-01-31 06:53:44 UTC (rev 176363)
@@ -7,7 +7,7 @@
 #   This implies that all libraries need to be rebuilt when ghc is rebuilt.
 
 pkgname=ghc
-pkgver=7.6.1
+pkgver=7.6.2
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -22,13 +22,13 @@
 #options=('!makeflags')
 # missing rtl?
 provides=('haskell-array=0.4.0.1'
-  'haskell-base=4.6.0.0'
+  'haskell-base=4.6.0.1'
   'haskell-binary=0.5.1.1'
   'haskell-bin-package-db=0.0.0.0'
-  'haskell-bytestring=0.10.0.0'
+  'haskell-bytestring=0.10.0.2'
   'haskell-containers=0.5.0.0'
   'haskell-deepseq=1.3.0.1'
-  'haskell-directory=1.2.0.0'
+  'haskell-directory=1.2.0.1'
   'haskell-filepath=1.3.0.1'
   'haskell-ghc-prim=0.3.0.0'
   'haskell-haskell2010=1.1.1.0'
@@ -42,16 +42,17 @@
   'haskell-process=1.1.0.2'
   'haskell-template-haskell=2.8.0.0'
   'haskell-time=1.4.0.1'
-  'haskell-unix=2.6.0.0'
-  'haskell-cabal=1.16.0')
+  'haskell-unix=2.6.0.1'
+  'haskell-cabal=1.16.0'
+ )
 replaces=('haskell-array<0.4.0.1'
-  'haskell-base<4.6.0.0'
+  'haskell-base<4.6.0.1'
   'haskell-binary<0.5.1.1'
   'haskell-bin-package-db<0.0.0.0'
-  'haskell-bytestring<0.10.0.0'
+  'haskell-bytestring<0.10.0.2'
   'haskell-containers<0.5.0.0'
   'haskell-deepseq<1.3.0.1'
-  'haskell-directory<1.2.0.0'
+  'haskell-directory<1.2.0.1'
   'haskell-filepath<1.3.0.1'
   'haskell-ghc-prim<0.3.0.0'
   'haskell-haskell2010<1.1.1.0'
@@ -65,13 +66,14 @@
   'haskell-process<1.1.0.2'
   'haskell-template-haskell<2.8.0.0'
   'haskell-time<1.4.0.1'
-  'haskell-unix<2.6.0.0'
-  'haskell-cabal<1.16.0')
+  'haskell-unix<2.6.0.1'
+  'haskell-cabal<1.16.0'
+ )
 source=("http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2";
 
"http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.bz2";
 'build.mk')
-md5sums=('e9d892d2970550ec5e70130b3621f6b6'
- '0d93c458e3b445a7e524ef6ae459ce11'
+md5sums=('2585d83e7d8daece2fe0949c6bc42a2c'
+ '8454aaeb4e226ddb66c237c15874a47f'
  'c367ef26300648ee9b8aca3dee5c9669')
 
 build() {



[arch-commits] Commit in ruby/repos (8 files)

2013-01-17 Thread Thomas Dziedzic
Date: Thursday, January 17, 2013 @ 22:47:16
  Author: tdziedzic
Revision: 175521

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 175520, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 175520, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 175520, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 175520, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 175520, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 175520, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/gemrc  |5 +++
 testing-i686/ruby.install   |   22 +
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/gemrc|5 +++
 testing-x86_64/ruby.install |   22 +
 6 files changed, 188 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 175520, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-18 03:47:16 UTC (rev 175521)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p374
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('944e73eba9ee9e1f2647ff32ec0b14b2'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 175520, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2013-01-18 03:47:16 UTC (rev 175521)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 175520, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2013-01-18 03:47:16 UTC (rev 175521)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ &q

[arch-commits] Commit in ruby/trunk (PKGBUILD)

2013-01-17 Thread Thomas Dziedzic
Date: Thursday, January 17, 2013 @ 22:46:42
  Author: tdziedzic
Revision: 175520

upgpkg: ruby 1.9.3_p374-1

bump

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-17 21:13:35 UTC (rev 175519)
+++ PKGBUILD2013-01-18 03:46:42 UTC (rev 175520)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p362
+pkgver=1.9.3_p374
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
-md5sums=('13c26ea368d88a560f07cc8c5eb4fa05'
+md5sums=('944e73eba9ee9e1f2647ff32ec0b14b2'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {



[arch-commits] Commit in ruby/repos (14 files)

2012-12-28 Thread Thomas Dziedzic
Date: Saturday, December 29, 2012 @ 02:20:12
  Author: tdziedzic
Revision: 173947

db-move: moved ruby from [testing] to [extra] (i686, x86_64)

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 173946, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 173946, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 173946, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 173946, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 173946, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 173946, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  134 ++--
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++---
 extra-x86_64/PKGBUILD |  134 ++--
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++---
 6 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-29 03:37:30 UTC (rev 173946)
+++ extra-i686/PKGBUILD 2012-12-29 07:20:12 UTC (rev 173947)
@@ -1,67 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p327
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('7d602aba93f31ceef32800999855fbca'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('openssl' 'libffi' 'libyaml')
-  optdepends=('tk: for Ruby/TK'
-  'ruby-docs: Ruby documentation')
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 173946, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-29 07:20:12 UTC (rev 173947)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p362
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('13c26ea368d88a560f07cc8c5eb4fa05'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+

[arch-commits] Commit in ruby/repos (8 files)

2012-12-26 Thread Thomas Dziedzic
Date: Thursday, December 27, 2012 @ 01:04:37
  Author: tdziedzic
Revision: 173889

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 173888, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 173888, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 173888, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 173888, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 173888, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 173888, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/gemrc  |5 +++
 testing-i686/ruby.install   |   22 +
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/gemrc|5 +++
 testing-x86_64/ruby.install |   22 +
 6 files changed, 188 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 173888, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-27 06:04:37 UTC (rev 173889)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p362
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('13c26ea368d88a560f07cc8c5eb4fa05'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 173888, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2012-12-27 06:04:37 UTC (rev 173889)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 173888, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2012-12-27 06:04:37 UTC (rev 173889)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ &q

[arch-commits] Commit in ruby/trunk (PKGBUILD)

2012-12-26 Thread Thomas Dziedzic
Date: Thursday, December 27, 2012 @ 01:04:04
  Author: tdziedzic
Revision: 173888

upgpkg: ruby 1.9.3_p362-1

bump

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-27 05:05:41 UTC (rev 173887)
+++ PKGBUILD2012-12-27 06:04:04 UTC (rev 173888)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p327
-pkgrel=2
+pkgver=1.9.3_p362
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
-md5sums=('7d602aba93f31ceef32800999855fbca'
+md5sums=('13c26ea368d88a560f07cc8c5eb4fa05'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {



[arch-commits] Commit in ruby/repos (8 files)

2012-12-21 Thread Thomas Dziedzic
Date: Friday, December 21, 2012 @ 22:16:03
  Author: tdziedzic
Revision: 173728

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

Added:
  ruby/repos/staging-i686/
  ruby/repos/staging-i686/PKGBUILD
(from rev 173727, ruby/trunk/PKGBUILD)
  ruby/repos/staging-i686/gemrc
(from rev 173727, ruby/trunk/gemrc)
  ruby/repos/staging-i686/ruby.install
(from rev 173727, ruby/trunk/ruby.install)
  ruby/repos/staging-x86_64/
  ruby/repos/staging-x86_64/PKGBUILD
(from rev 173727, ruby/trunk/PKGBUILD)
  ruby/repos/staging-x86_64/gemrc
(from rev 173727, ruby/trunk/gemrc)
  ruby/repos/staging-x86_64/ruby.install
(from rev 173727, ruby/trunk/ruby.install)

-+
 staging-i686/PKGBUILD   |   67 ++
 staging-i686/gemrc  |5 +++
 staging-i686/ruby.install   |   22 +
 staging-x86_64/PKGBUILD |   67 ++
 staging-x86_64/gemrc|5 +++
 staging-x86_64/ruby.install |   22 +
 6 files changed, 188 insertions(+)

Copied: ruby/repos/staging-i686/PKGBUILD (from rev 173727, ruby/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-12-22 03:16:03 UTC (rev 173728)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p327
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('7d602aba93f31ceef32800999855fbca'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/staging-i686/gemrc (from rev 173727, ruby/trunk/gemrc)
===
--- staging-i686/gemrc  (rev 0)
+++ staging-i686/gemrc  2012-12-22 03:16:03 UTC (rev 173728)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/staging-i686/ruby.install (from rev 173727, 
ruby/trunk/ruby.install)
===
--- staging-i686/ruby.install   (rev 0)
+++ staging-i686/ruby.install   2012-12-22 03:16:03 UTC (rev 173728)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ &q

[arch-commits] Commit in ruby/trunk (PKGBUILD)

2012-12-21 Thread Thomas Dziedzic
Date: Friday, December 21, 2012 @ 22:15:29
  Author: tdziedzic
Revision: 173727

upgpkg: ruby 1.9.3_p327-2

rebuild for new tk

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-22 02:28:46 UTC (rev 173726)
+++ PKGBUILD2012-12-22 03:15:29 UTC (rev 173727)
@@ -5,7 +5,7 @@
 
 pkgname=('ruby' 'ruby-docs')
 pkgver=1.9.3_p327
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')



[arch-commits] Commit in vim/repos (20 files)

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:56:44
  Author: tdziedzic
Revision: 173001

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

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 173000, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 173000, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 173000, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 173000, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 173000, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 173000, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 173000, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 173000, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 173000, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 173000, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/gvim.desktop
  vim/repos/testing-x86_64/gvim.install
  vim/repos/testing-x86_64/vimrc

--+
 testing-i686/PKGBUILD|  470 -
 testing-i686/archlinux.vim   |   52 ++--
 testing-i686/gvim.desktop|  126 +-
 testing-i686/gvim.install|   22 -
 testing-i686/vimrc   |   32 +-
 testing-x86_64/PKGBUILD  |  467 
 testing-x86_64/archlinux.vim |   52 ++--
 testing-x86_64/gvim.desktop  |  126 +-
 testing-x86_64/gvim.install  |   22 -
 testing-x86_64/vimrc |   32 +-
 10 files changed, 702 insertions(+), 699 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 173000:173001 to see the changes.


[arch-commits] Commit in vim/repos/testing-i686 (10 files)

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:40:57
  Author: tdziedzic
Revision: 173000

archrelease: copy trunk to testing-i686

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 172999, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 172999, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 172999, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 172999, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 172999, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc

---+
 PKGBUILD  |  467 
 archlinux.vim |   52 +++---
 gvim.desktop  |  126 +++
 gvim.install  |   22 +-
 vimrc |   32 +--
 5 files changed, 351 insertions(+), 348 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-08 08:40:26 UTC (rev 172999)
+++ PKGBUILD2012-12-08 08:40:57 UTC (rev 173000)
@@ -1,232 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-_topver=7.3
-_patchlevel=744
-__hgrev=538ff809ae53
-_versiondir="vim${_topver//./}"
-pkgver=${_topver}.${_patchlevel}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom:vim')
-url="http://www.vim.org";
-makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
-source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz";
-"ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig";
-
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
-'vimrc'
-'archlinux.vim'
-'gvim.desktop')
-md5sums=('646d9cb395b6df53e93aa62f283b04ee'
- '34f5aac4ef04939161b4ecc3a9747da0'
- '6e7adfbd5d26c1d161030ec203a7f243'
- '20fceda56badf201695c57999b0bc609'
- '10353a61aadc3f276692d0e17db1478e'
- 'd90413bd21f400313a785bb4010120cd')
-
-# source PKGBUILD && mksource
-mksource() {
-
-  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
-
-  __hgroot='http://vim.googlecode.com/hg/'
-  __hgrepo='vim'
-  __hgbranch='default'
-
-  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
-
-  pushd ${__hgrepo}
-  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
-printf 'You are not building the latest revision!\n'
-printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
-  fi
-  popd
-
-  mv vim ${pkgname}-${pkgver}
-  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
-  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
-  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  rm -r ${pkgname}-${pkgver}
-  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cp -a ${pkgname}-${pkgver} vim-build
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-vim-build/src/configure.in
-  (cd vim-build/src && autoconf)
-
-  cp -a vim-build gvim-build
-
-  cd "${srcdir}"/vim-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=big \
---with-compiledby=ArchLinux \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
---disable-netbeans \
---enable-perlinterp \
---disable-pythoninterp \
---disable-python3interp \
---disable-rubyinterp \
---disable-luainterp
-
-  make
-
-  cd "${srcdir}"/gvim-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=big \
---with-compiledby=ArchLinux \
---enable-gpm \
---enable-acl \
---with-x=yes \
---enable-gui=gtk2 \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp \
---enable-pythoninterp \
---disable-python3interp \
---enable-rubyinterp \
---enable-luainterp
-
-  make
-}
-
-c

[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:40:26
  Author: tdziedzic
Revision: 172999

upgpkg: vim 7.3.754-1

bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 08:13:33 UTC (rev 172998)
+++ PKGBUILD2012-12-08 08:40:26 UTC (rev 172999)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=744
-__hgrev=538ff809ae53
+_patchlevel=754
+__hgrev=52bfa939fc07
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('646d9cb395b6df53e93aa62f283b04ee'
- '34f5aac4ef04939161b4ecc3a9747da0'
+md5sums=('187bec934962a7b5418dbe233e606eef'
+ '3a41d935a372c712088cdee997e1287f'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'
@@ -30,7 +30,6 @@
 
 # source PKGBUILD && mksource
 mksource() {
-
   [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
 
   __hgroot='http://vim.googlecode.com/hg/'
@@ -51,7 +50,11 @@
   rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
   tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
   rm -r ${pkgname}-${pkgver}
-  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz ger:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig ger:/srv/ftp/other/vim/
 }
 
 build() {



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

2012-11-29 Thread Thomas Dziedzic
Date: Friday, November 30, 2012 @ 00:57:23
  Author: tdziedzic
Revision: 172154

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 172153, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/vlc.install
(from rev 172153, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 172153, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/vlc.install
(from rev 172153, vlc/trunk/vlc.install)

+
 staging-i686/PKGBUILD  |  101 +++
 staging-i686/vlc.install   |   18 +++
 staging-x86_64/PKGBUILD|  101 +++
 staging-x86_64/vlc.install |   18 +++
 4 files changed, 238 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 172153, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-30 05:57:23 UTC (rev 172154)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=2.0.4
+pkgrel=5
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/";
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
+ 'xcb-util-keysyms')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
+ 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
+ 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
+ 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc-utils: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'oss: for OSS audio support'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'xosd: for xosd support'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'fluidsynth: for synthesizer MIDI FluidSynth'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!libtool' '!emptydirs')
+install=vlc.install
+source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f36dab8f126922c56b372388b7fade47')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --disable-rpath \
+  --enable-oss \
+  --enable-faad \
+  --enable-nls \
+  --enable-lirc \
+  --enable-pvr \
+  --enable-ncurses \
+  --enable-realrtsp \
+  --enable-xosd \
+  --enable-aa \
+  --enable-vcdx \
+  --enable-upnp \
+  --enable-opus \
+  --enable-sftp \
+  LUAC=luac5.1
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  for res in 16 32 48 128; do
+install -D -m644 
"${srcdir}/vlc-${pkgver}/share/icons/${res}x${r

[arch-commits] Commit in vlc/trunk (PKGBUILD)

2012-11-29 Thread Thomas Dziedzic
Date: Friday, November 30, 2012 @ 00:56:59
  Author: tdziedzic
Revision: 172153

upgpkg: vlc 2.0.4-5

rebuild for lua 5.1 package rename and add a missing mesa makedep, the latter 
fixes https://bugs.archlinux.org/task/32738

Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-30 04:31:52 UTC (rev 172152)
+++ PKGBUILD2012-11-30 05:56:59 UTC (rev 172153)
@@ -5,13 +5,13 @@
 
 pkgname=vlc
 pkgver=2.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
 license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
  'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
  'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
  'xcb-util-keysyms')
@@ -19,7 +19,8 @@
  'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
  'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
  'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
+ 'mesa')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
 'ncurses: for ncurses interface support'
@@ -82,7 +83,9 @@
   --enable-vcdx \
   --enable-upnp \
   --enable-opus \
-  --enable-sftp
+  --enable-sftp \
+  LUAC=luac5.1
+
   make
 }
 



[arch-commits] Commit in weechat/repos (4 files)

2012-11-29 Thread Thomas Dziedzic
Date: Thursday, November 29, 2012 @ 23:31:52
  Author: tdziedzic
Revision: 172152

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

Added:
  weechat/repos/staging-i686/
  weechat/repos/staging-i686/PKGBUILD
(from rev 172151, weechat/trunk/PKGBUILD)
  weechat/repos/staging-x86_64/
  weechat/repos/staging-x86_64/PKGBUILD
(from rev 172151, weechat/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: weechat/repos/staging-i686/PKGBUILD (from rev 172151, 
weechat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-30 04:31:52 UTC (rev 172152)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.3.9.2
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('636e96a62e60155f3b9769905d9912b9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/staging-x86_64/PKGBUILD (from rev 172151, 
weechat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-30 04:31:52 UTC (rev 172152)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.3.9.2
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('636e96a62e60155f3b9769905d9912b9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}



[arch-commits] Commit in weechat/trunk (PKGBUILD)

2012-11-29 Thread Thomas Dziedzic
Date: Thursday, November 29, 2012 @ 23:31:31
  Author: tdziedzic
Revision: 172151

upgpkg: weechat 0.3.9.2-2

rebuild for lua

Modified:
  weechat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-30 04:22:38 UTC (rev 172150)
+++ PKGBUILD2012-11-30 04:31:31 UTC (rev 172151)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=0.3.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/";



[arch-commits] Commit in vim/repos (12 files)

2012-11-29 Thread Thomas Dziedzic
Date: Thursday, November 29, 2012 @ 23:22:38
  Author: tdziedzic
Revision: 172150

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

Added:
  vim/repos/staging-i686/
  vim/repos/staging-i686/PKGBUILD
(from rev 172149, vim/trunk/PKGBUILD)
  vim/repos/staging-i686/archlinux.vim
(from rev 172149, vim/trunk/archlinux.vim)
  vim/repos/staging-i686/gvim.desktop
(from rev 172149, vim/trunk/gvim.desktop)
  vim/repos/staging-i686/gvim.install
(from rev 172149, vim/trunk/gvim.install)
  vim/repos/staging-i686/vimrc
(from rev 172149, vim/trunk/vimrc)
  vim/repos/staging-x86_64/
  vim/repos/staging-x86_64/PKGBUILD
(from rev 172149, vim/trunk/PKGBUILD)
  vim/repos/staging-x86_64/archlinux.vim
(from rev 172149, vim/trunk/archlinux.vim)
  vim/repos/staging-x86_64/gvim.desktop
(from rev 172149, vim/trunk/gvim.desktop)
  vim/repos/staging-x86_64/gvim.install
(from rev 172149, vim/trunk/gvim.install)
  vim/repos/staging-x86_64/vimrc
(from rev 172149, vim/trunk/vimrc)

--+
 staging-i686/PKGBUILD|  232 +
 staging-i686/archlinux.vim   |   26 
 staging-i686/gvim.desktop|   63 +++
 staging-i686/gvim.install|   11 +
 staging-i686/vimrc   |   16 ++
 staging-x86_64/PKGBUILD  |  232 +
 staging-x86_64/archlinux.vim |   26 
 staging-x86_64/gvim.desktop  |   63 +++
 staging-x86_64/gvim.install  |   11 +
 staging-x86_64/vimrc |   16 ++
 10 files changed, 696 insertions(+)

Copied: vim/repos/staging-i686/PKGBUILD (from rev 172149, vim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-30 04:22:38 UTC (rev 172150)
@@ -0,0 +1,232 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=744
+__hgrev=538ff809ae53
+_versiondir="vim${_topver//./}"
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url="http://www.vim.org";
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz";
+"ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig";
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('646d9cb395b6df53e93aa62f283b04ee'
+ '34f5aac4ef04939161b4ecc3a9747da0'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD && mksource
+mksource() {
+
+  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+vim-build/src/feature.h
+  # fix python name
+  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
+vim-build/src/configure.in
+  (cd vim-build/src && autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=big \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-c

[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-11-29 Thread Thomas Dziedzic
Date: Thursday, November 29, 2012 @ 23:22:03
  Author: tdziedzic
Revision: 172149

upgpkg: vim 7.3.744-1

rebuild for lua 5.2 and bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   60 +---
 1 file changed, 41 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-30 04:20:34 UTC (rev 172148)
+++ PKGBUILD2012-11-30 04:22:03 UTC (rev 172149)
@@ -1,13 +1,13 @@
-# $Id$
+# Maintainer: Thomas Dziedzic 
 # Contributor: Jan "heftig" Steffens 
-# Maintainer: tobias [ tobias at archlinux org ]
-# Maintainer: Daniel J Griffiths 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=712
-__hgrev=57e8b75298d6
+_patchlevel=744
+__hgrev=538ff809ae53
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('368435a6494a2559565ce4d668c4513c'
- '1613bbbd2a794cd321db09c6cfe2d35f'
+md5sums=('646d9cb395b6df53e93aa62f283b04ee'
+ '34f5aac4ef04939161b4ecc3a9747da0'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'
@@ -71,23 +71,45 @@
 
   cd "${srcdir}"/vim-build
 
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=no \
---disable-gui --enable-multibyte --enable-cscope \
---disable-netbeans --enable-perlinterp --disable-pythoninterp \
---disable-python3interp --disable-rubyinterp --disable-luainterp
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=big \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
 
   make
 
   cd "${srcdir}"/gvim-build
 
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=yes \
---enable-gui=gtk2 --enable-multibyte --enable-cscope \
---enable-netbeans --enable-perlinterp --enable-pythoninterp \
---disable-python3interp --enable-rubyinterp --enable-luainterp
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=big \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
 
   make
 }



[arch-commits] Commit in cabal-install/repos (6 files)

2012-11-13 Thread Thomas Dziedzic
Date: Wednesday, November 14, 2012 @ 01:34:57
  Author: tdziedzic
Revision: 170967

db-move: moved cabal-install from [testing] to [extra] (i686, x86_64)

Added:
  cabal-install/repos/extra-i686/PKGBUILD
(from rev 170966, cabal-install/repos/testing-i686/PKGBUILD)
  cabal-install/repos/extra-x86_64/PKGBUILD
(from rev 170966, cabal-install/repos/testing-x86_64/PKGBUILD)
Deleted:
  cabal-install/repos/extra-i686/PKGBUILD
  cabal-install/repos/extra-x86_64/PKGBUILD
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 05:28:17 UTC (rev 170966)
+++ extra-i686/PKGBUILD 2012-11-14 06:34:57 UTC (rev 170967)
@@ -1,43 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0.1
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
-depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('fdd184a8e097dd4dda8a8d9083b82280')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup configure \
---enable-shared \
---enable-split-objs \
---enable-executable-stripping \
---prefix=/usr
-
-  runhaskell Setup build
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup copy --destdir=$pkgdir
-
-  # rm license installed to wrong location
-  rm -rf ${pkgdir}/usr/share/doc
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 170966, 
cabal-install/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 06:34:57 UTC (rev 170967)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('18e07d5b431d19d94cc5279a5e6fbfee')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-14 05:28:17 UTC (rev 170966)
+++ extra-x86_64/PKGBUILD   2012-11-14 06:34:57 UTC (rev 170967)
@@ -1,43 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0.1
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-n

[arch-commits] Commit in cabal-install/repos (4 files)

2012-11-12 Thread Thomas Dziedzic
Date: Tuesday, November 13, 2012 @ 01:10:34
  Author: tdziedzic
Revision: 170926

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

Added:
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 170925, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 170925, cabal-install/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 170925, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-13 06:10:34 UTC (rev 170926)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('18e07d5b431d19d94cc5279a5e6fbfee')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 170925, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD     (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-13 06:10:34 UTC (rev 170926)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('18e07d5b431d19d94cc5279a5e6fbfee')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}



[arch-commits] Commit in cabal-install/trunk (PKGBUILD)

2012-11-12 Thread Thomas Dziedzic
Date: Tuesday, November 13, 2012 @ 01:10:09
  Author: tdziedzic
Revision: 170925

upgpkg: cabal-install 1.16.0.2-1

bump

Modified:
  cabal-install/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 03:16:12 UTC (rev 170924)
+++ PKGBUILD2012-11-13 06:10:09 UTC (rev 170925)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=cabal-install
-pkgver=1.16.0.1
+pkgver=1.16.0.2
 pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
@@ -12,7 +12,7 @@
 makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
 depends=('ghc' 'gmp' 'zlib')
 
source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('fdd184a8e097dd4dda8a8d9083b82280')
+md5sums=('18e07d5b431d19d94cc5279a5e6fbfee')
 
 build() {
   cd cabal-install-${pkgver}



[arch-commits] Commit in ruby/repos (14 files)

2012-11-10 Thread Thomas Dziedzic
Date: Saturday, November 10, 2012 @ 19:52:38
  Author: tdziedzic
Revision: 170761

db-move: moved ruby from [testing] to [extra] (i686, x86_64)

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 170760, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 170760, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 170760, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 170760, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 170760, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 170760, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  136 +---
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++---
 extra-x86_64/PKGBUILD |  136 +---
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++---
 6 files changed, 188 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-11 00:05:13 UTC (rev 170760)
+++ extra-i686/PKGBUILD 2012-11-11 00:52:38 UTC (rev 170761)
@@ -1,69 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p286
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('2278eff4cfed3cbc0653bc73085caa34'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('openssl' 'libffi' 'libyaml')
-  optdepends=('tk: for Ruby/TK'
-  'ruby-docs: Ruby documentation')
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}
-md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
- '6fb8e7a09955e0f64be3158fb4a27e7a')

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 170760, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-11 00:52:38 UTC (rev 170761)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p327
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('7d602aba93f31ceef32800999855fbca'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-confi

[arch-commits] Commit in ruby/repos (10 files)

2012-11-09 Thread Thomas Dziedzic
Date: Friday, November 9, 2012 @ 22:50:48
  Author: tdziedzic
Revision: 170715

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

Added:
  ruby/repos/testing-i686/PKGBUILD
(from rev 170714, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 170714, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 170714, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 170714, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 170714, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 170714, ruby/trunk/ruby.install)
Deleted:
  ruby/repos/testing-i686/PKGBUILD
  ruby/repos/testing-i686/gemrc
  ruby/repos/testing-i686/ruby.install

-+
 testing-i686/PKGBUILD   |  134 +-
 testing-i686/gemrc  |   10 +--
 testing-i686/ruby.install   |   44 ++---
 testing-x86_64/PKGBUILD |   67 +
 testing-x86_64/gemrc|5 +
 testing-x86_64/ruby.install |   22 ++
 6 files changed, 188 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-11-10 03:21:44 UTC (rev 170714)
+++ testing-i686/PKGBUILD   2012-11-10 03:50:48 UTC (rev 170715)
@@ -1,67 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p327
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
-options=('!emptydirs' '!makeflags')
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('7d602aba93f31ceef32800999855fbca'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=('openssl' 'libffi' 'libyaml')
-  optdepends=('tk: for Ruby/TK'
-  'ruby-docs: Ruby documentation')
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 170714, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-10 03:50:48 UTC (rev 170715)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p327
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('7d602aba93f31ceef32800999855fbca'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends

[arch-commits] Commit in ruby/repos (4 files)

2012-11-09 Thread Thomas Dziedzic
Date: Friday, November 9, 2012 @ 22:21:44
  Author: tdziedzic
Revision: 170714

archrelease: copy trunk to testing-i686

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 170713, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 170713, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 170713, ruby/trunk/ruby.install)

--+
 PKGBUILD |   67 +
 gemrc|5 
 ruby.install |   22 ++
 3 files changed, 94 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 170713, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-10 03:21:44 UTC (rev 170714)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p327
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('7d602aba93f31ceef32800999855fbca'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 170713, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2012-11-10 03:21:44 UTC (rev 170714)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 170713, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2012-11-10 03:21:44 UTC (rev 170714)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
+print_gem_default_target
+  fi
+}



[arch-commits] Commit in ruby/trunk (PKGBUILD)

2012-11-09 Thread Thomas Dziedzic
Date: Friday, November 9, 2012 @ 22:21:23
  Author: tdziedzic
Revision: 170713

upgpkg: ruby 1.9.3_p327-1

bump

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-10 01:03:47 UTC (rev 170712)
+++ PKGBUILD2012-11-10 03:21:23 UTC (rev 170713)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p286
+pkgver=1.9.3_p327
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
-md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
+md5sums=('7d602aba93f31ceef32800999855fbca'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {



[arch-commits] Commit in cabal-install/repos (6 files)

2012-10-25 Thread Thomas Dziedzic
Date: Friday, October 26, 2012 @ 00:08:29
  Author: tdziedzic
Revision: 169694

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

Added:
  cabal-install/repos/extra-i686/PKGBUILD
(from rev 169693, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/extra-x86_64/PKGBUILD
(from rev 169693, cabal-install/trunk/PKGBUILD)
Deleted:
  
cabal-install/repos/extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
  cabal-install/repos/extra-i686/PKGBUILD
  
cabal-install/repos/extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
  cabal-install/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch   | 
  27 ---
 extra-i686/PKGBUILD  | 
  90 --
 extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch | 
  27 ---
 extra-x86_64/PKGBUILD| 
  90 --
 4 files changed, 86 insertions(+), 148 deletions(-)

Deleted: 
extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
===
--- extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch  
2012-10-26 04:07:53 UTC (rev 169693)
+++ extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch  
2012-10-26 04:08:29 UTC (rev 169694)
@@ -1,27 +0,0 @@
-From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic 
-Date: Sat, 13 Oct 2012 20:37:09 -0700
-Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with
- ghc 7.6.1
-

- Distribution/Client/Config.hs | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs
-index 93e5a52..ecbc6f7 100644
 a/Distribution/Client/Config.hs
-+++ b/Distribution/Client/Config.hs
-@@ -202,8 +202,7 @@ initialSavedConfig = do
- },
- savedInstallFlags= mempty {
-   installSummaryFile = [toPathTemplate (logsDir  "build.log")],
--  installBuildReports= toFlag AnonymousReports,
--  installNumJobs = toFlag (Just numberOfProcessors)
-+  installBuildReports= toFlag AnonymousReports
- }
-   }
- 
--- 
-1.7.12.3
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-26 04:07:53 UTC (rev 169693)
+++ extra-i686/PKGBUILD 2012-10-26 04:08:29 UTC (rev 169694)
@@ -1,47 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0
-pkgrel=2
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
-depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";
-'0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch')
-md5sums=('da046116eee7664158411fa9e2cf6b14'
- 'd4705a398588efe6dbbcf6f4c3185a7d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  patch -Np1 -i 
${srcdir}/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
-
-  runhaskell Setup configure \
---enable-shared \
---enable-split-objs \
---enable-executable-stripping \
---prefix=/usr
-
-  runhaskell Setup build
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup copy --destdir=$pkgdir
-
-  # rm license installed to wrong location
-  rm -rf ${pkgdir}/usr/share/doc
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 169693, 
cabal-install/trunk/PKGBUILD)
=======
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-26 04:08:29 UTC (rev 169694)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0.1
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86

[arch-commits] Commit in cabal-install/trunk (2 files)

2012-10-25 Thread Thomas Dziedzic
Date: Friday, October 26, 2012 @ 00:07:53
  Author: tdziedzic
Revision: 169693

upgpkg: cabal-install 1.16.0.1-1

bump

Modified:
  cabal-install/trunk/PKGBUILD
Deleted:
  
cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch

-+
 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch |   27 
--
 PKGBUILD|   12 +---
 2 files changed, 4 insertions(+), 35 deletions(-)

Deleted: 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
===
--- 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 
2012-10-26 01:58:05 UTC (rev 169692)
+++ 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 
2012-10-26 04:07:53 UTC (rev 169693)
@@ -1,27 +0,0 @@
-From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic 
-Date: Sat, 13 Oct 2012 20:37:09 -0700
-Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with
- ghc 7.6.1
-

- Distribution/Client/Config.hs | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs
-index 93e5a52..ecbc6f7 100644
 a/Distribution/Client/Config.hs
-+++ b/Distribution/Client/Config.hs
-@@ -202,8 +202,7 @@ initialSavedConfig = do
- },
- savedInstallFlags= mempty {
-   installSummaryFile = [toPathTemplate (logsDir  "build.log")],
--  installBuildReports= toFlag AnonymousReports,
--  installNumJobs = toFlag (Just numberOfProcessors)
-+  installBuildReports= toFlag AnonymousReports
- }
-   }
- 
--- 
-1.7.12.3
-

Modified: PKGBUILD
===
--- PKGBUILD2012-10-26 01:58:05 UTC (rev 169692)
+++ PKGBUILD2012-10-26 04:07:53 UTC (rev 169693)
@@ -3,24 +3,20 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=cabal-install
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.16.0.1
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
 depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";
-'0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch')
-md5sums=('da046116eee7664158411fa9e2cf6b14'
- 'd4705a398588efe6dbbcf6f4c3185a7d')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('fdd184a8e097dd4dda8a8d9083b82280')
 
 build() {
   cd cabal-install-${pkgver}
 
-  patch -Np1 -i 
${srcdir}/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
-
   runhaskell Setup configure \
 --enable-shared \
 --enable-split-objs \



[arch-commits] Commit in vim/repos (20 files)

2012-10-23 Thread Thomas Dziedzic
Date: Tuesday, October 23, 2012 @ 21:48:33
  Author: tdziedzic
Revision: 169591

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 169590, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 169590, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 169590, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 169590, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 169590, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 169590, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 169590, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 169590, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 169590, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 169590, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  420 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  420 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 652 insertions(+), 652 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 169590:169591 to see the changes.


[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-10-23 Thread Thomas Dziedzic
Date: Tuesday, October 23, 2012 @ 21:47:54
  Author: tdziedzic
Revision: 169590

upgpkg: vim 7.3.712-1

bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 22:58:43 UTC (rev 169589)
+++ PKGBUILD2012-10-24 01:47:54 UTC (rev 169590)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=709
-__hgrev=06e088d016ad
+_patchlevel=712
+__hgrev=57e8b75298d6
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,10 +21,10 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('7a42c72b07e8bfe6795197a303b21d53'
- '5c5723f3c39aaa716bd868d7edf9f563'
+md5sums=('368435a6494a2559565ce4d668c4513c'
+ '1613bbbd2a794cd321db09c6cfe2d35f'
  '6e7adfbd5d26c1d161030ec203a7f243'
- 'e5374891063b9ca48a1fe392ac05'
+ '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'
  'd90413bd21f400313a785bb4010120cd')
 



[arch-commits] Commit in vim/trunk (vimrc)

2012-10-22 Thread Thomas Dziedzic
Date: Tuesday, October 23, 2012 @ 00:29:30
  Author: tdziedzic
Revision: 169524

update filepath location

Modified:
  vim/trunk/vimrc

---+
 vimrc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: vimrc
===
--- vimrc   2012-10-23 01:05:39 UTC (rev 169523)
+++ vimrc   2012-10-23 04:29:30 UTC (rev 169524)
@@ -11,6 +11,6 @@
 runtime! archlinux.vim
 
 " If you prefer the old-style vim functionalty, add 'runtime! 
vimrc_example.vim'
-" Or better yet, read /usr/share/vim/vim72/vimrc_example.vim or the vim manual
+" Or better yet, read /usr/share/vim/vim73/vimrc_example.vim or the vim manual
 " and configure vim to your own liking!
 



[arch-commits] Commit in vim/repos (20 files)

2012-10-21 Thread Thomas Dziedzic
Date: Sunday, October 21, 2012 @ 22:10:39
  Author: tdziedzic
Revision: 169487

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 169486, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 169486, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 169486, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 169486, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 169486, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 169486, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 169486, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 169486, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 169486, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 169486, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  420 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  420 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 652 insertions(+), 652 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 169486:169487 to see the changes.


[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-10-21 Thread Thomas Dziedzic
Date: Sunday, October 21, 2012 @ 22:09:59
  Author: tdziedzic
Revision: 169486

upgpkg: vim 7.3.709-1

bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-22 00:40:50 UTC (rev 169485)
+++ PKGBUILD2012-10-22 02:09:59 UTC (rev 169486)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=661
-__hgrev=5884d056e1d1
+_patchlevel=709
+__hgrev=06e088d016ad
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,12 +21,12 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('989e907fe9858647e762bddc927f656a03fb5226'
-  '195c7fc5163fca966ea331d8160bf2d307c1533c'
-  '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
-  '3494baf53a63581ba69f86a81293640ff681c5c5'
-  '25dd3c2ce436e73a367c8f73b68f7f6889682437'
-  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+md5sums=('7a42c72b07e8bfe6795197a303b21d53'
+ '5c5723f3c39aaa716bd868d7edf9f563'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ 'e5374891063b9ca48a1fe392ac05'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
 
 # source PKGBUILD && mksource
 mksource() {



[arch-commits] Commit in ruby/trunk (PKGBUILD)

2012-10-15 Thread Thomas Dziedzic
Date: Monday, October 15, 2012 @ 21:54:36
  Author: tdziedzic
Revision: 168801

cleanup md5sums

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 01:40:22 UTC (rev 168800)
+++ PKGBUILD2012-10-16 01:54:36 UTC (rev 168801)
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
-md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {
@@ -65,5 +65,3 @@
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
   install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
 }
-md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
- '6fb8e7a09955e0f64be3158fb4a27e7a')



[arch-commits] Commit in (ruby-docs)

2012-10-14 Thread Thomas Dziedzic
Date: Sunday, October 14, 2012 @ 13:07:07
  Author: tdziedzic
Revision: 168707

remove ruby-docs as a separate package

Deleted:
  ruby-docs/



[arch-commits] Commit in ruby/repos (14 files)

2012-10-14 Thread Thomas Dziedzic
Date: Sunday, October 14, 2012 @ 11:54:18
  Author: tdziedzic
Revision: 168703

db-move: moved ruby from [testing] to [extra] (i686, x86_64)

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 168702, ruby/repos/testing-i686/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 168702, ruby/repos/testing-i686/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 168702, ruby/repos/testing-i686/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 168702, ruby/repos/testing-x86_64/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 168702, ruby/repos/testing-x86_64/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 168702, ruby/repos/testing-x86_64/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install
  ruby/repos/testing-i686/
  ruby/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  125 
 extra-i686/gemrc  |   10 +--
 extra-i686/ruby.install   |   44 +++
 extra-x86_64/PKGBUILD |  125 
 extra-x86_64/gemrc|   10 +--
 extra-x86_64/ruby.install |   44 +++
 6 files changed, 192 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-14 15:17:29 UTC (rev 168702)
+++ extra-i686/PKGBUILD 2012-10-14 15:54:18 UTC (rev 168703)
@@ -1,56 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=ruby
-pkgver=1.9.3_p194
-pkgrel=2
-pkgdesc='An object-oriented language for quick and easy programming'
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-backup=('etc/gemrc')
-provides=('rubygems' 'rake')
-conflicts=('rake')
-depends=('openssl' 'libffi' 'libyaml')
-makedepends=('tk')
-optdepends=('tk: for Ruby/TK'
-'ruby-docs: Ruby documentation')
-options=('!emptydirs' '!makeflags')
-install='ruby.install'
-source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
-'gemrc')
-md5sums=('2278eff4cfed3cbc0653bc73085caa34'
- '6fb8e7a09955e0f64be3158fb4a27e7a')
-
-build() {
-  cd ruby-${pkgver//_/-}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---enable-pthread \
---disable-rpath \
---disable-install-doc
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver//_/-}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver//_/-}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 168702, 
ruby/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-14 15:54:18 UTC (rev 168703)
@@ -0,0 +1,69 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p286
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc&#

[arch-commits] Commit in cabal-install/repos (6 files)

2012-10-13 Thread Thomas Dziedzic
Date: Saturday, October 13, 2012 @ 17:42:44
  Author: tdziedzic
Revision: 168665

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

Added:
  
cabal-install/repos/extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
(from rev 168664, 
cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch)
  cabal-install/repos/extra-i686/PKGBUILD
(from rev 168664, cabal-install/trunk/PKGBUILD)
  
cabal-install/repos/extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
(from rev 168664, 
cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch)
  cabal-install/repos/extra-x86_64/PKGBUILD
(from rev 168664, cabal-install/trunk/PKGBUILD)
Deleted:
  cabal-install/repos/extra-i686/PKGBUILD
  cabal-install/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch   | 
  27 +++
 extra-i686/PKGBUILD  | 
  90 +-
 extra-x86_64/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch | 
  27 +++
 extra-x86_64/PKGBUILD| 
  90 +-
 4 files changed, 148 insertions(+), 86 deletions(-)

Copied: 
cabal-install/repos/extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
 (from rev 168664, 
cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch)
===
--- extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch  
(rev 0)
+++ extra-i686/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch  
2012-10-13 21:42:44 UTC (rev 168665)
@@ -0,0 +1,27 @@
+From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic 
+Date: Sat, 13 Oct 2012 20:37:09 -0700
+Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with
+ ghc 7.6.1
+
+---
+ Distribution/Client/Config.hs | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs
+index 93e5a52..ecbc6f7 100644
+--- a/Distribution/Client/Config.hs
 b/Distribution/Client/Config.hs
+@@ -202,8 +202,7 @@ initialSavedConfig = do
+ },
+ savedInstallFlags= mempty {
+   installSummaryFile = [toPathTemplate (logsDir  "build.log")],
+-  installBuildReports= toFlag AnonymousReports,
+-  installNumJobs = toFlag (Just numberOfProcessors)
++  installBuildReports= toFlag AnonymousReports
+ }
+   }
+ 
+-- 
+1.7.12.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 21:29:34 UTC (rev 168664)
+++ extra-i686/PKGBUILD 2012-10-13 21:42:44 UTC (rev 168665)
@@ -1,43 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
-depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('da046116eee7664158411fa9e2cf6b14')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup configure \
---enable-shared \
---enable-split-objs \
---enable-executable-stripping \
---prefix=/usr
-
-  runhaskell Setup build
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup copy --destdir=$pkgdir
-
-  # rm license installed to wrong location
-  rm -rf ${pkgdir}/usr/share/doc
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 168664, 
cabal-install/trunk/PKGBUILD)
=======
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-13 21:42:44 UTC (rev 168665)
@@ -0,0 +1,47 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=2
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskel

[arch-commits] Commit in cabal-install/trunk (2 files)

2012-10-13 Thread Thomas Dziedzic
Date: Saturday, October 13, 2012 @ 17:29:34
  Author: tdziedzic
Revision: 168664

add cabal-install fix for buggy cabal in ghc 7.6.1

Added:
  
cabal-install/trunk/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
Modified:
  cabal-install/trunk/PKGBUILD

-+
 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch |   27 
++
 PKGBUILD|   10 ++-
 2 files changed, 34 insertions(+), 3 deletions(-)

Added: 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
===
--- 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 
(rev 0)
+++ 0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch 
2012-10-13 21:29:34 UTC (rev 168664)
@@ -0,0 +1,27 @@
+From 47e1a496c9a7124c28d420afe202e5bbb01ce02e Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic 
+Date: Sat, 13 Oct 2012 20:37:09 -0700
+Subject: [PATCH] disable setting jobs due to cabal 1.16.0 bug shipped with
+ ghc 7.6.1
+
+---
+ Distribution/Client/Config.hs | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/Distribution/Client/Config.hs b/Distribution/Client/Config.hs
+index 93e5a52..ecbc6f7 100644
+--- a/Distribution/Client/Config.hs
 b/Distribution/Client/Config.hs
+@@ -202,8 +202,7 @@ initialSavedConfig = do
+ },
+ savedInstallFlags= mempty {
+   installSummaryFile = [toPathTemplate (logsDir  "build.log")],
+-  installBuildReports= toFlag AnonymousReports,
+-  installNumJobs = toFlag (Just numberOfProcessors)
++  installBuildReports= toFlag AnonymousReports
+ }
+   }
+ 
+-- 
+1.7.12.3
+

Modified: PKGBUILD
===
--- PKGBUILD2012-10-13 21:20:26 UTC (rev 168663)
+++ PKGBUILD2012-10-13 21:29:34 UTC (rev 168664)
@@ -4,19 +4,23 @@
 
 pkgname=cabal-install
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
 depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('da046116eee7664158411fa9e2cf6b14')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";
+'0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch')
+md5sums=('da046116eee7664158411fa9e2cf6b14'
+ 'd4705a398588efe6dbbcf6f4c3185a7d')
 
 build() {
   cd cabal-install-${pkgver}
 
+  patch -Np1 -i 
${srcdir}/0001-disable-setting-jobs-due-to-cabal-1.16.0-bug-shipped.patch
+
   runhaskell Setup configure \
 --enable-shared \
 --enable-split-objs \



[arch-commits] Commit in ruby/repos (8 files)

2012-10-12 Thread Thomas Dziedzic
Date: Friday, October 12, 2012 @ 23:03:32
  Author: tdziedzic
Revision: 168508

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 168507, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 168507, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 168507, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 168507, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 168507, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 168507, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-i686/gemrc  |5 +++
 testing-i686/ruby.install   |   22 +
 testing-x86_64/PKGBUILD |   69 ++
 testing-x86_64/gemrc|5 +++
 testing-x86_64/ruby.install |   22 +
 6 files changed, 192 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 168507, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-13 03:03:32 UTC (rev 168508)
@@ -0,0 +1,69 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p286
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('2278eff4cfed3cbc0653bc73085caa34'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}
+md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')

Copied: ruby/repos/testing-i686/gemrc (from rev 168507, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2012-10-13 03:03:32 UTC (rev 168508)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 168507, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2012-10-13 03:03:32 UTC (rev 168508)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+

[arch-commits] Commit in ruby/trunk (PKGBUILD)

2012-10-12 Thread Thomas Dziedzic
Date: Friday, October 12, 2012 @ 23:02:56
  Author: tdziedzic
Revision: 168507

upgpkg: ruby 1.9.3_p286-1

bump

Modified:
  ruby/trunk/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 28 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-13 00:30:55 UTC (rev 168506)
+++ PKGBUILD2012-10-13 03:02:56 UTC (rev 168507)
@@ -3,22 +3,14 @@
 # Contributor: John Proctor 
 # Contributor: Jeramy Rutley 
 
-pkgname=ruby
-pkgver=1.9.3_p194
-pkgrel=2
-pkgdesc='An object-oriented language for quick and easy programming'
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p286
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')
-backup=('etc/gemrc')
-provides=('rubygems' 'rake')
-conflicts=('rake')
-depends=('openssl' 'libffi' 'libyaml')
-makedepends=('tk')
-optdepends=('tk: for Ruby/TK'
-'ruby-docs: Ruby documentation')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
 options=('!emptydirs' '!makeflags')
-install='ruby.install'
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
 md5sums=('2278eff4cfed3cbc0653bc73085caa34'
@@ -32,8 +24,7 @@
 --sysconfdir=/etc \
 --enable-shared \
 --enable-pthread \
---disable-rpath \
---disable-install-doc
+--disable-rpath
 
   make
 }
@@ -44,7 +35,16 @@
   make test
 }
 
-package() {
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
   cd ruby-${pkgver//_/-}
 
   make DESTDIR="${pkgdir}" install-nodoc
@@ -54,3 +54,16 @@
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
   install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
 }
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}
+md5sums=('e76848a86606a4fd5dcf14fc4b4e755e'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')



[arch-commits] Commit in cabal-install/repos (6 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:46
  Author: tdziedzic
Revision: 168352

db-move: moved cabal-install from [testing] to [extra] (i686, x86_64)

Added:
  cabal-install/repos/extra-i686/PKGBUILD
(from rev 168342, cabal-install/repos/testing-i686/PKGBUILD)
  cabal-install/repos/extra-x86_64/PKGBUILD
(from rev 168342, cabal-install/repos/testing-x86_64/PKGBUILD)
Deleted:
  cabal-install/repos/extra-i686/PKGBUILD
  cabal-install/repos/extra-x86_64/PKGBUILD
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   79 ++--
 extra-x86_64/PKGBUILD |   79 ++--
 2 files changed, 86 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:42 UTC (rev 168351)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:46 UTC (rev 168352)
@@ -1,36 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=2
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
-depends=('ghc' 'gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('638514bd1a5792d75866481852148ae5')
-
-build() {
-cd cabal-install-${pkgver}
-runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
-runhaskell Setup build
-}
-
-package() {
-cd cabal-install-${pkgver}
-runhaskell Setup copy --destdir=$pkgdir
-
-# rm license installed to wrong location
-rm -rf ${pkgdir}/usr/share/doc
-
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# add bash completion
-install -d ${pkgdir}/usr/share/bash-completion/completions
-install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 168342, 
cabal-install/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:46 UTC (rev 168352)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 04:09:42 UTC (rev 168351)
+++ extra-x86_64/PKGBUILD   2012-10-09 04:09:46 UTC (rev 168352)
@@ -1,36 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=2
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'ha

[arch-commits] Commit in haskell-zlib/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:42
  Author: tdziedzic
Revision: 168351

db-move: moved haskell-zlib from [testing] to [extra] (i686, x86_64)

Added:
  haskell-zlib/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-zlib/repos/testing-i686/PKGBUILD)
  haskell-zlib/repos/extra-i686/haskell-zlib.install
(from rev 168342, haskell-zlib/repos/testing-i686/haskell-zlib.install)
  haskell-zlib/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-zlib/repos/testing-x86_64/PKGBUILD)
  haskell-zlib/repos/extra-x86_64/haskell-zlib.install
(from rev 168342, haskell-zlib/repos/testing-x86_64/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/extra-i686/PKGBUILD
  haskell-zlib/repos/extra-i686/haskell-zlib.install
  haskell-zlib/repos/extra-x86_64/PKGBUILD
  haskell-zlib/repos/extra-x86_64/haskell-zlib.install
  haskell-zlib/repos/testing-i686/
  haskell-zlib/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   84 ++--
 extra-i686/haskell-zlib.install   |   36 +++
 extra-x86_64/PKGBUILD |   84 ++--
 extra-x86_64/haskell-zlib.install |   36 +++
 4 files changed, 124 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:36 UTC (rev 168350)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:42 UTC (rev 168351)
@@ -1,40 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Package originally generated by cabal2arch 0.7.6
-
-_hkgname=zlib
-pkgname=haskell-zlib
-pkgver=0.5.3.3
-pkgrel=4
-pkgdesc="Compression and decompression in the gzip and zlib formats"
-url="http://hackage.haskell.org/package/zlib";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'zlib' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
-
-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-zlib/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-zlib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:42 UTC (rev 168351)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=5
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+# ghc 7.6 includes bytestring 0.10
+sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal
+
+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   

[arch-commits] Commit in haskell-transformers/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:36
  Author: tdziedzic
Revision: 168350

db-move: moved haskell-transformers from [testing] to [extra] (i686, x86_64)

Added:
  haskell-transformers/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-transformers/repos/testing-i686/PKGBUILD)
  haskell-transformers/repos/extra-i686/haskell-transformers.install
(from rev 168342, 
haskell-transformers/repos/testing-i686/haskell-transformers.install)
  haskell-transformers/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-transformers/repos/testing-x86_64/PKGBUILD)
  haskell-transformers/repos/extra-x86_64/haskell-transformers.install
(from rev 168342, 
haskell-transformers/repos/testing-x86_64/haskell-transformers.install)
Deleted:
  haskell-transformers/repos/extra-i686/PKGBUILD
  haskell-transformers/repos/extra-i686/haskell-transformers.install
  haskell-transformers/repos/extra-x86_64/PKGBUILD
  haskell-transformers/repos/extra-x86_64/haskell-transformers.install
  haskell-transformers/repos/testing-i686/
  haskell-transformers/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   78 ++--
 extra-i686/haskell-transformers.install   |   36 ++--
 extra-x86_64/PKGBUILD |   78 ++--
 extra-x86_64/haskell-transformers.install |   36 ++--
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:30 UTC (rev 168349)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:36 UTC (rev 168350)
@@ -1,39 +0,0 @@
-# $Id$
-
-# Maintainer: Thomas Dziedzic 
-# Contributor: Rémy Oudompheng 
-
-_hkgname=transformers
-pkgname=haskell-transformers
-pkgver=0.3.0.0
-pkgrel=1
-pkgdesc="Concrete functor and monad transformers"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
-install=${pkgname}.install
-md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
-
-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-transformers/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-transformers/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:36 UTC (rev 168350)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+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/hask

[arch-commits] Commit in haskell-text/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:30
  Author: tdziedzic
Revision: 168349

db-move: moved haskell-text from [testing] to [extra] (i686, x86_64)

Added:
  haskell-text/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-text/repos/testing-i686/PKGBUILD)
  haskell-text/repos/extra-i686/haskell-text.install
(from rev 168342, haskell-text/repos/testing-i686/haskell-text.install)
  haskell-text/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-text/repos/testing-x86_64/PKGBUILD)
  haskell-text/repos/extra-x86_64/haskell-text.install
(from rev 168342, haskell-text/repos/testing-x86_64/haskell-text.install)
Deleted:
  haskell-text/repos/extra-i686/PKGBUILD
  haskell-text/repos/extra-i686/haskell-text.install
  haskell-text/repos/extra-x86_64/PKGBUILD
  haskell-text/repos/extra-x86_64/haskell-text.install
  haskell-text/repos/testing-i686/
  haskell-text/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   76 ++--
 extra-i686/haskell-text.install   |   36 -
 extra-x86_64/PKGBUILD |   76 ++--
 extra-x86_64/haskell-text.install |   36 -
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:24 UTC (rev 168348)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:30 UTC (rev 168349)
@@ -1,38 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=text
-pkgname=haskell-text
-pkgver=0.11.2.1
-pkgrel=1
-pkgdesc="An efficient packed Unicode text type."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('77245df79d10ed5f896a9d3f5b17ee74')
-
-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-text/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-text/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:30 UTC (rev 168349)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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/libr

[arch-commits] Commit in haskell-random/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:24
  Author: tdziedzic
Revision: 168348

db-move: moved haskell-random from [testing] to [extra] (i686, x86_64)

Added:
  haskell-random/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-random/repos/testing-i686/PKGBUILD)
  haskell-random/repos/extra-i686/haskell-random.install
(from rev 168342, haskell-random/repos/testing-i686/haskell-random.install)
  haskell-random/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-random/repos/testing-x86_64/PKGBUILD)
  haskell-random/repos/extra-x86_64/haskell-random.install
(from rev 168342, 
haskell-random/repos/testing-x86_64/haskell-random.install)
Deleted:
  haskell-random/repos/extra-i686/PKGBUILD
  haskell-random/repos/extra-i686/haskell-random.install
  haskell-random/repos/extra-x86_64/PKGBUILD
  haskell-random/repos/extra-x86_64/haskell-random.install
  haskell-random/repos/testing-i686/
  haskell-random/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   74 +-
 extra-i686/haskell-random.install   |   36 
 extra-x86_64/PKGBUILD   |   74 +-
 extra-x86_64/haskell-random.install |   36 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:18 UTC (rev 168347)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:24 UTC (rev 168348)
@@ -1,37 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=random
-pkgname=haskell-random
-pkgver=1.0.1.1
-pkgrel=2
-pkgdesc="A basic random number generation library"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
-
-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-random/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-random/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:24 UTC (rev 168348)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=3
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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}

[arch-commits] Commit in haskell-network/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:11
  Author: tdziedzic
Revision: 168346

db-move: moved haskell-network from [testing] to [extra] (i686, x86_64)

Added:
  haskell-network/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-network/repos/testing-i686/PKGBUILD)
  haskell-network/repos/extra-i686/haskell-network.install
(from rev 168342, 
haskell-network/repos/testing-i686/haskell-network.install)
  haskell-network/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-network/repos/testing-x86_64/PKGBUILD)
  haskell-network/repos/extra-x86_64/haskell-network.install
(from rev 168342, 
haskell-network/repos/testing-x86_64/haskell-network.install)
Deleted:
  haskell-network/repos/extra-i686/PKGBUILD
  haskell-network/repos/extra-i686/haskell-network.install
  haskell-network/repos/extra-x86_64/PKGBUILD
  haskell-network/repos/extra-x86_64/haskell-network.install
  haskell-network/repos/testing-i686/
  haskell-network/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   80 -
 extra-i686/haskell-network.install   |   36 +++---
 extra-x86_64/PKGBUILD|   80 -
 extra-x86_64/haskell-network.install |   36 +++---
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:04 UTC (rev 168345)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:11 UTC (rev 168346)
@@ -1,40 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Package generated by cabal2arch 0.7.6
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.3.0.14
-pkgrel=1
-pkgdesc="Networking-related facilities"
-url="http://hackage.haskell.org/package/network";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-parsec=3.1.2-2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('1e45cc731647acff8b9c33bda085bf2a')
-
-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-network/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-network/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:11 UTC (rev 168346)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.1.0
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
+
+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 
${p

[arch-commits] Commit in haskell-parsec/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:18
  Author: tdziedzic
Revision: 168347

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

Added:
  haskell-parsec/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-parsec/repos/testing-i686/PKGBUILD)
  haskell-parsec/repos/extra-i686/haskell-parsec.install
(from rev 168342, haskell-parsec/repos/testing-i686/haskell-parsec.install)
  haskell-parsec/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-parsec/repos/testing-x86_64/PKGBUILD)
  haskell-parsec/repos/extra-x86_64/haskell-parsec.install
(from rev 168342, 
haskell-parsec/repos/testing-x86_64/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/extra-i686/PKGBUILD
  haskell-parsec/repos/extra-i686/haskell-parsec.install
  haskell-parsec/repos/extra-x86_64/PKGBUILD
  haskell-parsec/repos/extra-x86_64/haskell-parsec.install
  haskell-parsec/repos/testing-i686/
  haskell-parsec/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   78 +-
 extra-i686/haskell-parsec.install   |   36 +++
 extra-x86_64/PKGBUILD   |   78 +-
 extra-x86_64/haskell-parsec.install |   36 +++
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:09:11 UTC (rev 168346)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:18 UTC (rev 168347)
@@ -1,39 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# As generated by cabal2arch 0.7.6
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.2
-pkgrel=2
-pkgdesc="Monadic parser combinators"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-mtl=2.1.1-1' 'haskell-text=0.11.2.1-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('c2a75dfd247ae4839e2602b62dc87487')
-
-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-parsec/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-parsec/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:18 UTC (rev 168347)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+
+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 unregiste

[arch-commits] Commit in haskell-mtl/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:09:04
  Author: tdziedzic
Revision: 168345

db-move: moved haskell-mtl from [testing] to [extra] (i686, x86_64)

Added:
  haskell-mtl/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-mtl/repos/testing-i686/PKGBUILD)
  haskell-mtl/repos/extra-i686/haskell-mtl.install
(from rev 168342, haskell-mtl/repos/testing-i686/haskell-mtl.install)
  haskell-mtl/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-mtl/repos/testing-x86_64/PKGBUILD)
  haskell-mtl/repos/extra-x86_64/haskell-mtl.install
(from rev 168342, haskell-mtl/repos/testing-x86_64/haskell-mtl.install)
Deleted:
  haskell-mtl/repos/extra-i686/PKGBUILD
  haskell-mtl/repos/extra-i686/haskell-mtl.install
  haskell-mtl/repos/extra-x86_64/PKGBUILD
  haskell-mtl/repos/extra-x86_64/haskell-mtl.install
  haskell-mtl/repos/testing-i686/
  haskell-mtl/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   76 ++---
 extra-i686/haskell-mtl.install   |   36 -
 extra-x86_64/PKGBUILD|   76 ++---
 extra-x86_64/haskell-mtl.install |   36 -
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:08:58 UTC (rev 168344)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:04 UTC (rev 168345)
@@ -1,38 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=mtl
-pkgname=haskell-mtl
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Monad transformer library"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-transformers=0.3.0.0-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('0654be687f1492a2ff30cf6f3fb7eed0')
-
-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-mtl/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-mtl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:09:04 UTC (rev 168345)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Monad transformer library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+
+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/${_hkg

[arch-commits] Commit in haskell-http/repos (10 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:08:58
  Author: tdziedzic
Revision: 168344

db-move: moved haskell-http from [testing] to [extra] (i686, x86_64)

Added:
  haskell-http/repos/extra-i686/PKGBUILD
(from rev 168342, haskell-http/repos/testing-i686/PKGBUILD)
  haskell-http/repos/extra-i686/haskell-http.install
(from rev 168342, haskell-http/repos/testing-i686/haskell-http.install)
  haskell-http/repos/extra-x86_64/PKGBUILD
(from rev 168342, haskell-http/repos/testing-x86_64/PKGBUILD)
  haskell-http/repos/extra-x86_64/haskell-http.install
(from rev 168342, haskell-http/repos/testing-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/extra-i686/PKGBUILD
  haskell-http/repos/extra-i686/haskell-http.install
  haskell-http/repos/extra-x86_64/PKGBUILD
  haskell-http/repos/extra-x86_64/haskell-http.install
  haskell-http/repos/testing-i686/
  haskell-http/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   80 ++--
 extra-i686/haskell-http.install   |   36 
 extra-x86_64/PKGBUILD |   80 ++--
 extra-x86_64/haskell-http.install |   36 
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 04:08:52 UTC (rev 168343)
+++ extra-i686/PKGBUILD 2012-10-09 04:08:58 UTC (rev 168344)
@@ -1,40 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Package generated by cabal2arch 0.7.6
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.3
-pkgrel=1
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('872a1e49c3701c61c354f76716d4e3e7')
-
-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-http/repos/extra-i686/PKGBUILD (from rev 168342, 
haskell-http/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD     (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 04:08:58 UTC (rev 168344)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
+
+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/has

[arch-commits] Commit in ghc/repos (20 files)

2012-10-08 Thread Thomas Dziedzic
Date: Tuesday, October 9, 2012 @ 00:08:52
  Author: tdziedzic
Revision: 168343

db-move: moved ghc from [testing] to [extra] (i686, x86_64)

Added:
  ghc/repos/extra-i686/PKGBUILD
(from rev 168342, ghc/repos/testing-i686/PKGBUILD)
  ghc/repos/extra-i686/build.mk
(from rev 168342, ghc/repos/testing-i686/build.mk)
  ghc/repos/extra-i686/ghc.install
(from rev 168342, ghc/repos/testing-i686/ghc.install)
  ghc/repos/extra-i686/print-provides-replaces.sh
(from rev 168342, ghc/repos/testing-i686/print-provides-replaces.sh)
  ghc/repos/extra-x86_64/PKGBUILD
(from rev 168342, ghc/repos/testing-x86_64/PKGBUILD)
  ghc/repos/extra-x86_64/build.mk
(from rev 168342, ghc/repos/testing-x86_64/build.mk)
  ghc/repos/extra-x86_64/ghc.install
(from rev 168342, ghc/repos/testing-x86_64/ghc.install)
  ghc/repos/extra-x86_64/print-provides-replaces.sh
(from rev 168342, ghc/repos/testing-x86_64/print-provides-replaces.sh)
Deleted:
  ghc/repos/extra-i686/PKGBUILD
  ghc/repos/extra-i686/build.mk
  ghc/repos/extra-i686/ghc.install
  ghc/repos/extra-i686/print-provides-replaces.sh
  ghc/repos/extra-i686/silence-gen_contents_index.diff
  ghc/repos/extra-x86_64/PKGBUILD
  ghc/repos/extra-x86_64/build.mk
  ghc/repos/extra-x86_64/ghc.install
  ghc/repos/extra-x86_64/print-provides-replaces.sh
  ghc/repos/extra-x86_64/silence-gen_contents_index.diff
  ghc/repos/testing-i686/
  ghc/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  249 
 extra-i686/build.mk  |  375 +
 extra-i686/ghc.install   |   20 -
 extra-i686/print-provides-replaces.sh|   76 ++---
 extra-i686/silence-gen_contents_index.diff   |   10 
 extra-x86_64/PKGBUILD|  249 
 extra-x86_64/build.mk|  375 +
 extra-x86_64/ghc.install |   20 -
 extra-x86_64/print-provides-replaces.sh  |   76 ++---
 extra-x86_64/silence-gen_contents_index.diff |   10 
 10 files changed, 754 insertions(+), 706 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 168342:168343 to see the changes.


[arch-commits] Commit in cabal-install/repos (4 files)

2012-10-04 Thread Thomas Dziedzic
Date: Friday, October 5, 2012 @ 01:24:05
  Author: tdziedzic
Revision: 168006

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

Added:
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 168005, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 168005, cabal-install/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 168005, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 05:24:05 UTC (rev 168006)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 168005, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD     (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-05 05:24:05 UTC (rev 168006)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}



[arch-commits] Commit in cabal-install/trunk (PKGBUILD)

2012-10-04 Thread Thomas Dziedzic
Date: Friday, October 5, 2012 @ 01:19:54
  Author: tdziedzic
Revision: 168005

update to cabal 1.16.0

Modified:
  cabal-install/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 24 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 03:01:32 UTC (rev 168004)
+++ PKGBUILD2012-10-05 05:19:54 UTC (rev 168005)
@@ -3,34 +3,41 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
 depends=('ghc' 'gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('638514bd1a5792d75866481852148ae5')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
 
 build() {
-cd cabal-install-${pkgver}
-runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
-runhaskell Setup build
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
 }
 
 package() {
-cd cabal-install-${pkgver}
-runhaskell Setup copy --destdir=$pkgdir
+  cd cabal-install-${pkgver}
 
-# rm license installed to wrong location
-rm -rf ${pkgdir}/usr/share/doc
+  runhaskell Setup copy --destdir=$pkgdir
 
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-# add bash completion
-install -d ${pkgdir}/usr/share/bash-completion/completions
-install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
 }



[arch-commits] Commit in haskell-zlib/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:46
  Author: tdziedzic
Revision: 167888

db-move: moved haskell-zlib from [staging] to [testing] (i686, x86_64)

Added:
  haskell-zlib/repos/testing-i686/
  haskell-zlib/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-zlib/repos/staging-i686/PKGBUILD)
  haskell-zlib/repos/testing-i686/haskell-zlib.install
(from rev 167879, haskell-zlib/repos/staging-i686/haskell-zlib.install)
  haskell-zlib/repos/testing-x86_64/
  haskell-zlib/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-zlib/repos/staging-x86_64/PKGBUILD)
  haskell-zlib/repos/testing-x86_64/haskell-zlib.install
(from rev 167879, haskell-zlib/repos/staging-x86_64/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/staging-i686/
  haskell-zlib/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   44 ++
 testing-i686/haskell-zlib.install   |   18 +
 testing-x86_64/PKGBUILD |   44 ++
 testing-x86_64/haskell-zlib.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-zlib/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-zlib/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:46 UTC (rev 167888)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=5
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+# ghc 7.6 includes bytestring 0.10
+sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal
+
+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-zlib/repos/testing-i686/haskell-zlib.install (from rev 167879, 
haskell-zlib/repos/staging-i686/haskell-zlib.install)
===
--- testing-i686/haskell-zlib.install   (rev 0)
+++ testing-i686/haskell-zlib.install   2012-10-03 15:19:46 UTC (rev 167888)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-zlib
+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-zlib/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-zlib/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD     (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:46 UTC (rev 167888)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=5
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'zlib' 

[arch-commits] Commit in haskell-transformers/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:41
  Author: tdziedzic
Revision: 167887

db-move: moved haskell-transformers from [staging] to [testing] (i686, x86_64)

Added:
  haskell-transformers/repos/testing-i686/
  haskell-transformers/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-transformers/repos/staging-i686/PKGBUILD)
  haskell-transformers/repos/testing-i686/haskell-transformers.install
(from rev 167879, 
haskell-transformers/repos/staging-i686/haskell-transformers.install)
  haskell-transformers/repos/testing-x86_64/
  haskell-transformers/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-transformers/repos/staging-x86_64/PKGBUILD)
  haskell-transformers/repos/testing-x86_64/haskell-transformers.install
(from rev 167879, 
haskell-transformers/repos/staging-x86_64/haskell-transformers.install)
Deleted:
  haskell-transformers/repos/staging-i686/
  haskell-transformers/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/haskell-transformers.install   |   18 
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/haskell-transformers.install |   18 
 4 files changed, 114 insertions(+)

Copied: haskell-transformers/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-transformers/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:41 UTC (rev 167887)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+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-transformers/repos/testing-i686/haskell-transformers.install 
(from rev 167879, 
haskell-transformers/repos/staging-i686/haskell-transformers.install)
===
--- testing-i686/haskell-transformers.install   (rev 0)
+++ testing-i686/haskell-transformers.install   2012-10-03 15:19:41 UTC (rev 
167887)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers
+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-transformers/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-transformers/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:41 UTC (rev 167887)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/pac

[arch-commits] Commit in haskell-text/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:36
  Author: tdziedzic
Revision: 167886

db-move: moved haskell-text from [staging] to [testing] (i686, x86_64)

Added:
  haskell-text/repos/testing-i686/
  haskell-text/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-text/repos/staging-i686/PKGBUILD)
  haskell-text/repos/testing-i686/haskell-text.install
(from rev 167879, haskell-text/repos/staging-i686/haskell-text.install)
  haskell-text/repos/testing-x86_64/
  haskell-text/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-text/repos/staging-x86_64/PKGBUILD)
  haskell-text/repos/testing-x86_64/haskell-text.install
(from rev 167879, haskell-text/repos/staging-x86_64/haskell-text.install)
Deleted:
  haskell-text/repos/staging-i686/
  haskell-text/repos/staging-x86_64/

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

Copied: haskell-text/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-text/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:36 UTC (rev 167886)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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-text/repos/testing-i686/haskell-text.install (from rev 167879, 
haskell-text/repos/staging-i686/haskell-text.install)
===
--- testing-i686/haskell-text.install   (rev 0)
+++ testing-i686/haskell-text.install   2012-10-03 15:19:36 UTC (rev 167886)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-text
+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-text/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-text/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:36 UTC (rev 167886)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell

[arch-commits] Commit in haskell-random/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:31
  Author: tdziedzic
Revision: 167885

db-move: moved haskell-random from [staging] to [testing] (i686, x86_64)

Added:
  haskell-random/repos/testing-i686/
  haskell-random/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-random/repos/staging-i686/PKGBUILD)
  haskell-random/repos/testing-i686/haskell-random.install
(from rev 167879, haskell-random/repos/staging-i686/haskell-random.install)
  haskell-random/repos/testing-x86_64/
  haskell-random/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-random/repos/staging-x86_64/PKGBUILD)
  haskell-random/repos/testing-x86_64/haskell-random.install
(from rev 167879, 
haskell-random/repos/staging-x86_64/haskell-random.install)
Deleted:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-x86_64/

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

Copied: haskell-random/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-random/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:31 UTC (rev 167885)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=3
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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-random/repos/testing-i686/haskell-random.install (from rev 
167879, haskell-random/repos/staging-i686/haskell-random.install)
===
--- testing-i686/haskell-random.install (rev 0)
+++ testing-i686/haskell-random.install 2012-10-03 15:19:31 UTC (rev 167885)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+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-random/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-random/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:31 UTC (rev 167885)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=3
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 

[arch-commits] Commit in haskell-parsec/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:26
  Author: tdziedzic
Revision: 167884

db-move: moved haskell-parsec from [staging] to [testing] (i686, x86_64)

Added:
  haskell-parsec/repos/testing-i686/
  haskell-parsec/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-parsec/repos/staging-i686/PKGBUILD)
  haskell-parsec/repos/testing-i686/haskell-parsec.install
(from rev 167879, haskell-parsec/repos/staging-i686/haskell-parsec.install)
  haskell-parsec/repos/testing-x86_64/
  haskell-parsec/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-parsec/repos/staging-x86_64/PKGBUILD)
  haskell-parsec/repos/testing-x86_64/haskell-parsec.install
(from rev 167879, 
haskell-parsec/repos/staging-x86_64/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/staging-i686/
  haskell-parsec/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/haskell-parsec.install   |   18 ++
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/haskell-parsec.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: haskell-parsec/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-parsec/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:26 UTC (rev 167884)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+
+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-parsec/repos/testing-i686/haskell-parsec.install (from rev 
167879, haskell-parsec/repos/staging-i686/haskell-parsec.install)
===
--- testing-i686/haskell-parsec.install (rev 0)
+++ testing-i686/haskell-parsec.install 2012-10-03 15:19:26 UTC (rev 167884)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsec
+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-parsec/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-parsec/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD     (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:26 UTC (rev 167884)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
+source=(http://hackage.haskell.org/pac

[arch-commits] Commit in haskell-network/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:21
  Author: tdziedzic
Revision: 167883

db-move: moved haskell-network from [staging] to [testing] (i686, x86_64)

Added:
  haskell-network/repos/testing-i686/
  haskell-network/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-network/repos/staging-i686/PKGBUILD)
  haskell-network/repos/testing-i686/haskell-network.install
(from rev 167879, 
haskell-network/repos/staging-i686/haskell-network.install)
  haskell-network/repos/testing-x86_64/
  haskell-network/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-network/repos/staging-x86_64/PKGBUILD)
  haskell-network/repos/testing-x86_64/haskell-network.install
(from rev 167879, 
haskell-network/repos/staging-x86_64/haskell-network.install)
Deleted:
  haskell-network/repos/staging-i686/
  haskell-network/repos/staging-x86_64/

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

Copied: haskell-network/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-network/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:21 UTC (rev 167883)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.1.0
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
+
+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-network/repos/testing-i686/haskell-network.install (from rev 
167879, haskell-network/repos/staging-i686/haskell-network.install)
===
--- testing-i686/haskell-network.install(rev 0)
+++ testing-i686/haskell-network.install2012-10-03 15:19:21 UTC (rev 
167883)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-network
+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-network/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-network/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:21 UTC (rev 167883)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.1.0
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
+source=(http://hackage.haskell.org/

[arch-commits] Commit in haskell-mtl/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:15
  Author: tdziedzic
Revision: 167882

db-move: moved haskell-mtl from [staging] to [testing] (i686, x86_64)

Added:
  haskell-mtl/repos/testing-i686/
  haskell-mtl/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-mtl/repos/staging-i686/PKGBUILD)
  haskell-mtl/repos/testing-i686/haskell-mtl.install
(from rev 167879, haskell-mtl/repos/staging-i686/haskell-mtl.install)
  haskell-mtl/repos/testing-x86_64/
  haskell-mtl/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-mtl/repos/staging-x86_64/PKGBUILD)
  haskell-mtl/repos/testing-x86_64/haskell-mtl.install
(from rev 167879, haskell-mtl/repos/staging-x86_64/haskell-mtl.install)
Deleted:
  haskell-mtl/repos/staging-i686/
  haskell-mtl/repos/staging-x86_64/

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

Copied: haskell-mtl/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-mtl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:15 UTC (rev 167882)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Monad transformer library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+
+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-mtl/repos/testing-i686/haskell-mtl.install (from rev 167879, 
haskell-mtl/repos/staging-i686/haskell-mtl.install)
===
--- testing-i686/haskell-mtl.install(rev 0)
+++ testing-i686/haskell-mtl.install2012-10-03 15:19:15 UTC (rev 167882)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mtl
+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-mtl/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-mtl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:15 UTC (rev 167882)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Monad transformer library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configu

[arch-commits] Commit in haskell-http/repos (8 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:09
  Author: tdziedzic
Revision: 167881

db-move: moved haskell-http from [staging] to [testing] (i686, x86_64)

Added:
  haskell-http/repos/testing-i686/
  haskell-http/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-http/repos/staging-i686/PKGBUILD)
  haskell-http/repos/testing-i686/haskell-http.install
(from rev 167879, haskell-http/repos/staging-i686/haskell-http.install)
  haskell-http/repos/testing-x86_64/
  haskell-http/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-http/repos/staging-x86_64/PKGBUILD)
  haskell-http/repos/testing-x86_64/haskell-http.install
(from rev 167879, haskell-http/repos/staging-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-x86_64/

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

Copied: haskell-http/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-http/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
+
+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-http/repos/testing-i686/haskell-http.install (from rev 167879, 
haskell-http/repos/staging-i686/haskell-http.install)
===
--- testing-i686/haskell-http.install   (rev 0)
+++ testing-i686/haskell-http.install   2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+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-http/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-http/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD     (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1

[arch-commits] Commit in ghc/repos (12 files)

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:04
  Author: tdziedzic
Revision: 167880

db-move: moved ghc from [staging] to [testing] (i686, x86_64)

Added:
  ghc/repos/testing-i686/
  ghc/repos/testing-i686/PKGBUILD
(from rev 167879, ghc/repos/staging-i686/PKGBUILD)
  ghc/repos/testing-i686/build.mk
(from rev 167879, ghc/repos/staging-i686/build.mk)
  ghc/repos/testing-i686/ghc.install
(from rev 167879, ghc/repos/staging-i686/ghc.install)
  ghc/repos/testing-i686/print-provides-replaces.sh
(from rev 167879, ghc/repos/staging-i686/print-provides-replaces.sh)
  ghc/repos/testing-x86_64/
  ghc/repos/testing-x86_64/PKGBUILD
(from rev 167879, ghc/repos/staging-x86_64/PKGBUILD)
  ghc/repos/testing-x86_64/build.mk
(from rev 167879, ghc/repos/staging-x86_64/build.mk)
  ghc/repos/testing-x86_64/ghc.install
(from rev 167879, ghc/repos/staging-x86_64/ghc.install)
  ghc/repos/testing-x86_64/print-provides-replaces.sh
(from rev 167879, ghc/repos/staging-x86_64/print-provides-replaces.sh)
Deleted:
  ghc/repos/staging-i686/
  ghc/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  129 ++
 testing-i686/build.mk |  200 
 testing-i686/ghc.install  |   10 +
 testing-i686/print-provides-replaces.sh   |   38 +
 testing-x86_64/PKGBUILD   |  129 ++
 testing-x86_64/build.mk   |  200 
 testing-x86_64/ghc.install|   10 +
 testing-x86_64/print-provides-replaces.sh |   38 +
 8 files changed, 754 insertions(+)

Copied: ghc/repos/testing-i686/PKGBUILD (from rev 167879, 
ghc/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:04 UTC (rev 167880)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+pkgname=ghc
+pkgver=7.6.1
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp>=5.0' 'gcc') # 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n > 1 does this...
+#options=('!makeflags')
+# missing rtl?
+provides=('haskell-array=0.4.0.1'
+  'haskell-base=4.6.0.0'
+  'haskell-binary=0.5.1.1'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.0.0'
+  'haskell-containers=0.5.0.0'
+  'haskell-deepseq=1.3.0.1'
+  'haskell-directory=1.2.0.0'
+  'haskell-filepath=1.3.0.1'
+  'haskell-ghc-prim=0.3.0.0'
+  'haskell-haskell2010=1.1.1.0'
+  'haskell-haskell98=2.0.0.2'
+  'haskell-hoopl=3.9.0.0'
+  'haskell-hpc=0.6.0.0'
+  'haskell-integer-gmp=0.5.0.0'
+  'haskell-old-locale=1.0.0.5'
+  'haskell-old-time=1.1.0.1'
+  'haskell-pretty=1.1.1.0'
+  'haskell-process=1.1.0.2'
+  'haskell-template-haskell=2.8.0.0'
+  'haskell-time=1.4.0.1'
+  'haskell-unix=2.6.0.0'
+  'haskell-cabal=1.16.0')
+replaces=('haskell-array<0.4.0.1'
+  'haskell-base<4.6.0.0'
+  'haskell-binary<0.5.1.1'
+  'haskell-bin-package-db<0.0.0.0'
+  'haskell-bytestring<0.10.0.0'
+  'haskell-containers<0.5.0.0'
+  'haskell-deepseq<1.3.0.1'
+  'haskell-directory<1.2.0.0'
+  'haskell-filepath<1.3.0.1'
+  'haskell-ghc-prim<0.3.0.0'
+  'haskell-haskell2010<1.1.1.0'
+  'haskell-haskell98<2.0.0.2'
+  'haskell-hoopl<3.9.0.0'
+  'haskell-hpc<0.6.0.0'
+  'haskell-integer-gmp<0.5.0.0'
+  'haskell-old-locale<1.0.0.5'
+  

[arch-commits] Commit in vim/repos (20 files)

2012-09-14 Thread Thomas Dziedzic
Date: Saturday, September 15, 2012 @ 00:03:40
  Author: tdziedzic
Revision: 10

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 166659, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 166659, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 166659, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 166659, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 166659, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 166659, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 166659, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 166659, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 166659, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 166659, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  426 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  426 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 652 insertions(+), 664 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166659:10 to see the changes.


[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-09-14 Thread Thomas Dziedzic
Date: Saturday, September 15, 2012 @ 00:02:48
  Author: tdziedzic
Revision: 166659

upgpkg: vim 7.3.661-1

bump to fix a potential python segfault

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-14 15:12:56 UTC (rev 166658)
+++ PKGBUILD2012-09-15 04:02:48 UTC (rev 166659)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=659
-__hgrev=1052677493be
+_patchlevel=661
+__hgrev=5884d056e1d1
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('5f9bc51f6935368edda0aab6251d2c5cd5350acd'
-  'cb2b2c50a9582e27fe71ac77fc9191122adf0a44'
+sha1sums=('989e907fe9858647e762bddc927f656a03fb5226'
+  '195c7fc5163fca966ea331d8160bf2d307c1533c'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:39:46
  Author: tdziedzic
Revision: 166481

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

Added:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-i686/PKGBUILD
(from rev 166480, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-i686/haskell-http.install
(from rev 166480, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/staging-x86_64/
  haskell-http/repos/staging-x86_64/PKGBUILD
(from rev 166480, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-x86_64/haskell-http.install
(from rev 166480, haskell-http/trunk/haskell-http.install)

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

Copied: haskell-http/repos/staging-i686/PKGBUILD (from rev 166480, 
haskell-http/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:39:46 UTC (rev 166481)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
+
+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-http/repos/staging-i686/haskell-http.install (from rev 166480, 
haskell-http/trunk/haskell-http.install)
===
--- staging-i686/haskell-http.install   (rev 0)
+++ staging-i686/haskell-http.install   2012-09-08 08:39:46 UTC (rev 166481)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+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-http/repos/staging-x86_64/PKGBUILD (from rev 166480, 
haskell-http/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD     (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:39:46 UTC (rev 166481)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
+
+buil

[arch-commits] Commit in haskell-http/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:39:22
  Author: tdziedzic
Revision: 166480

upgpkg: haskell-http 4000.2.4-1

bump

Modified:
  haskell-http/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:33:28 UTC (rev 166479)
+++ PKGBUILD2012-09-08 08:39:22 UTC (rev 166480)
@@ -5,16 +5,16 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.3
+pkgver=4000.2.4
 pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('872a1e49c3701c61c354f76716d4e3e7')
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:33:28
  Author: tdziedzic
Revision: 166479

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

Added:
  haskell-network/repos/staging-i686/
  haskell-network/repos/staging-i686/PKGBUILD
(from rev 166478, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-i686/haskell-network.install
(from rev 166478, haskell-network/trunk/haskell-network.install)
  haskell-network/repos/staging-x86_64/
  haskell-network/repos/staging-x86_64/PKGBUILD
(from rev 166478, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-x86_64/haskell-network.install
(from rev 166478, haskell-network/trunk/haskell-network.install)

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

Copied: haskell-network/repos/staging-i686/PKGBUILD (from rev 166478, 
haskell-network/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:33:28 UTC (rev 166479)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.1.0
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
+
+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-network/repos/staging-i686/haskell-network.install (from rev 
166478, haskell-network/trunk/haskell-network.install)
===
--- staging-i686/haskell-network.install(rev 0)
+++ staging-i686/haskell-network.install2012-09-08 08:33:28 UTC (rev 
166479)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-network
+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-network/repos/staging-x86_64/PKGBUILD (from rev 166478, 
haskell-network/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:33:28 UTC (rev 166479)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.1.0
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+r

[arch-commits] Commit in haskell-network/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:32:50
  Author: tdziedzic
Revision: 166478

upgpkg: haskell-network 2.3.1.0-1

bump

Modified:
  haskell-network/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:26:23 UTC (rev 166477)
+++ PKGBUILD2012-09-08 08:32:50 UTC (rev 166478)
@@ -5,16 +5,16 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.3.0.14
+pkgver=2.3.1.0
 pkgrel=1
 pkgdesc="Networking-related facilities"
 url="http://hackage.haskell.org/package/network";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-parsec=3.1.2-2')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-parsec=3.1.3-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('1e45cc731647acff8b9c33bda085bf2a')
+md5sums=('d824db8fc068cab60fa178ab330a57a2')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:26:23
  Author: tdziedzic
Revision: 166477

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

Added:
  haskell-parsec/repos/staging-i686/
  haskell-parsec/repos/staging-i686/PKGBUILD
(from rev 166476, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-i686/haskell-parsec.install
(from rev 166476, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/staging-x86_64/
  haskell-parsec/repos/staging-x86_64/PKGBUILD
(from rev 166476, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-x86_64/haskell-parsec.install
(from rev 166476, haskell-parsec/trunk/haskell-parsec.install)

---+
 staging-i686/PKGBUILD |   39 
 staging-i686/haskell-parsec.install   |   18 ++
 staging-x86_64/PKGBUILD   |   39 
 staging-x86_64/haskell-parsec.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: haskell-parsec/repos/staging-i686/PKGBUILD (from rev 166476, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:26:23 UTC (rev 166477)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+
+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-parsec/repos/staging-i686/haskell-parsec.install (from rev 
166476, haskell-parsec/trunk/haskell-parsec.install)
===
--- staging-i686/haskell-parsec.install (rev 0)
+++ staging-i686/haskell-parsec.install 2012-09-08 08:26:23 UTC (rev 166477)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsec
+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-parsec/repos/staging-x86_64/PKGBUILD (from rev 166476, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD     (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:26:23 UTC (rev 166477)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+

[arch-commits] Commit in haskell-parsec/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:25:40
  Author: tdziedzic
Revision: 166476

upgpkg: haskell-parsec 3.1.3-1

bump

Modified:
  haskell-parsec/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:21:58 UTC (rev 166475)
+++ PKGBUILD2012-09-08 08:25:40 UTC (rev 166476)
@@ -5,16 +5,16 @@
 
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-mtl=2.1.1-1' 'haskell-text=0.11.2.1-1')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2-1' 'haskell-text=0.11.2.3-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+md5sums=('d72fc94b81153132c61125a1ec52a4a5')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:20:25
  Author: tdziedzic
Revision: 166473

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

Added:
  haskell-mtl/repos/staging-i686/
  haskell-mtl/repos/staging-i686/PKGBUILD
(from rev 166472, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/staging-i686/haskell-mtl.install
(from rev 166472, haskell-mtl/trunk/haskell-mtl.install)
  haskell-mtl/repos/staging-x86_64/
  haskell-mtl/repos/staging-x86_64/PKGBUILD
(from rev 166472, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/staging-x86_64/haskell-mtl.install
(from rev 166472, haskell-mtl/trunk/haskell-mtl.install)

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

Copied: haskell-mtl/repos/staging-i686/PKGBUILD (from rev 166472, 
haskell-mtl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:20:25 UTC (rev 166473)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Monad transformer library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+
+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-mtl/repos/staging-i686/haskell-mtl.install (from rev 166472, 
haskell-mtl/trunk/haskell-mtl.install)
===
--- staging-i686/haskell-mtl.install(rev 0)
+++ staging-i686/haskell-mtl.install2012-09-08 08:20:25 UTC (rev 166473)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mtl
+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-mtl/repos/staging-x86_64/PKGBUILD (from rev 166472, 
haskell-mtl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:20:25 UTC (rev 166473)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Monad transformer library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
+
+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 Se

[arch-commits] Commit in haskell-mtl/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:19:58
  Author: tdziedzic
Revision: 166472

upgpkg: haskell-mtl 2.1.2-1

bump

Modified:
  haskell-mtl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:10:06 UTC (rev 166471)
+++ PKGBUILD2012-09-08 08:19:58 UTC (rev 166472)
@@ -4,16 +4,16 @@
 
 _hkgname=mtl
 pkgname=haskell-mtl
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="Monad transformer library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh' 'haskell-transformers=0.3.0.0-1')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-transformers=0.3.0.0-2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
-md5sums=('0654be687f1492a2ff30cf6f3fb7eed0')
+md5sums=('943c110524d96126bfa0e61f7df1ebcd')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:10:06
  Author: tdziedzic
Revision: 166471

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

Added:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-i686/PKGBUILD
(from rev 166470, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-i686/haskell-random.install
(from rev 166470, haskell-random/trunk/haskell-random.install)
  haskell-random/repos/staging-x86_64/
  haskell-random/repos/staging-x86_64/PKGBUILD
(from rev 166470, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-x86_64/haskell-random.install
(from rev 166470, haskell-random/trunk/haskell-random.install)

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

Copied: haskell-random/repos/staging-i686/PKGBUILD (from rev 166470, 
haskell-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:10:06 UTC (rev 166471)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=3
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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-random/repos/staging-i686/haskell-random.install (from rev 
166470, haskell-random/trunk/haskell-random.install)
===
--- staging-i686/haskell-random.install (rev 0)
+++ staging-i686/haskell-random.install 2012-09-08 08:10:06 UTC (rev 166471)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+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-random/repos/staging-x86_64/PKGBUILD (from rev 166470, 
haskell-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:10:06 UTC (rev 166471)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=3
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+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-scr

[arch-commits] Commit in haskell-random/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:09:33
  Author: tdziedzic
Revision: 166470

upgpkg: haskell-random 1.0.1.1-3

rebuild

Modified:
  haskell-random/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:03:13 UTC (rev 166469)
+++ PKGBUILD2012-09-08 08:09:33 UTC (rev 166470)
@@ -3,12 +3,12 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.0.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A basic random number generation library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
+depends=('ghc=7.6.1-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:03:13
  Author: tdziedzic
Revision: 166469

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

Added:
  haskell-zlib/repos/staging-i686/
  haskell-zlib/repos/staging-i686/PKGBUILD
(from rev 166468, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-i686/haskell-zlib.install
(from rev 166468, haskell-zlib/trunk/haskell-zlib.install)
  haskell-zlib/repos/staging-x86_64/
  haskell-zlib/repos/staging-x86_64/PKGBUILD
(from rev 166468, haskell-zlib/trunk/PKGBUILD)
  haskell-zlib/repos/staging-x86_64/haskell-zlib.install
(from rev 166468, haskell-zlib/trunk/haskell-zlib.install)

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

Copied: haskell-zlib/repos/staging-i686/PKGBUILD (from rev 166468, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 08:03:13 UTC (rev 166469)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=5
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+# ghc 7.6 includes bytestring 0.10
+sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal
+
+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-zlib/repos/staging-i686/haskell-zlib.install (from rev 166468, 
haskell-zlib/trunk/haskell-zlib.install)
===
--- staging-i686/haskell-zlib.install   (rev 0)
+++ staging-i686/haskell-zlib.install   2012-09-08 08:03:13 UTC (rev 166469)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-zlib
+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-zlib/repos/staging-x86_64/PKGBUILD (from rev 166468, 
haskell-zlib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD     (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 08:03:13 UTC (rev 166469)
@@ -0,0 +1,44 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=5
+pkgdesc="Compression and decompression in the gzip and zlib formats"
+url="http://hackage.haskell.org/package/zlib";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'zlib' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a

[arch-commits] Commit in haskell-zlib/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 04:02:45
  Author: tdziedzic
Revision: 166468

upgpkg: haskell-zlib 0.5.3.3-5

rebuild

Modified:
  haskell-zlib/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 07:40:47 UTC (rev 166467)
+++ PKGBUILD2012-09-08 08:02:45 UTC (rev 166468)
@@ -6,18 +6,22 @@
 _hkgname=zlib
 pkgname=haskell-zlib
 pkgver=0.5.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Compression and decompression in the gzip and zlib formats"
 url="http://hackage.haskell.org/package/zlib";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'zlib' 'sh')
+depends=('ghc=7.6.1-1' 'zlib' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
+
+# ghc 7.6 includes bytestring 0.10
+sed 's/bytestring == 0.9.*/bytestring == 0.10.*/' -i zlib.cabal
+
 runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
   --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
   --libsubdir=\$compiler/site-local/\$pkgid



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 03:40:47
  Author: tdziedzic
Revision: 166467

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

Added:
  haskell-text/repos/staging-i686/
  haskell-text/repos/staging-i686/PKGBUILD
(from rev 166466, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-i686/haskell-text.install
(from rev 166466, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/staging-x86_64/
  haskell-text/repos/staging-x86_64/PKGBUILD
(from rev 166466, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/staging-x86_64/haskell-text.install
(from rev 166466, haskell-text/trunk/haskell-text.install)

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

Copied: haskell-text/repos/staging-i686/PKGBUILD (from rev 166466, 
haskell-text/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 07:40:47 UTC (rev 166467)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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-text/repos/staging-i686/haskell-text.install (from rev 166466, 
haskell-text/trunk/haskell-text.install)
===
--- staging-i686/haskell-text.install   (rev 0)
+++ staging-i686/haskell-text.install   2012-09-08 07:40:47 UTC (rev 166467)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-text
+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-text/repos/staging-x86_64/PKGBUILD (from rev 166466, 
haskell-text/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 07:40:47 UTC (rev 166467)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.2.3
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
+
+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
+r

[arch-commits] Commit in haskell-text/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 03:40:20
  Author: tdziedzic
Revision: 166466

upgpkg: haskell-text 0.11.2.3-1

bump

Modified:
  haskell-text/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 07:26:25 UTC (rev 166465)
+++ PKGBUILD2012-09-08 07:40:20 UTC (rev 166466)
@@ -4,16 +4,16 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=0.11.2.1
+pkgver=0.11.2.3
 pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
+depends=('ghc=7.6.1-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('77245df79d10ed5f896a9d3f5b17ee74')
+md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 03:26:25
  Author: tdziedzic
Revision: 166465

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

Added:
  haskell-transformers/repos/staging-i686/
  haskell-transformers/repos/staging-i686/PKGBUILD
(from rev 166464, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-i686/haskell-transformers.install
(from rev 166464, haskell-transformers/trunk/haskell-transformers.install)
  haskell-transformers/repos/staging-x86_64/
  haskell-transformers/repos/staging-x86_64/PKGBUILD
(from rev 166464, haskell-transformers/trunk/PKGBUILD)
  haskell-transformers/repos/staging-x86_64/haskell-transformers.install
(from rev 166464, haskell-transformers/trunk/haskell-transformers.install)

-+
 staging-i686/PKGBUILD   |   39 ++
 staging-i686/haskell-transformers.install   |   18 
 staging-x86_64/PKGBUILD |   39 ++
 staging-x86_64/haskell-transformers.install |   18 
 4 files changed, 114 insertions(+)

Copied: haskell-transformers/repos/staging-i686/PKGBUILD (from rev 166464, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-08 07:26:25 UTC (rev 166465)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+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-transformers/repos/staging-i686/haskell-transformers.install 
(from rev 166464, haskell-transformers/trunk/haskell-transformers.install)
===
--- staging-i686/haskell-transformers.install   (rev 0)
+++ staging-i686/haskell-transformers.install   2012-09-08 07:26:25 UTC (rev 
166465)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-transformers
+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-transformers/repos/staging-x86_64/PKGBUILD (from rev 166464, 
haskell-transformers/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-09-08 07:26:25 UTC (rev 166465)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic 
+# Contributor: Rémy Oudompheng 
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Concrete functor and monad transformers"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=${pkgname}.install
+md5sums=('852dc0b79cc2bcb39136287d3dd385e5')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup

[arch-commits] Commit in haskell-transformers/trunk (PKGBUILD)

2012-09-08 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 03:25:55
  Author: tdziedzic
Revision: 166464

upgpkg: haskell-transformers 0.3.0.0-2

rebuild

Modified:
  haskell-transformers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 07:14:12 UTC (rev 166463)
+++ PKGBUILD2012-09-08 07:25:55 UTC (rev 166464)
@@ -6,12 +6,12 @@
 _hkgname=transformers
 pkgname=haskell-transformers
 pkgver=0.3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Concrete functor and monad transformers"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'sh')
+depends=('ghc=7.6.1-1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
 install=${pkgname}.install
 md5sums=('852dc0b79cc2bcb39136287d3dd385e5')



[arch-commits] Commit in ghc/repos (16 files)

2012-09-07 Thread Thomas Dziedzic
Date: Saturday, September 8, 2012 @ 02:24:57
  Author: tdziedzic
Revision: 166459

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

Added:
  ghc/repos/staging-i686/PKGBUILD
(from rev 166458, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 166458, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 166458, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 166458, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 166458, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 166458, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 166458, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 166458, ghc/trunk/print-provides-replaces.sh)
Deleted:
  ghc/repos/staging-i686/PKGBUILD
  ghc/repos/staging-i686/build.mk
  ghc/repos/staging-i686/ghc.install
  ghc/repos/staging-i686/print-provides-replaces.sh
  ghc/repos/staging-x86_64/PKGBUILD
  ghc/repos/staging-x86_64/build.mk
  ghc/repos/staging-x86_64/ghc.install
  ghc/repos/staging-x86_64/print-provides-replaces.sh

---+
 staging-i686/PKGBUILD |  258 +-
 staging-i686/build.mk |  400 ++--
 staging-i686/ghc.install  |   20 -
 staging-i686/print-provides-replaces.sh   |   76 ++---
 staging-x86_64/PKGBUILD   |  258 +-
 staging-x86_64/build.mk   |  400 ++--
 staging-x86_64/ghc.install|   20 -
 staging-x86_64/print-provides-replaces.sh |   76 ++---
 8 files changed, 754 insertions(+), 754 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166458:166459 to see the changes.


[arch-commits] Commit in ghc/repos (16 files)

2012-09-06 Thread Thomas Dziedzic
Date: Friday, September 7, 2012 @ 00:50:36
  Author: tdziedzic
Revision: 166372

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

Added:
  ghc/repos/staging-i686/PKGBUILD
(from rev 166371, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 166371, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 166371, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 166371, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 166371, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 166371, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 166371, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 166371, ghc/trunk/print-provides-replaces.sh)
Deleted:
  ghc/repos/staging-i686/PKGBUILD
  ghc/repos/staging-i686/build.mk
  ghc/repos/staging-i686/ghc.install
  ghc/repos/staging-i686/print-provides-replaces.sh
  ghc/repos/staging-x86_64/PKGBUILD
  ghc/repos/staging-x86_64/build.mk
  ghc/repos/staging-x86_64/ghc.install
  ghc/repos/staging-x86_64/print-provides-replaces.sh

---+
 staging-i686/PKGBUILD |  258 +-
 staging-i686/build.mk |  400 ++--
 staging-i686/ghc.install  |   20 -
 staging-i686/print-provides-replaces.sh   |   76 ++---
 staging-x86_64/PKGBUILD   |  258 +-
 staging-x86_64/build.mk   |  400 ++--
 staging-x86_64/ghc.install|   20 -
 staging-x86_64/print-provides-replaces.sh |   76 ++---
 8 files changed, 754 insertions(+), 754 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166371:166372 to see the changes.


[arch-commits] Commit in ghc/repos (10 files)

2012-09-06 Thread Thomas Dziedzic
Date: Friday, September 7, 2012 @ 00:46:15
  Author: tdziedzic
Revision: 166371

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

Added:
  ghc/repos/staging-i686/
  ghc/repos/staging-i686/PKGBUILD
(from rev 166370, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 166370, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 166370, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 166370, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 166370, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 166370, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 166370, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 166370, ghc/trunk/print-provides-replaces.sh)

---+
 staging-i686/PKGBUILD |  129 ++
 staging-i686/build.mk |  200 
 staging-i686/ghc.install  |   10 +
 staging-i686/print-provides-replaces.sh   |   38 +
 staging-x86_64/PKGBUILD   |  129 ++
 staging-x86_64/build.mk   |  200 
 staging-x86_64/ghc.install|   10 +
 staging-x86_64/print-provides-replaces.sh |   38 +
 8 files changed, 754 insertions(+)

Copied: ghc/repos/staging-i686/PKGBUILD (from rev 166370, ghc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-09-07 04:46:15 UTC (rev 166371)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+pkgname=ghc
+pkgver=7.6.1
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp>=5.0' 'gcc') # 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n > 1 does this...
+#options=('!makeflags')
+# missing rtl?
+provides=('haskell-array=0.4.0.1'
+  'haskell-base=4.6.0.0'
+  'haskell-binary=0.5.1.1'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.0.0'
+  'haskell-containers=0.5.0.0'
+  'haskell-deepseq=1.3.0.1'
+  'haskell-directory=1.2.0.0'
+  'haskell-filepath=1.3.0.1'
+  'haskell-ghc-prim=0.3.0.0'
+  'haskell-haskell2010=1.1.1.0'
+  'haskell-haskell98=2.0.0.2'
+  'haskell-hoopl=3.9.0.0'
+  'haskell-hpc=0.6.0.0'
+  'haskell-integer-gmp=0.5.0.0'
+  'haskell-old-locale=1.0.0.5'
+  'haskell-old-time=1.1.0.1'
+  'haskell-pretty=1.1.1.0'
+  'haskell-process=1.1.0.2'
+  'haskell-template-haskell=2.8.0.0'
+  'haskell-time=1.4.0.1'
+  'haskell-unix=2.6.0.0'
+  'haskell-cabal=1.16.0')
+replaces=('haskell-array<0.4.0.1'
+  'haskell-base<4.6.0.0'
+  'haskell-binary<0.5.1.1'
+  'haskell-bin-package-db<0.0.0.0'
+  'haskell-bytestring<0.10.0.0'
+  'haskell-containers<0.5.0.0'
+  'haskell-deepseq<1.3.0.1'
+  'haskell-directory<1.2.0.0'
+  'haskell-filepath<1.3.0.1'
+  'haskell-ghc-prim<0.3.0.0'
+  'haskell-haskell2010<1.1.1.0'
+  'haskell-haskell98<2.0.0.2'
+  'haskell-hoopl<3.9.0.0'
+  'haskell-hpc<0.6.0.0'
+  'haskell-integer-gmp<0.5.0.0'
+  'haskell-old-locale<1.0.0.5'
+  'haskell-old-time<1.1.0.1'
+  'haskell-pretty<1.1.1.0'
+  'haskell-process<1.1.0.2'
+  'haskell-template-haskell<2.8.0.0'
+  

[arch-commits] Commit in ghc/trunk (PKGBUILD build.mk silence-gen_contents_index.diff)

2012-09-06 Thread Thomas Dziedzic
Date: Friday, September 7, 2012 @ 00:40:21
  Author: tdziedzic
Revision: 166370

bump

Modified:
  ghc/trunk/PKGBUILD
  ghc/trunk/build.mk
Deleted:
  ghc/trunk/silence-gen_contents_index.diff

-+
 PKGBUILD|  107 +-
 build.mk|   27 +
 silence-gen_contents_index.diff |   10 ---
 3 files changed, 76 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-07 01:16:18 UTC (rev 166369)
+++ PKGBUILD2012-09-07 04:40:21 UTC (rev 166370)
@@ -7,7 +7,7 @@
 #   This implies that all libraries need to be rebuilt when ghc is rebuilt.
 
 pkgname=ghc
-pkgver=7.4.2
+pkgver=7.6.1
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -21,72 +21,62 @@
 # keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n > 1 does this...
 #options=('!makeflags')
 # missing rtl?
-provides=('haskell-array=0.4.0.0'
-  'haskell-base=4.5.1.0'
-  'haskell-binary=0.5.1.0'
+provides=('haskell-array=0.4.0.1'
+  'haskell-base=4.6.0.0'
+  'haskell-binary=0.5.1.1'
   'haskell-bin-package-db=0.0.0.0'
-  'haskell-bytestring=0.9.2.1'
-  'haskell-containers=0.4.2.1'
-  'haskell-deepseq=1.3.0.0'
-  'haskell-directory=1.1.0.2'
-  'haskell-extensible-exceptions=0.1.1.4'
-  'haskell-filepath=1.3.0.0'
-  'haskell-ghc-prim=0.2.0.0'
-  'haskell-haskell2010=1.1.0.1'
-  'haskell-haskell98=2.0.0.1'
-  'haskell-hoopl=3.8.7.3'
-  'haskell-hpc=0.5.1.1'
-  'haskell-integer-gmp=0.4.0.0'
-  'haskell-old-locale=1.0.0.4'
-  'haskell-old-time=1.1.0.0'
+  'haskell-bytestring=0.10.0.0'
+  'haskell-containers=0.5.0.0'
+  'haskell-deepseq=1.3.0.1'
+  'haskell-directory=1.2.0.0'
+  'haskell-filepath=1.3.0.1'
+  'haskell-ghc-prim=0.3.0.0'
+  'haskell-haskell2010=1.1.1.0'
+  'haskell-haskell98=2.0.0.2'
+  'haskell-hoopl=3.9.0.0'
+  'haskell-hpc=0.6.0.0'
+  'haskell-integer-gmp=0.5.0.0'
+  'haskell-old-locale=1.0.0.5'
+  'haskell-old-time=1.1.0.1'
   'haskell-pretty=1.1.1.0'
-  'haskell-process=1.1.0.1'
-  'haskell-template-haskell=2.7.0.0'
-  'haskell-time=1.4'
-  'haskell-unix=2.5.1.1'
-  'haskell-cabal=1.14.0'
- )
-replaces=('haskell-array<0.4.0.0'
-  'haskell-base<4.5.1.0'
-  'haskell-binary<0.5.1.0'
+  'haskell-process=1.1.0.2'
+  'haskell-template-haskell=2.8.0.0'
+  'haskell-time=1.4.0.1'
+  'haskell-unix=2.6.0.0'
+  'haskell-cabal=1.16.0')
+replaces=('haskell-array<0.4.0.1'
+  'haskell-base<4.6.0.0'
+  'haskell-binary<0.5.1.1'
   'haskell-bin-package-db<0.0.0.0'
-  'haskell-bytestring<0.9.2.1'
-  'haskell-containers<0.4.2.1'
-  'haskell-deepseq<1.3.0.0'
-  'haskell-directory<1.1.0.2'
-  'haskell-extensible-exceptions<0.1.1.4'
-  'haskell-filepath<1.3.0.0'
-  'haskell-ghc-prim<0.2.0.0'
-  'haskell-haskell2010<1.1.0.1'
-  'haskell-haskell98<2.0.0.1'
-  'haskell-hoopl<3.8.7.3'
-  'haskell-hpc<0.5.1.1'
-  'haskell-integer-gmp<0.4.0.0'
-  'haskell-old-locale<1.0.0.4'
-  'haskell-old-time<1.1.0.0'
+  'haskell-bytestring<0.10.0.0'
+  'haskell-containers<0.5.0.0'
+  'haskell-deepseq<1.3.0.1'
+  'haskell-directory<1.2.0.0'
+  'haskell-filepath<1.3.0.1'
+  'haskell-ghc-prim<0.3.0.0'
+  'haskell-haskell2010<1.1.1.0'
+  'haskell-haskell98<2.0.0.2'
+  'haskell-hoopl<3.9.0.0'
+  'haskell-hpc<0.6.0.0'
+  'haskell-integer-gmp<0.5.0.0'
+  'haskell-old-locale<1.0.0.5'
+  'haskell-old-time<1.1.0.1'
   'haskell-pretty<1.1.1.0'
-  'haskell-process<1.1.0.1'
-  'haskell-template-haskell<2.7.0.0'
-  'haskell-time<1.4'
-  'haskell-unix<2.5.1.1'
-  'haskell-cabal<1.14.0'
- )
+  'haskell-process<1.1.0.2'
+  'haskell-template-haskell<2.8.0.0'
+  'haskell-time<1.4.0.1'
+  'haskell-unix<2.6.0.0'
+  'haskell-cabal<1.16.0')
 source=("http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.bz2";
 
"http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.bz2";
-'build.mk'
-'silence-gen_contents_index.diff')
-md5sums=('267462db5c5a7c245fb26361b77007c4'
- '528005749c761fe6c12a0079bd84fb90'
- '88ad4108c26f56fc38466d82aaf9a295'
- '2ac480d025b706fc47acc58c54b246bb')
+'build.mk')
+md5sums=('e9d892d2970550ec5e70130b3621f6b6'
+ '0d93c458e3b445a7e5

[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-09-06 Thread Thomas Dziedzic
Date: Thursday, September 6, 2012 @ 03:37:25
  Author: tdziedzic
Revision: 166322

remove unneeded commented out code

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-06 07:34:07 UTC (rev 166321)
+++ PKGBUILD2012-09-06 07:37:25 UTC (rev 166322)
@@ -55,12 +55,6 @@
 }
 
 build() {
-  # remove -O2 because there is a crash with python because of it
-  # fedora br: https://bugzilla.redhat.com/show_bug.cgi?id=817196
-  #export CFLAGS="${CFLAGS/-O2 /}"
-
-  #cd "${srcdir}"
-
   cp -a ${pkgname}-${pkgver} vim-build
 
   # define the place for the global (g)vimrc file (set to /etc/vimrc)



[arch-commits] Commit in vim/repos (20 files)

2012-09-06 Thread Thomas Dziedzic
Date: Thursday, September 6, 2012 @ 03:34:07
  Author: tdziedzic
Revision: 166321

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 166320, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 166320, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 166320, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 166320, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 166320, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 166320, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 166320, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 166320, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 166320, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 166320, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  432 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  432 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 664 insertions(+), 664 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166320:166321 to see the changes.


[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-09-06 Thread Thomas Dziedzic
Date: Thursday, September 6, 2012 @ 03:32:35
  Author: tdziedzic
Revision: 166320

upgpkg: vim 7.3.659-1

bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-06 03:21:26 UTC (rev 166319)
+++ PKGBUILD2012-09-06 07:32:35 UTC (rev 166320)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=600
-__hgrev=11d40fc82f11
+_patchlevel=659
+__hgrev=1052677493be
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('a1c54bde75476ace5d24d4c17f7a81818e80dfda'
-  '14d62fe89d8292a6d2f7c46e8c61bd59bbd01083'
+sha1sums=('5f9bc51f6935368edda0aab6251d2c5cd5350acd'
+  'cb2b2c50a9582e27fe71ac77fc9191122adf0a44'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'
@@ -57,9 +57,9 @@
 build() {
   # remove -O2 because there is a crash with python because of it
   # fedora br: https://bugzilla.redhat.com/show_bug.cgi?id=817196
-  export CFLAGS="${CFLAGS/-O2 /}"
+  #export CFLAGS="${CFLAGS/-O2 /}"
 
-  cd "${srcdir}"
+  #cd "${srcdir}"
 
   cp -a ${pkgname}-${pkgver} vim-build
 



[arch-commits] Commit in vim/repos (20 files)

2012-07-12 Thread Thomas Dziedzic
Date: Friday, July 13, 2012 @ 01:33:54
  Author: tdziedzic
Revision: 163486

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 163485, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 163485, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 163485, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 163485, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 163485, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 163485, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 163485, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 163485, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 163485, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 163485, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  432 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  432 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 664 insertions(+), 664 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163485:163486 to see the changes.


[arch-commits] Commit in vim/trunk (PKGBUILD)

2012-07-12 Thread Thomas Dziedzic
Date: Friday, July 13, 2012 @ 01:33:10
  Author: tdziedzic
Revision: 163485

upgpkg: vim 7.3.600-1

bump to v600

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-13 03:13:30 UTC (rev 163484)
+++ PKGBUILD2012-07-13 05:33:10 UTC (rev 163485)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=547
-__hgrev=6f2497d0c277
+_patchlevel=600
+__hgrev=11d40fc82f11
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('2c4f78a66b6ad7a759122d1f66c74079b678f39c'
-  '999f527d82a4c7818d017e3b8230e27950e87718'
+sha1sums=('a1c54bde75476ace5d24d4c17f7a81818e80dfda'
+  '14d62fe89d8292a6d2f7c46e8c61bd59bbd01083'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'



[arch-commits] Commit in calligra/repos (28 files)

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 14:07:14
  Author: tdziedzic
Revision: 162273

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 162272, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 162272, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 162272, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 162272, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 162272, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 162272, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 162272, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 162272, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 162272, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 162272, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-tools.install
(from rev 162272, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 162272, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 162272, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 162272, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 162272, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 162272, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 162272, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 162272, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 162272, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 162272, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 162272, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 162272, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 162272, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 162272, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 162272, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 162272, calligra/trunk/calligra.install)

---+
 staging-i686/PKGBUILD |  264 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   11 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-tools.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  264 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   11 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-tools.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 26 files changed, 812 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 162272, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-24 18:07:14 UTC (rev 162273)
@@ -0,0 +1,264 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Andrea

[arch-commits] Commit in calligra/repos (2 files)

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:21:01
  Author: tdziedzic
Revision: 162267

oops

Deleted:
  calligra/repos/community-staging-i686/
  calligra/repos/community-staging-x86_64/



[arch-commits] Commit in calligra/repos (28 files)

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:18:15
  Author: tdziedzic
Revision: 162265

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

Added:
  calligra/repos/community-staging-i686/
  calligra/repos/community-staging-i686/PKGBUILD
(from rev 162264, calligra/trunk/PKGBUILD)
  calligra/repos/community-staging-i686/calligra-braindump.install
(from rev 162264, calligra/trunk/calligra-braindump.install)
  calligra/repos/community-staging-i686/calligra-filters.install
(from rev 162264, calligra/trunk/calligra-filters.install)
  calligra/repos/community-staging-i686/calligra-flow.install
(from rev 162264, calligra/trunk/calligra-flow.install)
  calligra/repos/community-staging-i686/calligra-karbon.install
(from rev 162264, calligra/trunk/calligra-karbon.install)
  calligra/repos/community-staging-i686/calligra-kexi.install
(from rev 162264, calligra/trunk/calligra-kexi.install)
  calligra/repos/community-staging-i686/calligra-krita.install
(from rev 162264, calligra/trunk/calligra-krita.install)
  calligra/repos/community-staging-i686/calligra-plan.install
(from rev 162264, calligra/trunk/calligra-plan.install)
  calligra/repos/community-staging-i686/calligra-sheets.install
(from rev 162264, calligra/trunk/calligra-sheets.install)
  calligra/repos/community-staging-i686/calligra-stage.install
(from rev 162264, calligra/trunk/calligra-stage.install)
  calligra/repos/community-staging-i686/calligra-tools.install
(from rev 162264, calligra/trunk/calligra-tools.install)
  calligra/repos/community-staging-i686/calligra-words.install
(from rev 162264, calligra/trunk/calligra-words.install)
  calligra/repos/community-staging-i686/calligra.install
(from rev 162264, calligra/trunk/calligra.install)
  calligra/repos/community-staging-x86_64/
  calligra/repos/community-staging-x86_64/PKGBUILD
(from rev 162264, calligra/trunk/PKGBUILD)
  calligra/repos/community-staging-x86_64/calligra-braindump.install
(from rev 162264, calligra/trunk/calligra-braindump.install)
  calligra/repos/community-staging-x86_64/calligra-filters.install
(from rev 162264, calligra/trunk/calligra-filters.install)
  calligra/repos/community-staging-x86_64/calligra-flow.install
(from rev 162264, calligra/trunk/calligra-flow.install)
  calligra/repos/community-staging-x86_64/calligra-karbon.install
(from rev 162264, calligra/trunk/calligra-karbon.install)
  calligra/repos/community-staging-x86_64/calligra-kexi.install
(from rev 162264, calligra/trunk/calligra-kexi.install)
  calligra/repos/community-staging-x86_64/calligra-krita.install
(from rev 162264, calligra/trunk/calligra-krita.install)
  calligra/repos/community-staging-x86_64/calligra-plan.install
(from rev 162264, calligra/trunk/calligra-plan.install)
  calligra/repos/community-staging-x86_64/calligra-sheets.install
(from rev 162264, calligra/trunk/calligra-sheets.install)
  calligra/repos/community-staging-x86_64/calligra-stage.install
(from rev 162264, calligra/trunk/calligra-stage.install)
  calligra/repos/community-staging-x86_64/calligra-tools.install
(from rev 162264, calligra/trunk/calligra-tools.install)
  calligra/repos/community-staging-x86_64/calligra-words.install
(from rev 162264, calligra/trunk/calligra-words.install)
  calligra/repos/community-staging-x86_64/calligra.install
(from rev 162264, calligra/trunk/calligra.install)

-+
 community-staging-i686/PKGBUILD |  264 ++
 community-staging-i686/calligra-braindump.install   |   12 
 community-staging-i686/calligra-filters.install |   11 
 community-staging-i686/calligra-flow.install|   12 
 community-staging-i686/calligra-karbon.install  |   12 
 community-staging-i686/calligra-kexi.install|   11 
 community-staging-i686/calligra-krita.install   |   13 
 community-staging-i686/calligra-plan.install|   12 
 community-staging-i686/calligra-sheets.install  |   12 
 community-staging-i686/calligra-stage.install   |   12 
 community-staging-i686/calligra-tools.install   |   12 
 community-staging-i686/calligra-words.install   |   12 
 community-staging-i686/calligra.install |   11 
 community-staging-x86_64/PKGBUILD   |  264 ++
 community-staging-x86_64/calligra-braindump.install |   12 
 community-staging-x86_64/calligra-filters.install   |   11 
 community-staging-x86_64/calligra-flow.install  |   12 
 community-staging-x86_64/calligra-karbon.install|   12 
 community-staging-x86_64/calligra-kexi.install  |   11 
 community-staging-x86_64/calligra-krita.install |   13 
 community-staging-x86_64/calligra-plan.install  |   12 
 community-staging-x86_64/calligra-sheets.install|   12 
 community-staging-x86_64/calligra-stage.install |   12 
 community-staging-x86_64/calligra-tools.install |   12 
 com

[arch-commits] Commit in calligra/trunk (PKGBUILD)

2012-06-24 Thread Thomas Dziedzic
Date: Sunday, June 24, 2012 @ 13:16:46
  Author: tdziedzic
Revision: 162264

upgpkg: calligra 2.4.2-2

rebuild for poppler bump

Modified:
  calligra/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 16:52:18 UTC (rev 162263)
+++ PKGBUILD2012-06-24 17:16:46 UTC (rev 162264)
@@ -23,7 +23,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



<    1   2   3   4   5   6   7   >