[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 03:55:15
  Author: andrea
Revision: 78553

upgpkg: system-config-printer 1.2.1-1
upstream release

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-25 22:27:49 UTC (rev 78552)
+++ PKGBUILD2010-04-26 07:55:15 UTC (rev 78553)
@@ -4,15 +4,15 @@
 pkgbase=system-config-printer
 pkgname=('system-config-printer-common'
'system-config-printer-gnome')
-pkgver=1.1.18
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('any')
 license=('GPL')
 makedepends=('intltool' 'python' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 
'libcups' 'libxml2')
-source=(http://cyberelk.net/tim/data/${pkgbase}/1.1/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('073788462a8122f4b3c9ad31465c61be')
+source=(http://cyberelk.net/tim/data/${pkgbase}/1.2/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('d4ac2e49263ac1edb83ddc19ae4dc759')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in system-config-printer/repos (extra-any)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 03:55:30
  Author: andrea
Revision: 78554

archrelease: remove extra-any

Deleted:
  system-config-printer/repos/extra-any/



[arch-commits] Commit in system-config-printer/repos (extra-any)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 03:55:47
  Author: andrea
Revision: 78555

archrelease: copy trunk to extra-any

Added:
  system-config-printer/repos/extra-any/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:01:11
  Author: andrea
Revision: 78556

added etc/{csh.cshrc,csh.login} to backup() (FS#19246)

Modified:
  tcsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 07:55:47 UTC (rev 78555)
+++ PKGBUILD2010-04-26 08:01:11 UTC (rev 78556)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Maintainer:
+# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=tcsh
@@ -9,8 +10,9 @@
 arch=('i686' 'x86_64')
 url=http://www.tcsh.org/Welcome;
 license=('BSD')
+backup=('etc/csh.cshrc' 'etc/csh.login')
 depends=('ncurses')
-install=tcsh.install
+install=${pkgname}.install
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz 
csh.cshrc \
 tcsh-6.17.00-ls-colors-var.patch csh.login usr_csh.sh usr_tcsh.sh)
 md5sums=('c47de903e3d52f6824c8dd0c91eeb477' '7ca0fe6d1a1b9a0093f632499d4fb112'\
@@ -25,6 +27,10 @@
   patch -p0  ../tcsh-6.17.00-ls-colors-var.patch || return 1
   ./configure --prefix=/ --sysconfdir=/etc || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} mandir=/usr/share/man install install.man || return 
1
 
   install -D -m644 ${srcdir}/csh.cshrc ${pkgdir}/etc/csh.cshrc || return 1
@@ -32,5 +38,5 @@
   ln -s tcsh ${pkgdir}/bin/csh || return 1
   install -D -m 755 ${srcdir}/usr_tcsh.sh ${pkgdir}/usr/bin/tcsh || return 
1
   install -D -m 755 ${srcdir}/usr_csh.sh ${pkgdir}/usr/bin/csh || return 1
-  install -D -m644 Copyright 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright || return 1
+  install -D -m644 Copyright ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
 }



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:07:24
  Author: andrea
Revision: 78557

upgpkg: bitlbee 1.2.6-1
upstream release

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/bitlbee.install

-+
 PKGBUILD|   11 ---
 bitlbee.install |8 
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 08:01:11 UTC (rev 78556)
+++ PKGBUILD2010-04-26 08:07:24 UTC (rev 78557)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer:
 # Contributor: FUBAR mrfu...@gmail.com
 # Contributor: simo s...@archlinux.org
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=bitlbee
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=An IRC to IM gateway. Supports MSN, ICQ, Jabber, Yahoo!, and AIM
 arch=('i686' 'x86_64')
@@ -12,12 +13,12 @@
 license=('GPL')
 depends=('gnutls' 'glib2')
 optdepends=('xinetd: to run bitlbee through xinetd')
-install=bitlbee.install
+install=${pkgname}.install
 backup=(etc/bitlbee/bitlbee.conf etc/bitlbee/motd.txt etc/xinetd.d/bitlbee)
 source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz
'bitlbee.xinetd'
'bitlbee.rcd')
-md5sums=('7b5882a6bc1b16d82d2109a99cf92fc5'
+md5sums=('f79394b2af203f7b80d3e808d377bb29'
  '81e576369e31377f5217e636b00874b1'
  '90893b706e0e50d37cfe6b283bc7d46c')
 
@@ -29,7 +30,11 @@
   --pidfile=/var/run/bitlbee/bitlbee.pid \
   --ipcsocket=/var/run/bitlbee/bitlbee.sock || return 1
   make || return 1
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   install -m755 -d $pkgdir/var/lib
   install -o65 -g65 -d -m0770 $pkgdir/var/lib/bitlbee
   install -m755 -d $pkgdir/var/run

Modified: bitlbee.install
===
--- bitlbee.install 2010-04-26 08:01:11 UTC (rev 78556)
+++ bitlbee.install 2010-04-26 08:07:24 UTC (rev 78557)
@@ -17,12 +17,4 @@
   groupdel bitlbee  /dev/null
 }
 
-post_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*
 # vim: ts=2 sw=2 et ft=sh



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:07:34
  Author: andrea
Revision: 78558

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:07:50
  Author: andrea
Revision: 78559

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:08:00
  Author: andrea
Revision: 78560

archrelease: remove extra-x86_64

Deleted:
  bitlbee/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 04:08:18
  Author: andrea
Revision: 78561

archrelease: copy trunk to extra-x86_64

Added:
  bitlbee/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:46:24
  Author: andrea
Revision: 78562

upgpkg: translate-toolkit 1.6.0-1
upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 08:08:18 UTC (rev 78561)
+++ PKGBUILD2010-04-26 09:46:24 UTC (rev 78562)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria hugodoria at gmail.com
 
 pkgname=translate-toolkit
-pkgver=1.5.3
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
 arch=('any')
@@ -12,9 +12,13 @@
 license=('GPL')
 depends=('bash' 'python-lxml')
 
source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ad0caa59b3ee977a8de300c9d0459946')
+md5sums=('52e4409e72565bb49e7efad235b4a213')
 
 build() {
+  /bin/true
+}
+
+package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   python setup.py install --root=${pkgdir} || return 1
 }



