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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 04:37:30
  Author: thomas
Revision: 87225

Update to 2.6.35.1

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 04:01:39 UTC (rev 87224)
+++ PKGBUILD2010-08-11 08:37:30 UTC (rev 87225)
@@ -6,11 +6,11 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.35
-pkgver=${_basekernel}
-pkgrel=2
+pkgver=${_basekernel}.1
+pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
-#_patchname=patch-${pkgver}-${pkgrel}-ARCH
-_patchname=patch-${pkgver}-1-ARCH
+_patchname=patch-${pkgver}-${pkgrel}-ARCH
+#_patchname=patch-${pkgver}-1-ARCH
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.kernel.org;
@@ -21,7 +21,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('091abeb4684ce03d1d936851618687b6'
- '0c6ce6d166a90bedd6aff7fb4b7f1103'
+ '9e4e40eec928912ac28800611930a230'
  'b12faa828674fce8e908b708d59a1bb2'
  'c0d4baaafcdc872cd20ed913db5a0915'
  '25584700a0a679542929c4bed31433b6')



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 04:38:36
  Author: thomas
Revision: 87226

archrelease: remove testing-i686

Deleted:
  kernel26/repos/testing-i686/



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 04:38:57
  Author: thomas
Revision: 87227

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 05:18:34
  Author: thomas
Revision: 87228

archrelease: remove testing-i686

Deleted:
  kernel26/repos/testing-i686/



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 05:18:43
  Author: thomas
Revision: 87229

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 05:19:29
  Author: thomas
Revision: 87230

archrelease: remove testing-x86_64

Deleted:
  kernel26/repos/testing-x86_64/



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

2010-08-11 Thread Thomas Bächler
Date: Wednesday, August 11, 2010 @ 05:19:39
  Author: thomas
Revision: 87231

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in ppl/trunk (PKGBUILD ppl-0.10.2-gmp-5.0.patch)

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:07:18
  Author: allan
Revision: 87232

upgpkg: ppl 0.11-1
upstream update

Modified:
  ppl/trunk/PKGBUILD
Deleted:
  ppl/trunk/ppl-0.10.2-gmp-5.0.patch

--+
 PKGBUILD |   22 +++---
 ppl-0.10.2-gmp-5.0.patch |   30 --
 2 files changed, 11 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 09:19:39 UTC (rev 87231)
+++ PKGBUILD2010-08-11 12:07:18 UTC (rev 87232)
@@ -3,25 +3,25 @@
 # Contributor: ezzetabi ezzetabi at gawab dot com
 
 pkgname=ppl
-pkgver=0.10.2
-pkgrel=3
+pkgver=0.11
+pkgrel=1
 pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
 arch=('i686' 'x86_64')
 url=http://www.cs.unipr.it/ppl;
 license=('GPL3')
 depends=('gmp=5.0')
 options=('!docs' '!libtool')
