[arch-commits] Commit in (6 files)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:02:00
  Author: remy
Revision: 104245

Move under /usr/lib/ghc-7.0.1

Modified:
  haskell-binary/trunk/PKGBUILD
  haskell-dataenc/trunk/PKGBUILD
  haskell-html/trunk/PKGBUILD
  haskell-mmap/trunk/PKGBUILD
  haskell-tar/trunk/PKGBUILD
  haskell-zlib/trunk/PKGBUILD

+
 haskell-binary/trunk/PKGBUILD  |   17 ++---
 haskell-dataenc/trunk/PKGBUILD |   12 +++-
 haskell-html/trunk/PKGBUILD|   16 +---
 haskell-mmap/trunk/PKGBUILD|   12 +++-
 haskell-tar/trunk/PKGBUILD |   25 +
 haskell-zlib/trunk/PKGBUILD|   10 ++
 6 files changed, 52 insertions(+), 40 deletions(-)

Modified: haskell-binary/trunk/PKGBUILD
===
--- haskell-binary/trunk/PKGBUILD   2010-12-31 07:42:03 UTC (rev 104244)
+++ haskell-binary/trunk/PKGBUILD   2010-12-31 08:02:00 UTC (rev 104245)
@@ -1,22 +1,25 @@
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 # Package generated by cabal2arch 0.7.5
+_hkgname=binary
 pkgname=haskell-binary
 pkgver=0.5.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings"
 url="http://hackage.haskell.org/package/binary";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=7.0.1 sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/binary/$pkgver/binary-$pkgver.tar.gz)
-install=haskell-binary.install
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
 md5sums=('6bf8f3d1441602c9ab09a75e3bd6e926')
 
 build() {
-cd ${srcdir}/binary-$pkgver
-runhaskell Setup configure --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -p --enable-split-objs --enable-shared
+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
@@ -25,11 +28,11 @@
 }
 
 package() {
-cd ${srcdir}/binary-$pkgver
+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/binary
+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

Modified: haskell-dataenc/trunk/PKGBUILD
===
--- haskell-dataenc/trunk/PKGBUILD  2010-12-31 07:42:03 UTC (rev 104244)
+++ haskell-dataenc/trunk/PKGBUILD  2010-12-31 08:02:00 UTC (rev 104245)
@@ -4,20 +4,22 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.13.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Data encoding library"
 url="http://hackage.haskell.org/package/dataenc";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=7.0.1 sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/dataenc/$pkgver/dataenc-$pkgver.tar.gz)
-install=haskell-dataenc.install
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
 md5sums=('4764fa7f75ed3ee95a759d67d1347d46')
 
 build() {
-cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+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

Modified: haskell-html/trunk/PKGBUILD
===
--- haskell-html/trunk/PKGBUILD 2010-12-31 07:42:03 UTC (rev 104244)
+++ haskell-html/trunk/PKGBUILD 2010-12-31 08:02:00 UTC (rev 104245)
@@ -4,20 +4,22 @@
 _hkgname=html
 pkgname=haskell-html
 pkgver=1.0.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="HTML combinator library"
 url="http://hackage.haskell.org/package/html";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=7.0.1 sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/html/$pkgver/html-$pkgver.tar.gz)
-install=haskell-html.install
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.ta

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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:02:15
  Author: remy
Revision: 104246

archrelease: remove staging-i686

Deleted:
  haskell-dataenc/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:02:31
  Author: remy
Revision: 104247

archrelease: copy trunk to staging-i686

Added:
  haskell-dataenc/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:02:38
  Author: remy
Revision: 104248

archrelease: remove staging-x86_64

Deleted:
  haskell-dataenc/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:02:55
  Author: remy
Revision: 104249

archrelease: copy trunk to staging-x86_64

Added:
  haskell-dataenc/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:03:02
  Author: remy
Revision: 104250

archrelease: remove staging-i686

Deleted:
  haskell-binary/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:03:18
  Author: remy
Revision: 104251

archrelease: copy trunk to staging-i686

Added:
  haskell-binary/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:03:26
  Author: remy
Revision: 104252

archrelease: remove staging-x86_64

Deleted:
  haskell-binary/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:03:43
  Author: remy
Revision: 104253