[arch-commits] Commit in translate-toolkit/repos (extra-any)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:48:22
  Author: andrea
Revision: 78563

archrelease: remove extra-any

Deleted:
  translate-toolkit/repos/extra-any/



[arch-commits] Commit in translate-toolkit/repos (extra-any)

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:48:40
  Author: andrea
Revision: 78564

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:53:10
  Author: andrea
Revision: 78565

upgpkg: python-lxml 2.2.6-1
upstream release

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 09:48:40 UTC (rev 78564)
+++ PKGBUILD2010-04-26 09:53:10 UTC (rev 78565)
@@ -6,7 +6,7 @@
 # Contributor: Guillem Rieu guill...@gmx.net
 
 pkgname=python-lxml
-pkgver=2.2.5
+pkgver=2.2.6
 pkgrel=1
 pkgdesc=Python binding for the libxml2 and libxslt libraries
 arch=('i686' 'x86_64')
@@ -17,9 +17,13 @@
 conflicts=('lxml')
 replaces=('lxml')
 source=(http://codespeak.net/lxml/lxml-$pkgver.tgz)
-md5sums=('2ce79c4162c25063f58975a9a1f63e27')
+md5sums=('b1f700fb22d7ee9b977ee3eceb65b20c')
 
 build() {
+  /bin/true
+}
+
+package() {
   cd ${srcdir}/lxml-$pkgver
 
   python setup.py install --root=${pkgdir} || return 1



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:53:21
  Author: andrea
Revision: 78566

archrelease: remove extra-i686

Deleted:
  python-lxml/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:53:48
  Author: andrea
Revision: 78567

archrelease: copy trunk to extra-i686

Added:
  python-lxml/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:54:01
  Author: andrea
Revision: 78568

archrelease: remove extra-x86_64

Deleted:
  python-lxml/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 05:54:18
  Author: andrea
Revision: 78569

archrelease: copy trunk to extra-x86_64

Added:
  python-lxml/repos/extra-x86_64/



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

2010-04-26 Thread Thomas Bächler
Date: Monday, April 26, 2010 @ 13:41:12
  Author: thomas
Revision: 78570

Update to 2.6.33.3

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 09:54:18 UTC (rev 78569)
+++ PKGBUILD2010-04-26 17:41:12 UTC (rev 78570)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.33
-pkgver=${_basekernel}.2
+pkgver=${_basekernel}.3
 pkgrel=1
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('c3883760b18d50e8d78819c54d579b00'
- '702d845eba5c5c50ede848137552048d'
+ 'd8099303d993f803dce587bab314d81a'
  '2bc6c67ba53b61d0f37cacf519650990'
  '4ace267fc2923eae7245838083752451'
  '25584700a0a679542929c4bed31433b6')



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

2010-04-26 Thread Thomas Bächler
Date: Monday, April 26, 2010 @ 14:11:20
  Author: thomas
Revision: 78571

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-04-26 Thread Thomas Bächler
Date: Monday, April 26, 2010 @ 14:15:29
  Author: thomas
Revision: 78572

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2010-04-26 Thread Kevin Piché
Date: Monday, April 26, 2010 @ 15:07:35
  Author: kevin
Revision: 78573

upgpkg: pekwm 0.1.12-1
Update to latest version

Modified:
  pekwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 18:15:29 UTC (rev 78572)
+++ PKGBUILD2010-04-26 19:07:35 UTC (rev 78573)
@@ -3,8 +3,8 @@
 # Contributor: Eddie Lozon almostlu...@attbi.com
 
 pkgname=pekwm
-pkgver=0.1.11
-pkgrel=2
+pkgver=0.1.12
+pkgrel=1
 pkgdesc=A small, fast, functional, and flexible window manager
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,16 +18,12 @@
   etc/pekwm/keys
   etc/pekwm/mouse
   etc/pekwm/menu)
-source=(http://pekwm.org/projects/3/files/${pkgname}-${pkgver}.tar.bz2
+source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.gz
 pekwm.desktop libpng-1.4.patch)
-md5sums=('79df6d01c48e6eb1907dcd3a8246410c' '5a78fc6653fbb0b7282ecf7f1f81e2c5'\
- '075bf1b9d32bf94780329499e4fa40e3')
-sha1sums=('28cfa30cfc046440f6e5924214959f8647bc0a9d' 
'1e23c54b3ba2f4f454a15a390cd869743f498167'\
- 'f06f8f9976c391a09d53e9cc0e55a758fb9cd687')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../libpng-1.4.patch || return 1
+#  patch -p1  ../libpng-1.4.patch || return 1
   # Default settings:
   #--enable-shape --enable-xinerama --enable-menus \
   #--enable-harbour --disable-debug --disable-pedantic \
@@ -41,3 +37,6 @@
${pkgdir}/etc/X11/sessions/${pkgname}.desktop
 }
 # vim: ts=2 sw=2 et ft=sh
