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

2010-01-28 Thread Thayer Williams
Date: Thursday, January 28, 2010 @ 14:47:30
  Author: thayer
Revision: 65396

upgpkg: acpid 1.0.10-3
fixed conf source line in acpid

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid

--+
 PKGBUILD |   12 ++--
 acpid|2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 19:07:07 UTC (rev 65395)
+++ PKGBUILD2010-01-28 19:47:30 UTC (rev 65396)
@@ -5,7 +5,7 @@
 
 pkgname=acpid
 pkgver=1.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc=A daemon for delivering ACPI power management events
 arch=('i686' 'x86_64')
 url=http://acpid.sourceforge.net;
@@ -17,11 +17,6 @@
 anything
 handler.sh)
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
-md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
- 'f9af358de5c6191648f6c9ee3cba6cbc'
- '91fdb3709c878eed757d192a420251a1'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '0e8dd13793b1baa79a745f4034888367')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
@@ -40,3 +35,8 @@
 /bin/chmod 755 $pkgdir/usr/sbin/acpid || return 1
 }
 
+md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
+ 'd9ca7f71f520238a0448fab105a23fe9'
+ '91fdb3709c878eed757d192a420251a1'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '0e8dd13793b1baa79a745f4034888367')

Modified: acpid
===
--- acpid   2010-01-28 19:07:07 UTC (rev 65395)
+++ acpid   2010-01-28 19:47:30 UTC (rev 65396)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[ -f /etc/conf.d/acpid ]  /etc/conf.d/acpid
+[ -f /etc/conf.d/acpid ]  . /etc/conf.d/acpid
 
 PID=`pidof -o %PPID /usr/sbin/acpid`
 case $1 in



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

2010-01-28 Thread Thayer Williams
Date: Thursday, January 28, 2010 @ 14:48:01
  Author: thayer
Revision: 65397

Merged revisions 65396 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/acpid/trunk


  r65396 | thayer | 2010-01-28 11:47:30 -0800 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: acpid 1.0.10-3
  fixed conf source line in acpid


Modified:
  acpid/repos/extra-i686/   (properties)
  acpid/repos/extra-i686/PKGBUILD
  acpid/repos/extra-i686/acpid

--+
 PKGBUILD |   12 ++--
 acpid|2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


Property changes on: acpid/repos/extra-i686
___
Modified: svnmerge-integrated
   - /acpid/trunk:1-65394
   + /acpid/trunk:1-65396

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 19:47:30 UTC (rev 65396)
+++ extra-i686/PKGBUILD 2010-01-28 19:48:01 UTC (rev 65397)
@@ -5,7 +5,7 @@
 
 pkgname=acpid
 pkgver=1.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc=A daemon for delivering ACPI power management events
 arch=('i686' 'x86_64')
 url=http://acpid.sourceforge.net;
@@ -17,11 +17,6 @@
 anything
 handler.sh)
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
-md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
- 'f9af358de5c6191648f6c9ee3cba6cbc'
- '91fdb3709c878eed757d192a420251a1'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '0e8dd13793b1baa79a745f4034888367')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
@@ -40,3 +35,8 @@
 /bin/chmod 755 $pkgdir/usr/sbin/acpid || return 1
 }
 
+md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
+ 'd9ca7f71f520238a0448fab105a23fe9'
+ '91fdb3709c878eed757d192a420251a1'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '0e8dd13793b1baa79a745f4034888367')

Modified: extra-i686/acpid
===
--- extra-i686/acpid2010-01-28 19:47:30 UTC (rev 65396)
+++ extra-i686/acpid2010-01-28 19:48:01 UTC (rev 65397)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[ -f /etc/conf.d/acpid ]  /etc/conf.d/acpid
+[ -f /etc/conf.d/acpid ]  . /etc/conf.d/acpid
 
 PID=`pidof -o %PPID /usr/sbin/acpid`
 case $1 in



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 15:34:27
  Author: andyrtr
Revision: 65398

db-move: sqlite3 removed by andyrtr for move to core

Deleted:
  sqlite3/repos/core-x86_64/



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 15:34:27
  Author: andyrtr
Revision: 65399

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

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



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 15:34:39
  Author: andyrtr
Revision: 65402

db-move: sqlite3 removed by andyrtr for move to core

Deleted:
  sqlite3/repos/core-i686/



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

2010-01-28 Thread Eric Bélanger
Date: Thursday, January 28, 2010 @ 15:46:26
  Author: eric
Revision: 65406

db-move: pcre removed by eric for move to core

Deleted:
  pcre/repos/core-i686/



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

2010-01-28 Thread Eric Bélanger
Date: Thursday, January 28, 2010 @ 15:46:37
  Author: eric
Revision: 65409

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

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



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 15:47:17
  Author: ibiru
Revision: 65410

Merged revisions 65394,65396 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/acpid/trunk


  r65394 | thayer | 2010-01-28 21:06:34 +0200 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: acpid 1.0.10-2
  added ACPID_ARGS conf file--courtesy of sepo

  r65396 | thayer | 2010-01-28 21:47:30 +0200 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: acpid 1.0.10-3
  fixed conf source line in acpid


Added:
  acpid/repos/extra-x86_64/acpid.conf.d