archrelease: copy trunk to staging-x86_64

Added:
  haskell-binary/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:03:50
  Author: remy
Revision: 104254

archrelease: remove staging-i686

Deleted:
  haskell-tar/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:04:06
  Author: remy
Revision: 104255

archrelease: copy trunk to staging-i686

Added:
  haskell-tar/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:04:13
  Author: remy
Revision: 104256

archrelease: remove staging-x86_64

Deleted:
  haskell-tar/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:04:30
  Author: remy
Revision: 104257

archrelease: copy trunk to staging-x86_64

Added:
  haskell-tar/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:04:37
  Author: remy
Revision: 104258

archrelease: remove staging-i686

Deleted:
  haskell-zlib/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:04:54
  Author: remy
Revision: 104259

archrelease: copy trunk to staging-i686

Added:
  haskell-zlib/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:05:02
  Author: remy
Revision: 104260

archrelease: remove staging-x86_64

Deleted:
  haskell-zlib/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:05:20
  Author: remy
Revision: 104261

archrelease: copy trunk to staging-x86_64

Added:
  haskell-zlib/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:05:27
  Author: remy
Revision: 104262

archrelease: remove staging-i686

Deleted:
  haskell-html/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:05:43
  Author: remy
Revision: 104263

archrelease: copy trunk to staging-i686

Added:
  haskell-html/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:05:53
  Author: remy
Revision: 104264

archrelease: remove staging-x86_64

Deleted:
  haskell-html/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:06:10
  Author: remy
Revision: 104265

archrelease: copy trunk to staging-x86_64

Added:
  haskell-html/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:06:18
  Author: remy
Revision: 104266

archrelease: remove staging-i686

Deleted:
  haskell-mmap/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:06:33
  Author: remy
Revision: 104267

archrelease: copy trunk to staging-i686

Added:
  haskell-mmap/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:06:40
  Author: remy
Revision: 104268

archrelease: remove staging-x86_64

Deleted:
  haskell-mmap/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:06:56
  Author: remy
Revision: 104269

archrelease: copy trunk to staging-x86_64

Added:
  haskell-mmap/repos/staging-x86_64/



[arch-commits] Commit in (2 files)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:17:51
  Author: remy
Revision: 104270

Move under /usr/lib/ghc-*

Modified:
  haskell-terminfo/trunk/PKGBUILD
  haskell-utf8-string/trunk/PKGBUILD

+
 haskell-terminfo/trunk/PKGBUILD|   14 --
 haskell-utf8-string/trunk/PKGBUILD |   12 +++-
 2 files changed, 15 insertions(+), 11 deletions(-)

Modified: haskell-terminfo/trunk/PKGBUILD
===
--- haskell-terminfo/trunk/PKGBUILD 2010-12-31 08:06:56 UTC (rev 104269)
+++ haskell-terminfo/trunk/PKGBUILD 2010-12-31 08:17:51 UTC (rev 104270)
@@ -3,20 +3,22 @@
 _hkgname=terminfo
 pkgname=haskell-terminfo
 pkgver=0.3.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell bindings to the terminfo library."
