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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:34:14
  Author: eric
Revision: 123091

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:34:05
  Author: eric
Revision: 123090

archrelease: remove testing-x86_64

Deleted:
  syslog-ng/repos/testing-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:33:47
  Author: eric
Revision: 123089

archrelease: copy trunk to testing-i686

Added:
  syslog-ng/repos/testing-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:33:38
  Author: eric
Revision: 123088

archrelease: remove testing-i686

Deleted:
  syslog-ng/repos/testing-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:33:14
  Author: eric
Revision: 123087

archrelease: copy trunk to testing-i686

Added:
  syslog-ng/repos/testing-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:29:09
  Author: eric
Revision: 123086

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/



[arch-commits] Commit in syslog-ng/trunk (PKGBUILD syslog-ng.rc)

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 23:28:44
  Author: eric
Revision: 123085

upgpkg: syslog-ng 3.2.4-1
Upstream update, Added reload option to daemon script (implement FS#23838), 
Added checkconfig function to daemon script to check syntax of config file

Modified:
  syslog-ng/trunk/PKGBUILD
  syslog-ng/trunk/syslog-ng.rc

--+
 PKGBUILD |   72 ++---
 syslog-ng.rc |   28 --
 2 files changed, 59 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 02:35:45 UTC (rev 123084)
+++ PKGBUILD2011-05-08 03:28:44 UTC (rev 123085)
@@ -1,58 +1,52 @@
 # $Id$
+# Maintainer: Eric Bélanger 
 # Maintainer: Aaron Griffin 
-# Contributor: Judd Vinet 
 
 pkgname=syslog-ng
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.4
+pkgrel=1
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
 groups=('base')
 url="http://www.balabit.com/network-security/syslog-ng/";
-depends=('glib2' 'eventlog' 'tcp_wrappers' 'openssl' 'libcap')
+depends=('glib2' 'eventlog' 'tcp_wrappers' 'openssl' 'libcap' 'awk')
 makedepends=('flex' 'pkg-config')
 optdepends=('logrotate: for rotating log files')
 provides=('logger')
 options=('!libtool')
-backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' 
'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/${pkgver}/source/${pkgname}_${pkgver}.tar.gz
-syslog-ng.conf
-syslog-ng.logrotate
-syslog-ng.rc
-cap_syslog.patch)
-md5sums=('ed8ebe559d52a63fb61e3e2db566643f' '344dddfff946300f5576b13a7e8ea19f'\
- '735636090be4582885974542d2a75855' 'b90f8f1ba0433e5a1518ac30f882560a')
-sha1sums=('3a340f8e72b460cc0bc1ec1d4c86b74678912dd6' 
'b9eb8c61f7cccda543fc5c97fe1d40a8d15e713f'\
- 'ac997b25d7d8e69e66782d3771a0e12aff55ae7f' 
'253e59f4182fba46aea56bebc4b79a199fae32bc')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-# fix #22555 for kernels >=2.6.38
-patch -Np1 -i ../cap_syslog.patch 
-./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib --localstatedir=/var/lib/syslog-ng \
---enable-tcp-wrapper \
---with-pidfile-dir=/var/run \
---disable-spoof-source
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
-install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
-install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
-install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
-}
-md5sums=('ed8ebe559d52a63fb61e3e2db566643f'
+backup=('etc/syslog-ng/modules.conf' 'etc/syslog-ng/scl.conf' \
+'etc/syslog-ng/syslog-ng.conf' 'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/${pkgver}/source/${pkgname}_${pkgver}.tar.gz
 \
+syslog-ng.conf syslog-ng.logrotate syslog-ng.rc cap_syslog.patch)
+md5sums=('5995f7dad0053a478b60a63f6f754203'
  '344dddfff946300f5576b13a7e8ea19f'
  '735636090be4582885974542d2a75855'
- 'b90f8f1ba0433e5a1518ac30f882560a'
+ '8b4441343d859c2f01c2cf799a7e6f98'
  '46e5dcff71f820d497898331a3f608fe')
-sha1sums=('3a340f8e72b460cc0bc1ec1d4c86b74678912dd6'
+sha1sums=('ff732f7223bd2bd0424d4b9028b523cf62133af1'
   'b9eb8c61f7cccda543fc5c97fe1d40a8d15e713f'
   'ac997b25d7d8e69e66782d3771a0e12aff55ae7f'
-  '253e59f4182fba46aea56bebc4b79a199fae32bc'
+  '4481819762fd1b6f25903016a8878e63c0058fcb'
   'f093a09626a528d23f0f2aeece018cab15a735a9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+# fix #22555 for kernels >=2.6.38
+  patch -p1 -i ../cap_syslog.patch 
+  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib --localstatedir=/var/lib/syslog-ng \
+--enable-tcp-wrapper \
+--with-pidfile-dir=/var/run \
+--disable-spoof-source
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -dm755 "${pkgdir}/var/lib/syslog-ng" 
"${pkgdir}/etc/syslog-ng/patterndb.d"
+  install -Dm644 "${srcdir}/syslog-ng.conf" 
"${pkgdir}/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "${srcdir}/syslog-ng.logrotate" 
"${pkgdir}/etc/logrotate.d/syslog-ng"
+  install -Dm755 "${srcdir}/syslog-ng.rc" "${pkgdir}/etc/rc.d/syslog-ng"
+}

Modified: syslog-ng.rc
===
--- syslog-ng.rc2011-05-08 02:35:45 UTC (rev 123084)
+++ syslog-ng.rc2011-05-08 03:28:44 UTC (rev 123085)
@@ -3,10 +3,20 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
+checkconfig() {
+syslog-ng -s -f /etc/syslog-n

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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 22:35:45
  Author: foutrelis
Revision: 123084

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 22:35:34
  Author: foutrelis
Revision: 123083

archrelease: remove extra-x86_64

Deleted:
  llvm/repos/extra-x86_64/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 22:35:31
  Author: foutrelis
Revision: 123082

archrelease: copy trunk to extra-i686

Added:
  llvm/repos/extra-i686/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 22:35:20
  Author: foutrelis
Revision: 123081

archrelease: remove extra-i686

Deleted:
  llvm/repos/extra-i686/



[arch-commits] Commit in llvm/trunk (PKGBUILD bug-9869-operator-h-c++0x.patch)

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 22:35:16
  Author: foutrelis
Revision: 123080

upgpkg: llvm 2.9-5
Fix upstream bug #9869: Operator.h incompatibility with GCC 4.6 in C++0x mode.

Added:
  llvm/trunk/bug-9869-operator-h-c++0x.patch
Modified:
  llvm/trunk/PKGBUILD

-+
 PKGBUILD|   12 ++--
 bug-9869-operator-h-c++0x.patch |   57 ++
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 02:16:14 UTC (rev 123079)
+++ PKGBUILD2011-05-08 02:35:16 UTC (rev 123080)
@@ -12,7 +12,7 @@
 pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
 pkgver=2.9
 _gcc_ver=4.6.0
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://llvm.org/";
 license=('custom:University of Illinois/NCSA Open Source License')
@@ -24,7 +24,8 @@
 cindexer-clang-path.patch
 clang-toolchains-gcc-versions.patch
 clang-pure64.patch
-enable-lto.patch)
+enable-lto.patch
+bug-9869-operator-h-c++0x.patch)
 md5sums=('793138412d2af2c7c7f54615f8943771'
  '634de18d04b7a4ded19ec4c17d23cfca'
  '70e23a3dc2b38ecb2bb4d2c48f47295d'
@@ -32,7 +33,8 @@
  '87a7162dbe99e9ffce6c40bd09f5f4f0'
  '8da236120a9a287a977b575b8b905c93'
  '225ee6b531f8327f34f344a18cb4ec81'
- '8f7582d7440e4a8342c3aea9ec714fb4')
+ '8f7582d7440e4a8342c3aea9ec714fb4'
+ '047cac563a557463d7ec6bd87d953f5e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -73,6 +75,10 @@
   # Use gold instead of default linker, and always use the plugin
   patch -d tools/clang -Np0 -i "$srcdir/enable-lto.patch"
 
+  # Fix upstream bug #9869:
+  #   Operator.h incompatibility with GCC 4.6 in C++0x mode
+  patch -Np2 -i "$srcdir/bug-9869-operator-h-c++0x.patch"
+
   # Apply strip option to configure
   _optimized_switch="enable"
   [[ $(check_option strip) == n ]] && _optimized_switch="disable"

Added: bug-9869-operator-h-c++0x.patch
===
--- bug-9869-operator-h-c++0x.patch (rev 0)
+++ bug-9869-operator-h-c++0x.patch 2011-05-08 02:35:16 UTC (rev 123080)
@@ -0,0 +1,57 @@
+--- llvm/trunk/include/llvm/Operator.h 2011/02/07 16:40:21 125006
 llvm/trunk/include/llvm/Operator.h 2011/05/08 01:59:22 131062
+@@ -186,28 +186,46 @@
+ };
+ 
+ class AddOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~AddOperator(); // DO NOT IMPLEMENT
++};
+ class SubOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~SubOperator(); // DO NOT IMPLEMENT
++};
+ class MulOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~MulOperator(); // DO NOT IMPLEMENT
++};
+ class ShlOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~ShlOperator(); // DO NOT IMPLEMENT
++};
+ 
+   
+ class SDivOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~SDivOperator(); // DO NOT IMPLEMENT
++};
+ class UDivOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~UDivOperator(); // DO NOT IMPLEMENT
++};
+ class AShrOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~AShrOperator(); // DO NOT IMPLEMENT
++};
+ class LShrOperator
+-  : public ConcreteOperator {};
++  : public ConcreteOperator {
++  ~LShrOperator(); // DO NOT IMPLEMENT
++};
+   
+   
+   
+ class GEPOperator
+   : public ConcreteOperator {
++  ~GEPOperator(); // DO NOT IMPLEMENT
++
+   enum {
+ IsInBounds = (1 << 0)
+   };



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

2011-05-07 Thread Allan McRae
Date: Saturday, May 7, 2011 @ 22:16:14
  Author: allan
Revision: 123079

archrelease: copy trunk to testing-x86_64

Added:
  bash/repos/testing-x86_64/



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

2011-05-07 Thread Allan McRae
Date: Saturday, May 7, 2011 @ 22:15:47
  Author: allan
Revision: 123078

archrelease: copy trunk to testing-i686

Added:
  bash/repos/testing-i686/



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

2011-05-07 Thread Allan McRae
Date: Saturday, May 7, 2011 @ 22:14:26
  Author: allan
Revision: 123077

upgpkg: bash 4.2.010-1
upstream patch level bump

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 23:42:01 UTC (rev 123076)
+++ PKGBUILD2011-05-08 02:14:26 UTC (rev 123077)
@@ -4,7 +4,7 @@
 
 pkgname=bash
 _basever=4.2
-_patchlevel=008 #prepare for some patches
+_patchlevel=010 #prepare for some patches
 pkgver=$_basever.$_patchlevel
 pkgrel=1
 pkgdesc="The GNU Bourne Again shell"
@@ -82,4 +82,6 @@
  'e70e45de33426b38153b390be0dbbcd4'
  'ce4e5c484993705b27daa151eca242c2'
  '88d1f96db29461767602e2546803bda7'
- '24c574bf6d6a581e300823d9c1276af6')
+ '24c574bf6d6a581e300823d9c1276af6'
+ '4c5835f2fbab36c4292bb334977e5b6d'
+ '0a51602b535ef661ee707be6c8bdb373')



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

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:42:01
  Author: andrea