-source=(http://www.cs.unipr.it/ppl/Download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz
-ppl-0.10.2-gmp-5.0.patch)
-md5sums=('e7dd265afdeaea81f7e87a72b182d875'
- '4da347693c76ba4fb5b60ca0f321')
+source=(http://www.cs.unipr.it/ppl/Download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz)
+md5sums=('ba527ec0ffc830ce16fad8a4195a337e')
 
 build() {
   cd $srcdir/ppl-$pkgver
-  patch -Np1 -i $srcdir/ppl-0.10.2-gmp-5.0.patch
-  autoreconf -vf
+  ./configure --prefix=/usr --enable-interfaces=c,cxx
+  make
+  make check
+}
 
-  ./configure --prefix=/usr --enable-interfaces=c,cxx || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+package() {
+  cd $srcdir/ppl-$pkgver
+  make DESTDIR=$pkgdir install
 }

Deleted: ppl-0.10.2-gmp-5.0.patch
===
--- ppl-0.10.2-gmp-5.0.patch2010-08-11 09:19:39 UTC (rev 87231)
+++ ppl-0.10.2-gmp-5.0.patch2010-08-11 12:07:18 UTC (rev 87232)
@@ -1,30 +0,0 @@
-diff --git a/m4/ac_check_gmp.m4 b/m4/ac_check_gmp.m4
-index 60cecdc..15acb18 100644
 a/m4/ac_check_gmp.m4
-+++ b/m4/ac_check_gmp.m4
-@@ -71,6 +71,10 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
- #GMP version 4.1.3 or higher is required
- #endif
- 
-+#ifndef BITS_PER_MP_LIMB
-+#define BITS_PER_MP_LIMB GMP_LIMB_BITS
-+#endif
-+
- int
- main() {
-   std::string header_version;
-@@ -97,11 +101,11 @@ main() {
- return 1;
-   }
- 
--  if (sizeof(mp_limb_t)*CHAR_BIT != GMP_LIMB_BITS
--  || GMP_LIMB_BITS != mp_bits_per_limb) {
-+  if (sizeof(mp_limb_t)*CHAR_BIT != BITS_PER_MP_LIMB
-+  || BITS_PER_MP_LIMB != mp_bits_per_limb) {
- std::cerr
-GMP header (gmp.h) and library (ligmp.*) bits-per-limb mismatch:\n
--   header gives   __GMP_BITS_PER_MP_LIMB  ;\n
-+   header gives   BITS_PER_MP_LIMB  ;\n
-library gives   mp_bits_per_limb  .\n
-This probably means you are on a bi-arch system and\n
-you are compiling with the wrong header or linking with\n



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:08:42
  Author: allan
Revision: 87233

archrelease: copy trunk to testing-i686

Added:
  ppl/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:09:55
  Author: allan
Revision: 87234

archrelease: copy trunk to testing-x86_64

Added:
  ppl/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:10:19
  Author: allan
Revision: 87235

upgpkg: cloog-ppl 0.15.9-2
ppl rebuild

Modified:
  cloog-ppl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 12:09:55 UTC (rev 87234)
+++ PKGBUILD2010-08-11 12:10:19 UTC (rev 87235)
@@ -4,12 +4,12 @@
 
 pkgname=cloog-ppl
 pkgver=0.15.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Library that generates loops for scanning polyhedra
 arch=('i686' 'x86_64')
 url=http://www.cloog.org/;
 license=('GPL')
-depends=('ppl')
+depends=('ppl=0.11')
 options=('!libtool')
 source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${pkgver}.tar.gz)
 md5sums=('806e001d1b1a6b130069ff6274900af5')
@@ -17,6 +17,9 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Add ppl-0.11 compatibility
+  sed -i /ppl_minor_version=/s#10#11# configure
+
   ./configure --prefix=/usr --infodir=/usr/share/info \
 --with-bits=gmp --with-ppl=/usr 
   make



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:11:01
  Author: allan
Revision: 87236

archrelease: copy trunk to testing-i686

Added:
  cloog-ppl/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:11:43
  Author: allan
Revision: 87237

archrelease: copy trunk to testing-x86_64

Added:
  cloog-ppl/repos/testing-x86_64/



[arch-commits] Commit in (4 files)

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:13:28
  Author: allan
Revision: 87238

replacement for libelf

Added:
  elfutils/
  elfutils/repos/
  elfutils/trunk/
  elfutils/trunk/PKGBUILD

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

Added: elfutils/trunk/PKGBUILD
===
--- elfutils/trunk/PKGBUILD (rev 0)
+++ elfutils/trunk/PKGBUILD 2010-08-11 12:13:28 UTC (rev 87238)
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=elfutils
+pkgver=0.148
+pkgrel=1
+pkgdesc=Collection of libraries and utilities for working with ELF object 
files and DWARF debugging information
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('GPL2')
+depends=('glibc')
+#optdepends=('zlib' 'xz' 'bzip2')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/elfutils-${pkgver}.tar.bz2)
+md5sums=('a0bed1130135f17ad27533b0034dba8d')
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --program-prefix=eu-
+  make
+  make check
+}
+
+package()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:44:29
  Author: allan
Revision: 87239

upgpkg: elfutils 0.148-1
replacement for libelf

Modified:
  elfutils/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 12:13:28 UTC (rev 87238)
+++ PKGBUILD2010-08-11 12:44:29 UTC (rev 87239)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 # Maintainer: Allan McRae al...@archlinux.org
 # Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
 


Property changes on: elfutils/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:45:15
  Author: allan
Revision: 87240

archrelease: copy trunk to testing-i686

Added:
  elfutils/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:45:59
  Author: allan
Revision: 87241

archrelease: copy trunk to testing-x86_64

Added:
  elfutils/repos/testing-x86_64/



[arch-commits] Commit in gcc/trunk (PKGBUILD r158095.patch r160561.patch)

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:46:24
  Author: allan
Revision: 87242

upgpkg: gcc 4.5.1-1
upstream update, ppl and elfutils rebuild

Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/r158095.patch
  gcc/trunk/r160561.patch

---+
 PKGBUILD  |   41 ++-
 r158095.patch |   13 ---
 r160561.patch |   64 
 3 files changed, 17 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 12:45:59 UTC (rev 87241)
+++ PKGBUILD2010-08-11 12:46:24 UTC (rev 87242)
@@ -6,33 +6,29 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
-pkgver=4.5.0
-pkgrel=7
-_snapshot=4.5-20100610
+pkgver=4.5.1
+pkgrel=1
+#_snapshot=4.5-20100610
 _libstdcppmanver=20100719  # Note: check source directory name when 
updating this
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'custom')
 url=http://gcc.gnu.org;
-makedepends=('binutils=2.20.1' 'libmpc=0.8.2-2' 'cloog-ppl=0.15.8' 'libelf' 
'gcc-ada')
+makedepends=('binutils=2.20.1' 'libmpc=0.8.2-2' 'cloog-ppl=0.15.9-2' 
'elfutils' 'gcc-ada')
 options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada}-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada}-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada}-${pkgver}.tar.bz2
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada}-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
-   gcc-hash-style-both.patch
-   r160561.patch
-   r158095.patch)
-md5sums=('d0c6573f18e61d0a6c6fe742066346cd'
- '4c5369d27b8cb4c4e447553f064d0f16'
- '2c191ab600e600c774a65674c542e210'
- 'a569128d6daf741b242e39f5c24debe4'
- 'a7527896c33759ccc40bb82173f8f27f'
+   gcc-hash-style-both.patch)
+md5sums=('dc8959e31b01a65ce10d269614815054'
+ 'b294953ff0bb2f20c7acb2bf005d832a'
+ '7567c2f8df8a8bf61b48fe414b88de65'
+ '3c11b7037896e967eddf8178af2ddd98'
+ 'c92111e2e22fc60d1e0adb1b5c7fa4f9'
  '226ae0c6364cfe2c1f7ac88d06088d5a'
  '4030ee1c08dd1e843c0225b772360e76'
- '6fd395bacbd7b6e47c7b74854b478363'
- '79cb26e66eb2502171ef69438fa8666d'
- '982bb1e959f3a36d2e205dec1e5b31a1')
+ '6fd395bacbd7b6e47c7b74854b478363')
 
 
 if [ -n ${_snapshot} ]; then
@@ -49,6 +45,9 @@
   
   cd ${_basedir}
 
+  # Add ppl-0.11 compatibility
+  sed -i /ppl_minor_version=/s#10#11# configure
+
   # Do not install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
 
@@ -60,12 +59,6 @@
   fi
   patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
 
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44258
-  patch -Np1 -i ${srcdir}/r160561.patch
-
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45008
-  patch -Np1 -i ${srcdir}/r158095.patch
-
   echo ${pkgver}  gcc/BASE-VER
 
   mkdir build  cd build  
