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

2011-03-17 Thread Tobias Powalowski
Date: Thursday, March 17, 2011 @ 03:32:20
  Author: tpowa
Revision: 115131

upgpkg: dosfstools 3.0.11-1
bump to latest version

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 06:07:16 UTC (rev 115130)
+++ PKGBUILD2011-03-17 07:32:20 UTC (rev 115131)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 # Committer: Judd Vinet 
 pkgname=dosfstools
-pkgver=3.0.10
+pkgver=3.0.11
 pkgrel=1
 pkgdesc="DOS filesystem utilities"
 arch=(i686 x86_64)
@@ -14,6 +14,10 @@
 build() {
cd $srcdir/$pkgname-$pkgver
make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
make PREFIX=$pkgdir MANDIR=$pkgdir/usr/share/man 
DOCDIR=$pkgdir/usr/share/doc install
 }
-md5sums=('be73c6077cc5f784f0bb4d3901c88792')
+md5sums=('8d2211d5bd813164e20740e7c852aa06')



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

2011-03-17 Thread Tobias Powalowski
Date: Thursday, March 17, 2011 @ 03:32:27
  Author: tpowa
Revision: 115132

archrelease: remove extra-i686

Deleted:
  dosfstools/repos/extra-i686/



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

2011-03-17 Thread Tobias Powalowski
Date: Thursday, March 17, 2011 @ 03:32:41
  Author: tpowa
Revision: 115133

archrelease: copy trunk to extra-i686

Added:
  dosfstools/repos/extra-i686/



[arch-commits] Commit in dosfstools/repos (extra-x86_64)

2011-03-17 Thread Tobias Powalowski
Date: Thursday, March 17, 2011 @ 03:32:48
  Author: tpowa
Revision: 115134

archrelease: remove extra-x86_64

Deleted:
  dosfstools/repos/extra-x86_64/



[arch-commits] Commit in dosfstools/repos (extra-x86_64)

2011-03-17 Thread Tobias Powalowski
Date: Thursday, March 17, 2011 @ 03:33:01
  Author: tpowa
Revision: 115135

archrelease: copy trunk to extra-x86_64

Added:
  dosfstools/repos/extra-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:04:29
  Author: vesa
Revision: 115136

add a note

Modified:
  ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 07:33:01 UTC (rev 115135)
+++ PKGBUILD2011-03-17 09:04:29 UTC (rev 115136)
@@ -1,5 +1,11 @@
 # $Id$
 # 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.
+#   Also, due to dependency loop problems, haskell-ghc-paths and haddock
+#   do not carry version dependencies. You will have to remember to build them 
too.
 pkgname=ghc
 pkgver=7.0.2
 pkgrel=2



[arch-commits] Commit in haskell-ghc-paths/trunk (PKGBUILD haskell-ghc-paths.install)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:09:24
  Author: vesa
Revision: 115137

ghc-7.0.2-2

Added:
  haskell-ghc-paths/trunk/PKGBUILD
  haskell-ghc-paths/trunk/haskell-ghc-paths.install

---+
 PKGBUILD  |   35 +++
 haskell-ghc-paths.install |   18 ++
 2 files changed, 53 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-03-17 09:09:24 UTC (rev 115137)
@@ -0,0 +1,35 @@
+# Maintainer: Arch Haskell Team 
+_hkgname=ghc-paths
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.8
+pkgrel=4
+pkgdesc="Knowledge of GHC's installation directories"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=(ghc=7.0.2) # cannot have stricter dep here due to haddock
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d2b23dc563888e380588501d2ce1d82b')
+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
+}


Property changes on: haskell-ghc-paths/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: haskell-ghc-paths.install
===
--- haskell-ghc-paths.install   (rev 0)
+++ haskell-ghc-paths.install   2011-03-17 09:09:24 UTC (rev 115137)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-paths
+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)
+}



[arch-commits] Commit in haskell-ghc-paths/repos (testing-i686)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:09:39
  Author: vesa
Revision: 115138

archrelease: copy trunk to testing-i686

Added:
  haskell-ghc-paths/repos/testing-i686/



[arch-commits] Commit in haskell-ghc-paths/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:09:52
  Author: vesa
Revision: 115139

archrelease: copy trunk to testing-x86_64

Added:
  haskell-ghc-paths/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:11:21
  Author: vesa
Revision: 115140

ghc-7.0.2-2 rebuild

Modified:
  haskell-transformers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:09:52 UTC (rev 115139)
+++ PKGBUILD2011-03-17 09:11:21 UTC (rev 115140)
@@ -4,12 +4,12 @@
 _hkgname=transformers
 pkgname=haskell-transformers
 pkgver=0.2.2.0