+md5sums=('1f7f9ed32cc03f565a3ad30fd6045c1f'
+ '5a78fc6653fbb0b7282ecf7f1f81e2c5'
+ '075bf1b9d32bf94780329499e4fa40e3')



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

2010-04-26 Thread Kevin Piché
Date: Monday, April 26, 2010 @ 15:07:47
  Author: kevin
Revision: 78574

archrelease: remove extra-i686

Deleted:
  pekwm/repos/extra-i686/



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

2010-04-26 Thread Kevin Piché
Date: Monday, April 26, 2010 @ 15:08:07
  Author: kevin
Revision: 78575

archrelease: copy trunk to extra-i686

Added:
  pekwm/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:45:50
  Author: andrea
Revision: 78576

upgpkg: bitlbee 1.2.6a-1
upstream release

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 19:08:07 UTC (rev 78575)
+++ PKGBUILD2010-04-26 19:45:50 UTC (rev 78576)
@@ -5,7 +5,7 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=bitlbee
-pkgver=1.2.6
+pkgver=1.2.6a
 pkgrel=1
 pkgdesc=An IRC to IM gateway. Supports MSN, ICQ, Jabber, Yahoo!, and AIM
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz
'bitlbee.xinetd'
'bitlbee.rcd')
-md5sums=('f79394b2af203f7b80d3e808d377bb29'
+md5sums=('c5bb4330d1089721c178ba4b18995e89'
  '81e576369e31377f5217e636b00874b1'
  '90893b706e0e50d37cfe6b283bc7d46c')
 



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:03
  Author: andrea
Revision: 78577

archrelease: remove extra-i686

Deleted:
  bitlbee/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:20
  Author: andrea
Revision: 78578

archrelease: copy trunk to extra-i686

Added:
  bitlbee/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:31
  Author: andrea
Revision: 78579

archrelease: remove extra-x86_64

Deleted:
  bitlbee/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 15:46:48
  Author: andrea
Revision: 78580

archrelease: copy trunk to extra-x86_64

Added:
  bitlbee/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 16:01:05
  Author: andrea
Revision: 78581

upgpkg: projectm 2.0.1-2
fix dependencies (FS#19255)

Modified:
  projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 19:46:48 UTC (rev 78580)
+++ PKGBUILD2010-04-26 20:01:05 UTC (rev 78581)
@@ -1,15 +1,16 @@
 # $Id$
+# Maintainer:
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=projectm
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A music visualizer which uses 3D accelerated iterative image based 
rendering
 arch=('i686' 'x86_64')
 url=http://projectm.sourceforge.net/;
 license=('LGPL')
-depends=('ftgl' 'glew')
-makedepends=('pkgconfig' 'cmake' 'libxext')
+depends=('gcc-libs' 'ftgl' 'glew' 'gtkglext')
+makedepends=('pkgconfig' 'cmake')
 
source=(http://downloads.sourceforge.net/${pkgname}/projectM-${pkgver}-Source.tar.gz)
 md5sums=('f8bf795878cdbbef54784cf2390b4c89')
 
@@ -23,5 +24,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 16:01:24
  Author: andrea
Revision: 78582

archrelease: remove extra-i686

Deleted:
  projectm/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 16:01:44
  Author: andrea
Revision: 78583

archrelease: copy trunk to extra-i686

Added:
  projectm/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 16:01:58
  Author: andrea
Revision: 78584

archrelease: remove extra-x86_64

Deleted:
  projectm/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 16:02:18
  Author: andrea
Revision: 78585

archrelease: copy trunk to extra-x86_64

Added:
  projectm/repos/extra-x86_64/



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

2010-04-26 Thread Kevin Piché
Date: Monday, April 26, 2010 @ 16:24:51
  Author: kevin
Revision: 78586

archrelease: remove extra-x86_64

Deleted:
  pekwm/repos/extra-x86_64/



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

2010-04-26 Thread Kevin Piché
Date: Monday, April 26, 2010 @ 16:25:01
  Author: kevin
Revision: 78587

archrelease: copy trunk to extra-x86_64

Added:
  pekwm/repos/extra-x86_64/



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:26:51
  Author: allan
Revision: 78588

db-move: texinfo removed by allan for move to core

Deleted:
  texinfo/repos/core-i686/



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:26:52
  Author: allan
Revision: 78589

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

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



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:27:07
  Author: allan
Revision: 78590

db-move: texinfo removed by allan for move to core

Deleted:
  texinfo/repos/core-x86_64/



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:27:07
  Author: allan
Revision: 78591

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

Added:
  texinfo/repos/core-x86_64/
Deleted:
  texinfo/repos/testing-x86_64/



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:27:25
  Author: allan
Revision: 78592

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

Added:
  procinfo-ng/repos/core-i686/
Deleted:
  procinfo-ng/repos/testing-i686/



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

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:27:32
  Author: allan
Revision: 78593

db-move: moved procinfo-ng from [testing] to [core] (x86_64)

Added:
  procinfo-ng/repos/core-x86_64/
Deleted:
  procinfo-ng/repos/testing-x86_64/



[arch-commits] Commit in (procinfo)

2010-04-26 Thread Allan McRae
Date: Monday, April 26, 2010 @ 18:28:33
  Author: allan
Revision: 78594

replaced by procinfo-ng

Deleted:
  procinfo/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 22:13:42
  Author: andrea
Revision: 78595

upgpkg: kdepim 4.4.2-2
kleopatra needs a rebuild for gpgme 1.3.0

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-26 22:28:33 UTC (rev 78594)
+++ PKGBUILD2010-04-27 02:13:42 UTC (rev 78595)
@@ -20,7 +20,7 @@
  'kdepim-libkdepim'
  'kdepim-wizards')
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 22:16:56
  Author: andrea
Revision: 78596

archrelease: remove extra-i686

Deleted:
  kdepim/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 22:17:12
  Author: andrea
Revision: 78597

archrelease: copy trunk to extra-i686

Added:
  kdepim/repos/extra-i686/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 22:20:31
  Author: andrea
Revision: 78598

archrelease: remove extra-x86_64

Deleted:
  kdepim/repos/extra-x86_64/



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

2010-04-26 Thread Andrea Scarpino
Date: Monday, April 26, 2010 @ 22:20:46
  Author: andrea
Revision: 78599

archrelease: copy trunk to extra-x86_64

Added:
  kdepim/repos/extra-x86_64/