@@ -111,7 +104,7 @@
 
 package_gcc()
 {
-  depends=('binutils=2.20.1' 'libmpc=0.8.1-2' 'cloog-ppl=0.15.8' 'libelf')
+  depends=('binutils=2.20.1' 'libmpc=0.8.1-2' 'cloog-ppl=0.15.9-2' 
'elfutils')
   groups=('base-devel')
   install=gcc.install
 

Deleted: r158095.patch
===
--- r158095.patch   2010-08-11 12:45:59 UTC (rev 87241)
+++ r158095.patch   2010-08-11 12:46:24 UTC (rev 87242)
@@ -1,13 +0,0 @@
 a/gcc/cp/decl.c
-+++ b/gcc/cp/decl.c
-@@ -12023,9 +12023,7 @@ start_preparsed_function (tree decl1, tree attrs, int 
flags)
- 
-   if ((DECL_DECLARED_INLINE_P (decl1)
-  || DECL_TEMPLATE_INSTANTIATION (decl1))
-- ! DECL_INTERFACE_KNOWN (decl1)
--/* Don't try to defer nested functions for now.  */
-- ! decl_function_context (decl1))
-+ ! DECL_INTERFACE_KNOWN (decl1))
-   DECL_DEFER_OUTPUT (decl1) = 1;
-   else
-   DECL_INTERFACE_KNOWN (decl1) = 1;

Deleted: r160561.patch
===
--- r160561.patch   2010-08-11 12:45:59 UTC (rev 87241)
+++ r160561.patch   2010-08-11 12:46:24 UTC (rev 87242)
@@ -1,64 +0,0 @@
 trunk/gcc/tree-sra.c   2010/06/10 16:44:04 160560
-+++ trunk/gcc/tree-sra.c   2010/06/10 16:49:09 160561
-@@ -1689,9 +1689,10 @@
- 
- /* Build a subtree of accesses rooted in *ACCESS, and move the pointer in the
-linked list along the way.  Stop when *ACCESS is NULL or the access pointed
--   to it is not within the root.  */
-+   to it is not within the root.  Return false iff some accesses partially
-+   overlap.  */
- 

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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 08:53:22
  Author: allan
Revision: 87243

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 09:01:15
  Author: allan
Revision: 87244

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 09:36:00
  Author: allan
Revision: 87245

upgpkg: libtool 2.2.10-2
gcc-4.5.1 rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 13:01:15 UTC (rev 87244)
+++ PKGBUILD2010-08-11 13:36:00 UTC (rev 87245)
@@ -6,7 +6,7 @@
 
 pkgname=libtool
 pkgver=2.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;