-pkgrel=1.2
+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.0.2 sh)
+depends=(ghc=7.0.2-2 sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:11:36
  Author: vesa
Revision: 115141

archrelease: copy trunk to testing-i686

Added:
  haskell-transformers/repos/testing-i686/



[arch-commits] Commit in haskell-transformers/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:11:50
  Author: vesa
Revision: 115142

archrelease: copy trunk to testing-x86_64

Added:
  haskell-transformers/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:12:21
  Author: vesa
Revision: 115143

ghc-7.0.2-2 rebuild

Modified:
  haskell-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:11:50 UTC (rev 115142)
+++ PKGBUILD2011-03-17 09:12:21 UTC (rev 115143)
@@ -3,12 +3,12 @@
 _hkgname=mtl
 pkgname=haskell-mtl
 pkgver=2.0.1.0
-pkgrel=1.1
+pkgrel=2
 pkgdesc="Monad transformer library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh 'haskell-transformers=0.2.2.0')
+depends=(ghc=7.0.2-2 sh 'haskell-transformers=0.2.2.0-2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:12:34
  Author: vesa
Revision: 115144

archrelease: copy trunk to testing-i686

Added:
  haskell-mtl/repos/testing-i686/



[arch-commits] Commit in haskell-mtl/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:12:48
  Author: vesa
Revision: 115145

archrelease: copy trunk to testing-x86_64

Added:
  haskell-mtl/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:14:04
  Author: vesa
Revision: 115146

ghc-7.0.2-2 rebuild

Modified:
  haskell-xhtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:12:48 UTC (rev 115145)
+++ PKGBUILD2011-03-17 09:14:04 UTC (rev 115146)
@@ -4,12 +4,12 @@
 _hkgname=xhtml
 pkgname=haskell-xhtml
 pkgver=3000.2.0.1
-pkgrel=6.1
+pkgrel=7
 pkgdesc="Combinators for producing XHTML 1.0, including the Strict, 
Transitional and Frameset variants."
 url="http://hackage.haskell.org/package/xhtml";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh)
+depends=(ghc=7.0.2-2 sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:14:19
  Author: vesa
Revision: 115147

archrelease: copy trunk to testing-i686

Added:
  haskell-xhtml/repos/testing-i686/



[arch-commits] Commit in haskell-xhtml/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:14:33
  Author: vesa
Revision: 115148

archrelease: copy trunk to testing-x86_64

Added:
  haskell-xhtml/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:19:07
  Author: vesa
Revision: 115149

ghc-7.0.2-2 upgrade

Modified:
  haddock/trunk/PKGBUILD
  haddock/trunk/haddock.install

-+
 PKGBUILD|   19 ++-
 haddock.install |   14 +++---
 2 files changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:14:33 UTC (rev 115148)
+++ PKGBUILD2011-03-17 09:19:07 UTC (rev 115149)
@@ -3,19 +3,19 @@
 # As generated by cabal2arch 0.7.6
 pkgname=haddock
 pkgver=2.9.2
-pkgrel=2
-pkgdesc="Monadic parser combinators"
-url="http://hackage.haskell.org/package/${_hkgname}";
+pkgrel=1
+pkgdesc="Documentation-generation tool for Haskell libraries"
+url="http://hackage.haskell.org/package/${pkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2-2 sh 'haskell-mtl=2.0.1.0')
+makedepends=(alex happy)
+depends=(ghc sh 'haskell-mtl' 'haskell-xhtml' 'haskell-ghc-paths') # cannot 
have more strict deps here
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('3d5500847cac09f6f658db825b6c5df8')
 
 build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
+cd ${srcdir}/${pkgname}-${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
@@ -26,13 +26,14 @@
 }
 
 package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
+cd ${srcdir}/${pkgname}-${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}
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}
 runhaskell Setup copy --destdir=${pkgdir}
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
 
+md5sums=('04928e132827a1da20ace52babb43e47')

Modified: haddock.install
===
--- haddock.install 2011-03-17 09:14:33 UTC (rev 115148)
+++ haddock.install 2011-03-17 09:19:07 UTC (rev 115149)
@@ -1,18 +1,18 @@
 HS_DIR=usr/share/haskell/haddock
 post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  ${HS_DIR}/register.sh &> /dev/null
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
 }
 pre_upgrade() {
-  ${HS_DIR}/unregister.sh
+  ${HS_DIR}/unregister.sh &> /dev/null
 }
 post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  ${HS_DIR}/register.sh &> /dev/null
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
 }
 pre_remove() {
-  ${HS_DIR}/unregister.sh
+  ${HS_DIR}/unregister.sh &> /dev/null
 }
 post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
 }



[arch-commits] Commit in haddock/repos (testing-i686)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:19:23
  Author: vesa
Revision: 115150

archrelease: copy trunk to testing-i686

Added:
  haddock/repos/testing-i686/



[arch-commits] Commit in haddock/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:19:40
  Author: vesa
Revision: 115151

archrelease: copy trunk to testing-x86_64

Added:
  haddock/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:27:08
  Author: vesa
Revision: 115152

ghc-7.0.2-2 rebuild

Modified:
  haskell-opengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:19:40 UTC (rev 115151)
+++ PKGBUILD2011-03-17 09:27:08 UTC (rev 115152)
@@ -2,13 +2,13 @@
 _hkgname=OpenGL
 pkgname=haskell-opengl
 pkgver=2.2.3.0