Revision: 123076

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



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

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:41:47
  Author: andrea
Revision: 123075

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



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

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:41:44
  Author: andrea
Revision: 123074

archrelease: copy trunk to extra-i686

Added:
  qscintilla/repos/extra-i686/



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

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:41:30
  Author: andrea
Revision: 123073

archrelease: remove extra-i686

Deleted:
  qscintilla/repos/extra-i686/



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

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:41:27
  Author: andrea
Revision: 123072

upgpkg: qscintilla 2.5.1-2
fix dependencies

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 23:28:51 UTC (rev 123071)
+++ PKGBUILD2011-05-07 23:41:27 UTC (rev 123072)
@@ -5,11 +5,11 @@
 pkgbase=qscintilla
 pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla')
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
-makedepends=('python-qt')
+makedepends=('python2-pyqt')
 
source=("http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz";
 'configure.py-objdir-support.diff')
 md5sums=('dd7edef5ff674d307057a3c12dbd8fce'
@@ -52,7 +52,7 @@
 
 package_python-qscintilla() {
 pkgdesc="Python 3 bindings for QScintilla2"
-depends=('python-qt' 'python2-qscintilla')
+depends=('pyqt' 'qscintilla')
 
 cd "${srcdir}/QScintilla-gpl-${pkgver}/Python"
 install -Dm755 Qsci.so \
@@ -61,7 +61,7 @@
 
 package_python2-qscintilla() {
 pkgdesc="Python 2 bindings for QScintilla2"
-depends=('qscintilla' 'python2-qt')
+depends=('python-qscintilla' 'python2-pyqt')
 
 cd "${srcdir}/QScintilla-gpl-${pkgver}/Python2"
 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:28:51
  Author: stephane
Revision: 123071

archrelease: copy trunk to testing-x86_64

Added:
  gutenprint/repos/testing-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:28:45
  Author: stephane
Revision: 123070

archrelease: copy trunk to testing-i686

Added:
  gutenprint/repos/testing-i686/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:28:40
  Author: stephane
Revision: 123069

upgpkg: gutenprint 5.2.7-2
krb5 rebuild

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 23:02:00 UTC (rev 123068)
+++ PKGBUILD2011-05-07 23:28:40 UTC (rev 123069)
@@ -3,7 +3,7 @@
 
 pkgname=gutenprint
 pkgver=5.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:02:00
  Author: stephane
Revision: 123068

archrelease: copy trunk to testing-x86_64

Added:
  ghostscript/repos/testing-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:01:55
  Author: stephane
Revision: 123067

archrelease: copy trunk to testing-i686

Added:
  ghostscript/repos/testing-i686/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 19:01:49
  Author: stephane
Revision: 123066

upgpkg: ghostscript 9.02-2
krb5 rebuild

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 21:23:22 UTC (rev 123065)
+++ PKGBUILD2011-05-07 23:01:49 UTC (rev 123066)
@@ -3,7 +3,7 @@
 
 pkgname=ghostscript
 pkgver=9.02
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('GPL3' 'custom')



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:23:22
  Author: eric
Revision: 123065

archrelease: copy trunk to extra-x86_64

Added:
  libsamplerate/repos/extra-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:23:09
  Author: eric
Revision: 123064

archrelease: remove extra-x86_64

Deleted:
  libsamplerate/repos/extra-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:23:03
  Author: eric
Revision: 123063

archrelease: copy trunk to extra-i686

Added:
  libsamplerate/repos/extra-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:22:52
  Author: eric
Revision: 123062

archrelease: remove extra-i686

Deleted:
  libsamplerate/repos/extra-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:22:40
  Author: eric
Revision: 123061

upgpkg: libsamplerate 0.1.7-2
Rebuilt with latest toolchain

Modified:
  libsamplerate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 21:02:05 UTC (rev 123060)
+++ PKGBUILD2011-05-07 21:22:40 UTC (rev 123061)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Eric Belanger 
+# Maintainer: Eric Bélanger 
 
 pkgname=libsamplerate
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
 arch=('i686' 'x86_64')
 url="http://www.mega-nerd.com/SRC/index.html";



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:02:05
  Author: eric
Revision: 123060

archrelease: copy trunk to extra-x86_64

Added:
  glsof/repos/extra-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:01:53
  Author: eric
Revision: 123059

archrelease: remove extra-x86_64

Deleted:
  glsof/repos/extra-x86_64/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:01:50
  Author: eric
Revision: 123058

archrelease: copy trunk to extra-i686

Added:
  glsof/repos/extra-i686/



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

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 17:01:36
  Author: eric
Revision: 123057

archrelease: remove extra-i686

Deleted:
  glsof/repos/extra-i686/



[arch-commits] Commit in glsof/trunk (5 files)

2011-05-07 Thread Eric Bélanger
Date: Saturday, May 7, 2011 @ 16:58:12
  Author: eric
Revision: 123056

upgpkg: glsof 1.0.0-1
Upstream update. As new release uses java instead of C, depends and license 
were updated and run scripts were added

Added:
  glsof/trunk/glsof-filemonitor
  glsof/trunk/glsof-queries
Modified:
  glsof/trunk/PKGBUILD
Deleted:
  glsof/trunk/ChangeLog
  glsof/trunk/glsof.desktop

---+
 ChangeLog |6 -
 PKGBUILD  |   54 
 glsof-filemonitor |2 +
 glsof-queries |2 +
 glsof.desktop |   12 ---
 5 files changed, 34 insertions(+), 42 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-05-07 19:33:41 UTC (rev 123055)
+++ ChangeLog   2011-05-07 20:58:12 UTC (rev 123056)
@@ -1,6 +0,0 @@
-2009-03-14  Eric Belanger  
-
-   * glsof 0.9.16-5
-   * Added license
-   * Added .desktop file
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 19:33:41 UTC (rev 123055)
+++ PKGBUILD2011-05-07 20:58:12 UTC (rev 123056)
@@ -1,32 +1,38 @@
 # $Id$
-# Contributor: Eric Belanger 
-# Contributor: Damir Perisa 
-# Maintainer: Daniel J Griffiths 
+#  Maintainer: Eric Bélanger 
 
 pkgname=glsof
-pkgver=0.9.16
-pkgrel=5
-pkgdesc="A gtk-GUI for lsof (aka GTK-lsof)"
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Two separate GUI utilities (Queries and Filemonitor) to the lsof 
command line utility"
 arch=('i686' 'x86_64')
 url="http://glsof.sourceforge.net/";
-license=('GPL')
-depends=('libxml2' 'gtk2' 'lsof')
-source=(http://download.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 glsof.desktop)
-md5sums=('5ad5f2a6908be713753d9826c38e3e2c' '1a6ab5bf5ef44ae31b8b7461b76f62db')
-sha1sums=('80f4596ad09c5ddb463bad299a76ce275c0ecd4d' 
'647be33bea11fec6ba0bfd59c02034dc64925e52')
+license=('GPL3')
+depends=('java-runtime' 'lsof')
+if [ "$CARCH" = "i686" ]; then
+  
source=(http://downloads.sourceforge.net/sourceforge/glsof/filemonitor-${pkgver}/filemonitor_linux32.tar.gz
 \
+  
http://downloads.sourceforge.net/sourceforge/glsof/queries-${pkgver}/queries_linux32.tar.gz
 \
+  glsof-filemonitor glsof-queries)
+  md5sums=('7a541ee8c432b78f9bfd36dd1707fb8d'
+ '895bcec79edea97ebde36d7f5eaa3ee9'
+ '7e43c1120e15e65bd1a12d6f188be4a0'
+ '980da4b39e1e3f4fbed08018dfd3be7b')
+elif [ "$CARCH" = "x86_64" ]; then
+  
source=(http://downloads.sourceforge.net/sourceforge/glsof/filemonitor-${pkgver}/filemonitor_linux64.tar.gz
 \
+  
http://downloads.sourceforge.net/sourceforge/glsof/queries-${pkgver}/queries_linux64.tar.gz
 \
+  glsof-filemonitor glsof-queries)
+  md5sums=('9a6043b0b90fbc6de4db36967647dab0'
+ 'ed96ee2105428aa8b038f5fe13b8cd1d'
+ '7e43c1120e15e65bd1a12d6f188be4a0'
+ '980da4b39e1e3f4fbed08018dfd3be7b')
+fi
 
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr || return 1
-   make || return 1
-}
-
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install || return 1
-   install -Dm644 ../glsof.desktop \
-   ${pkgdir}/usr/share/applications/glsof.desktop || return 1
-   install -d ${pkgdir}/usr/share/pixmaps
-   ln -s /usr/share/glsof/pixmaps/logo.png \
-   ${pkgdir}/usr/share/pixmaps/glsof.png
+ cd "${srcdir}"
+ install -D -m755 glsof-filemonitor "${pkgdir}/usr/bin/glsof-filemonitor"
+ install -D -m755 glsof-queries "${pkgdir}/usr/bin/glsof-queries"
+ install -D -m644 filemonitor_linux??/filemonitor.jar 
"${pkgdir}/usr/share/java/glsof/filemonitor.jar"
+ install -D -m644 filemonitor_linux??/filemonitor.pdf 
"${pkgdir}/usr/share/doc/glsof/filemonitor.pdf"
+ install -D -m644 queries_linux??/queries.jar 
"${pkgdir}/usr/share/java/glsof/queries.jar"
+ install -D -m644 queries_linux??/queries.pdf 
"${pkgdir}/usr/share/doc/glsof/queries.pdf"
 }

Added: glsof-filemonitor
===
--- glsof-filemonitor   (rev 0)
+++ glsof-filemonitor   2011-05-07 20:58:12 UTC (rev 123056)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /usr/share/java/glsof/filemonitor.jar

Added: glsof-queries
===
--- glsof-queries   (rev 0)
+++ glsof-queries   2011-05-07 20:58:12 UTC (rev 123056)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /usr/share/java/glsof/queries.jar

Deleted: glsof.desktop
===
--- glsof.desktop   2011-05-07 19:33:41 UTC (rev 123055)
+++ glsof.desktop   2011-05-07 20:58:12 UTC (rev 123056)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=glsof
-Comment=A GUI for lsof
-Comment[pl]=GUI do lsof
-Exec=glsof
-Icon=glsof.png
-StartupNotify=false
-Terminal=false
-Type=Application
-Catego

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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:33:41
  Author: ibiru
Revision: 123055

archrelease: copy trunk to extra-x86_64

Added:
  libgda/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:33:28
  Author: ibiru
Revision: 123054

archrelease: remove extra-x86_64

Deleted:
  libgda/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:33:25
  Author: ibiru
Revision: 123053

archrelease: copy trunk to extra-i686

Added:
  libgda/repos/extra-i686/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:33:11
  Author: ibiru
Revision: 123052

archrelease: remove extra-i686

Deleted:
  libgda/repos/extra-i686/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:17:52
  Author: ibiru
Revision: 123051

update to 4.2.7

Modified:
  libgda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 19:02:24 UTC (rev 123050)
+++ PKGBUILD2011-05-07 19:17:52 UTC (rev 123051)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=libgda
-pkgver=4.2.6
+pkgver=4.2.7
 pkgrel=1
 pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url="http://www.gnome-db.org";
 install=libgda.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('141259e19ba163500963bd5bd512cfa4eb542b24c99f2fa14a2ef27643308cd3')
+sha256sums=('0c95d2ae4563bbb024c9179a20e95a4b544a7d4fc687ca79ac6b33c5adc113d5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:02:24
  Author: ibiru
Revision: 123050

archrelease: copy trunk to extra-x86_64

Added:
  dconf/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:02:11
  Author: ibiru
Revision: 123049

archrelease: remove extra-x86_64

Deleted:
  dconf/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:02:06
  Author: ibiru
Revision: 123048

archrelease: copy trunk to extra-i686

Added:
  dconf/repos/extra-i686/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:01:53
  Author: ibiru
Revision: 123047

archrelease: remove extra-i686

Deleted:
  dconf/repos/extra-i686/



[arch-commits] Commit in dconf/trunk (PKGBUILD load-enum.patch)

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 15:01:26
  Author: ibiru
Revision: 123046

update to 0.7.4

Modified:
  dconf/trunk/PKGBUILD
Deleted:
  dconf/trunk/load-enum.patch

-+
 PKGBUILD|   13 +
 load-enum.patch |   22 --
 2 files changed, 5 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 17:47:27 UTC (rev 123045)
+++ PKGBUILD2011-05-07 19:01:26 UTC (rev 123046)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=dconf
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
 url="http://live.gnome.org/dconf";
@@ -11,16 +11,13 @@
 makedepends=('vala' 'gobject-introspection' 'gtk3')
 optdepends=('gtk3: for dconf-editor')
 install=dconf.install
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2
-   load-enum.patch)
-sha256sums=('84efc95cb62b6637b2131e110ff447908be739c2185d69bebb300293b561dfd9'
-'8ead56b2897b18c97b9b72b81bd6e9f9249e28743b05a2653bbf4e6af7d9f7cc')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('299d79daf0b214c692e7d5788d7bda76d778c1748ea37c33256c4fa6143b22cd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -Np1 -i "${srcdir}/load-enum.patch"
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/dconf
   make
 }

Deleted: load-enum.patch
===
--- load-enum.patch 2011-05-07 17:47:27 UTC (rev 123045)
+++ load-enum.patch 2011-05-07 19:01:26 UTC (rev 123046)
@@ -1,22 +0,0 @@
-From 0d00a6ad3385e08eff0c50efe970af8d5d63c536 Mon Sep 17 00:00:00 2001
-From: Robert Ancell 
-Date: Tue, 29 Mar 2011 05:50:12 +
-Subject: editor: Load *.enums.xml as well as *.gschema.xml.  This was stopping 
some enums from being loaded.
-
-Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636880

-diff --git a/editor/dconf-schema.vala b/editor/dconf-schema.vala
-index 2b34e28..c2654b5 100644
 a/editor/dconf-schema.vala
-+++ b/editor/dconf-schema.vala
-@@ -371,7 +371,7 @@ public class SchemaList
- while ((info = i.next_file (null)) != null) {
- string name = info.get_name();
- 
--if (!name.has_suffix(".gschema.xml"))
-+if (!name.has_suffix(".gschema.xml") && 
!name.has_suffix(".enums.xml"))
- continue;
- 
- string path = Path.build_filename(dir, name, null);
---
-cgit v0.9



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 13:47:27
  Author: ibiru
Revision: 123045

archrelease: copy trunk to extra-x86_64

Added:
  gnome-applets/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 13:47:14
  Author: ibiru
Revision: 123044

archrelease: remove extra-x86_64

Deleted:
  gnome-applets/repos/extra-x86_64/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 13:47:11
  Author: ibiru
Revision: 123043

archrelease: copy trunk to extra-i686

Added:
  gnome-applets/repos/extra-i686/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 13:46:57
  Author: ibiru
Revision: 123042

archrelease: remove extra-i686

Deleted:
  gnome-applets/repos/extra-i686/



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 13:45:38
  Author: ibiru
Revision: 123041

mostly to fix the missing tarball

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 16:45:18 UTC (rev 123040)
+++ PKGBUILD2011-05-07 17:45:38 UTC (rev 123041)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-applets
-pkgver=2.91.4
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="GNOME Applets"
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,9 +13,8 @@
 url="http://www.gnome.org";
 groups=(gnome)
 install=gnome-applets.install
-#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
-source=(${pkgname}-${pkgver}.tar.xz)
-sha256sums=('950ab962c39fca9375a9df0827ccb8f2178f7e84950c8fdbea5e3d2f9889a49c')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110506.tar.xz)
+sha256sums=('eb19a412e804975d614255520f4c7c6477d927e8d5cb6abe217008ab62ab857b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 12:45:18
  Author: foutrelis
Revision: 123040

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 12:45:06
  Author: foutrelis
Revision: 123039

archrelease: remove extra-x86_64

Deleted:
  chromium/repos/extra-x86_64/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 12:45:03
  Author: foutrelis
Revision: 123038

archrelease: copy trunk to extra-i686

Added:
  chromium/repos/extra-i686/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 12:44:50
  Author: foutrelis
Revision: 123037

archrelease: remove extra-i686

Deleted:
  chromium/repos/extra-i686/



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

2011-05-07 Thread Evangelos Foutras
Date: Saturday, May 7, 2011 @ 12:44:47
  Author: foutrelis
Revision: 123036

upgpkg: chromium 11.0.696.65-1
New upstream release.

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/chromium.install

--+
 PKGBUILD |  101 +++--
 chromium.install |2 -
 2 files changed, 53 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 16:08:21 UTC (rev 123035)
+++ PKGBUILD2011-05-07 16:44:47 UTC (rev 123036)
@@ -1,49 +1,56 @@
 # $Id$
+# Maintainer: Evangelos Foutras 
 # Contributor: Pierre Schmitz 
 # Contributor: Jan "heftig" Steffens 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=11.0.696.57
+pkgver=11.0.696.65
 pkgrel=1
-pkgdesc='The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser.'
+pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
-url='http://www.chromium.org/'
+url="http://www.chromium.org/";
 license=('BSD')
-depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme' 
'bzip2' 'libevent' 'libxss' 'libxtst' 'ttf-dejavu' 'desktop-file-utils')
+depends=('gtk2' 'dbus-glib' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent'
+ 'libxss' 'libxtst' 'ttf-dejavu' 'desktop-file-utils'
+ 'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring')
 provides=('chromium-browser')
 conflicts=('chromium-browser')
 install=chromium.install
-source=("http://build.chromium.org/buildbot/official/chromium-${pkgver}.tar.bz2";
-'chromium.desktop' 'chromium.sh' 'gcc-4.6.patch')
-md5sums=('f17a37a2d4a2f344f0a11288600e296c'
+source=(http://build.chromium.org/official/chromium-$pkgver.tar.bz2
+chromium.desktop
+chromium.sh
+gcc-4.6.patch)
+md5sums=('0d7b777cf0cc2fcc1517d99c38feea1c'
  '075c3c2fa5902e16b8547dd31d437191'
  '096a46ef386817988250d2d7bddd1b34'
  'ab7934b4a57206707cca69be0d18638e')
 
 build() {
-  cd ${srcdir}/chromium-${pkgver}
+  cd "$srcdir/chromium-$pkgver"
 
-  # patches to fix gcc 4.6 compilation from 
+  # Patches to fix gcc 4.6 compilation from
   # http://code.google.com/p/chromium/issues/detail?id=80071
   # http://code.google.com/p/chromium/issues/detail?id=70746
   # http://code.google.com/p/chromium/issues/detail?id=46411
-  patch -p0 -i ${srcdir}/gcc-4.6.patch
+  patch -Np0 -i "$srcdir/gcc-4.6.patch"
 
 ### Configure
 
-  echo 'Use python2 instead of python...'
-  find . -type f -exec \
-   sed -E 's#(/usr/bin/python)$#\12#g;s#(/usr/bin/python2)\.4$#\1#g' -i {} 
\;
+  # Use Python 2
+  find . -type f -exec sed -i -r \
+-e 's|/usr/bin/python$|\02|g' \
+-e 's|(/usr/bin/python2)\.4$|\1|g' \
+{} +
   # There are still a lot of relative calls which need a workaround
-  mkdir ${srcdir}/python2-path
-  ln -s /usr/bin/python2 ${srcdir}/python2-path/python
-  export PATH="${srcdir}/python2-path/:${PATH}"
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+  export PATH="$srcdir/python2-path:$PATH"
 
-  # we need to disable system_ssl until "next protocol negotiation" support
-  # is available in our nss package
-  # see https://bugzilla.mozilla.org/show_bug.cgi?id=547312
+  # We need to disable system_ssl until "next protocol negotiation" support is
+  # available in our nss package.
+  # (See https://bugzilla.mozilla.org/show_bug.cgi?id=547312)
 
   build/gyp_chromium -f make build/all.gyp --depth=. \
 -Dgcc_version=45 \
@@ -51,7 +58,7 @@
 -Dwerror= \
 -Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox \
 -Dlinux_strip_binary=1 \
--Drelease_extra_cflags="${CFLAGS}" \
+-Drelease_extra_cflags="$CFLAGS" \
 -Dffmpeg_branding=Chrome \
 -Dproprietary_codecs=1 \
 -Duse_system_libjpeg=1 \
@@ -65,7 +72,7 @@
 -Duse_system_libevent=1 \
 -Duse_system_ssl=0 \
 -Duse_gconf=0 \
-$([ "${CARCH}" == 'i686' ] && echo '-Ddisable_sse2=1')
+$([[ $CARCH == i686 ]] && echo '-Ddisable_sse2=1')
 
 ### Build
 
@@ -73,47 +80,43 @@
 }
 
 package() {
-  cd ${srcdir}/chromium-${pkgver}
+  cd "$srcdir/chromium-$pkgver"
 
-  install -m 0755 -D out/Release/chrome ${pkgdir}/usr/lib/chromium/chromium
+  install -D out/Release/chrome ${pkgdir}/usr/lib/chromium/chromium
 
-  install -m 4555 -o root -g root -D out/Release/chrome_sandbox \
-${pkgdir}/usr/lib/chromium/chromium-sandbox
+  install -Dm4755 -o root -g root out/Release/chrome_sandbox \
+"$pkgdir/usr/lib/chromium/chromium-sandbox"
 
-  install -m 0644 -D out/Release/chrome.pak \
-${pkgdir}/usr/lib/chromium/chrome.pak
+  install -Dm644 out/Release/chrome.pak "$pkgdir/usr/lib/chromium/chrome.pak"
 
-  install -m 0644 -D out/Release/resources.pak \
-${pkgdir}/usr/lib/chromium/res

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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 12:08:21
  Author: andyrtr
Revision: 123035

archrelease: copy trunk to extra-x86_64

Added:
  gnutls/repos/extra-x86_64/



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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 12:08:02
  Author: andyrtr
Revision: 123034

archrelease: remove extra-x86_64

Deleted:
  gnutls/repos/extra-x86_64/



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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 12:07:58
  Author: andyrtr
Revision: 123033

archrelease: copy trunk to extra-i686

Added:
  gnutls/repos/extra-i686/



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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 12:07:39
  Author: andyrtr
Revision: 123032

archrelease: remove extra-i686

Deleted:
  gnutls/repos/extra-i686/



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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 12:07:34
  Author: andyrtr
Revision: 123031

upgpkg: gnutls 2.12.4-1
upstream update 2.12.4

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 15:36:14 UTC (rev 123030)
+++ PKGBUILD2011-05-07 16:07:34 UTC (rev 123031)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnutls
-pkgver=2.12.3
+pkgver=2.12.4
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs>=4.4.3' 'libtasn1>=2.5' 'readline>=6.0' 'zlib' 
'libgcrypt>=1.4.5')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('04b72b022b42b10df12cbbae051e2d55')
+md5sums=('3e17fc8cb1cf8272067f6b66baf02810')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
   # we stay with libgcrypt for now. nettle would need to be moved from AUR to 
extra.
   ./configure --prefix=/usr \
--with-zlib \
---with-libgcrypt \
+   --with-libgcrypt \
--disable-static \
--disable-guile
   make



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 11:36:14
  Author: ibiru
Revision: 123030

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

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



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

2011-05-07 Thread Ionut Biru
Date: Saturday, May 7, 2011 @ 11:36:13
  Author: ibiru
Revision: 123029

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:34:51
  Author: stephane
Revision: 123028

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:34:50
  Author: stephane
Revision: 123027

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

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



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

2011-05-07 Thread andyrtr
Date: Saturday, May 7, 2011 @ 11:29:36
  Author: andyrtr
Revision: 123026

prepare 3.4 branch builds; build with system libwps and libtextcat

Modified:
  libreoffice/trunk/PKGBUILD
Deleted:
  libreoffice/trunk/fix_destdir.diff

--+
 PKGBUILD |   37 -
 fix_destdir.diff |   15 ---
 2 files changed, 16 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-07 15:00:30 UTC (rev 123025)
+++ PKGBUILD2011-05-07 15:29:36 UTC (rev 123026)
@@ -6,7 +6,7 @@
  'libreoffice-extension-report-builder' 
'libreoffice-extension-wiki-publisher' 'libreoffice-extension-ct2n')
 _LOver=3.3.99.4
 pkgver=3.4beta4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 #_LO_tree="3.4"
 _OFFICEUPD="300"
@@ -16,13 +16,12 @@
  'boost' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 
'unixodbc' 'hsqldb-java'
  'apache-ant' 'gperf' 'poppler' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'libldap' 'lucene' 'libmythes' 'junit' 
'libwpg' 'imagemagick'
-  # for additional ooo-build features
-'mesa>=7.5' 'gstreamer0.10-base>=0.10.26'
+'mesa' 'gstreamer0.10-base'
   #'saxon' - currently broken 
  # the depends from libreoffice main pkg
- "curl>=7.20.0" "hunspell>=1.2.8" "python2>=2.7" 'libwpd>=0.9.0' 
'libxaw' "neon>=0.28.6"
+ "curl>=7.20.0" "hunspell>=1.2.8" "python2>=2.7" 'libwpd>=0.9.2' 
'libwps' 'libxaw' "neon>=0.28.6"
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
"icu>=4.6" 'libxslt'
- 'redland' 'libgraphite' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'
+ 'redland' 'libgraphite' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  
'libtextcat'
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'java-runtime' 'gtk2' # keep gtk2 for install script
 'ttf-dejavu') # to satisfy regression tests
 # libwps translate-toolkit libtextcat - todo move them to extra to 
allow --with-system-foo builds
@@ -33,7 +32,6 @@
 #_mirror="ftp://ftp.astral.ro/mirrors/tdf/libreoffice/src";
 _additional_source_url="http://hg.services.openoffice.org/binaries";
 
source=(${_mirror}/${pkgbase}-{artwork,base,bootstrap,calc,components,extensions,extras,filters,help,impress,libs-core,libs-extern,libs-extern-sys,libs-gui,postprocess,sdk,testing,ure,writer}-${_LOver}.tar.bz2
 #,translations
-   
${_additional_source_url}/128cfc86ed5953e57fe0f5ae98b62c2e-libtextcat-2.2.tar.gz

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -58,7 +56,6 @@

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz

http://download.go-oo.org/src/7a0dcb3fe1e8c7229ab4fb868b7325e6-mdds_0.5.2.tar.bz2
-   
http://download.go-oo.org/src/9e436bff44c60dc8b97cba0c7fc11a5c-libwps-0.2.0.tar.bz2

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll

http://download.go-oo.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2

http://download.go-oo.org/src/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
@@ -66,16 +63,13 @@

http://download.go-oo.org/src/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
buildfix_i116795.diff
buildfix_boost.diff
-   buildfix_ct2n.diff
-   fix_destdir.diff)
+   buildfix_ct2n.diff)
 noextract=(185d60944ea767075d27247c3162b3bc-unowinreg.dll
b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
7a0dcb3fe1e8c7229ab4fb868b7325e6-mdds_0.5.2.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
-   128cfc86ed5953e57fe0f5ae98b62c2e-libtextcat-2.2.tar.gz
-   9e436bff44c60dc8b97cba0c7fc11a5c-libwps-0.2.0.tar.bz2
fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz
@@ -118,7 +112,6 @@
  '458d7e4bb7c72a7c54527ccbb412ab72'
  '1365ec1b5b8b0e55db798cc8713b381c'
  '1c7c0c03fcfd632dfb3d3a861f5931a3'
- '128cfc86ed5953e57fe0f5ae98b62c2e'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'
@@ -143,7 +136,6 @@
  'ba2930200c9f019c2d93a8c88c651a0f'
  '18f577b374d60b3c760a3a3350407632'
  '7a0dcb3fe1e8c7229ab4fb868b7325e6'
- 

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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:22
  Author: stephane
Revision: 123017

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:16
  Author: stephane
Revision: 123010

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:21
  Author: stephane
Revision: 123015

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:18
  Author: stephane
Revision: 123012

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:16
  Author: stephane
Revision: 123009

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:13
  Author: stephane
Revision: 123007

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:17
  Author: stephane
Revision: 123011

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:15
  Author: stephane
Revision: 123008

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:12
  Author: stephane
Revision: 123006

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:09
  Author: stephane
Revision: 123003

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

Added:
  gnome-vfs/repos/testing-x86_64/
Deleted:
  gnome-vfs/repos/staging-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:11
  Author: stephane
Revision: 123005

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:10
  Author: stephane
Revision: 123004

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

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



[arch-commits] Commit in gnome-settings-daemon/repos (staging-x86_64 testing-x86_64)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:06
  Author: stephane
Revision: 123001

db-move: moved gnome-settings-daemon from [staging] to [testing] (x86_64)

Added:
  gnome-settings-daemon/repos/testing-x86_64/
Deleted:
  gnome-settings-daemon/repos/staging-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:30
  Author: stephane
Revision: 123025

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:28
  Author: stephane
Revision: 123023

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:27
  Author: stephane
Revision: 123022

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:29
  Author: stephane
Revision: 123024

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:26
  Author: stephane
Revision: 123021

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:25
  Author: stephane
Revision: 123020

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:20
  Author: stephane
Revision: 123014

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:19
  Author: stephane
Revision: 123013

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:23
  Author: stephane
Revision: 123018

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:24
  Author: stephane
Revision: 123019

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

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



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:22
  Author: stephane
Revision: 123016

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

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



[arch-commits] Commit in gnome-settings-daemon/repos (staging-i686 testing-i686)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:04
  Author: stephane
Revision: 123000

db-move: moved gnome-settings-daemon from [staging] to [testing] (i686)

Added:
  gnome-settings-daemon/repos/testing-i686/
Deleted:
  gnome-settings-daemon/repos/staging-i686/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:07
  Author: stephane
Revision: 123002

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

Added:
  gnome-vfs/repos/testing-i686/
Deleted:
  gnome-vfs/repos/staging-i686/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:00
  Author: stephane
Revision: 122996

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

Added:
  evolution-exchange/repos/testing-i686/
Deleted:
  evolution-exchange/repos/staging-i686/



[arch-commits] Commit in gnome-control-center/repos (staging-x86_64 testing-x86_64)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:03
  Author: stephane
Revision: 122999

db-move: moved gnome-control-center from [staging] to [testing] (x86_64)

Added:
  gnome-control-center/repos/testing-x86_64/
Deleted:
  gnome-control-center/repos/staging-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:01
  Author: stephane
Revision: 122997

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

Added:
  evolution-exchange/repos/testing-x86_64/
Deleted:
  evolution-exchange/repos/staging-x86_64/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 10:59:55
  Author: stephane
Revision: 122991

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

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



[arch-commits] Commit in gnome-control-center/repos (staging-i686 testing-i686)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 11:00:02
  Author: stephane
Revision: 122998

db-move: moved gnome-control-center from [staging] to [testing] (i686)

Added:
  gnome-control-center/repos/testing-i686/
Deleted:
  gnome-control-center/repos/staging-i686/



[arch-commits] Commit in evolution-data-server/repos (staging-x86_64 testing-x86_64)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 10:59:59
  Author: stephane
Revision: 122995

db-move: moved evolution-data-server from [staging] to [testing] (x86_64)

Added:
  evolution-data-server/repos/testing-x86_64/
Deleted:
  evolution-data-server/repos/staging-x86_64/



[arch-commits] Commit in evolution-data-server/repos (staging-i686 testing-i686)

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 10:59:58
  Author: stephane
Revision: 122994

db-move: moved evolution-data-server from [staging] to [testing] (i686)

Added:
  evolution-data-server/repos/testing-i686/
Deleted:
  evolution-data-server/repos/staging-i686/



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

2011-05-07 Thread Stéphane Gaudreault
Date: Saturday, May 7, 2011 @ 10:59:56
  Author: stephane
Revision: 122992

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

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



  1   2   >