(from rev 65396, acpid/trunk/acpid.conf.d)
Modified:
  acpid/repos/extra-x86_64/ (properties)
  acpid/repos/extra-x86_64/PKGBUILD
  acpid/repos/extra-x86_64/acpid

--+
 PKGBUILD |   17 ++---
 acpid|4 +++-
 acpid.conf.d |6 ++
 3 files changed, 19 insertions(+), 8 deletions(-)


Property changes on: acpid/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /acpid/trunk:1-36521
   + /acpid/trunk:1-65409

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 20:46:37 UTC (rev 65409)
+++ extra-x86_64/PKGBUILD   2010-01-28 20:47:17 UTC (rev 65410)
@@ -1,11 +1,11 @@
 # $Id$
+# Maintainer: Thayer Williams tha...@archlinux.org
 # Contributor: Manolis Tzanidakis
 # Contributor: Judd Vinet jvi...@zeroflux.org
-# Maintainer: Thayer Williams tha...@archlinux.org
 
 pkgname=acpid
 pkgver=1.0.10
-pkgrel=1
+pkgrel=3
 pkgdesc=A daemon for delivering ACPI power management events
 arch=('i686' 'x86_64')
 url=http://acpid.sourceforge.net;
@@ -13,13 +13,10 @@
 depends=(glibc)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 acpid
+acpid.conf.d
 anything
 handler.sh)
-backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
-md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
- '15903690f1bae4b3b0625b369de65521'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '0e8dd13793b1baa79a745f4034888367')
+backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
@@ -30,6 +27,7 @@
 
 # install our supplementary scripts
 /bin/install -D -m0755 $srcdir/acpid $pkgdir/etc/rc.d/acpid || return 1
+/bin/install -D -m0644 $srcdir/acpid.conf.d $pkgdir/etc/conf.d/acpid || 
return 1
 /bin/install -D -m0644 $srcdir/anything $pkgdir/etc/acpi/events/anything 
|| return 1
 /bin/install -D -m0755 $srcdir/handler.sh $pkgdir/etc/acpi/handler.sh || 
return 1
 
@@ -37,3 +35,8 @@
 /bin/chmod 755 $pkgdir/usr/sbin/acpid || return 1
 }
 
+md5sums=('61156ef32015c56dc0f2e3317f4ae09e'
+ 'd9ca7f71f520238a0448fab105a23fe9'
+ '91fdb3709c878eed757d192a420251a1'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '0e8dd13793b1baa79a745f4034888367')

Modified: extra-x86_64/acpid
===
--- extra-x86_64/acpid  2010-01-28 20:46:37 UTC (rev 65409)
+++ extra-x86_64/acpid  2010-01-28 20:47:17 UTC (rev 65410)
@@ -3,11 +3,13 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
+[ -f /etc/conf.d/acpid ]  . /etc/conf.d/acpid
+
 PID=`pidof -o %PPID /usr/sbin/acpid`
 case $1 in
   start)
 stat_busy Starting acpid
-[ -z $PID ]  /usr/sbin/acpid
+[ -z $PID ]  /usr/sbin/acpid $ACPID_ARGS
 if [ $? -gt 0 ]; then
   stat_fail
 else

Copied: acpid/repos/extra-x86_64/acpid.conf.d (from rev 65396, 
acpid/trunk/acpid.conf.d)
===
--- extra-x86_64/acpid.conf.d   (rev 0)
+++ extra-x86_64/acpid.conf.d   2010-01-28 20:47:17 UTC (rev 65410)
@@ -0,0 +1,6 @@
+#
+# Arguments to be passed to the acpid daemon
+#
+
+ACPID_ARGS=
+



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:24:08
  Author: andyrtr
Revision: 65411