-pkgrel=5.2
+pkgrel=6
 pkgdesc="A binding for the OpenGL graphics system"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.0.2' 'mesa')
+depends=('ghc=7.0.2-2' 'mesa')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:42:34
  Author: andrea
Revision: 115153

upgpkg: kdenetwork 4.6.1-2
libktorrent rebuild

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:27:08 UTC (rev 115152)
+++ PKGBUILD2011-03-17 09:42:34 UTC (rev 115153)
@@ -11,7 +11,7 @@
  'kdenetwork-krdc'
  'kdenetwork-krfb')
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:42:56
  Author: vesa
Revision: 115154

archrelease: copy trunk to testing-i686

Added:
  haskell-opengl/repos/testing-i686/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:43:11
  Author: andrea
Revision: 115155

archrelease: remove extra-i686

Deleted:
  kdenetwork/repos/extra-i686/



[arch-commits] Commit in haskell-opengl/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 05:43:14
  Author: vesa
Revision: 115156

archrelease: copy trunk to testing-x86_64

Added:
  haskell-opengl/repos/testing-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:43:24
  Author: andrea
Revision: 115157

archrelease: copy trunk to extra-i686

Added:
  kdenetwork/repos/extra-i686/



[arch-commits] Commit in kdenetwork/repos (extra-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:43:51
  Author: andrea
Revision: 115158

archrelease: remove extra-x86_64

Deleted:
  kdenetwork/repos/extra-x86_64/



[arch-commits] Commit in kdenetwork/repos (extra-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:44:03
  Author: andrea
Revision: 115159

archrelease: copy trunk to extra-x86_64

Added:
  kdenetwork/repos/extra-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:56:37
  Author: andrea
Revision: 115160

upgpkg: pdns 2.9.22-7
mysql rebuild

Modified:
  pdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:44:03 UTC (rev 115159)
+++ PKGBUILD2011-03-17 09:56:37 UTC (rev 115160)
@@ -3,7 +3,7 @@
 
 pkgname=pdns
 pkgver=2.9.22
-pkgrel=6
+pkgrel=7
 pkgdesc="A modern, advanced and high performance authoritative-only nameserver"
 arch=(i686 x86_64)
 url="http://www.powerdns.com";



[arch-commits] Commit in pdns/repos (staging-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:56:53
  Author: andrea
Revision: 115161

archrelease: copy trunk to staging-i686

Added:
  pdns/repos/staging-i686/



[arch-commits] Commit in pdns/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 05:57:08
  Author: andrea
Revision: 115162

archrelease: copy trunk to staging-x86_64

Added:
  pdns/repos/staging-x86_64/



[arch-commits] Commit in libgda/repos/extra-x86_64 (PKGBUILD)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:00:41
  Author: andrea
Revision: 115163

mysql rebuild

Modified:
  libgda/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 09:57:08 UTC (rev 115162)
+++ PKGBUILD2011-03-17 10:00:41 UTC (rev 115163)
@@ -4,11 +4,12 @@
 
 pkgname=libgda
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.26.0' 'libxslt' 'db>=5.1.19' 'ncurses>=5.7' 
'libsoup>=2.32.0' 'libmysqlclient>=5.5.8' 'postgresql-libs>=9.0.1')
+depends=('glib2>=2.26.1' 'libxslt' 'db>=5.1.25' 'ncurses>=5.8'
+'libsoup>=2.32.2' 'libmysqlclient>=5.5.10' 'postgresql-libs>=9.0.3')
 makedepends=('intltool')
 options=('!libtool' '!makeflags')
 url="http://www.gnome-db.org";



[arch-commits] Commit in libgda/repos/extra-i686 (PKGBUILD)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:01:29
  Author: andrea
Revision: 115164

mysql rebuild

Modified:
  libgda/repos/extra-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:00:41 UTC (rev 115163)
+++ PKGBUILD2011-03-17 10:01:29 UTC (rev 115164)
@@ -4,11 +4,12 @@
 
 pkgname=libgda
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.26.0' 'libxslt' 'db>=5.1.19' 'ncurses>=5.7' 
'libsoup>=2.32.0' 'libmysqlclient>=5.5.8' 'postgresql-libs>=9.0.1')
+depends=('glib2>=2.26.1' 'libxslt' 'db>=5.1.25' 'ncurses>=5.8'
+'libsoup>=2.32.2' 'libmysqlclient>=5.5.10' 'postgresql-libs>=9.0.3')
 makedepends=('intltool')
 options=('!libtool' '!makeflags')
 url="http://www.gnome-db.org";



[arch-commits] Commit in libgda/repos (staging-i686 staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:04:28
  Author: andrea
Revision: 115165

mysql rebuild

Added:
  libgda/repos/staging-i686/
  libgda/repos/staging-x86_64/



[arch-commits] Commit in libgda/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:08:08
  Author: andrea
Revision: 115166

undo changes in [extra]

Modified:
  libgda/repos/extra-i686/PKGBUILD
  libgda/repos/extra-x86_64/PKGBUILD

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

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-17 10:04:28 UTC (rev 115165)
+++ extra-i686/PKGBUILD 2011-03-17 10:08:08 UTC (rev 115166)
@@ -4,12 +4,11 @@
 
 pkgname=libgda
 pkgver=4.2.3
-pkgrel=3
+pkgrel=2
 pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.26.1' 'libxslt' 'db>=5.1.25' 'ncurses>=5.8'
-'libsoup>=2.32.2' 'libmysqlclient>=5.5.10' 'postgresql-libs>=9.0.3')
+depends=('glib2>=2.26.0' 'libxslt' 'db>=5.1.19' 'ncurses>=5.7' 
'libsoup>=2.32.0' 'libmysqlclient>=5.5.8' 'postgresql-libs>=9.0.1')
 makedepends=('intltool')
 options=('!libtool' '!makeflags')
 url="http://www.gnome-db.org";

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-17 10:04:28 UTC (rev 115165)
+++ extra-x86_64/PKGBUILD   2011-03-17 10:08:08 UTC (rev 115166)
@@ -4,12 +4,11 @@
 
 pkgname=libgda
 pkgver=4.2.3
-pkgrel=3
+pkgrel=2
 pkgdesc="data abstraction layer; with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('glib2>=2.26.1' 'libxslt' 'db>=5.1.25' 'ncurses>=5.8'
-'libsoup>=2.32.2' 'libmysqlclient>=5.5.10' 'postgresql-libs>=9.0.3')
+depends=('glib2>=2.26.0' 'libxslt' 'db>=5.1.19' 'ncurses>=5.7' 
'libsoup>=2.32.0' 'libmysqlclient>=5.5.8' 'postgresql-libs>=9.0.1')
 makedepends=('intltool')
 options=('!libtool' '!makeflags')
 url="http://www.gnome-db.org";



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