-url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo";
+url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.1' 'haskell-extensible-exceptions=0.1.1.2' sh)
+depends=('ghc=7.0.1' sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/terminfo/$pkgver/terminfo-$pkgver.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('8c0e052340f628b76f5687fa23379628')
 
 build() {
-cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+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

Modified: haskell-utf8-string/trunk/PKGBUILD
===
--- haskell-utf8-string/trunk/PKGBUILD  2010-12-31 08:06:56 UTC (rev 104269)
+++ haskell-utf8-string/trunk/PKGBUILD  2010-12-31 08:17:51 UTC (rev 104270)
@@ -4,20 +4,22 @@
 _hkgname=utf8-string
 pkgname=haskell-utf8-string
 pkgver=0.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Support for reading and writing UTF8 Strings"
-url="http://hackage.haskell.org/package/utf8-string";
+url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.0.1' sh)
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/utf8-string/${pkgver}/utf8-string-${pkgver}.tar.gz)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('be8c5ef52a0824babdc89d60c1e9b600')
 
 build() {
-cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+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



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:18:14
  Author: remy
Revision: 104271

archrelease: remove staging-i686

Deleted:
  haskell-terminfo/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:18:31
  Author: remy
Revision: 104272

archrelease: copy trunk to staging-i686

Added:
  haskell-terminfo/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:18:39
  Author: remy
Revision: 104273

archrelease: remove staging-x86_64

Deleted:
  haskell-terminfo/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:18:55
  Author: remy
Revision: 104274

archrelease: copy trunk to staging-x86_64

Added:
  haskell-terminfo/repos/staging-x86_64/



[arch-commits] Commit in haskell-utf8-string/repos (staging-i686)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:19:02
  Author: remy
Revision: 104275

archrelease: remove staging-i686

Deleted:
  haskell-utf8-string/repos/staging-i686/



[arch-commits] Commit in haskell-utf8-string/repos (staging-i686)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:19:18
  Author: remy
Revision: 104276

archrelease: copy trunk to staging-i686

Added:
  haskell-utf8-string/repos/staging-i686/



[arch-commits] Commit in haskell-utf8-string/repos (staging-x86_64)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:19:27
  Author: remy
Revision: 104277

archrelease: remove staging-x86_64

Deleted:
  haskell-utf8-string/repos/staging-x86_64/



[arch-commits] Commit in haskell-utf8-string/repos (staging-x86_64)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 03:19:43
  Author: remy
Revision: 104278

archrelease: copy trunk to staging-x86_64

Added:
  haskell-utf8-string/repos/staging-x86_64/



[arch-commits] Commit in (2 files)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:17:29
  Author: remy
Revision: 104279

Rebuild against moved libraries.

Modified:
  haskell-hashed-storage/trunk/PKGBUILD
  haskell-haskeline/trunk/PKGBUILD

---+
 haskell-hashed-storage/trunk/PKGBUILD |9 +
 haskell-haskeline/trunk/PKGBUILD  |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: haskell-hashed-storage/trunk/PKGBUILD
===
--- haskell-hashed-storage/trunk/PKGBUILD   2010-12-31 08:19:43 UTC (rev 
104278)
+++ haskell-hashed-storage/trunk/PKGBUILD   2010-12-31 09:17:29 UTC (rev 
104279)
@@ -4,9 +4,9 @@
 _hkgname=hashed-storage
 pkgname=haskell-hashed-storage
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Hashed file storage support code."
-url="http://hackage.haskell.org/package/hashed-storage";
+url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.0.1' 'haskell-binary=0.5.0.2' 'haskell-mmap>=0.5' 
'haskell-zlib'  'haskell-mtl=2.0.1.0' 'haskell-dataenc')
@@ -17,8 +17,9 @@
 
 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 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

Modified: haskell-haskeline/trunk/PKGBUILD
===
--- haskell-haskeline/trunk/PKGBUILD2010-12-31 08:19:43 UTC (rev 104278)
+++ haskell-haskeline/trunk/PKGBUILD2010-12-31 09:17:29 UTC (rev 104279)
@@ -4,7 +4,7 @@
 _hkgname=haskeline
 pkgname=haskell-haskeline
 pkgver=0.6.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line interface for user input, written in Haskell."
 url="http://hackage.haskell.org/package/haskeline";
 license=('custom:BSD3')



[arch-commits] Commit in haskell-hashed-storage/repos (staging-i686)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:17:44
  Author: remy
Revision: 104280

archrelease: remove staging-i686

Deleted:
  haskell-hashed-storage/repos/staging-i686/



[arch-commits] Commit in haskell-hashed-storage/repos (staging-i686)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:00
  Author: remy
Revision: 104281

archrelease: copy trunk to staging-i686

Added:
  haskell-hashed-storage/repos/staging-i686/



[arch-commits] Commit in haskell-hashed-storage/repos (staging-x86_64)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:07
  Author: remy
Revision: 104282

archrelease: remove staging-x86_64

Deleted:
  haskell-hashed-storage/repos/staging-x86_64/



[arch-commits] Commit in haskell-hashed-storage/repos (staging-x86_64)

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:24
  Author: remy
Revision: 104283

archrelease: copy trunk to staging-x86_64

Added:
  haskell-hashed-storage/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:32
  Author: remy
Revision: 104284

archrelease: remove staging-i686

Deleted:
  haskell-haskeline/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:49
  Author: remy
Revision: 104285

archrelease: copy trunk to staging-i686

Added:
  haskell-haskeline/repos/staging-i686/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:18:57
  Author: remy
Revision: 104286

archrelease: remove staging-x86_64

Deleted:
  haskell-haskeline/repos/staging-x86_64/



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

2010-12-31 Thread Rémy Oudompheng
Date: Friday, December 31, 2010 @ 04:19:13
  Author: remy
Revision: 104287

archrelease: copy trunk to staging-x86_64

Added:
  haskell-haskeline/repos/staging-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:48:58
  Author: andyrtr
Revision: 104288

db-move: hyphen removed by andyrtr for move to [extra] (i686)

Deleted:
  hyphen/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:48:58
  Author: andyrtr
Revision: 104289

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

Added:
  hyphen/repos/extra-i686/
Deleted:
  hyphen/repos/testing-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:48:59
  Author: andyrtr
Revision: 104290

db-move: hyphen removed by andyrtr for move to [extra] (x86_64)

Deleted:
  hyphen/repos/extra-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:00
  Author: andyrtr
Revision: 104291

db-move: moved hyphen from [testing] to [extra] (x86_64)

Added:
  hyphen/repos/extra-x86_64/
Deleted:
  hyphen/repos/testing-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:01
  Author: andyrtr
Revision: 104292

db-move: libreoffice removed by andyrtr for move to [extra] (i686)

Deleted:
  libreoffice/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:04
  Author: andyrtr
Revision: 104293

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

Added:
  libreoffice/repos/extra-i686/
Deleted:
  libreoffice/repos/testing-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:07
  Author: andyrtr
Revision: 104294

db-move: libreoffice removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libreoffice/repos/extra-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:08
  Author: andyrtr
Revision: 104295

db-move: moved libreoffice from [testing] to [extra] (x86_64)

Added:
  libreoffice/repos/extra-x86_64/
Deleted:
  libreoffice/repos/testing-x86_64/



[arch-commits] Commit in libreoffice-i18n/repos (extra-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:10
  Author: andyrtr
Revision: 104296

db-move: libreoffice-i18n removed by andyrtr for move to [extra] (any)

Deleted:
  libreoffice-i18n/repos/extra-any/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:17
  Author: andyrtr
Revision: 104298

db-move: thunderbird removed by andyrtr for move to [extra] (i686)

Deleted:
  thunderbird/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:17
  Author: andyrtr
Revision: 104299

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

Added:
  thunderbird/repos/extra-i686/
Deleted:
  thunderbird/repos/testing-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:18
  Author: andyrtr
Revision: 104300

db-move: thunderbird removed by andyrtr for move to [extra] (x86_64)

Deleted:
  thunderbird/repos/extra-x86_64/



[arch-commits] Commit in libreoffice-i18n/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:11
  Author: andyrtr
Revision: 104297

db-move: moved libreoffice-i18n from [testing] to [extra] (any)

Added:
  libreoffice-i18n/repos/extra-any/
Deleted:
  libreoffice-i18n/repos/testing-any/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:19
  Author: andyrtr
Revision: 104301

db-move: moved thunderbird from [testing] to [extra] (x86_64)

Added:
  thunderbird/repos/extra-x86_64/
Deleted:
  thunderbird/repos/testing-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:20
  Author: andyrtr
Revision: 104302

db-move: xulrunner removed by andyrtr for move to [extra] (i686)

Deleted:
  xulrunner/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:22
  Author: andyrtr
Revision: 104303

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

Added:
  xulrunner/repos/extra-i686/
Deleted:
  xulrunner/repos/testing-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:25
  Author: andyrtr
Revision: 104304

db-move: xulrunner removed by andyrtr for move to [extra] (x86_64)

Deleted:
  xulrunner/repos/extra-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:49:28
  Author: andyrtr
Revision: 104305

db-move: moved xulrunner from [testing] to [extra] (x86_64)

Added:
  xulrunner/repos/extra-x86_64/
Deleted:
  xulrunner/repos/testing-x86_64/



[arch-commits] Commit in hunspell-de/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:36
  Author: andyrtr
Revision: 104306

db-move: moved hunspell-de from [testing] to [extra] (any)

Added:
  hunspell-de/repos/extra-any/
Deleted:
  hunspell-de/repos/testing-any/



[arch-commits] Commit in hunspell-en/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:36
  Author: andyrtr
Revision: 104307

db-move: moved hunspell-en from [testing] to [extra] (any)

Added:
  hunspell-en/repos/extra-any/
Deleted:
  hunspell-en/repos/testing-any/



[arch-commits] Commit in hunspell-fr/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:37
  Author: andyrtr
Revision: 104308

db-move: moved hunspell-fr from [testing] to [extra] (any)

Added:
  hunspell-fr/repos/extra-any/
Deleted:
  hunspell-fr/repos/testing-any/



[arch-commits] Commit in hunspell-it/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:41
  Author: andyrtr
Revision: 104309

db-move: moved hunspell-it from [testing] to [extra] (any)

Added:
  hunspell-it/repos/extra-any/
Deleted:
  hunspell-it/repos/testing-any/



[arch-commits] Commit in hunspell-ro/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:42
  Author: andyrtr
Revision: 104310

db-move: moved hunspell-ro from [testing] to [extra] (any)

Added:
  hunspell-ro/repos/extra-any/
Deleted:
  hunspell-ro/repos/testing-any/



[arch-commits] Commit in hyphen-fr/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:44
  Author: andyrtr
Revision: 104312

db-move: moved hyphen-fr from [testing] to [extra] (any)

Added:
  hyphen-fr/repos/extra-any/
Deleted:
  hyphen-fr/repos/testing-any/



[arch-commits] Commit in hyphen-it/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:44
  Author: andyrtr
Revision: 104313

db-move: moved hyphen-it from [testing] to [extra] (any)

Added:
  hyphen-it/repos/extra-any/
Deleted:
  hyphen-it/repos/testing-any/



[arch-commits] Commit in hyphen-ro/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:45
  Author: andyrtr
Revision: 104314

db-move: moved hyphen-ro from [testing] to [extra] (any)

Added:
  hyphen-ro/repos/extra-any/
Deleted:
  hyphen-ro/repos/testing-any/



[arch-commits] Commit in hyphen-de/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:43
  Author: andyrtr
Revision: 104311

db-move: moved hyphen-de from [testing] to [extra] (any)

Added:
  hyphen-de/repos/extra-any/
Deleted:
  hyphen-de/repos/testing-any/



[arch-commits] Commit in mythes-de/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:46
  Author: andyrtr
Revision: 104315

db-move: moved mythes-de from [testing] to [extra] (any)

Added:
  mythes-de/repos/extra-any/
Deleted:
  mythes-de/repos/testing-any/



[arch-commits] Commit in mythes-en/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:47
  Author: andyrtr
Revision: 104316

db-move: moved mythes-en from [testing] to [extra] (any)

Added:
  mythes-en/repos/extra-any/
Deleted:
  mythes-en/repos/testing-any/



[arch-commits] Commit in mythes-fr/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:47
  Author: andyrtr
Revision: 104317

db-move: moved mythes-fr from [testing] to [extra] (any)

Added:
  mythes-fr/repos/extra-any/
Deleted:
  mythes-fr/repos/testing-any/



[arch-commits] Commit in mythes-it/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:48
  Author: andyrtr
Revision: 104318

db-move: moved mythes-it from [testing] to [extra] (any)

Added:
  mythes-it/repos/extra-any/
Deleted:
  mythes-it/repos/testing-any/



[arch-commits] Commit in mythes-ro/repos (extra-any testing-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 04:54:49
  Author: andyrtr
Revision: 104319

db-move: moved mythes-ro from [testing] to [extra] (any)

Added:
  mythes-ro/repos/extra-any/
Deleted:
  mythes-ro/repos/testing-any/



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

2010-12-31 Thread Andrea Scarpino
Date: Friday, December 31, 2010 @ 05:31:59
  Author: andrea
Revision: 104320

use package()

Modified:
  hunspell-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-31 09:54:49 UTC (rev 104319)
+++ PKGBUILD2010-12-31 10:31:59 UTC (rev 104320)
@@ -14,7 +14,7 @@
 
source=("http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip";)
 md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
 
-build() {
+package() {
   cd "${srcdir}"
   install -dm755 ${pkgdir}/usr/share/hunspell
 
@@ -29,7 +29,7 @@
   done
   popd
 
- # the symlinks
+  # the symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
 for file in $pkgdir/usr/share/hunspell/*; do



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

2010-12-31 Thread Andrea Scarpino
Date: Friday, December 31, 2010 @ 05:32:21
  Author: andrea
Revision: 104321

use package()

Modified:
  hyphen-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-31 10:31:59 UTC (rev 104320)
+++ PKGBUILD2010-12-31 10:32:21 UTC (rev 104321)
@@ -12,7 +12,7 @@
 
source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_it_IT.zip)
 md5sums=('ee57402fa3930e0641d627ec7f4f1619')
 
-build() {
+package() {
   cd "${srcdir}"
 
   install -dm755 ${pkgdir}/usr/share/hyphen



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

2010-12-31 Thread Allan McRae
Date: Friday, December 31, 2010 @ 10:42:48
  Author: allan
Revision: 104322

fix permissions of gai.conf

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-31 10:32:21 UTC (rev 104321)
+++ PKGBUILD2010-12-31 15:42:48 UTC (rev 104322)
@@ -109,7 +109,7 @@
   install -m644 ${srcdir}/glibc/nscd/nscd.conf ${pkgdir}/etc/nscd.conf
   install -m755 ${srcdir}/nscd ${pkgdir}/etc/rc.d/nscd
   install -m755 ${srcdir}/locale-gen ${pkgdir}/usr/sbin
-  install -m755 ${srcdir}/glibc/posix/gai.conf ${pkgdir}/etc/gai.conf
+  install -m644 ${srcdir}/glibc/posix/gai.conf ${pkgdir}/etc/gai.conf
 
   sed -i -e 's/^\tserver-user/#\tserver-user/' ${pkgdir}/etc/nscd.conf
 



[arch-commits] Commit in (12 files)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 11:01:26
  Author: andyrtr
Revision: 104323

add spanish hunspell/hyphen/mythes pkg; #22266

Added:
  hunspell-es/
  hunspell-es/repos/
  hunspell-es/trunk/
  hunspell-es/trunk/PKGBUILD
  hyphen-es/
  hyphen-es/repos/
  hyphen-es/trunk/
  hyphen-es/trunk/PKGBUILD
  mythes-es/
  mythes-es/repos/
  mythes-es/trunk/
  mythes-es/trunk/PKGBUILD

+
 hunspell-es/trunk/PKGBUILD |   56 +++
 hyphen-es/trunk/PKGBUILD   |   42 
 mythes-es/trunk/PKGBUILD   |   40 ++
 3 files changed, 138 insertions(+)

Added: hunspell-es/trunk/PKGBUILD
===
--- hunspell-es/trunk/PKGBUILD  (rev 0)
+++ hunspell-es/trunk/PKGBUILD  2010-12-31 16:01:26 UTC (rev 104323)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hunspell-es
+pkgver=20050510
+pkgrel=1
+pkgdesc="Spanish hunspell dictionaries"
+arch=(any)
+url="http://hunspell.sourceforge.net/";
+license=('LGPL')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip'  
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' 
 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip')
+md5sums=('4c634da95fad11093ba65f6367ee5e19'
+ '564921b9f82d9f2f46ea4b53e516975b'
+ 'b75c996c3665d2a73bab21588b9ee258'
+ 'cbc916ab3433755592868565a60471b8'
+ 'f2641aa3187a4b411b7a918046100848'
+ 'b13e5bbf7c5eddef292dac61c9f7b7fb'
+ 'e38aba8b2f43041b41df36bb383a59e2'
+ '88bde5878d2a79807b4c38bc785001aa'
+ '4b272f7c958dd619b2ddc007c45db53b'
+ 'cc0f781cb0d1662954692da3e03cb46d'
+ 'b13d8e86654c7552d2834c1024bbd391'
+ 'e32f5ec8c94fd902a9823dae4040a019'
+ '87ac50f7fc714452b421dc91d581b476'
+ '2f71f67090afb7963e7bcbbffbe317de'
+ '0be27bea02ecdca8b651fad52193ab96'
+ 'b95eadbad8ae02bddb5e1fed25075e15'
+ 'd1f06558dc4fac30c7926f26216b3fec'
+ '928536ead27886e819a5910d8fa1052f'
+ '23c13ab1e0902f4b3d936839074daa12'
+ '748e15e39e7c5b52877bd7f96304')
+es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE"
+
+build() {
+  /bin/true
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  cp -p *.dic *.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  cp -p README_*.txt $pkgdir/usr/share/doc/$pkgname
+}


Property changes on: hunspell-es/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: hyphen-es/trunk/PKGBUILD
===
--- hyphen-es/trunk/PKGBUILD(rev 0)
+++ hyphen-es/trunk/PKGBUILD2010-12-31 16:01:26 UTC (rev 104323)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hyphen-es
+pkgver=20051118
+pkgrel=1
+pkgdesc="Spanish hyphenation rules"
+arch=(any)
+url="http://wiki.services.openoffice.org/wiki/Dictionaries";
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=('http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_es_ES.zip')
+md5sums=('d34ab9eefdb49147c57c01227eeb0c66')
+
+build() 

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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 12:21:36
  Author: andyrtr
Revision: 104324

upgpkg: libreoffice 3.3.0.2-3
give it also the mythes and hyphen paths

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-31 16:01:26 UTC (rev 104323)
+++ PKGBUILD2010-12-31 17:21:36 UTC (rev 104324)
@@ -8,7 +8,7 @@
# 'libreoffice-dictionaries')
 _LOver=3.3.0.2 # = 3.3-RC2
 pkgver=${_LOver}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 _LO_tree="3.3"
 _OFFICEUPD="330"
@@ -328,7 +328,10 @@
--without-system-libwps\
--without-system-mdds\
--without-myspell-dicts \
+   --with-system-dicts \
--with-external-dict-dir=/usr/share/hunspell \
+   --with-external-hyph-dir=/usr/share/hyphen \
+   --with-external-thes-dir=/usr/share/mythes \
--with-system-cppunit\
--with-system-libwpg\
--with-system-redland\



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 12:36:21
  Author: andyrtr
Revision: 104325

archrelease: remove extra-i686

Deleted:
  libreoffice/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 12:36:38
  Author: andyrtr
Revision: 104326

archrelease: copy trunk to extra-i686

Added:
  libreoffice/repos/extra-i686/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 12:52:41
  Author: andyrtr
Revision: 104327

archrelease: remove extra-x86_64

Deleted:
  libreoffice/repos/extra-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 12:53:00
  Author: andyrtr
Revision: 104328

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice/repos/extra-x86_64/



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

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 13:10:10
  Author: andyrtr
Revision: 104329

upgpkg: hunspell-es 20050510-1
initial pkg; FS#22266

Modified:
  hunspell-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-31 17:53:00 UTC (rev 104328)
+++ PKGBUILD2010-12-31 18:10:10 UTC (rev 104329)
@@ -10,7 +10,26 @@
 license=('LGPL')
 makedepends=('hunspell')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip'  
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' 
 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' 
'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip')
+source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip'
+   'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip')
 md5sums=('4c634da95fad11093ba65f6367ee5e19'
  '564921b9f82d9f2f46ea4b53e516975b'
  'b75c996c3665d2a73bab21588b9ee258'
@@ -31,7 +50,7 @@
  '928536ead27886e819a5910d8fa1052f'
  '23c13ab1e0902f4b3d936839074daa12'
  '748e15e39e7c5b52877bd7f96304')
-es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE"
+es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not 
used in the pkg
 
 build() {
   /bin/true



[arch-commits] Commit in hunspell-es/repos (extra-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 13:10:44
  Author: andyrtr
Revision: 104330

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/



[arch-commits] Commit in hyphen-es/repos (extra-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 13:12:45
  Author: andyrtr
Revision: 104331

archrelease: copy trunk to extra-any

Added:
  hyphen-es/repos/extra-any/



[arch-commits] Commit in mythes-es/repos (extra-any)

2010-12-31 Thread andyrtr
Date: Friday, December 31, 2010 @ 13:14:24
  Author: andyrtr
Revision: 104332

archrelease: copy trunk to extra-any

Added:
  mythes-es/repos/extra-any/