upgpkg: dovecot 1.2.10-1
new version 1.2.10

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 20:47:17 UTC (rev 65410)
+++ PKGBUILD2010-01-28 21:24:08 UTC (rev 65411)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('036ff97fb248dae3bd4b796a0644634f'
+md5sums=('b7d0081b17ff6afae85e8dc14157fa57'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:24:58
  Author: andyrtr
Revision: 65412

Merged revisions 65411 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dovecot/trunk


  r65411 | andyrtr | 2010-01-28 22:24:08 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: dovecot 1.2.10-1
  new version 1.2.10


Modified:
  dovecot/repos/extra-i686/ (properties)
  dovecot/repos/extra-i686/PKGBUILD

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


Property changes on: dovecot/repos/extra-i686
___
Modified: svnmerge-integrated
   - /dovecot/trunk:1-61514
   + /dovecot/trunk:1-65411

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 21:24:08 UTC (rev 65411)
+++ extra-i686/PKGBUILD 2010-01-28 21:24:58 UTC (rev 65412)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('036ff97fb248dae3bd4b796a0644634f'
+md5sums=('b7d0081b17ff6afae85e8dc14157fa57'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:27:35
  Author: andyrtr
Revision: 65413

Merged revisions 65411 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dovecot/trunk


  r65411 | andyrtr | 2010-01-28 22:24:08 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: dovecot 1.2.10-1
  new version 1.2.10


Modified:
  dovecot/repos/extra-x86_64/   (properties)
  dovecot/repos/extra-x86_64/PKGBUILD

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


Property changes on: dovecot/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /dovecot/trunk:1-61515
   + /dovecot/trunk:1-65412

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 21:24:58 UTC (rev 65412)
+++ extra-x86_64/PKGBUILD   2010-01-28 21:27:35 UTC (rev 65413)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=dovecot
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('036ff97fb248dae3bd4b796a0644634f'
+md5sums=('b7d0081b17ff6afae85e8dc14157fa57'
  'd020d43eab4ded6fb379dadc570a9490')
 
 build() {



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:31:04
  Author: andyrtr
Revision: 65414

upgpkg: libisofs 0.6.26-1
new version 0.6.26

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 21:27:35 UTC (rev 65413)
+++ PKGBUILD2010-01-28 21:31:04 UTC (rev 65414)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.24
+pkgver=0.6.26
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('2dacf3e3e95652358566d6276fce7449')
+md5sums=('310feaa1401b79bee1defe4b25dfc6e2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:31:58
  Author: andyrtr
Revision: 65415

Merged revisions 65414 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libisofs/trunk


  r65414 | andyrtr | 2010-01-28 22:31:04 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: libisofs 0.6.26-1
  new version 0.6.26


Modified:
  libisofs/repos/extra-i686/(properties)
  libisofs/repos/extra-i686/PKGBUILD

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


Property changes on: libisofs/repos/extra-i686
___
Modified: svnmerge-integrated
   - /libisofs/trunk:1-57723
   + /libisofs/trunk:1-65414

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 21:31:04 UTC (rev 65414)
+++ extra-i686/PKGBUILD 2010-01-28 21:31:58 UTC (rev 65415)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.24
+pkgver=0.6.26
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('2dacf3e3e95652358566d6276fce7449')
+md5sums=('310feaa1401b79bee1defe4b25dfc6e2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:33:03
  Author: andyrtr
Revision: 65416

Merged revisions 65414 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libisofs/trunk


  r65414 | andyrtr | 2010-01-28 22:31:04 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: libisofs 0.6.26-1
  new version 0.6.26


Modified:
  libisofs/repos/extra-x86_64/  (properties)
  libisofs/repos/extra-x86_64/PKGBUILD

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


Property changes on: libisofs/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /libisofs/trunk:1-57722
   + /libisofs/trunk:1-65415

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 21:31:58 UTC (rev 65415)
+++ extra-x86_64/PKGBUILD   2010-01-28 21:33:03 UTC (rev 65416)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=0.6.24
+pkgver=0.6.26
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('2dacf3e3e95652358566d6276fce7449')
+md5sums=('310feaa1401b79bee1defe4b25dfc6e2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:35:56
  Author: andyrtr
Revision: 65417

upgpkg: libburn 0.7.6.pl00-1
new version 0.7.6.pl00

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 21:33:03 UTC (rev 65416)
+++ PKGBUILD2010-01-28 21:35:56 UTC (rev 65417)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=0.7.4.pl00
+pkgver=0.7.6.pl00
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool' '!emptydirs')
-md5sums=('ed8fbf43f6393fbb50e2a143d4bea15b')
+md5sums=('71013f1a52bd9b232fa02a81b875452b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/.pl??/}



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

2010-01-28 Thread andyrtr
Date: Thursday, January 28, 2010 @ 16:36:48
  Author: andyrtr
Revision: 65418

Merged revisions 65417 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libburn/trunk


  r65417 | andyrtr | 2010-01-28 22:35:56 +0100 (Do, 28 Jan 2010) | 2 lines
  
  upgpkg: libburn 0.7.6.pl00-1
  new version 0.7.6.pl00


Modified:
  libburn/repos/extra-i686/ (properties)
  libburn/repos/extra-i686/PKGBUILD

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


Property changes on: libburn/repos/extra-i686
___
Modified: svnmerge-integrated
   - /libburn/trunk:1-60877
   + /libburn/trunk:1-65417

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 21:35:56 UTC (rev 65417)
+++ extra-i686/PKGBUILD 2010-01-28 21:36:48 UTC (rev 65418)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=0.7.4.pl00
+pkgver=0.7.6.pl00
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool' '!emptydirs')
-md5sums=('ed8fbf43f6393fbb50e2a143d4bea15b')
+md5sums=('71013f1a52bd9b232fa02a81b875452b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/.pl??/}



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

2010-01-28 Thread Giovanni Scafora
Date: Thursday, January 28, 2010 @ 17:23:19
  Author: giovanni
Revision: 65424

Merged revisions 65423 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/smartmontools/trunk


  r65423 | giovanni | 2010-01-28 23:22:37 +0100 (gio, 28 gen 2010) | 2 lines
  
  upgpkg: smartmontools 5.39.1-1
  upstream release


Modified:
  smartmontools/repos/extra-i686/   (properties)
  smartmontools/repos/extra-i686/PKGBUILD

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


Property changes on: smartmontools/repos/extra-i686
___
Modified: svnmerge-integrated
   - /smartmontools/trunk:1-64307
   + /smartmontools/trunk:1-65423

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 22:22:37 UTC (rev 65423)
+++ extra-i686/PKGBUILD 2010-01-28 22:23:19 UTC (rev 65424)
@@ -5,7 +5,7 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=5.39
+pkgver=5.39.1
 pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
 url=http://smartmontools.sourceforge.net;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
 smartd.conf
 smartd.rc)
-md5sums=('63c1b5373a9ef91e9c9becb16e147571'
+md5sums=('f6f7380ae45587161c0adae8862110e9'
  '28c1b80c41dac52d433961dcfb4f70e0'
  'fb30e07f87f2c1d99532e018291ad3e8')
 
@@ -26,9 +26,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
-  --sysconfdir=/etc
+  --sysconfdir=/etc \
+  --enable-drivedb
   make || return 1
-  make DESTDIR=${pkgdir}/ install
+  make DESTDIR=${pkgdir}/ install || return 1
   rm -rf ${pkgdir}/etc/rc.d
   install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
   install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd



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

2010-01-28 Thread Giovanni Scafora
Date: Thursday, January 28, 2010 @ 17:24:12
  Author: giovanni
Revision: 65425

Merged revisions 65423 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/smartmontools/trunk


  r65423 | giovanni | 2010-01-28 23:22:37 +0100 (gio, 28 gen 2010) | 2 lines
  
  upgpkg: smartmontools 5.39.1-1
  upstream release


Modified:
  smartmontools/repos/extra-x86_64/ (properties)
  smartmontools/repos/extra-x86_64/PKGBUILD

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


Property changes on: smartmontools/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /smartmontools/trunk:1-64308
   + /smartmontools/trunk:1-65424

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 22:23:19 UTC (rev 65424)
+++ extra-x86_64/PKGBUILD   2010-01-28 22:24:12 UTC (rev 65425)
@@ -5,7 +5,7 @@
 # Contributor: Ralf Barth archlinux@haggy.org
 
 pkgname=smartmontools
-pkgver=5.39
+pkgver=5.39.1
 pkgrel=1
 pkgdesc=Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives.
 url=http://smartmontools.sourceforge.net;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
 smartd.conf
 smartd.rc)
-md5sums=('63c1b5373a9ef91e9c9becb16e147571'
+md5sums=('f6f7380ae45587161c0adae8862110e9'
  '28c1b80c41dac52d433961dcfb4f70e0'
  'fb30e07f87f2c1d99532e018291ad3e8')
 
@@ -26,9 +26,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
-  --sysconfdir=/etc
+  --sysconfdir=/etc \
+  --enable-drivedb
   make || return 1
-  make DESTDIR=${pkgdir}/ install
+  make DESTDIR=${pkgdir}/ install || return 1
   rm -rf ${pkgdir}/etc/rc.d
   install -Dm755 ${srcdir}/smartd.rc ${pkgdir}/etc/rc.d/smartd
   install -Dm644 ${srcdir}/smartd.conf ${pkgdir}/etc/conf.d/smartd



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:51:34
  Author: ibiru
Revision: 65427

Merged revisions 65426 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/wireshark/trunk


  r65426 | ibiru | 2010-01-29 00:50:57 +0200 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: wireshark 1.2.6-1
  update to 1.2.6


Modified:
  wireshark/repos/extra-i686/   (properties)
  wireshark/repos/extra-i686/PKGBUILD

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


Property changes on: wireshark/repos/extra-i686
___
Modified: svnmerge-integrated
   - /wireshark/trunk:1-59550
   + /wireshark/trunk:1-65426

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 22:50:57 UTC (rev 65426)
+++ extra-i686/PKGBUILD 2010-01-28 22:51:34 UTC (rev 65427)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=wireshark
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=A free network protocol analyzer for Unix/Linux and Windows
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   install -Dm644 ${srcdir}/wireshark.png 
${pkgdir}/usr/share/icons/wireshark.png
   install -Dm644 ${srcdir}/wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
 }
-sha256sums=('ede4ffefd8c47e8560c2b15ad2b555c30eff1ce52a1a3049deb085fa346377ac'
-'10c8b5bdd1d161454c93df166f39b2bae72efe6021beb61d84dd65dc329260fe'
-'a9f6d78dd64a87acd1b600222156b9fc26e7ccbbc43fc77c1da138908bdb2d3c'
-'34aa27c611021c9a515cc4fed9778148395761bf6f4272130d3e83abcc13a499')
+md5sums=('7de7f59486c034b0cc30743494f14556'
+ '504ede44c02b2a52f6cbd3bffdf93b8d'
+ 'e771800a8c977fe223583a453bc27397'
+ 'cc87d7eb31f256df751b3371b1c426e9')



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:53:02
  Author: ibiru
Revision: 65428

Merged revisions 65426 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/wireshark/trunk


  r65426 | ibiru | 2010-01-29 00:50:57 +0200 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: wireshark 1.2.6-1
  update to 1.2.6


Modified:
  wireshark/repos/extra-x86_64/ (properties)
  wireshark/repos/extra-x86_64/PKGBUILD

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


Property changes on: wireshark/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /wireshark/trunk:1-59552
   + /wireshark/trunk:1-65427

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 22:51:34 UTC (rev 65427)
+++ extra-x86_64/PKGBUILD   2010-01-28 22:53:02 UTC (rev 65428)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=wireshark
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=A free network protocol analyzer for Unix/Linux and Windows
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   install -Dm644 ${srcdir}/wireshark.png 
${pkgdir}/usr/share/icons/wireshark.png
   install -Dm644 ${srcdir}/wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
 }
-sha256sums=('ede4ffefd8c47e8560c2b15ad2b555c30eff1ce52a1a3049deb085fa346377ac'
-'10c8b5bdd1d161454c93df166f39b2bae72efe6021beb61d84dd65dc329260fe'
-'a9f6d78dd64a87acd1b600222156b9fc26e7ccbbc43fc77c1da138908bdb2d3c'
-'34aa27c611021c9a515cc4fed9778148395761bf6f4272130d3e83abcc13a499')
+md5sums=('7de7f59486c034b0cc30743494f14556'
+ '504ede44c02b2a52f6cbd3bffdf93b8d'
+ 'e771800a8c977fe223583a453bc27397'
+ 'cc87d7eb31f256df751b3371b1c426e9')



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:54:04
  Author: ibiru
Revision: 65429

upgpkg: telepathy-gabble 0.8.10-1
update to 0.8.10

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 22:53:02 UTC (rev 65428)
+++ PKGBUILD2010-01-28 22:54:04 UTC (rev 65429)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.7.37' 'libsoup')
+depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup')
 makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('ddf89b1eea2f418a68b1013427eb0cb1')
+md5sums=('d8a3c028698d6424d9fd4673b22e5836')



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:54:40
  Author: ibiru
Revision: 65430

Merged revisions 65429 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/telepathy-gabble/trunk


  r65429 | ibiru | 2010-01-29 00:54:04 +0200 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: telepathy-gabble 0.8.10-1
  update to 0.8.10


Modified:
  telepathy-gabble/repos/extra-i686/(properties)
  telepathy-gabble/repos/extra-i686/PKGBUILD

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


Property changes on: telepathy-gabble/repos/extra-i686
___
Modified: svnmerge-integrated
   - /telepathy-gabble/trunk:1-60857
   + /telepathy-gabble/trunk:1-65429

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-28 22:54:04 UTC (rev 65429)
+++ extra-i686/PKGBUILD 2010-01-28 22:54:40 UTC (rev 65430)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.7.37' 'libsoup')
+depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup')
 makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('ddf89b1eea2f418a68b1013427eb0cb1')
+md5sums=('d8a3c028698d6424d9fd4673b22e5836')



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

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:55:23
  Author: ibiru
Revision: 65431

Merged revisions 65429 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/telepathy-gabble/trunk


  r65429 | ibiru | 2010-01-29 00:54:04 +0200 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: telepathy-gabble 0.8.10-1
  update to 0.8.10


Modified:
  telepathy-gabble/repos/extra-x86_64/  (properties)
  telepathy-gabble/repos/extra-x86_64/PKGBUILD

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


Property changes on: telepathy-gabble/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /telepathy-gabble/trunk:1-60858
   + /telepathy-gabble/trunk:1-65430

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-28 22:54:40 UTC (rev 65430)
+++ extra-x86_64/PKGBUILD   2010-01-28 22:55:23 UTC (rev 65431)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.7.37' 'libsoup')
+depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup')
 makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('ddf89b1eea2f418a68b1013427eb0cb1')
+md5sums=('d8a3c028698d6424d9fd4673b22e5836')



[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2010-01-28 Thread Pierre Schmitz
Date: Thursday, January 28, 2010 @ 19:39:15
  Author: pierre
Revision: 65432

xine-lib is needed for systemsettings

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 22:55:23 UTC (rev 65431)
+++ PKGBUILD2010-01-29 00:39:15 UTC (rev 65432)
@@ -10,7 +10,8 @@
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme'
  'smbclient' 'rarian' 'libssh')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp'
+ 'xine-lib')
 optdepends=('htdig: to build the search index'
 'gdb: drkonq crash handler')
 install='kdebase-runtime.install'



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

2010-01-28 Thread Eric Bélanger
Date: Thursday, January 28, 2010 @ 23:28:11
  Author: eric
Revision: 65433

upgpkg: enlightenment 1.0.2-1
Upstream update

Modified:
  enlightenment/trunk/ChangeLog
  enlightenment/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-01-29 00:39:15 UTC (rev 65432)
+++ ChangeLog   2010-01-29 04:28:11 UTC (rev 65433)
@@ -1,3 +1,8 @@
+2010-01-28  Eric Belanger  e...@archlinux.org
+
+   * enlightenment 1.0.2-1
+   * Upstream update
+
 2009-09-12  Eric Belanger  e...@archlinux.org
 
* enlightenment 1.0.1-1

Modified: PKGBUILD
===
--- PKGBUILD2010-01-29 00:39:15 UTC (rev 65432)
+++ PKGBUILD2010-01-29 04:28:11 UTC (rev 65433)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=enlightenment
-pkgver=1.0.1
+pkgver=1.0.2
 _themever=1.0.0
 pkgrel=1
 pkgdesc=A fast, flexible, and very extensible Window Manager
@@ -15,8 +15,8 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-md5sums=('3529707b0c7484fa3e156ed7a6c39b1e' '0697ae00a32938f45d786b40a0b276fb')
-sha1sums=('756455782f884d08a0b416592573ac2de24ebf1c' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
+md5sums=('67d139ff8fed77eea8f4acd4f9e87402' '0697ae00a32938f45d786b40a0b276fb')
+sha1sums=('8d1f7591da87578fbe053e57564316b88aff1561' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
 
 build() {
   cd ${srcdir}/e16-${pkgver}



[arch-commits] Commit in enlightenment/repos (3 files)

2010-01-28 Thread Eric Bélanger
Date: Thursday, January 28, 2010 @ 23:28:29
  Author: eric
Revision: 65434

Merged revisions 65433 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/enlightenment/trunk


  r65433 | eric | 2010-01-28 23:28:11 -0500 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: enlightenment 1.0.2-1
  Upstream update


Modified:
  enlightenment/repos/extra-i686/   (properties)
  enlightenment/repos/extra-i686/ChangeLog
  enlightenment/repos/extra-i686/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


Property changes on: enlightenment/repos/extra-i686
___
Modified: svnmerge-integrated
   - /enlightenment/trunk:1-51861
   + /enlightenment/trunk:1-65433

Modified: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2010-01-29 04:28:11 UTC (rev 65433)
+++ extra-i686/ChangeLog2010-01-29 04:28:29 UTC (rev 65434)
@@ -1,3 +1,8 @@
+2010-01-28  Eric Belanger  e...@archlinux.org
+
+   * enlightenment 1.0.2-1
+   * Upstream update
+
 2009-09-12  Eric Belanger  e...@archlinux.org
 
* enlightenment 1.0.1-1

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-29 04:28:11 UTC (rev 65433)
+++ extra-i686/PKGBUILD 2010-01-29 04:28:29 UTC (rev 65434)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=enlightenment
-pkgver=1.0.1
+pkgver=1.0.2
 _themever=1.0.0
 pkgrel=1
 pkgdesc=A fast, flexible, and very extensible Window Manager
@@ -15,8 +15,8 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-md5sums=('3529707b0c7484fa3e156ed7a6c39b1e' '0697ae00a32938f45d786b40a0b276fb')
-sha1sums=('756455782f884d08a0b416592573ac2de24ebf1c' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
+md5sums=('67d139ff8fed77eea8f4acd4f9e87402' '0697ae00a32938f45d786b40a0b276fb')
+sha1sums=('8d1f7591da87578fbe053e57564316b88aff1561' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
 
 build() {
   cd ${srcdir}/e16-${pkgver}



[arch-commits] Commit in enlightenment/repos (3 files)

2010-01-28 Thread Eric Bélanger
Date: Thursday, January 28, 2010 @ 23:31:15
  Author: eric
Revision: 65435

Merged revisions 65433 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/enlightenment/trunk


  r65433 | eric | 2010-01-28 23:28:11 -0500 (Thu, 28 Jan 2010) | 2 lines
  
  upgpkg: enlightenment 1.0.2-1
  Upstream update


Modified:
  enlightenment/repos/extra-x86_64/ (properties)
  enlightenment/repos/extra-x86_64/ChangeLog
  enlightenment/repos/extra-x86_64/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


Property changes on: enlightenment/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /enlightenment/trunk:1-51859
   + /enlightenment/trunk:1-65434

Modified: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2010-01-29 04:28:29 UTC (rev 65434)
+++ extra-x86_64/ChangeLog  2010-01-29 04:31:15 UTC (rev 65435)
@@ -1,3 +1,8 @@
+2010-01-28  Eric Belanger  e...@archlinux.org
+
+   * enlightenment 1.0.2-1
+   * Upstream update
+
 2009-09-12  Eric Belanger  e...@archlinux.org
 
* enlightenment 1.0.1-1

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-29 04:28:29 UTC (rev 65434)
+++ extra-x86_64/PKGBUILD   2010-01-29 04:31:15 UTC (rev 65435)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=enlightenment
-pkgver=1.0.1
+pkgver=1.0.2
 _themever=1.0.0
 pkgrel=1
 pkgdesc=A fast, flexible, and very extensible Window Manager
@@ -15,8 +15,8 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-md5sums=('3529707b0c7484fa3e156ed7a6c39b1e' '0697ae00a32938f45d786b40a0b276fb')
-sha1sums=('756455782f884d08a0b416592573ac2de24ebf1c' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
+md5sums=('67d139ff8fed77eea8f4acd4f9e87402' '0697ae00a32938f45d786b40a0b276fb')
+sha1sums=('8d1f7591da87578fbe053e57564316b88aff1561' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
 
 build() {
   cd ${srcdir}/e16-${pkgver}



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

2010-01-28 Thread andyrtr
Date: Friday, January 29, 2010 @ 00:17:27
  Author: andyrtr
Revision: 65436

archrelease: new repo testing-i686

Added:
  openoffice-base/repos/testing-i686/



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

2010-01-28 Thread andyrtr
Date: Friday, January 29, 2010 @ 00:17:46
  Author: andyrtr
Revision: 65437

Initialized merge tracking via svnmerge with revisions 1-65435 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/openoffice-base/trunk

Modified:
  openoffice-base/repos/testing-i686/   (properties)


Property changes on: openoffice-base/repos/testing-i686
___
Added: svnmerge-integrated
   + /openoffice-base/trunk:1-65435



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

2010-01-28 Thread Eric Bélanger
Date: Friday, January 29, 2010 @ 00:49:46
  Author: eric
Revision: 65438

upgpkg: quodlibet 2.1.98-1
Upstream update

Modified:
  quodlibet/trunk/ChangeLog
  quodlibet/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-01-29 05:17:46 UTC (rev 65437)
+++ ChangeLog   2010-01-29 05:49:46 UTC (rev 65438)
@@ -1,3 +1,8 @@
+2010-01-28  Eric Belanger  e...@archlinux.org
+
+   * quodlibet 2.1.98-1
+   * Upstream update
+
 2009-07-08  Eric Belanger  e...@archlinux.org
 
* quodlibet 2.1-1

Modified: PKGBUILD
===
--- PKGBUILD2010-01-29 05:17:46 UTC (rev 65437)
+++ PKGBUILD2010-01-29 05:49:46 UTC (rev 65438)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Belanger e...@archlinux.org
 
 pkgname=quodlibet
-pkgver=2.1
+pkgver=2.1.98
 pkgrel=1
 pkgdesc=An audio player written in pygtk
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' 
'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' 
'dbus-python: for dbus support' 'libgpod: for ipod support' 'python-feedparser: 
for audio feeds (podcast) support' 'hal: for media devices support')
 options=('!makeflags')
 source=(http://quodlibet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('abd362699a7118c7720c13fbda0c8c9e')
-sha1sums=('15a40c054955d1ad539432a265b2c96225b864c2')
+md5sums=('251e8bb373e2622c9e788ddbb5ab730f')
+sha1sums=('40be0ba9a06ec979b9b1ec2cd0c537a504b506d9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in quodlibet/repos (3 files)

2010-01-28 Thread Eric Bélanger
Date: Friday, January 29, 2010 @ 00:50:04
  Author: eric
Revision: 65439

Merged revisions 65438 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/quodlibet/trunk


  r65438 | eric | 2010-01-29 00:49:46 -0500 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: quodlibet 2.1.98-1
  Upstream update


Modified:
  quodlibet/repos/extra-i686/   (properties)
  quodlibet/repos/extra-i686/ChangeLog
  quodlibet/repos/extra-i686/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


Property changes on: quodlibet/repos/extra-i686
___
Modified: svnmerge-integrated
   - /quodlibet/trunk:1-45293
   + /quodlibet/trunk:1-65438

Modified: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2010-01-29 05:49:46 UTC (rev 65438)
+++ extra-i686/ChangeLog2010-01-29 05:50:04 UTC (rev 65439)
@@ -1,3 +1,8 @@
+2010-01-28  Eric Belanger  e...@archlinux.org
+
+   * quodlibet 2.1.98-1
+   * Upstream update
+
 2009-07-08  Eric Belanger  e...@archlinux.org
 
* quodlibet 2.1-1

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2010-01-29 05:49:46 UTC (rev 65438)
+++ extra-i686/PKGBUILD 2010-01-29 05:50:04 UTC (rev 65439)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Belanger e...@archlinux.org
 
 pkgname=quodlibet
-pkgver=2.1
+pkgver=2.1.98
 pkgrel=1
 pkgdesc=An audio player written in pygtk
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support ' 
'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support' 
'dbus-python: for dbus support' 'libgpod: for ipod support' 'python-feedparser: 
for audio feeds (podcast) support' 'hal: for media devices support')
 options=('!makeflags')
 source=(http://quodlibet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('abd362699a7118c7720c13fbda0c8c9e')
-sha1sums=('15a40c054955d1ad539432a265b2c96225b864c2')
+md5sums=('251e8bb373e2622c9e788ddbb5ab730f')
+sha1sums=('40be0ba9a06ec979b9b1ec2cd0c537a504b506d9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-01-28 Thread Eric Bélanger
Date: Friday, January 29, 2010 @ 02:36:05
  Author: eric
Revision: 65441

upgpkg: drscheme 4.2.4-1
Upstream update

Modified:
  drscheme/trunk/ChangeLog
  drscheme/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |8 
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-01-29 05:50:39 UTC (rev 65440)
+++ ChangeLog   2010-01-29 07:36:05 UTC (rev 65441)
@@ -1,3 +1,8 @@
+2010-01-29  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.4-1
+   * Upstream update
+
 2010-01-17  Eric Belanger  e...@archlinux.org
 
* drscheme 4.2.3-3

Modified: PKGBUILD
===
--- PKGBUILD2010-01-29 05:50:39 UTC (rev 65440)
+++ PKGBUILD2010-01-29 07:36:05 UTC (rev 65441)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=drscheme
-pkgver=4.2.3
-pkgrel=3
+pkgver=4.2.4
+pkgrel=1
 pkgdesc=PLT Scheme Environment
 arch=('i686' 'x86_64')
 url=http://www.drscheme.org/;
@@ -13,9 +13,9 @@
 options=('!makeflags')
 install=drscheme.install
 
source=(http://download.plt-scheme.org/bundles/${pkgver}/plt/plt-${pkgver}-src-unix.tgz
 drscheme.desktop libpng-1.4.patch)
-md5sums=('041ad51e17cf864e5d8771edae8e943a' '41ba9c74aa541308aa6f67b262387c6c'\
+md5sums=('7a21fcb5b565b8c352aa22e1698eb05b' '41ba9c74aa541308aa6f67b262387c6c'\
  'ec18faef466c1f18047d14a50be0413c')
-sha1sums=('d6b401e0f1fbaedcfcd1c7ebc718f2c5d54b9832' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
+sha1sums=('55b68acc3a32705e6d7498f1a620be949023b7e6' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
  '2280da2a2ce28b13530c9e749939b895c25fd22e')
 
 build() {



[arch-commits] Commit in drscheme/repos (3 files)

2010-01-28 Thread Eric Bélanger
Date: Friday, January 29, 2010 @ 02:48:24
  Author: eric
Revision: 65442

Merged revisions 65441 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/drscheme/trunk


  r65441 | eric | 2010-01-29 02:36:05 -0500 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: drscheme 4.2.4-1
  Upstream update


Modified:
  drscheme/repos/testing-x86_64/(properties)
  drscheme/repos/testing-x86_64/ChangeLog
  drscheme/repos/testing-x86_64/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |8 
 2 files changed, 9 insertions(+), 4 deletions(-)


Property changes on: drscheme/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /drscheme/trunk:1-63619
   + /drscheme/trunk:1-65441

Modified: testing-x86_64/ChangeLog
===
--- testing-x86_64/ChangeLog2010-01-29 07:36:05 UTC (rev 65441)
+++ testing-x86_64/ChangeLog2010-01-29 07:48:24 UTC (rev 65442)
@@ -1,3 +1,8 @@
+2010-01-29  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.4-1
+   * Upstream update
+
 2010-01-17  Eric Belanger  e...@archlinux.org
 
* drscheme 4.2.3-3

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2010-01-29 07:36:05 UTC (rev 65441)
+++ testing-x86_64/PKGBUILD 2010-01-29 07:48:24 UTC (rev 65442)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=drscheme
-pkgver=4.2.3
-pkgrel=3
+pkgver=4.2.4
+pkgrel=1
 pkgdesc=PLT Scheme Environment
 arch=('i686' 'x86_64')
 url=http://www.drscheme.org/;
@@ -13,9 +13,9 @@
 options=('!makeflags')
 install=drscheme.install
 
source=(http://download.plt-scheme.org/bundles/${pkgver}/plt/plt-${pkgver}-src-unix.tgz
 drscheme.desktop libpng-1.4.patch)
-md5sums=('041ad51e17cf864e5d8771edae8e943a' '41ba9c74aa541308aa6f67b262387c6c'\
+md5sums=('7a21fcb5b565b8c352aa22e1698eb05b' '41ba9c74aa541308aa6f67b262387c6c'\
  'ec18faef466c1f18047d14a50be0413c')
-sha1sums=('d6b401e0f1fbaedcfcd1c7ebc718f2c5d54b9832' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
+sha1sums=('55b68acc3a32705e6d7498f1a620be949023b7e6' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
  '2280da2a2ce28b13530c9e749939b895c25fd22e')
 
 build() {



[arch-commits] Commit in drscheme/repos (3 files)

2010-01-28 Thread Eric Bélanger
Date: Friday, January 29, 2010 @ 02:55:57
  Author: eric
Revision: 65443

Merged revisions 65441 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/drscheme/trunk


  r65441 | eric | 2010-01-29 02:36:05 -0500 (Fri, 29 Jan 2010) | 2 lines
  
  upgpkg: drscheme 4.2.4-1
  Upstream update


Modified:
  drscheme/repos/testing-i686/  (properties)
  drscheme/repos/testing-i686/ChangeLog
  drscheme/repos/testing-i686/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |8 
 2 files changed, 9 insertions(+), 4 deletions(-)


Property changes on: drscheme/repos/testing-i686
___
Modified: svnmerge-integrated
   - /drscheme/trunk:1-63622
   + /drscheme/trunk:1-65442

Modified: testing-i686/ChangeLog
===
--- testing-i686/ChangeLog  2010-01-29 07:48:24 UTC (rev 65442)
+++ testing-i686/ChangeLog  2010-01-29 07:55:57 UTC (rev 65443)
@@ -1,3 +1,8 @@
+2010-01-29  Eric Belanger  e...@archlinux.org
+
+   * drscheme 4.2.4-1
+   * Upstream update
+
 2010-01-17  Eric Belanger  e...@archlinux.org
 
* drscheme 4.2.3-3

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2010-01-29 07:48:24 UTC (rev 65442)
+++ testing-i686/PKGBUILD   2010-01-29 07:55:57 UTC (rev 65443)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=drscheme
-pkgver=4.2.3
-pkgrel=3
+pkgver=4.2.4
+pkgrel=1
 pkgdesc=PLT Scheme Environment
 arch=('i686' 'x86_64')
 url=http://www.drscheme.org/;
@@ -13,9 +13,9 @@
 options=('!makeflags')
 install=drscheme.install
 
source=(http://download.plt-scheme.org/bundles/${pkgver}/plt/plt-${pkgver}-src-unix.tgz
 drscheme.desktop libpng-1.4.patch)
-md5sums=('041ad51e17cf864e5d8771edae8e943a' '41ba9c74aa541308aa6f67b262387c6c'\
+md5sums=('7a21fcb5b565b8c352aa22e1698eb05b' '41ba9c74aa541308aa6f67b262387c6c'\
  'ec18faef466c1f18047d14a50be0413c')
-sha1sums=('d6b401e0f1fbaedcfcd1c7ebc718f2c5d54b9832' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
+sha1sums=('55b68acc3a32705e6d7498f1a620be949023b7e6' 
'6b8247da9ce5f1e83f35bc14f90e8c34aae0e0d5'\
  '2280da2a2ce28b13530c9e749939b895c25fd22e')
 
 build() {