2011-03-17 Thread Gaetan Bisson
Date: Thursday, March 17, 2011 @ 06:24:41
  Author: bisson
Revision: 115167

minor upstream update

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:08:08 UTC (rev 115166)
+++ PKGBUILD2011-03-17 10:24:41 UTC (rev 115167)
@@ -6,15 +6,15 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=p7zip
-pkgver=9.20
-pkgrel=2
+pkgver=9.20.1
+pkgrel=1
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://p7zip.sourceforge.net/'
 makedepends=('yasm' 'nasm')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${pkgver}_src_all.tar.bz2";)
-sha1sums=('c976df4543ea946a65bc3f5e3d4e9baa417e5f12')
+sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7')
 
 build() {
cd "${srcdir}/${pkgname}_${pkgver}"
@@ -35,8 +35,6 @@
DEST_MAN="${pkgdir}/usr/share/man" \
DEST_SHARE_DOC="http://www.bugaco.com/7zip";
 
-   cp -r bin/Codecs "$pkgdir"/usr/lib/p7zip/
-   install -m555 bin/7z.so ${pkgdir}/usr/lib/p7zip/
sed "s|${pkgdir}/usr|/usr|g" -i "${pkgdir}"/usr/bin/7z{,a,r}
install -Dm755 contrib/VirtualFileSystemForMidnightCommander/u7z 
"${pkgdir}"/usr/lib/mc/extfs.d/u7z
 }



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

2011-03-17 Thread Gaetan Bisson
Date: Thursday, March 17, 2011 @ 06:24:45
  Author: bisson
Revision: 115168

archrelease: remove extra-i686

Deleted:
  p7zip/repos/extra-i686/



[arch-commits] Commit in p7zip/repos (extra-x86_64)

2011-03-17 Thread Gaetan Bisson
Date: Thursday, March 17, 2011 @ 06:24:53
  Author: bisson
Revision: 115170

archrelease: remove extra-x86_64

Deleted:
  p7zip/repos/extra-x86_64/



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

2011-03-17 Thread Gaetan Bisson
Date: Thursday, March 17, 2011 @ 06:24:50
  Author: bisson
Revision: 115169

archrelease: copy trunk to extra-i686

Added:
  p7zip/repos/extra-i686/



[arch-commits] Commit in p7zip/repos (extra-x86_64)

2011-03-17 Thread Gaetan Bisson
Date: Thursday, March 17, 2011 @ 06:24:58
  Author: bisson
Revision: 115171

archrelease: copy trunk to extra-x86_64

Added:
  p7zip/repos/extra-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:46:47
  Author: andrea
Revision: 115172

upgpkg: koffice 2.3.3-3
mysql rebuild

Modified:
  koffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:24:58 UTC (rev 115171)
+++ PKGBUILD2011-03-17 10:46:47 UTC (rev 115172)
@@ -36,7 +36,7 @@
 #  'koffice-kdgantt' # still an empty package
 )
 pkgver=2.3.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://koffice.kde.org'
 license=('GPL' 'LGPL' 'FDL')