@@ -21,7 +21,8 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
+  make check
 }
 
 package() {



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 09:36:44
  Author: allan
Revision: 87246

archrelease: copy trunk to testing-i686

Added:
  libtool/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 09:37:27
  Author: allan
Revision: 87247

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:10:45
  Author: allan
Revision: 87248

upgpkg: libtool 2.2.10-3
you know how the last build was the gcc-4.5.1 rebuild? Turns out that was all a 
lie. Lets try that again...

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 13:37:27 UTC (rev 87247)
+++ PKGBUILD2010-08-11 14:10:45 UTC (rev 87248)
@@ -6,7 +6,7 @@
 
 pkgname=libtool
 pkgver=2.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:11:02
  Author: allan
Revision: 87249

archrelease: remove testing-i686

Deleted:
  libtool/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:11:34
  Author: allan
Revision: 87250

archrelease: copy trunk to testing-i686

Added:
  libtool/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:11:52
  Author: allan
Revision: 87251

archrelease: remove testing-x86_64

Deleted:
  libtool/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:12:31
  Author: allan
Revision: 87252

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:16:17
  Author: allan
Revision: 87253

upgpkg: ltrace 0.5.3-2
elfutils rebuild

Modified:
  ltrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 14:12:31 UTC (rev 87252)
+++ PKGBUILD2010-08-11 14:16:17 UTC (rev 87253)
@@ -5,12 +5,12 @@
 
 pkgname=ltrace
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A debugging program which runs a specified command until it exits
 arch=('i686' 'x86_64')
 url=http://packages.debian.org/sid/ltrace;
 license=('GPL')
-depends=('glibc' 'libelf')
+depends=('glibc' 'elfutils')
 backup=('etc/ltrace.conf')
 
source=(http://ftp.debian.org/debian/pool/main/l/ltrace/${pkgname}_${pkgver}.orig.tar.gz)
 md5sums=('3fa7fe715ab879db08bd06d1d59fd90f')
@@ -18,11 +18,11 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i 's|/usr/bin/install|/bin/install|' configure
-  ./configure --prefix=/usr --sysconfdir=/etc || return 1
-  make || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
 }
 
 package(){
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:16:57
  Author: allan
Revision: 87254

archrelease: copy trunk to testing-i686

Added:
  ltrace/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:17:34
  Author: allan
Revision: 87255

archrelease: copy trunk to testing-x86_64

Added:
  ltrace/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:18:51
  Author: allan
Revision: 87256

upgpkg: prelink 20100106-2
elfutils rebuild

Modified:
  prelink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 14:17:34 UTC (rev 87255)
+++ PKGBUILD2010-08-11 14:18:51 UTC (rev 87256)
@@ -5,12 +5,12 @@
 
 pkgname=prelink
 pkgver=20100106
-pkgrel=1
+pkgrel=2
 pkgdesc=ELF prelinking utility to speed up dynamic linking
 arch=('i686' 'x86_64')
 url=http://people.redhat.com/jakub/prelink/;
 license=('GPL')
-depends=('libelf')
+depends=('elfutils')
 backup=('etc/prelink.conf')
 
source=(http://people.redhat.com/jakub/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'prelink.conf')



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:19:34
  Author: allan
Revision: 87257

archrelease: copy trunk to testing-i686

Added:
  prelink/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:20:20
  Author: allan
Revision: 87258

archrelease: copy trunk to testing-x86_64

Added:
  prelink/repos/testing-x86_64/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:25:02
  Author: allan
Revision: 87259

upgpkg: bug-buddy 2.30.0-2
elfutils rebuild

Modified:
  bug-buddy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 14:20:20 UTC (rev 87258)
+++ PKGBUILD2010-08-11 14:25:02 UTC (rev 87259)
@@ -3,11 +3,11 @@
 
 pkgname=bug-buddy
 pkgver=2.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A bug reporting tool for GNOME
 arch=(i686 x86_64)
 install=bug-buddy.install
-depends=('evolution-data-server=2.29.92' 'libgtop=2.28.0' 'libelf' 
'hicolor-icon-theme' 'libbonobo=2.24.2')
+depends=('evolution-data-server=2.29.92' 'libgtop=2.28.0' 'elfutils' 
'hicolor-icon-theme' 'libbonobo=2.24.2')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.19.5')
 groups=('gnome-extra')
 license=(GPL)
@@ -19,11 +19,11 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install || 
return 1
+  --localstatedir=/var --disable-static
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain bug-buddy ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain bug-buddy ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:25:46
  Author: allan
Revision: 87260

archrelease: copy trunk to testing-i686

Added:
  bug-buddy/repos/testing-i686/



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

2010-08-11 Thread Allan McRae
Date: Wednesday, August 11, 2010 @ 10:26:27
  Author: allan
Revision: 87261

archrelease: copy trunk to testing-x86_64

Added:
  bug-buddy/repos/testing-x86_64/



[arch-commits] Commit in gnupg2/trunk (PKGBUILD gnupg2-2.0.16-security.patch)

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:51:08
  Author: tpowa
Revision: 87262

upgpkg: gnupg2 2.0.16-2
fixed security issue

Added:
  gnupg2/trunk/gnupg2-2.0.16-security.patch
Modified:
  gnupg2/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 gnupg2-2.0.16-security.patch |   11 +++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 14:26:27 UTC (rev 87261)
+++ PKGBUILD2010-08-11 15:51:08 UTC (rev 87262)
@@ -4,7 +4,7 @@
 
 pkgname=gnupg2
 pkgver=2.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU Privacy Guard 2 - a PGP replacement tool
 arch=('i686' 'x86_64')
 depends=('libldap' 'curl' 'bzip2' 'zlib' 'libksba' 'libgcrypt'
@@ -12,19 +12,22 @@
 license=('GPL')
 url=http://www.gnupg.org/;
 install=${pkgname}.install
-source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$pkgver.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$pkgver.tar.bz2
+   gnupg2-2.0.16-security.patch)
 
 build() {
   cd ${srcdir}/gnupg-$pkgver
+  patch -Np0 -i ../gnupg2-2.0.16-security.patch
   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg2 #$EXTRAOPTS
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/gnupg-$pkgver
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
   # move conflicting files
   mv ${pkgdir}/usr/share/gnupg{,2}
   rm -f ${pkgdir}/usr/share/info/dir
 }
-md5sums=('88a4d46deca63d2eca29b2b611304afb')
+md5sums=('88a4d46deca63d2eca29b2b611304afb'
+ 'a2c570dcc439283dcad76539a7d6e5a2')

Added: gnupg2-2.0.16-security.patch
===
--- gnupg2-2.0.16-security.patch(rev 0)
+++ gnupg2-2.0.16-security.patch2010-08-11 15:51:08 UTC (rev 87262)
@@ -0,0 +1,11 @@
+--- kbx/keybox-blob.c   (revision 5367)
 kbx/keybox-blob.c   (working copy)
+@@ -898,6 +898,7 @@
+   rc = gpg_error_from_syserror ();
+   goto leave;
+ }
++  names = tmp;
+ }
+   names[blob-nuids++] = p;
+   if (!i  (p=x509_email_kludge (p)))
+



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:51:47
  Author: tpowa
Revision: 87263

archrelease: remove extra-i686

Deleted:
  gnupg2/repos/extra-i686/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:52:05
  Author: tpowa
Revision: 87264

archrelease: copy trunk to extra-i686

Added:
  gnupg2/repos/extra-i686/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:52:48
  Author: tpowa
Revision: 87265

archrelease: remove extra-x86_64

Deleted:
  gnupg2/repos/extra-x86_64/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:53:07
  Author: tpowa
Revision: 87266

archrelease: copy trunk to extra-x86_64

Added:
  gnupg2/repos/extra-x86_64/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:56:57
  Author: tpowa
Revision: 87267

upgpkg: kexec-tools 2.0.2-1
bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 15:53:07 UTC (rev 87266)
+++ PKGBUILD2010-08-11 15:56:57 UTC (rev 87267)
@@ -3,22 +3,22 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kexec-tools
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=Load another kernel from the currently executing Linux kernel
 arch=(i686 x86_64)
 url=http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/;
-source=(http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-2.0.1.tar.bz2
+source=(http://www.kernel.org/pub/linux/kernel/people/horms/kexec/kexec-tools-2.0.2.tar.bz2
 kexec kexec.conf.d)
-depends=('zlib' 'gawk')
+depends=('zlib' 'gawk' 'xz')
 backup=('etc/conf.d/kexec')
 license=('GPL2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make 
+  make DESTDIR=$pkgdir install 
   
   mv $pkgdir/usr/sbin $pkgdir/sbin
 
@@ -26,6 +26,6 @@
   install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
   install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
 }
-md5sums=('67c1a396fdf67b984dad939a59a01571'
+md5sums=('35d05fed1c97008ac34c5bfb929295eb'
  '15599234f174ddc4d2611f32effec6ab'
  'b9ddfb9fbcc7e4e7e7294fe94fa60aeb')



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:57:10
  Author: tpowa
Revision: 87268

archrelease: remove extra-i686

Deleted:
  kexec-tools/repos/extra-i686/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:57:28
  Author: tpowa
Revision: 87269

archrelease: copy trunk to extra-i686

Added:
  kexec-tools/repos/extra-i686/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:57:37
  Author: tpowa
Revision: 87270

archrelease: remove extra-x86_64

Deleted:
  kexec-tools/repos/extra-x86_64/



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

2010-08-11 Thread Tobias Powalowski
Date: Wednesday, August 11, 2010 @ 11:57:56
  Author: tpowa
Revision: 87271

archrelease: copy trunk to extra-x86_64

Added:
  kexec-tools/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-devel/trunk (3 files)

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 13:50:15
  Author: andyrtr
Revision: 87272

upgpkg: openoffice-base-devel 3.4_dev300_m86-1
new version 3.4_dev300_m86-1

Modified:
  openoffice-base-devel/trunk/ChangeLog
  openoffice-base-devel/trunk/PKGBUILD
Deleted:
  openoffice-base-devel/trunk/dictionaries-needs-th-gen-idx.pl.diff

---+
 ChangeLog |4 ++-
 PKGBUILD  |   20 +++--
 dictionaries-needs-th-gen-idx.pl.diff |   36 
 3 files changed, 7 insertions(+), 53 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-08-11 15:57:56 UTC (rev 87271)
+++ ChangeLog   2010-08-11 17:50:15 UTC (rev 87272)
@@ -1,7 +1,9 @@
-2010-08-04 Andreas Radke andyrtr at archlinux.org
+2010-08-11 Andreas Radke andyrtr at archlinux.org
 
 * 3.3_dev300_m86-1:
- new snapshot
+   - add buildfix for x86_64
+   - drop another buildfix
 
 2010-07-23 Andreas Radke andyrtr at archlinux.org
 

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 15:57:56 UTC (rev 87271)
+++ PKGBUILD2010-08-11 17:50:15 UTC (rev 87272)
@@ -31,9 +31,9 @@
buildfix_FormulaMissingHeader.diff

http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/cppu-lbnames-enable-gcc-4.5.diff

http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/sal-cpprt-gcc-4.5-workaround.diff
-   dictionaries-needs-th-gen-idx.pl.diff
cppunit_gcc45.diff

http://www.openoffice.org/nonav/issues/showattachment.cgi/70906/fixup.patch
+   
http://www.openoffice.org/nonav/issues/showattachment.cgi/70985/vcl.empty-library_path.patch
openoffice.profile)
 options=('!distcc' '!ccache' '!makeflags')
 
@@ -75,9 +75,9 @@
patch -Np0 -i ${srcdir}/sal-cpprt-gcc-4.5-workaround.diff
# buildfix for http://www.openoffice.org/issues/show_bug.cgi?id=113563
patch -Np1 -i ${srcdir}/fixup.patch
-   # http://www.openoffice.org/issues/show_bug.cgi?id=113223
-#  patch -Np1 -i ${srcdir}/dictionaries-needs-th-gen-idx.pl.diff
-
+   # buildfix for http://www.openoffice.org/issues/show_bug.cgi?id=113773, 
http://www.openoffice.org/issues/show_bug.cgi?id=113632
+   patch -Np1 -i ${srcdir}/vcl.empty-library_path.patch
+   
# allows soffice to find the user's firefox profile so that it can read
# its digital certificates. Nss stores digital certificates in your 
mozilla firefox profile. 
patch -Np0 -i ${srcdir}/soffice-detect-mozilla-certificates.diff
@@ -315,7 +315,6 @@
 
## Develize it!
cd ${pkgdir}/usr/lib/
-#  mv openoffice openoffice-dev
mv openoffice.org openoffice.org-dev
mv openoffice.org3 openoffice.org3-dev
# fix link
@@ -327,9 +326,6 @@
 
cd ${pkgdir}/usr/bin
rm -f soffice spadmin
-#  ln -sf /usr/lib/openoffice-dev/program/soffice soffice-dev
-#  ln -sf /usr/lib/openoffice-dev/program/spadmin spadmin-dev
-#  ln -sf /usr/lib/openoffice-dev/program/unopkg unopkg-dev
ln -sf /usr/lib/openoffice.org3-dev/program/soffice soffice-dev
ln -sf /usr/lib/openoffice.org3-dev/program/spadmin spadmin-dev
ln -sf /usr/lib/openoffice.org3-dev/program/unopkg unopkg-dev
@@ -345,7 +341,6 @@
sed -i -e 's|Icon=|Icon=dev-|g' 
${pkgdir}/usr/share/applications/*.desktop
sed -i -e 's|OpenOffice\.org\ 3\.4|OpenOffice\.org\ devel|g' 
${pkgdir}/usr/share/applications/*.desktop
 
-#  cd ${pkgdir}/usr/lib/openoffice-dev/program/
ln -vsf /usr/lib/openoffice.org3-dev/program/soffice.bin soffice-dev.bin

# set desktop variable to force gtk/gnome vcl usage
@@ -354,8 +349,6 @@
 
# link the mozilla-plugin
mkdir -p ${pkgdir}/usr/lib/mozilla/plugins/
-#  cd ${pkgdir}/usr/lib/mozilla/plugins/
-#  ln -v -s /usr/lib/openoffice-dev/program/libnpsoplugin.so . 
ln -vs /usr/lib/openoffice.org3-dev/program/libnpsoplugin.so  
${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin.so
mv ${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin.so 
${pkgdir}/usr/lib/mozilla/plugins/libnpsoplugin-dev.so
 }
@@ -398,16 +391,11 @@
done
 
cd ${pkgdir}/usr/lib/
-#  mv openoffice.org openoffice
 
-#  cd ${pkgdir}/usr/lib/openoffice/
-#  mv basis3.4 basis-link
-
# fix ownership and permissions
chown root.root -R ${pkgdir}/

## Develize it!
cd ${pkgdir}/usr/lib/
-#  mv openoffice openoffice-dev
mv openoffice.org openoffice.org-dev
 }

Deleted: dictionaries-needs-th-gen-idx.pl.diff
===
--- dictionaries-needs-th-gen-idx.pl.diff   2010-08-11 15:57:56 UTC (rev 
87271)
+++ dictionaries-needs-th-gen-idx.pl.diff   2010-08-11 17:50:15 

[arch-commits] Commit in openoffice-base-devel/repos (extra-i686)

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 14:12:00
  Author: andyrtr
Revision: 87273

archrelease: remove extra-i686

Deleted:
  openoffice-base-devel/repos/extra-i686/



[arch-commits] Commit in openoffice-base-devel/repos (extra-i686)

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 14:12:20
  Author: andyrtr
Revision: 87274

archrelease: copy trunk to extra-i686

Added:
  openoffice-base-devel/repos/extra-i686/



[arch-commits] Commit in openoffice-base-devel/repos (extra-x86_64)

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 14:44:19
  Author: andyrtr
Revision: 87275

archrelease: remove extra-x86_64

Deleted:
  openoffice-base-devel/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-devel/repos (extra-x86_64)

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 14:44:42
  Author: andyrtr
Revision: 87276

archrelease: copy trunk to extra-x86_64

Added:
  openoffice-base-devel/repos/extra-x86_64/



[arch-commits] Commit in ddd/trunk (4 files)

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 15:35:53
  Author: eric
Revision: 87277

upgpkg: ddd 3.3.12-2
Built against elfutils, Added gcc build patch, Fixed install script

Added:
  ddd/trunk/ddd-3.3.12-gcc44.patch
Modified:
  ddd/trunk/ChangeLog
  ddd/trunk/PKGBUILD
  ddd/trunk/ddd.install

+
 ChangeLog  |7 +++
 PKGBUILD   |   30 +-
 ddd-3.3.12-gcc44.patch |   10 ++
 ddd.install|2 +-
 4 files changed, 35 insertions(+), 14 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-08-11 18:44:42 UTC (rev 87276)
+++ ChangeLog   2010-08-11 19:35:53 UTC (rev 87277)
@@ -1,3 +1,10 @@
+2010-08-11  Eric Belanger  e...@archlinux.org
+
+   * ddd 3.3.12-2
+   * Built against elfutils
+   * Added gcc build patch
+   * Fixed install script
+
 2009-03-22  Eric Belanger  e...@archlinux.org
 
* ddd 3.3.12-1

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 18:44:42 UTC (rev 87276)
+++ PKGBUILD2010-08-11 19:35:53 UTC (rev 87277)
@@ -4,24 +4,28 @@
 
 pkgname=ddd
 pkgver=3.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/ddd/;
 license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'ncurses' 'lesstif' 'libxaw=1.0.5' 'libelf' 'libxext')
+depends=('gcc-libs' 'ncurses' 'lesstif' 'libxaw' 'elfutils' 'libxext')
 optdepends=('gdb: to use the Gnu debugger' 'jdk: to use the Java debugger' 
'pydb: to use the Python debugger' 'perl: to use the Perl debugger')
-install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c50396db7bac3862a6d2555b3b22c34e')
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56')
+install=ddd.install
+changelog=ChangeLog
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz 
ddd-3.3.12-gcc44.patch)
+md5sums=('c50396db7bac3862a6d2555b3b22c34e' '41dc59d8cf502569bab1b1a4a222a1c6')
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56' 
'3d43c9d56347f248732b1d72f29c7bf799f03864')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
|| return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm || return 
1
-  rm ${pkgdir}/usr/share/info/dir || return 1
-  gzip ${pkgdir}/usr/share/info/* || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ../ddd-3.3.12-gcc44.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm
+}

Added: ddd-3.3.12-gcc44.patch
===
--- ddd-3.3.12-gcc44.patch  (rev 0)
+++ ddd-3.3.12-gcc44.patch  2010-08-11 19:35:53 UTC (rev 87277)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include limits.h
+ #include new
+ #include stdlib.h
++#include stdio.h
+ 
+ void string::error(const char* msg) const
+ {

Modified: ddd.install
===
--- ddd.install 2010-08-11 18:44:42 UTC (rev 87276)
+++ ddd.install 2010-08-11 19:35:53 UTC (rev 87277)
@@ -1,5 +1,5 @@
 infodir=/usr/share/info
-filelist=(ddd.info.gz ddd.info-1.gz ddd.info-2.gz ddd-themes.info.gz)
+filelist=(ddd.info.gz ddd-themes.info.gz)
 
 post_install() {
   for file in ${fileli...@]}; do



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 15:36:18
  Author: eric
Revision: 87278

archrelease: copy trunk to testing-i686

Added:
  ddd/repos/testing-i686/



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 15:36:45
  Author: eric
Revision: 87279

archrelease: copy trunk to testing-x86_64

Added:
  ddd/repos/testing-x86_64/



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

2010-08-11 Thread Ionut Biru
Date: Wednesday, August 11, 2010 @ 15:39:43
  Author: ibiru
Revision: 87280

upgpkg: flashplugin 10.1.82.76-1
update to 10.1.82.76

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 19:36:45 UTC (rev 87279)
+++ PKGBUILD2010-08-11 19:39:43 UTC (rev 87280)
@@ -3,7 +3,7 @@
 
 pkgname=flashplugin
 _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
-pkgver=10.1.53.64
+pkgver=10.1.82.76
 _pkgver64=10.0.45.2
 pkgrel=1
 pkgdesc='Adobe Flash Player'
@@ -15,7 +15,7 @@
 license=('custom')
 
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
-md5sums=('e4cb4d26124605a54c3d498cc440368f'
+md5sums=('7f122a6bf62403c2916f37df48c18768'
  '1636037610ee2aa35c5fb736a697b7e0')
 [ ${CARCH} = x86_64 ]  
source[0]=http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-${_pkgver64}.linux-${CARCH}.so.tar.gz;
 [ ${CARCH} = x86_64 ]  md5sums[0]='4a4561e456612a6751653b58342d53df'



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

2010-08-11 Thread Ionut Biru
Date: Wednesday, August 11, 2010 @ 15:42:03
  Author: ibiru
Revision: 87281

archrelease: remove extra-i686

Deleted:
  flashplugin/repos/extra-i686/



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

2010-08-11 Thread Ionut Biru
Date: Wednesday, August 11, 2010 @ 15:42:19
  Author: ibiru
Revision: 87282

archrelease: copy trunk to extra-i686

Added:
  flashplugin/repos/extra-i686/



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:42:35
  Author: andyrtr
Revision: 87283

upgpkg: gutenprint 5.2.6-1
new version 5.2.6

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 19:42:19 UTC (rev 87282)
+++ PKGBUILD2010-08-11 20:42:35 UTC (rev 87283)
@@ -2,13 +2,13 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gutenprint
-pkgver=5.2.5
+pkgver=5.2.6
 pkgrel=1
 pkgdesc=Top quality printer drivers for POSIX systems
 arch=('i686' 'x86_64')
 license=('GPL')
 install=gutenprint.install
-depends=('readline' 'gnutls=2.8.5')
+depends=('readline' 'gnutls=2.8.5') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
 makedepends=('gimp=2.6.8' 'gtk2=2.18.6' 'cups=1.4.2' 'foomatic-db-engine' 
'ghostscript=8.71')
 optdepends=('cups: to use cups printer spooler(recommended)'
 'foomatic-db-engine:   to use foomatic spooler'
@@ -18,7 +18,7 @@
 url=http://gimp-print.sourceforge.net/;
 replaces=('gimp-print')
 options=('!libtool' '!emptydirs')
-md5sums=('10a0a9fac081d8116ec5ed47fbc1591c')
+md5sums=('1f0d0cbef6c089f4f095e21869fa70db')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,8 +28,12 @@
--enable-cups-ppds --enable-cups-ppds-at-top-level \
--with-foomatic --with-foomatic3 --with-ghostscript \
--disable-static --disable-static-genppd --with-ijs \
-   --disable-globalized-cups-ppds || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+   --disable-globalized-cups-ppds
+  make
 }
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:44:01
  Author: andyrtr
Revision: 87284

archrelease: remove extra-i686

Deleted:
  gutenprint/repos/extra-i686/



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:44:19
  Author: andyrtr
Revision: 87285

archrelease: copy trunk to extra-i686

Added:
  gutenprint/repos/extra-i686/



[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD malloc_check.patch)

2010-08-11 Thread Ronald van Haren
Date: Wednesday, August 11, 2010 @ 16:44:36
  Author: ronald
Revision: 87286

upgpkg: kdebase-workspace 4.5.0-2
disable malloc_check in startkde script

Added:
  kdebase-workspace/trunk/malloc_check.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 malloc_check.patch |   21 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 20:44:19 UTC (rev 87285)
+++ PKGBUILD2010-08-11 20:44:36 UTC (rev 87286)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-workspace
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -27,7 +27,7 @@
 'etc/pam.d/kscreensaver')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch')
+'fixpath.patch' 'terminate-server.patch' 'malloc_check.patch')
 sha1sums=('86648def4f6c1791ed385b649b867d9a38db6e1c'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -35,7 +35,8 @@
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
+  'bfd907a124705e72d01cec1afb613e2565cd0c44')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -43,6 +44,9 @@
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
+# remove MALLOC_CHECK from startkde script
+patch -Np0 -i ${srcdir}/malloc_check.patch
+
cd ${srcdir}
mkdir build
cd build

Added: malloc_check.patch
===
--- malloc_check.patch  (rev 0)
+++ malloc_check.patch  2010-08-11 20:44:36 UTC (rev 87286)
@@ -0,0 +1,21 @@
+--- startkde.cmake.old 2010-08-11 19:45:21.54823 +0200
 startkde.cmake 2010-08-11 19:45:34.56482 +0200
+@@ -36,18 +36,6 @@
+ # we have to unset this for Darwin since it will screw up KDE's 
dynamic-loading
+ unset DYLD_FORCE_FLAT_NAMESPACE
+ 
+-# Enable lightweight memory corruption checker if not already set
+-# -- this is for trunk only, we remove it for releases
+-if [ x$MALLOC_CHECK_ = x ]  [ -x /lib/libc.so.6 ]; then
+-# Extract the first two components of the version from the output.
+-glibc_version=$(LC_ALL=C /lib/libc.so.6 | sed -e 
's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/;s/\.\([0-9]\)$/.0\1/;q')
+-
+-MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher.
+-test $glibc_version \ 2.08  MALLOC_CHECK_=3
+-
+-export MALLOC_CHECK_
+-fi
+-
+ # Boot sequence:
+ #
+ # kdeinit is used to fork off processes which improves memory usage



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:45:45
  Author: andyrtr
Revision: 87287

archrelease: remove extra-x86_64

Deleted:
  gutenprint/repos/extra-x86_64/



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:46:03
  Author: andyrtr
Revision: 87288

archrelease: copy trunk to extra-x86_64

Added:
  gutenprint/repos/extra-x86_64/



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

2010-08-11 Thread Ronald van Haren
Date: Wednesday, August 11, 2010 @ 16:55:45
  Author: ronald
Revision: 87289

archrelease: remove testing-x86_64

Deleted:
  kdebase-workspace/repos/testing-x86_64/



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

2010-08-11 Thread Ronald van Haren
Date: Wednesday, August 11, 2010 @ 16:56:01
  Author: ronald
Revision: 87290

archrelease: copy trunk to testing-x86_64

Added:
  kdebase-workspace/repos/testing-x86_64/



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:57:14
  Author: andyrtr
Revision: 87291

upgpkg: libgpg-error 1.9-1
new version 1.9; static lib has been removed upstream and shouldn't be needed 
anymore

Modified:
  libgpg-error/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 20:56:01 UTC (rev 87290)
+++ PKGBUILD2010-08-11 20:57:14 UTC (rev 87291)
@@ -2,27 +2,31 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=libgpg-error
-pkgver=1.7
-pkgrel=3
+pkgver=1.9
+pkgrel=1
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
 url=http://www.gnupg.org;
 license=('LGPL')
 depends=('glibc' 'sh')
 options=(!libtool)
-source=(#ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2
-   
ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('62c0d09d1e76c5b6da8fff92314c4665')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('521b98aa9395e7eaf0ef2236233a0796')
 
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # keep static lib for crypsetup
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir}/ install || return 1
+  make
+}
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
   # Move dynamic libraries to /lib
-  install -d -m755 ${pkgdir}/lib/ || return 1
-  mv ${pkgdir}/usr/lib/libgpg-error.so* ${pkgdir}/lib/ || return 1
-  ln -sf /lib/libgpg-error.so ${pkgdir}/usr/lib/libgpg-error.so || return 1
+  install -d -m755 ${pkgdir}/lib/
+  mv ${pkgdir}/usr/lib/libgpg-error.so* ${pkgdir}/lib/
+  ln -sf /lib/libgpg-error.so ${pkgdir}/usr/lib/libgpg-error.so
 }



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:57:36
  Author: andyrtr
Revision: 87292

archrelease: copy trunk to extra-i686

Added:
  libgpg-error/repos/extra-i686/



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

2010-08-11 Thread andyrtr
Date: Wednesday, August 11, 2010 @ 16:57:57
  Author: andyrtr
Revision: 87293

archrelease: copy trunk to extra-x86_64

Added:
  libgpg-error/repos/extra-x86_64/



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 21:32:30
  Author: eric
Revision: 87294

upgpkg: alpine 2.00-10
Updated patchset to level 72

Modified:
  alpine/trunk/ChangeLog
  alpine/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |   25 +
 2 files changed, 18 insertions(+), 12 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-08-11 20:57:57 UTC (rev 87293)
+++ ChangeLog   2010-08-12 01:32:30 UTC (rev 87294)
@@ -1,3 +1,8 @@
+2010-08-11  Eric Belanger  e...@archlinux.org
+
+   * alpine 2.00-10
+   * Updated patchset to level 72
+
 2010-04-10  Andrea Scarpino and...@archlinux.org
 
* alpine 2.00-9

Modified: PKGBUILD
===
--- PKGBUILD2010-08-11 20:57:57 UTC (rev 87293)
+++ PKGBUILD2010-08-12 01:32:30 UTC (rev 87294)
@@ -4,8 +4,8 @@
 
 pkgname=alpine
 pkgver=2.00
-pkgrel=9
-_patchlevel=56
+pkgrel=10
+_patchlevel=72
 pkgdesc=The Apache-licensed PINE (a tool for reading, sending, and managing 
electronic messages)
 arch=('i686' 'x86_64')
 url=http://www.washington.edu/alpine/;
@@ -16,26 +16,27 @@
 conflicts=('pine')
 replaces=('pine')
 options=('!makeflags')
+changelog=ChangeLog
 source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
 
http://staff.washington.edu/chappa/alpine/patches/alpine-${pkgver}/all_${_patchlevel}.patch.gz
 \
 2.00-lpam.patch CVE-2008-5514.patch)
-md5sums=('84e44cbf71ed674800a5d57eed9c1c52'
-   '8dc5f11cbaffaf88ea297df0895d9f73'
-   'cd3911c16fc6a072e853c0ccfc35857c'
-   '1b52a54a656979116c09fb1d948a4325')
+md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'b785165c25b41d110c43fbe44aa27f9f'\
+ 'cd3911c16fc6a072e853c0ccfc35857c' '1b52a54a656979116c09fb1d948a4325')
+sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' 
'dc90fdbb82506cb1bb735ce5bf7ff2170cbe9f7c'\
+ '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3' 
'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../all_${_patchlevel}.patch || return 1
-  patch -p1  ../2.00-lpam.patch || return 1
-  patch -p1  ../CVE-2008-5514.patch || return 1
+  patch -p1  ../all_${_patchlevel}.patch
+  patch -p1  ../2.00-lpam.patch
+  patch -p1  ../CVE-2008-5514.patch
   ./configure --prefix=/usr --without-passfile --without-tcl \
 --disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
---with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed || return 1
-  make || return 1
+--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 21:32:57
  Author: eric
Revision: 87295

archrelease: remove extra-i686

Deleted:
  alpine/repos/extra-i686/



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 21:33:05
  Author: eric
Revision: 87296

archrelease: copy trunk to extra-i686

Added:
  alpine/repos/extra-i686/



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 21:33:34
  Author: eric
Revision: 87297

archrelease: remove extra-x86_64

Deleted:
  alpine/repos/extra-x86_64/



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

2010-08-11 Thread Eric Bélanger
Date: Wednesday, August 11, 2010 @ 21:33:42
  Author: eric
Revision: 87298

archrelease: copy trunk to extra-x86_64

Added:
  alpine/repos/extra-x86_64/



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

2010-08-11 Thread andyrtr
Date: Thursday, August 12, 2010 @ 00:56:48
  Author: andyrtr
Revision: 87299

db-remove: libgpg-error removed by andyrtr

Deleted:
  libgpg-error/repos/extra-i686/



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

2010-08-11 Thread andyrtr
Date: Thursday, August 12, 2010 @ 00:57:28
  Author: andyrtr
Revision: 87300

db-remove: libgpg-error removed by andyrtr

Deleted:
  libgpg-error/repos/extra-x86_64/



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

2010-08-11 Thread andyrtr
Date: Thursday, August 12, 2010 @ 01:22:29
  Author: andyrtr
Revision: 87301

upgpkg: libgpg-error 1.9-2
new version 1.9; -2 because I had it accidently pushed to extra first

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-12 04:57:28 UTC (rev 87300)
+++ PKGBUILD2010-08-12 05:22:29 UTC (rev 87301)
@@ -3,7 +3,7 @@
 
 pkgname=libgpg-error
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
 url=http://www.gnupg.org;



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

2010-08-11 Thread andyrtr
Date: Thursday, August 12, 2010 @ 01:22:52
  Author: andyrtr
Revision: 87302

archrelease: copy trunk to testing-i686

Added:
  libgpg-error/repos/testing-i686/