[arch-commits] Commit in koffice/repos (staging-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:48:09
  Author: andrea
Revision: 115173

archrelease: remove staging-i686

Deleted:
  koffice/repos/staging-i686/



[arch-commits] Commit in koffice/repos (staging-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:48:21
  Author: andrea
Revision: 115174

archrelease: copy trunk to staging-i686

Added:
  koffice/repos/staging-i686/



[arch-commits] Commit in koffice/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:49:57
  Author: andrea
Revision: 115176

archrelease: copy trunk to staging-x86_64

Added:
  koffice/repos/staging-x86_64/



[arch-commits] Commit in cyrus-sasl-plugins/trunk (PKGBUILD)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:51:19
  Author: andrea
Revision: 115177

upgpkg: cyrus-sasl-plugins 2.1.23-4
mysql rebuild

Modified:
  cyrus-sasl-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:49:57 UTC (rev 115176)
+++ PKGBUILD2011-03-17 10:51:19 UTC (rev 115177)
@@ -3,15 +3,16 @@
 
 pkgname=cyrus-sasl-plugins
 pkgver=2.1.23
-pkgrel=3
+pkgrel=4
 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
 arch=('i686' 'x86_64')
 url="http://cyrusimap.web.cmu.edu/";
 license=('custom')
-depends=('postgresql-libs>=8.4.1' 'heimdal>=1.2-1' 'libldap>2.4' 
'libmysqlclient>=5.5.8')
+depends=('postgresql-libs>=9.0.3' 'heimdal>=1.3.3' 'libldap>2.4'
+'libmysqlclient>=5.5.10')
 source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${pkgver}.tar.gz
 cyrus-sasl-2.1.22-gcc44.patch
-   cyrus-sasl-2.1.23-db5-fix.patch)
+   cyrus-sasl-2.1.23-db5-fix.patch)
 md5sums=('2eb0e48106f0e9cd8001e654f267ecbc'
  '5deb4d67b53ecba20c7887fc8fdebee1'
  '3ae4347705141145f31cf786c38ea9ef')



[arch-commits] Commit in cyrus-sasl-plugins/repos (staging-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:51:33
  Author: andrea
Revision: 115178

archrelease: copy trunk to staging-i686

Added:
  cyrus-sasl-plugins/repos/staging-i686/



[arch-commits] Commit in koffice/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:49:44
  Author: andrea
Revision: 115175

archrelease: remove staging-x86_64

Deleted:
  koffice/repos/staging-x86_64/



[arch-commits] Commit in cyrus-sasl-plugins/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:51:51
  Author: andrea
Revision: 115179

archrelease: copy trunk to staging-x86_64

Added:
  cyrus-sasl-plugins/repos/staging-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:58:18
  Author: andrea
Revision: 115180

upgpkg: dovecot 2.0.11-2
mysql rebuild

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:51:51 UTC (rev 115179)
+++ PKGBUILD2011-03-17 10:58:18 UTC (rev 115180)
@@ -1,5 +1,4 @@
 # $Id$
-#
 # Contributor: Paul Mattal 
 # Contributor: Federico Quagliata (quaqo) 
 # Contributor: GARETTE Emmanuel 
@@ -7,12 +6,13 @@
 
 pkgname=dovecot
 pkgver=2.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/";
 license=("LGPL")
-depends=('heimdal>=1.3.3' 'openssl' 'sqlite3>=3.7.0.1' 'libmysqlclient>=5.5.8' 
'postgresql-libs>=8.4.4' 'bzip2' 'expat' 'curl')
+depends=('heimdal>=1.3.3' 'openssl' 'sqlite3>=3.7.5' 'libmysqlclient>=5.5.10'
+'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl')
 makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22')
 optdepends=('libldap: ldap plugin')
 provides=('imap-server' 'pop3-server')



[arch-commits] Commit in dovecot/repos (staging-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:58:34
  Author: andrea
Revision: 115181

archrelease: copy trunk to staging-i686

Added:
  dovecot/repos/staging-i686/



[arch-commits] Commit in dovecot/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 06:58:50
  Author: andrea
Revision: 115182

archrelease: copy trunk to staging-x86_64

Added:
  dovecot/repos/staging-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:04:42
  Author: vesa
Revision: 115183

ghc-7.0.2-2 rebuild

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 10:58:50 UTC (rev 115182)
+++ PKGBUILD2011-03-17 11:04:42 UTC (rev 115183)
@@ -4,12 +4,12 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=2.3.0.2
-pkgrel=1.1
+pkgrel=2
 pkgdesc="Networking-related facilities"
 url="http://hackage.haskell.org/package/network";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh 'haskell-parsec=3.1.1')
+depends=(ghc=7.0.2-2 sh 'haskell-parsec=3.1.1-2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:04:55
  Author: vesa
Revision: 115184

archrelease: copy trunk to testing-i686

Added:
  haskell-network/repos/testing-i686/



[arch-commits] Commit in haskell-network/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:05:09
  Author: vesa
Revision: 115185

archrelease: copy trunk to testing-x86_64

Added:
  haskell-network/repos/testing-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 07:09:01
  Author: andrea
Revision: 115186

mysql rebuild

Added:
  redland/repos/testing-i686/
  redland/repos/testing-x86_64/
Modified:
  redland/repos/testing-i686/PKGBUILD
  redland/repos/testing-x86_64/PKGBUILD

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

Modified: testing-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-17 10:51:51 UTC (rev 115179)
+++ testing-i686/PKGBUILD   2011-03-17 11:09:01 UTC (rev 115186)
@@ -5,7 +5,7 @@
 pkgbase=redland
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.12
-pkgrel=5
+pkgrel=6
 url="http://librdf.org/";
 license=("GPL")
 arch=('i686' 'x86_64')

Modified: testing-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-03-17 10:51:51 UTC (rev 115179)
+++ testing-x86_64/PKGBUILD 2011-03-17 11:09:01 UTC (rev 115186)
@@ -5,7 +5,7 @@
 pkgbase=redland
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.12
-pkgrel=5
+pkgrel=6
 url="http://librdf.org/";
 license=("GPL")
 arch=('i686' 'x86_64')



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:11:36
  Author: vesa
Revision: 115187

ghc-7.0.2-2 rebuild

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 11:09:01 UTC (rev 115186)
+++ PKGBUILD2011-03-17 11:11:36 UTC (rev 115187)
@@ -4,12 +4,12 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.1.1
-pkgrel=2.1
+pkgrel=3
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' sh 'haskell-network=2.3.0.2' 'haskell-parsec=3.1.1' 
'haskell-mtl=2.0.1.0')
+depends=('ghc=7.0.2-2' sh 'haskell-network=2.3.0.2-2' 'haskell-parsec=3.1.1-2' 
'haskell-mtl=2.0.1.0-2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:11:50
  Author: vesa
Revision: 115188

archrelease: copy trunk to testing-i686

Added:
  haskell-http/repos/testing-i686/



[arch-commits] Commit in haskell-http/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:12:04
  Author: vesa
Revision: 115189

archrelease: copy trunk to testing-x86_64

Added:
  haskell-http/repos/testing-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:12:55
  Author: vesa
Revision: 115190

ghc-7.0.2-2 rebuild

Modified:
  haskell-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 11:12:04 UTC (rev 115189)
+++ PKGBUILD2011-03-17 11:12:55 UTC (rev 115190)
@@ -3,12 +3,12 @@
 _hkgname=HUnit
 pkgname=haskell-hunit
 pkgver=1.2.2.3
-pkgrel=1.1
+pkgrel=2
 pkgdesc="A unit testing framework for Haskell"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh)
+depends=(ghc=7.0.2-2 sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:13:09
  Author: vesa
Revision: 115191

archrelease: copy trunk to testing-i686

Added:
  haskell-hunit/repos/testing-i686/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:16:39
  Author: vesa
Revision: 115193

ghc-7.0.2-2 rebuild

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 11:13:23 UTC (rev 115192)
+++ PKGBUILD2011-03-17 11:16:39 UTC (rev 115193)
@@ -4,12 +4,12 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.4.0.1
-pkgrel=2.1
+pkgrel=3
 pkgdesc="Automatic testing of Haskell programs"
 url="http://hackage.haskell.org/package/QuickCheck";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 haskell-mtl=2.0.1.0 sh)
+depends=(ghc=7.0.2-2 haskell-mtl=2.0.1.0-2 sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



[arch-commits] Commit in haskell-hunit/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:13:23
  Author: vesa
Revision: 115192

archrelease: copy trunk to testing-x86_64

Added:
  haskell-hunit/repos/testing-x86_64/



[arch-commits] Commit in cyrus-sasl-plugins/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:04
  Author: andrea
Revision: 115230

db-move: moved cyrus-sasl-plugins from [staging] to [testing] (i686)

Added:
  cyrus-sasl-plugins/repos/testing-i686/
Deleted:
  cyrus-sasl-plugins/repos/staging-i686/



[arch-commits] Commit in cyrus-sasl-plugins/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:05
  Author: andrea
Revision: 115231

db-move: moved cyrus-sasl-plugins from [staging] to [testing] (x86_64)

Added:
  cyrus-sasl-plugins/repos/testing-x86_64/
Deleted:
  cyrus-sasl-plugins/repos/staging-x86_64/



[arch-commits] Commit in dovecot/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:07
  Author: andrea
Revision: 115232

db-move: moved dovecot from [staging] to [testing] (i686)

Added:
  dovecot/repos/testing-i686/
Deleted:
  dovecot/repos/staging-i686/



[arch-commits] Commit in dovecot/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:07
  Author: andrea
Revision: 115233

db-move: moved dovecot from [staging] to [testing] (x86_64)

Added:
  dovecot/repos/testing-x86_64/
Deleted:
  dovecot/repos/staging-x86_64/



[arch-commits] Commit in fssos-nsvs/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:10
  Author: andrea
Revision: 115234

db-move: moved fssos-nsvs from [staging] to [testing] (i686)

Added:
  fssos-nsvs/repos/testing-i686/
Deleted:
  fssos-nsvs/repos/staging-i686/



[arch-commits] Commit in fssos-nsvs/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:10
  Author: andrea
Revision: 115235

db-move: moved fssos-nsvs from [staging] to [testing] (x86_64)

Added:
  fssos-nsvs/repos/testing-x86_64/
Deleted:
  fssos-nsvs/repos/staging-x86_64/



[arch-commits] Commit in gnokii/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:12
  Author: andrea
Revision: 115236

db-move: moved gnokii from [staging] to [testing] (i686)

Added:
  gnokii/repos/testing-i686/
Deleted:
  gnokii/repos/staging-i686/



[arch-commits] Commit in libgda/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:15
  Author: andrea
Revision: 115238

db-move: moved libgda from [staging] to [testing] (i686)

Added:
  libgda/repos/testing-i686/
Deleted:
  libgda/repos/staging-i686/



[arch-commits] Commit in libgda/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:15
  Author: andrea
Revision: 115239

db-move: moved libgda from [staging] to [testing] (x86_64)

Added:
  libgda/repos/testing-x86_64/
Deleted:
  libgda/repos/staging-x86_64/



[arch-commits] Commit in gnokii/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:13
  Author: andrea
Revision: 115237

db-move: moved gnokii from [staging] to [testing] (x86_64)

Added:
  gnokii/repos/testing-x86_64/
Deleted:
  gnokii/repos/staging-x86_64/



[arch-commits] Commit in lighttpd/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:18
  Author: andrea
Revision: 115240

db-move: moved lighttpd from [staging] to [testing] (i686)

Added:
  lighttpd/repos/testing-i686/
Deleted:
  lighttpd/repos/staging-i686/



[arch-commits] Commit in lighttpd/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:18
  Author: andrea
Revision: 115241

db-move: moved lighttpd from [staging] to [testing] (x86_64)

Added:
  lighttpd/repos/testing-x86_64/
Deleted:
  lighttpd/repos/staging-x86_64/



[arch-commits] Commit in mysql/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:21
  Author: andrea
Revision: 115242

db-move: moved mysql from [staging] to [testing] (i686)

Added:
  mysql/repos/testing-i686/
Deleted:
  mysql/repos/staging-i686/



[arch-commits] Commit in mysql/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:21
  Author: andrea
Revision: 115243

db-move: moved mysql from [staging] to [testing] (x86_64)

Added:
  mysql/repos/testing-x86_64/
Deleted:
  mysql/repos/staging-x86_64/



[arch-commits] Commit in mysql-python/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:24
  Author: andrea
Revision: 115244

db-move: moved mysql-python from [staging] to [testing] (i686)

Added:
  mysql-python/repos/testing-i686/
Deleted:
  mysql-python/repos/staging-i686/



[arch-commits] Commit in mysql-python/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:25
  Author: andrea
Revision: 115245

db-move: moved mysql-python from [staging] to [testing] (x86_64)

Added:
  mysql-python/repos/testing-x86_64/
Deleted:
  mysql-python/repos/staging-x86_64/



[arch-commits] Commit in pdns/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:27
  Author: andrea
Revision: 115246

db-move: moved pdns from [staging] to [testing] (i686)

Added:
  pdns/repos/testing-i686/
Deleted:
  pdns/repos/staging-i686/



[arch-commits] Commit in pdns/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:28
  Author: andrea
Revision: 115247

db-move: moved pdns from [staging] to [testing] (x86_64)

Added:
  pdns/repos/testing-x86_64/
Deleted:
  pdns/repos/staging-x86_64/



[arch-commits] Commit in perl-dbd-mysql/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:30
  Author: andrea
Revision: 115248

db-move: moved perl-dbd-mysql from [staging] to [testing] (i686)

Added:
  perl-dbd-mysql/repos/testing-i686/
Deleted:
  perl-dbd-mysql/repos/staging-i686/



[arch-commits] Commit in perl-dbd-mysql/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:31
  Author: andrea
Revision: 115249

db-move: moved perl-dbd-mysql from [staging] to [testing] (x86_64)

Added:
  perl-dbd-mysql/repos/testing-x86_64/
Deleted:
  perl-dbd-mysql/repos/staging-x86_64/



[arch-commits] Commit in postfix/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:33
  Author: andrea
Revision: 115250

db-move: moved postfix from [staging] to [testing] (i686)

Added:
  postfix/repos/testing-i686/
Deleted:
  postfix/repos/staging-i686/



[arch-commits] Commit in postfix/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:34
  Author: andrea
Revision: 115251

db-move: moved postfix from [staging] to [testing] (x86_64)

Added:
  postfix/repos/testing-x86_64/
Deleted:
  postfix/repos/staging-x86_64/



[arch-commits] Commit in proftpd/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:36
  Author: andrea
Revision: 115252

db-move: moved proftpd from [staging] to [testing] (i686)

Added:
  proftpd/repos/testing-i686/
Deleted:
  proftpd/repos/staging-i686/



[arch-commits] Commit in proftpd/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:37
  Author: andrea
Revision: 115253

db-move: moved proftpd from [staging] to [testing] (x86_64)

Added:
  proftpd/repos/testing-x86_64/
Deleted:
  proftpd/repos/staging-x86_64/



[arch-commits] Commit in qt3/repos (staging-i686 testing-i686)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:40
  Author: andrea
Revision: 115254

db-move: moved qt3 from [staging] to [testing] (i686)

Added:
  qt3/repos/testing-i686/
Deleted:
  qt3/repos/staging-i686/



[arch-commits] Commit in qt3/repos (staging-x86_64 testing-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:38:41
  Author: andrea
Revision: 115255

db-move: moved qt3 from [staging] to [testing] (x86_64)

Added:
  qt3/repos/testing-x86_64/
Deleted:
  qt3/repos/staging-x86_64/



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

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:45:02
  Author: andrea
Revision: 115256

upgpkg: qt 4.7.2-3
mysql rebuild

Modified:
  qt/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 12:38:41 UTC (rev 115255)
+++ PKGBUILD2011-03-17 12:45:02 UTC (rev 115256)
@@ -4,7 +4,7 @@
 
 pkgname=qt
 pkgver=4.7.2
-pkgrel=1
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework'
 arch=('i686' 'x86_64')
 url='http://qt.nokia.com/'
@@ -109,4 +109,13 @@
# Fix wrong path in prl files
find ${pkgdir}/usr/lib -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS 
=\).*/\1/' {} \;
+
+# Install QtDeclarative private headers needed by QtCreator (FS#23263)
+install -d ${pkgdir}/usr/include/QtDeclarative
+cd ${srcdir}/$_pkgfqn/src/declarative/
+find . -name *_p.h -exec install -m644 {} \
+  ${pkgdir}/usr/include/QtDeclarative/ \; &> /dev/null
+cd ${pkgdir}/usr/include/QtDeclarative/
+sed -i 's|#include 

[arch-commits] Commit in qt/repos (staging-x86_64)

2011-03-17 Thread Andrea Scarpino
Date: Thursday, March 17, 2011 @ 08:45:39
  Author: andrea
Revision: 115257

archrelease: copy trunk to staging-x86_64

Added:
  qt/repos/staging-x86_64/



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:32:49
  Author: vesa
Revision: 115214

ghc-7.0.2-2 rebuild

Modified:
  haskell-parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 11:32:11 UTC (rev 115213)
+++ PKGBUILD2011-03-17 11:32:49 UTC (rev 115214)
@@ -4,12 +4,12 @@
 _hkgname=parallel
 pkgname=haskell-parallel
 pkgver=3.1.0.1
-pkgrel=2.1
+pkgrel=3
 pkgdesc="Parallel programming library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh 'haskell-deepseq=1.1.0.2')
+depends=(ghc=7.0.2-2 sh 'haskell-deepseq=1.1.0.2-2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:33:02
  Author: vesa
Revision: 115215

archrelease: copy trunk to testing-i686

Added:
  haskell-parallel/repos/testing-i686/



[arch-commits] Commit in haskell-parallel/repos (testing-x86_64)

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:33:16
  Author: vesa
Revision: 115216

archrelease: copy trunk to testing-x86_64

Added:
  haskell-parallel/repos/testing-x86_64/



[arch-commits] Commit in heirloom-mailx/repos (core-i686 testing-i686)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:17
  Author: allan
Revision: 115217

db-move: moved heirloom-mailx from [testing] to [core] (i686)

Added:
  heirloom-mailx/repos/core-i686/
Deleted:
  heirloom-mailx/repos/testing-i686/



[arch-commits] Commit in heirloom-mailx/repos (core-x86_64 testing-x86_64)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:18
  Author: allan
Revision: 115218

db-move: moved heirloom-mailx from [testing] to [core] (x86_64)

Added:
  heirloom-mailx/repos/core-x86_64/
Deleted:
  heirloom-mailx/repos/testing-x86_64/



[arch-commits] Commit in pcmciautils/repos (core-i686)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:35
  Author: allan
Revision: 115219

db-move: pcmciautils removed by allan for move to [core] (i686)

Deleted:
  pcmciautils/repos/core-i686/



[arch-commits] Commit in pcmciautils/repos (core-i686 testing-i686)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:36
  Author: allan
Revision: 115220

db-move: moved pcmciautils from [testing] to [core] (i686)

Added:
  pcmciautils/repos/core-i686/
Deleted:
  pcmciautils/repos/testing-i686/



[arch-commits] Commit in pcmciautils/repos (core-x86_64)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:37
  Author: allan
Revision: 115221

db-move: pcmciautils removed by allan for move to [core] (x86_64)

Deleted:
  pcmciautils/repos/core-x86_64/



[arch-commits] Commit in mailx/repos (core-i686)

2011-03-17 Thread Allan McRae
Date: Thursday, March 17, 2011 @ 07:38:53
  Author: allan
Revision: 115223

db-remove: mailx removed by allan

Deleted:
  mailx/repos/core-i686/



  1   2   3   4   >