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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:03:19
  Author: allan
Revision: 69306

upgpkg: libusb 0.1.12-4
rebuild to remove .FILELIST

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 00:35:23 UTC (rev 69305)
+++ PKGBUILD2010-02-20 09:03:19 UTC (rev 69306)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: arjan ar...@archlinux.org
+# Maintainer:
+# Contributor: arjan ar...@archlinux.org
+
 pkgname=libusb
 pkgver=0.1.12
-pkgrel=3
+pkgrel=4
 depends=('gcc-libs')
 pkgdesc=Library to enable user space application programs to communicate with 
USB devices
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://libusb.sourceforge.net/;
 license=('LGPL')
 groups=('base')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6')
-options=(!libtool)
+options=('!libtool')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-build-docs
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:04:03
  Author: allan
Revision: 69307

archrelease: copy trunk to testing-i686

Added:
  libusb/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:04:39
  Author: allan
Revision: 69308

archrelease: copy trunk to testing-x86_64

Added:
  libusb/repos/testing-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:24:51
  Author: allan
Revision: 69309

upgpkg: libusb 0.1.12-4
add 'sh' dep for libusb-config script

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 09:04:39 UTC (rev 69308)
+++ PKGBUILD2010-02-20 09:24:51 UTC (rev 69309)
@@ -5,12 +5,12 @@
 pkgname=libusb
 pkgver=0.1.12
 pkgrel=4
-depends=('gcc-libs')
 pkgdesc=Library to enable user space application programs to communicate with 
USB devices
 arch=('i686' 'x86_64')
+groups=('base')
+depends=('gcc-libs' 'sh')
 url=http://libusb.sourceforge.net/;
 license=('LGPL')
-groups=('base')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6')
 options=('!libtool')



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:25:03
  Author: allan
Revision: 69310

archrelease: remove testing-i686

Deleted:
  libusb/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:25:32
  Author: allan
Revision: 69311

archrelease: copy trunk to testing-i686

Added:
  libusb/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:25:45
  Author: allan
Revision: 69312

archrelease: remove testing-x86_64

Deleted:
  libusb/repos/testing-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 04:26:14
  Author: allan
Revision: 69313

archrelease: copy trunk to testing-x86_64

Added:
  libusb/repos/testing-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:20:37
  Author: tpowa
Revision: 69314

upgpkg: pciutils 3.1.7-1
bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 09:26:14 UTC (rev 69313)
+++ PKGBUILD2010-02-20 10:20:37 UTC (rev 69314)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pciutils
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc=PCI bus configuration space access library and tools
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('wget')
 depends=('glibc')
 
source=(ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1d183851f68abd6c918a5c1852576ad6')
+md5sums=('35222edb86b50a6641352c66fe829b2e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:21:07
  Author: tpowa
Revision: 69315

archrelease: copy trunk to testing-x86_64

Added:
  pciutils/repos/testing-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:21:52
  Author: tpowa
Revision: 69316

archrelease: copy trunk to testing-i686

Added:
  pciutils/repos/testing-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:24:36
  Author: tpowa
Revision: 69317

db-move: tcp_wrappers removed by tpowa for move to core

Deleted:
  tcp_wrappers/repos/core-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:24:36
  Author: tpowa
Revision: 69318

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

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



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:24:42
  Author: tpowa
Revision: 69319

db-move: tcp_wrappers removed by tpowa for move to core

Deleted:
  tcp_wrappers/repos/core-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:24:42
  Author: tpowa
Revision: 69320

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

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



[arch-commits] Commit in nfs-utils/trunk (PKGBUILD fix-nfsd-startup-1.2.1.patch)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:28:43
  Author: tpowa
Revision: 69321

upgpkg: nfs-utils 1.2.2-1
bump to latest version

Modified:
  nfs-utils/trunk/PKGBUILD
Deleted:
  nfs-utils/trunk/fix-nfsd-startup-1.2.1.patch

--+
 PKGBUILD |   16 +---
 fix-nfsd-startup-1.2.1.patch |   15 ---
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:24:42 UTC (rev 69320)
+++ PKGBUILD2010-02-20 10:28:43 UTC (rev 69321)
@@ -6,8 +6,8 @@
 # Contributor: Marco Lima cipparello gmail com
 
 pkgname=nfs-utils
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -27,10 +27,9 @@
nfs-utils-1.1.6-no_libgssapi.patch
nfs-utils-1.1.6-heimdal_functions.patch
nfs-utils-1.1.4-mtab-sym.patch
-   nfs-utils-1.1.4-no-exec.patch
-   fix-nfsd-startup-1.2.1.patch)
+   nfs-utils-1.1.4-no-exec.patch)
 install=nfs-utils.install
-md5sums=('c3ccd16c147befd49fe4541a506dd177'
+md5sums=('dad92f64db3266c7757f71bb53ee8f35'
  '990a07943fa958d4abb1cb7bd52c9a7b'
  'f73f197a16b02c3e248488ec35c4cf43'
  '5ae080f6117cef3140f02bc162bdc755'
@@ -42,8 +41,7 @@
  '20c6fae1c771b9d8e91c4973f16372e3'
  'e6fd3a8acfe97970a53db1b902c34f45'
  '7674106eaaa4c149bccd4f05fe3604e9'
- '4f4827dfc93008dfadd0a530ad0872b2'
- '0709195356cf23d322539c780c626d9a')
+ '4f4827dfc93008dfadd0a530ad0872b2')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -54,10 +52,6 @@
   patch -Np0 -i ../nfs-utils-1.1.6-heimdal_functions.patch || return 1
   patch -Np1 -i ../nfs-utils-1.1.4-mtab-sym.patch || return 1
   patch -Np1 -i ../nfs-utils-1.1.4-no-exec.patch || return 1
-  # fix nfsd startup if interfaces are not ready, fixed in upcoming 1.2.2
-  # http://bugs.archlinux.org/task/17738
-  # 
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=2905358524c0835311501bad04c521479b0525ff
-  patch -Np1 -i ../fix-nfsd-startup-1.2.1.patch || return 1
 
   # arch specific patch
   patch -Np0 -i $srcdir/start-statd.patch || return 1

Deleted: fix-nfsd-startup-1.2.1.patch
===
--- fix-nfsd-startup-1.2.1.patch2010-02-20 10:24:42 UTC (rev 69320)
+++ fix-nfsd-startup-1.2.1.patch2010-02-20 10:28:43 UTC (rev 69321)
@@ -1,15 +0,0 @@
-X-Git-Url: 
http://git.linux-nfs.org/?p=steved%2Fnfs-utils.git;a=blobdiff_plain;f=utils%2Fnfsd%2Fnfssvc.c;h=b8028bbed3bca6e76d88d44506a6a495545ec5b6;hp=12d3253228fadb0e074590b83d6e08808c2ec59e;hb=2905358524c0835311501bad04c521479b0525ff;hpb=67e6d2d8a96e98d7f21693a9d034da81d3f90084
-
-diff --git a/utils/nfsd/nfssvc.c b/utils/nfsd/nfssvc.c
-index 12d3253..b8028bb 100644
 a/utils/nfsd/nfssvc.c
-+++ b/utils/nfsd/nfssvc.c
-@@ -212,7 +212,7 @@ int
- nfssvc_set_sockets(const int family, const unsigned int protobits,
-  const char *host, const char *port)
- {
--  struct addrinfo hints = { .ai_flags = AI_PASSIVE | AI_ADDRCONFIG };
-+  struct addrinfo hints = { .ai_flags = AI_PASSIVE };
- 
-   hints.ai_family = family;
- 



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:29:13
  Author: tpowa
Revision: 69322

archrelease: copy trunk to testing-x86_64

Added:
  nfs-utils/repos/testing-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:29:45
  Author: tpowa
Revision: 69323

archrelease: copy trunk to testing-i686

Added:
  nfs-utils/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:31:26
  Author: allan
Revision: 69324

upgpkg: gossip 0.28-3
rebuild to remove .FILELIST, tidy up PKGBUILD

Modified:
  gossip/trunk/PKGBUILD
  gossip/trunk/gossip.install

+
 PKGBUILD   |   18 +-
 gossip.install |9 -
 2 files changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:29:45 UTC (rev 69323)
+++ PKGBUILD2010-02-20 10:31:26 UTC (rev 69324)
@@ -4,7 +4,7 @@
 
 pkgname=gossip
 pkgver=0.28
-pkgrel=2
+pkgrel=3
 pkgdesc=A GNOME Jabber client
 arch=('i686' 'x86_64')
 url=http://www.imendio.com/projects/gossip/;
@@ -20,7 +20,7 @@
  '7ed8dc152e4bb36bdb73e7e8e56b22b9')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   export CFLAGS=${CFLAGS} -DLM_NO_DEBUG
   ./configure --prefix=/usr --sysconfdir=/etc \
@@ -33,13 +33,13 @@
   --enable-aspell=yes
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
-   DESTDIR=${startdir}/pkg install
+   DESTDIR=${pkgdir} install
 
-  mkdir -p ${startdir}/pkg/usr/share/gconf/schemas  
-  gconf-merge-schema 
${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas \
-${startdir}/pkg/etc/gconf/schemas/*.schemas
-  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  install -dm755 ${pkgdir}/usr/share/gconf/schemas  
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas \
+${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 
-  install -Dm644 ${startdir}/src/org.gnome.Gossip.service \
-${startdir}/pkg/usr/share/dbus-1/services/org.gnome.Gossip.service
+  install -Dm644 ${srcdir}/org.gnome.Gossip.service \
+${pkgdir}/usr/share/dbus-1/services/org.gnome.Gossip.service
 }

Modified: gossip.install
===
--- gossip.install  2010-02-20 10:29:45 UTC (rev 69323)
+++ gossip.install  2010-02-20 10:31:26 UTC (rev 69324)
@@ -6,10 +6,6 @@
 }
 
 pre_upgrade() {
-  echo  Gossip 0.28 has a new backwards-incompatible format of account 
data.
-  echo  You will have to re-create your account(s) on first startup.
-  echo  You can see your account data in ~/.gnome2/Gossip/accounts.xml 
file.
-  echo  Write them down somewhere before re-creating your account(s).
   pre_remove $1
 }
 
@@ -24,8 +20,3 @@
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-op=$1
-shift
-
-$op $*



[arch-commits] Commit in ndiswrapper/trunk (PKGBUILD kernel-2.6.31.patch)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:32:22
  Author: tpowa
Revision: 69325

upgpkg: ndiswrapper 1.56-1
bump to latest version

Modified:
  ndiswrapper/trunk/PKGBUILD
Deleted:
  ndiswrapper/trunk/kernel-2.6.31.patch

-+
 PKGBUILD|   11 ---
 kernel-2.6.31.patch |   20 
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:31:26 UTC (rev 69324)
+++ PKGBUILD2010-02-20 10:32:22 UTC (rev 69325)
@@ -3,8 +3,8 @@
 
 pkgname=ndiswrapper
 _kernver=2.6.32-ARCH
-pkgver=1.55
-pkgrel=4
+pkgver=1.56
+pkgrel=1
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors. For stock arch 2.6 kernel.
 license=('GPL')
 arch=(i686 x86_64)
@@ -12,13 +12,12 @@
 install=ndiswrapper.install
 depends=(ndiswrapper-utils=$pkgver 'kernel26=2.6.32.3' 'kernel262.6.33')
 makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
-source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz
-kernel-2.6.31.patch)
+source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
+md5sums=('1431f7ed5f8e92e752d330bbb3aed333')
 
 build()
 {
   cd $srcdir/ndiswrapper-$pkgver/driver
-  patch -Np1 -i ../../kernel-2.6.31.patch || return 1
   make KVERS=$_kernver || return 1
   make DESTDIR=$pkgdir KVERS=$_kernver install || return 1
   rm $pkgdir/lib/modules/$_kernver/modules.* #wtf?
@@ -30,5 +29,3 @@
   rm -r $pkgdir/lib/modules/$_kernver/misc/
 }
 
-md5sums=('aa423a46aff97bd0a830e43d546f2b0e'
- '2f2edd27858ee5e64e28a7718acf4b00')

Deleted: kernel-2.6.31.patch
===
--- kernel-2.6.31.patch 2010-02-20 10:31:26 UTC (rev 69324)
+++ kernel-2.6.31.patch 2010-02-20 10:32:22 UTC (rev 69325)
@@ -1,20 +0,0 @@
 driver/ntoskernel.h (revision 2701)
-+++ driver/ntoskernel.h (working copy)
-@@ -875,7 +875,7 @@
- #define u64_low_32(x) ((u32)x)
- #define u64_high_32(x) ((u32)(x  32))
-
--#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,31)
-+//#if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,31)
- static inline u64 cmpxchg8b(volatile u64 *ptr, u64 old, u64 new)
- {
-u64 prev;
-@@ -887,7 +887,7 @@
-: A (old), b (u64_low_32(new)), c (u64_high_32(new)));
-return prev;
- }
--#endif
-+//#endif
-
- /* slist routines below update slist atomically - no need for
-  * spinlocks */



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:32:26
  Author: allan
Revision: 69326

archrelease: remove extra-i686

Deleted:
  gossip/repos/extra-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:32:49
  Author: tpowa
Revision: 69327

archrelease: copy trunk to testing-x86_64

Added:
  ndiswrapper/repos/testing-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:32:54
  Author: allan
Revision: 69328

archrelease: copy trunk to extra-i686

Added:
  gossip/repos/extra-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:33:20
  Author: tpowa
Revision: 69329

archrelease: copy trunk to testing-i686

Added:
  ndiswrapper/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:34:25
  Author: allan
Revision: 69331

archrelease: copy trunk to extra-x86_64

Added:
  gossip/repos/extra-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:35:35
  Author: tpowa
Revision: 69332

upgpkg: ndiswrapper-utils 1.56-1
bump to latest version

Modified:
  ndiswrapper-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:34:25 UTC (rev 69331)
+++ PKGBUILD2010-02-20 10:35:35 UTC (rev 69332)
@@ -2,7 +2,7 @@
 #Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=ndiswrapper-utils
-pkgver=1.55
+pkgver=1.56
 pkgrel=1
 pkgdesc=Binaries for ndiswrapper module
 arch=(i686 x86_64)
@@ -11,16 +11,12 @@
 depends=(wireless_tools glibc)
 replaces=('ndiswrapper-bin')
 conflicts=('ndiswrapper-bin')
-source=(http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-$pkgver.tar.gz
-   module-init-tools.patch)
-md5sums=('aa423a46aff97bd0a830e43d546f2b0e'
- '35751aea4aba80520f1310d8639dbfb9')
+source=(http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
+md5sums=('1431f7ed5f8e92e752d330bbb3aed333')
 
 build()
 {
   cd $startdir/src/ndiswrapper-$pkgver/utils
-  # fix module init tools config file
-  patch -Np1 -i ../../module-init-tools.patch || return 1
   make || return 1
   make DESTDIR=$startdir/pkg install
 }



[arch-commits] Commit in ndiswrapper-utils/trunk (module-init-tools.patch)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:36:00
  Author: tpowa
Revision: 69333

upgpkg: ndiswrapper-utils 1.56-1
bump to latest version

Deleted:
  ndiswrapper-utils/trunk/module-init-tools.patch

-+
 module-init-tools.patch |   20 
 1 file changed, 20 deletions(-)

Deleted: module-init-tools.patch
===
--- module-init-tools.patch 2010-02-20 10:35:35 UTC (rev 69332)
+++ module-init-tools.patch 2010-02-20 10:36:00 UTC (rev 69333)
@@ -1,20 +0,0 @@
 utils/ndiswrapper~ 2009-06-21 09:52:13.0 +0200
-+++ utils/ndiswrapper  2009-06-21 09:52:13.0 +0200
-@@ -57,7 +57,7 @@
- if (`uname -r` =~ /(\d+)\.(\d+)\.(\d+)/) {
- if ($2  4) {
-   if (-d /etc/modprobe.d) {
--  $modconf = /etc/modprobe.d/ndiswrapper;
-+  $modconf = /etc/modprobe.d/ndiswrapper.conf;
-   } else {
-   $modconf = /etc/modprobe.conf;
-   }
-@@ -786,7 +786,7 @@
- if (-d /etc/modprobe.d) {
-   $device_map = $modconf;
- } elsif (-d /etc/modules.d) {
--  $device_map = /etc/modules.d/ndiswrapper;
-+  $device_map = /etc/modules.d/ndiswrapper.conf;
- } else {
-   $device_map = /etc/ndiswrapper/ndiswrapper;
- }



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:36:23
  Author: tpowa
Revision: 69334

archrelease: copy trunk to testing-x86_64

Added:
  ndiswrapper-utils/repos/testing-x86_64/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:36:52
  Author: tpowa
Revision: 69335

archrelease: copy trunk to testing-i686

Added:
  ndiswrapper-utils/repos/testing-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:48:04
  Author: tpowa
Revision: 69336

upgpkg: iputils 20100214-1
bump to latest version

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:36:52 UTC (rev 69335)
+++ PKGBUILD2010-02-20 10:48:04 UTC (rev 69336)
@@ -2,9 +2,9 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=iputils
-pkgver=20071127
+pkgver=20100214
 _traceroutever=1.4a12
-pkgrel=2
+pkgrel=1
 pkgdesc=IP Configuration Utilities (and Ping)
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,19 +16,16 @@
 replaces=('netkit-base' 'traceroute')
 source=(http://www.skbuff.net/iputils/$pkgname-s$pkgver.tar.bz2
 ftp://ftp.ee.lbl.gov/traceroute-$_traceroutever.tar.gz
-   iputils-20070202-no-open-max.patch
permission-fix.patch)
 options=(!makeflags)
-md5sums=('12245e9927d60ff5cf4a99d265bcb7d3'
+md5sums=('37596c8b3eed537294e77464b9804726'
  '964d599ef696efccdeebe7721cd4828d'
-'a2cbc0174dd883f68297aa7f3e7c4f5c'
-'66109966cad06e425bb12a78bab85b70')
+ '66109966cad06e425bb12a78bab85b70')
 
 build()
 {
   #build iptuils
   cd $startdir/src/$pkgname-s$pkgver
-  patch -Np1 -i ../iputils-20070202-no-open-max.patch || return 1
   make KERNEL_INCLUDE=/usr/include || return 1   # for i686
   for i in arping clockdiff rarpd rdisc tftpd tracepath tracepath6; do
 install -D -m755 $i $startdir/pkg/usr/sbin/$i



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:48:34
  Author: tpowa
Revision: 69337

archrelease: copy trunk to testing-x86_64

Added:
  iputils/repos/testing-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:51:45
  Author: allan
Revision: 69338

upgpkg: libcdaudio 0.99.12-4
rebuild to remove .FILELIST, tidy up PKGBUILD

Modified:
  libcdaudio/trunk/PKGBUILD

--+
 PKGBUILD |   22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:48:34 UTC (rev 69337)
+++ PKGBUILD2010-02-20 10:51:45 UTC (rev 69338)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: arjan ar...@archlinux.org
-#contributor Sarah Hay sarah...@mb.sympatico.ca
+# Maintainer: 
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=libcdaudio
 pkgver=0.99.12
-pkgrel=3
-pkgdesc=A portable library for controlling Audio CDs and managing the 
transfers of information with the CDDB system.
-arch=(i686 x86_64)
+pkgrel=4
+pkgdesc=Library for controlling Audio CDs and interacting with CDDB
+arch=('i686' 'x86_64')
 url=http://libcdaudio.sourceforge.net/;
 license=('GPL')
-depends=(glibc)
+depends=('glibc')
+options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/libcdaudio/$pkgname-${pkgver}p2.tar.gz)
 md5sums=('15de3830b751818a54a42899bd3ae72c')
-options=('!libtool')
 
 build() {
-  cd $startdir/src/$pkgname-${pkgver}p2
+  cd $srcdir/$pkgname-${pkgver}p2
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
 }
 
+package() {
+  cd $srcdir/$pkgname-${pkgver}p2
+  make DESTDIR=$pkgdir install
+}
+



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:51:58
  Author: allan
Revision: 69339

archrelease: remove extra-i686

Deleted:
  libcdaudio/repos/extra-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:52:27
  Author: allan
Revision: 69340

archrelease: copy trunk to extra-i686

Added:
  libcdaudio/repos/extra-i686/



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

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:52:28
  Author: tpowa
Revision: 69341

archrelease: copy trunk to testing-i686

Added:
  iputils/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:52:40
  Author: allan
Revision: 69342

archrelease: remove extra-x86_64

Deleted:
  libcdaudio/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 05:53:08
  Author: allan
Revision: 69343

archrelease: copy trunk to extra-x86_64

Added:
  libcdaudio/repos/extra-x86_64/



[arch-commits] Commit in iputils/trunk (iputils-20070202-no-open-max.patch)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 05:55:58
  Author: tpowa
Revision: 69344

remove unneeded patch

Deleted:
  iputils/trunk/iputils-20070202-no-open-max.patch

+
 iputils-20070202-no-open-max.patch |   16 
 1 file changed, 16 deletions(-)

Deleted: iputils-20070202-no-open-max.patch
===
--- iputils-20070202-no-open-max.patch  2010-02-20 10:53:08 UTC (rev 69343)
+++ iputils-20070202-no-open-max.patch  2010-02-20 10:55:58 UTC (rev 69344)
@@ -1,16 +0,0 @@
-the OPEN_MAX define has been removed in newer kernel headers so use the
-proper method of getting the value dynamically
-
-http://bugs.gentoo.org/195861
-
 a/rdisc.c
-+++ b/rdisc.c
-@@ -247,7 +247,7 @@ void do_fork(void)
-   if ((pid=fork()) != 0)
-   exit(0);
- 
--  for (t = 0; t  OPEN_MAX; t++)
-+  for (t = 0; t  sysconf(_SC_OPEN_MAX); t++)
-   if (t != s)
-   close(t);
- 



[arch-commits] Commit in nvidia-173xx-utils/trunk (PKGBUILD)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:10:12
  Author: tpowa
Revision: 69345

upgpkg: nvidia-173xx-utils 173.14.25-1
bump to latest version

Modified:
  nvidia-173xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 10:55:58 UTC (rev 69344)
+++ PKGBUILD2010-02-20 11:10:12 UTC (rev 69345)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia-173xx-utils
-pkgver=173.14.22
+pkgver=173.14.25
 pkgrel=1
 pkgdesc=NVIDIA drivers utilities and libraries, 173xx branch.
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 install=nvidia.install
 options=(!strip)
 
source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;)
-sha256sums=('7e357a475771f538c01bd14776e7c43848a5ae3e30198f2173b10fb0a5d8023d')
-[ $CARCH = x86_64 ]  
sha256sums=('9ad8a860ee96b3632f6c7f2adf0fd7c7e1d79487acef7e8a46f848a8fbf96c83')
+md5sums=('397bac51f760505ea57e863c1db9c572')
+[ $CARCH = x86_64 ]  md5sums=('a61b6c1627984f93af73eb446a8beb5e')
 
 build() {
cd $srcdir



[arch-commits] Commit in nvidia-173xx-utils/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:14:36
  Author: tpowa
Revision: 69348

archrelease: remove extra-i686

Deleted:
  nvidia-173xx-utils/repos/extra-i686/



[arch-commits] Commit in nvidia-173xx/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:14:38
  Author: tpowa
Revision: 69349

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-173xx/repos/extra-x86_64/



[arch-commits] Commit in nvidia-173xx-utils/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:14:57
  Author: tpowa
Revision: 69350

archrelease: copy trunk to extra-i686

Added:
  nvidia-173xx-utils/repos/extra-i686/



[arch-commits] Commit in nvidia-173xx/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:18:39
  Author: tpowa
Revision: 69351

archrelease: remove extra-i686

Deleted:
  nvidia-173xx/repos/extra-i686/



[arch-commits] Commit in nvidia-173xx-utils/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:19:48
  Author: tpowa
Revision: 69352

archrelease: remove extra-x86_64

Deleted:
  nvidia-173xx-utils/repos/extra-x86_64/



[arch-commits] Commit in nvidia-173xx/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:19:52
  Author: tpowa
Revision: 69353

archrelease: copy trunk to extra-i686

Added:
  nvidia-173xx/repos/extra-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:20:06
  Author: allan
Revision: 69355

archrelease: remove extra-i686

Deleted:
  bs/repos/extra-i686/



[arch-commits] Commit in nvidia-173xx-utils/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:20:12
  Author: tpowa
Revision: 69356

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-173xx-utils/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:20:37
  Author: allan
Revision: 69357

archrelease: copy trunk to extra-i686

Added:
  bs/repos/extra-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:20:50
  Author: allan
Revision: 69358

archrelease: remove extra-x86_64

Deleted:
  bs/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:21:18
  Author: allan
Revision: 69359

archrelease: copy trunk to extra-x86_64

Added:
  bs/repos/extra-x86_64/



[arch-commits] Commit in nvidia-96xx/trunk (PKGBUILD)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:24:15
  Author: tpowa
Revision: 69360

upgpkg: nvidia-96xx 96.43.16-1
bump to latest version

Modified:
  nvidia-96xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:21:18 UTC (rev 69359)
+++ PKGBUILD2010-02-20 11:24:15 UTC (rev 69360)
@@ -2,9 +2,9 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia-96xx
-pkgver=96.43.14
+pkgver=96.43.16
 _kernver='2.6.32-ARCH'
-pkgrel=4
+pkgrel=1
 pkgdesc=NVIDIA drivers for kernel26, 96xx branch.
 arch=('i686' 'x86_64')
 [ $CARCH = i686   ]  ARCH=x86
@@ -16,8 +16,8 @@
 license=('custom')
 install=nvidia.install
 
source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run;)
-sha256sums=('7906f34371f06ca8deb977e1e9c321b1687e0db3fecf98e1ba7bc0779b8c236d')
-[ $CARCH = x86_64 ]  
sha256sums=('19fa6878061bf413dac4de4b17a5e32f26cf699f7b958805e4b9f0b03892af54')
+md5sums=('7479b25c747e29af95b9ccf06f43fbf9')
+[ $CARCH = x86_64 ]  md5sums=('73e226d4ee0996b6df4bdf44cc1fc6f5')
 
 build() {
cd $srcdir



[arch-commits] Commit in nvidia-96xx-utils/trunk (PKGBUILD)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:24:49
  Author: tpowa
Revision: 69361

upgpkg: nvidia-96xx-utils 96.43.16-1
bump to latest version

Modified:
  nvidia-96xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:24:15 UTC (rev 69360)
+++ PKGBUILD2010-02-20 11:24:49 UTC (rev 69361)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia-96xx-utils
-pkgver=96.43.14
+pkgver=96.43.16
 pkgrel=1
 pkgdesc=NVIDIA drivers utilities and libraries, 96xx branch.
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 install=nvidia.install
 options=(!strip)
 
source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;)
-sha256sums=('7906f34371f06ca8deb977e1e9c321b1687e0db3fecf98e1ba7bc0779b8c236d')
-[ $CARCH = x86_64 ]  
sha256sums=('19fa6878061bf413dac4de4b17a5e32f26cf699f7b958805e4b9f0b03892af54')
+md5sums=('7479b25c747e29af95b9ccf06f43fbf9')
+[ $CARCH = x86_64 ]  md5sums=('73e226d4ee0996b6df4bdf44cc1fc6f5')
 
 build() {
cd $srcdir



[arch-commits] Commit in nvidia-96xx/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:25:05
  Author: tpowa
Revision: 69362

archrelease: remove extra-i686

Deleted:
  nvidia-96xx/repos/extra-i686/



[arch-commits] Commit in nvidia-96xx/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:26:50
  Author: tpowa
Revision: 69363

archrelease: copy trunk to extra-i686

Added:
  nvidia-96xx/repos/extra-i686/



[arch-commits] Commit in nvidia-96xx-utils/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:27:49
  Author: tpowa
Revision: 69364

archrelease: remove extra-x86_64

Deleted:
  nvidia-96xx-utils/repos/extra-x86_64/



[arch-commits] Commit in nvidia-96xx-utils/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:28:09
  Author: tpowa
Revision: 69365

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-96xx-utils/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:30:24
  Author: allan
Revision: 69366

upgpkg: which 2.20-2
rebuild to compress info page, remove texinfo dep

Modified:
  which/trunk/PKGBUILD
  which/trunk/which.install

---+
 PKGBUILD  |   17 ++---
 which.install |6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:28:09 UTC (rev 69365)
+++ PKGBUILD2010-02-20 11:30:24 UTC (rev 69366)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=which
 pkgver=2.20
-pkgrel=1
+pkgrel=2
 pkgdesc=A utility to show the full path of commands
 arch=('i686' 'x86_64')
 url=http://www.xs4all.nl/~carlo17/which;
 license=('GPL3')
+groups=('base')
+depends=('glibc')
 install=which.install
-groups=('base')
-depends=('glibc' 'texinfo')
 source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('95be0501a466e515422cde4af46b2744')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+}
 
-  rm -f ${pkgdir}/usr/share/info/dir
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Modified: which.install
===
--- which.install   2010-02-20 11:28:09 UTC (rev 69365)
+++ which.install   2010-02-20 11:30:24 UTC (rev 69366)
@@ -2,8 +2,9 @@
 filelist=(which.info)
 
 post_install() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
 
@@ -12,9 +13,8 @@
 }
 
 pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
   for file in ${fileli...@]}; do
 install-info --delete $infodir/$file $infodir/dir 2 /dev/null
   done
 }
-
-# vim:set ts=2 sw=2 et:



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:30:57
  Author: allan
Revision: 69367

archrelease: copy trunk to testing-i686

Added:
  which/repos/testing-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:31:30
  Author: allan
Revision: 69368

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/



[arch-commits] Commit in nvidia-96xx/repos (extra-x86_64)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:33:35
  Author: tpowa
Revision: 69369

archrelease: remove extra-x86_64

Deleted:
  nvidia-96xx/repos/extra-x86_64/



[arch-commits] Commit in nvidia-96xx-utils/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:34:28
  Author: tpowa
Revision: 69370

archrelease: remove extra-i686

Deleted:
  nvidia-96xx-utils/repos/extra-i686/



[arch-commits] Commit in nvidia-96xx-utils/repos (extra-i686)

2010-02-20 Thread Tobias Powalowski
Date: Saturday, February 20, 2010 @ 06:34:48
  Author: tpowa
Revision: 69372

archrelease: copy trunk to extra-i686

Added:
  nvidia-96xx-utils/repos/extra-i686/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 06:38:40
  Author: giovanni
Revision: 69373

upgpkg: sawfish 1.6.2-1
upstream release

Modified:
  sawfish/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:34:48 UTC (rev 69372)
+++ PKGBUILD2010-02-20 11:38:40 UTC (rev 69373)
@@ -2,27 +2,28 @@
 # Maintainer: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=sawfish
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=An extensible window manager using a Lisp-based scripting language
 url=http://sawfish.wikia.com/;
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=('librep' 'esd' 'gtk2' 'rep-gtk' 'libsm' 'gmp')
-source=(http://downloads.sourceforge.net/sourceforge/sawmill/sawfish-$pkgver.tar.bz2)
-md5sums=('3200deb3428a5973d71e98b291f5247b')
+depends=('rep-gtk' 'libsm')
 install=sawfish.install
+source=(http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dc9c9391aa46d8de193054ba86d37ea3')
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-capplet --libexecdir=/usr/lib/
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/lib
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install || return 1
   # info stuff
-  rm $startdir/pkg/usr/share/info/dir
-  gzip -9nf $startdir/pkg/usr/share/info/*
-  mkdir -p $startdir/pkg/etc/X11/sessions/
-  cp $startdir/src/$pkgname-$pkgver/sawfish.desktop \
-  $startdir/pkg/etc/X11/sessions/
+  rm ${pkgdir}/usr/share/info/dir
+  gzip -9nf ${pkgdir}/usr/share/info/*
+  mkdir -p ${pkgdir}/etc/X11/sessions/
+  cp ${srcdir}/${pkgname}-${pkgver}/sawfish.desktop \
+ ${pkgdir}/etc/X11/sessions/
 }



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 06:39:27
  Author: giovanni
Revision: 69374

archrelease: remove extra-i686

Deleted:
  sawfish/repos/extra-i686/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 06:39:46
  Author: giovanni
Revision: 69375

archrelease: copy trunk to extra-i686

Added:
  sawfish/repos/extra-i686/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 06:40:33
  Author: giovanni
Revision: 69376

archrelease: remove extra-x86_64

Deleted:
  sawfish/repos/extra-x86_64/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 06:40:51
  Author: giovanni
Revision: 69377

archrelease: copy trunk to extra-x86_64

Added:
  sawfish/repos/extra-x86_64/



[arch-commits] Commit in perl-text-iconv/trunk (PKGBUILD)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:54:34
  Author: allan
Revision: 69378

upgpkg: perl-text-iconv 1.7-3
man dir location rebuild

Modified:
  perl-text-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:40:51 UTC (rev 69377)
+++ PKGBUILD2010-02-20 11:54:34 UTC (rev 69378)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Maintainer: 
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-text-iconv
 _realname=Text-Iconv
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Interface to iconv codeset conversion
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/${_realname}/;
@@ -16,10 +16,8 @@
 md5sums=('81b26e069eaebb084e91ea3c009b67ae')
 
 build() {
-  cd  ${startdir}/src/${_realname}-${pkgver}
+  cd  ${srcdir}/${_realname}-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor || return 1
   make  || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
-  find ${startdir}/pkg -name '.packlist' -delete
-  find ${startdir}/pkg -name '*.pod' -delete
+  make DESTDIR=${pkgdir} install || return 1
 }



[arch-commits] Commit in perl-text-iconv/repos (extra-i686)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:54:46
  Author: allan
Revision: 69379

archrelease: remove extra-i686

Deleted:
  perl-text-iconv/repos/extra-i686/



[arch-commits] Commit in perl-text-iconv/repos (extra-i686)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:55:14
  Author: allan
Revision: 69380

archrelease: copy trunk to extra-i686

Added:
  perl-text-iconv/repos/extra-i686/



[arch-commits] Commit in perl-text-iconv/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:55:24
  Author: allan
Revision: 69381

archrelease: remove extra-x86_64

Deleted:
  perl-text-iconv/repos/extra-x86_64/



[arch-commits] Commit in perl-text-iconv/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:55:53
  Author: allan
Revision: 69382

archrelease: copy trunk to extra-x86_64

Added:
  perl-text-iconv/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:57:57
  Author: allan
Revision: 69383

upgpkg: perl-appconfig 1.66-3
convert to any package, fixes mandir location on x86_64

Modified:
  perl-appconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:55:53 UTC (rev 69382)
+++ PKGBUILD2010-02-20 11:57:57 UTC (rev 69383)
@@ -5,9 +5,9 @@
 pkgname=perl-appconfig
 _realname=AppConfig
 pkgver=1.66
-pkgrel=2
+pkgrel=3
 pkgdesc=Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments
-arch=(i686 x86_64)
+arch=('any')
 license=('PerlArtistic' 'GPL')
 url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl=5.10.0')
@@ -16,14 +16,9 @@
 md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
 
 build() {
-  cd ${startdir}/src/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor || return 1
   make  || return 1
-  make install DESTDIR=${startdir}/pkg || return 1
-
-  # remove perllocal.pod and .packlist
-  find ${startdir}/pkg -name perllocal.pod -delete
-  find ${startdir}/pkg -name .packlist -delete
+  make install DESTDIR=${pkgdir} || return 1
 }
-# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-appconfig/repos (extra-any)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:58:31
  Author: allan
Revision: 69384

archrelease: copy trunk to extra-any

Added:
  perl-appconfig/repos/extra-any/



[arch-commits] Commit in perl-appconfig/repos (extra-i686 extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:58:37
  Author: allan
Revision: 69385

removed extra-i686 and extra-x86_64 for perl-appconfig

Deleted:
  perl-appconfig/repos/extra-i686/
  perl-appconfig/repos/extra-x86_64/



[arch-commits] Commit in perl-file-desktopentry/trunk (PKGBUILD)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:00:44
  Author: allan
Revision: 69386

upgpkg: perl-file-desktopentry 0.04-3
convert to any package, fixes mandir location on x86_64

Modified:
  perl-file-desktopentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 11:58:37 UTC (rev 69385)
+++ PKGBUILD2010-02-20 12:00:44 UTC (rev 69386)
@@ -4,9 +4,9 @@
 pkgname=perl-file-desktopentry
 _realname=File-DesktopEntry
 pkgver=0.04
-pkgrel=2
+pkgrel=3
 pkgdesc='Object to handle .desktop files'
-arch=(i686 x86_64)
+arch=('any')
 license=('GPL' 'PerlArtistic')
 url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl=5.10.0')
@@ -15,13 +15,9 @@
 md5sums=('fc196bc1a4d6ca84953fee5a9cdaa629')
 
 build() {
-  cd $startdir/src/${_realname}-$pkgver
+  cd ${srcdir}/${_realname}-$pkgver
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
   make  || return 1
-  make install DESTDIR=${startdir}/pkg || return 1
-
-  # remove perllocal.pod and .packlist
-  find ${startdir}/pkg -name perllocal.pod -delete
-  find ${startdir}/pkg -name .packlist -delete
+  make install DESTDIR=${pkgdir} || return 1
 }



[arch-commits] Commit in perl-file-desktopentry/repos (extra-any)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:01:17
  Author: allan
Revision: 69387

archrelease: copy trunk to extra-any

Added:
  perl-file-desktopentry/repos/extra-any/



[arch-commits] Commit in perl-file-desktopentry/repos (extra-i686 extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:01:24
  Author: allan
Revision: 69388

removed extra-i686 and extra-x86_64 for perl-file-desktopentry

Deleted:
  perl-file-desktopentry/repos/extra-i686/
  perl-file-desktopentry/repos/extra-x86_64/



[arch-commits] Commit in perl-file-tail/trunk (PKGBUILD)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:04:03
  Author: allan
Revision: 69389

upgpkg: perl-file-tail 0.99.3-4
convert to any package, fixes mandir location on x86_64

Modified:
  perl-file-tail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 12:01:24 UTC (rev 69388)
+++ PKGBUILD2010-02-20 12:04:03 UTC (rev 69389)
@@ -4,9 +4,9 @@
 pkgname=perl-file-tail
 _realname=File-Tail
 pkgver=0.99.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Perl/CPAN File::Tail module for reading from continously updated 
files
-arch=(i686 x86_64)
+arch=('any')
 license=('PerlArtistic')
 url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl=5.10.0')
@@ -15,13 +15,9 @@
 md5sums=('ef0fb7bcb4181ba593f4a09940f61d1c')
 
 build() {
-  cd $startdir/src/${_realname}-$pkgver
+  cd $srcdir/${_realname}-$pkgver
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor || return 1
   make  || return 1
-  make install DESTDIR=${startdir}/pkg || return 1
-
-  # remove perllocal.pod and .packlist
-  find ${startdir}/pkg -name perllocal.pod -delete
-  find ${startdir}/pkg -name .packlist -delete
+  make install DESTDIR=${pkgdir} || return 1
 }



[arch-commits] Commit in perl-file-tail/repos (extra-i686 extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:04:51
  Author: allan
Revision: 69391

removed extra-i686 and extra-x86_64 for perl-file-tail

Deleted:
  perl-file-tail/repos/extra-i686/
  perl-file-tail/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:36:11
  Author: allan
Revision: 69392

upgpkg: opencdk 0.6.6-2
rebuild to remove .FILELIST, tidy up PKGBUILD

Modified:
  opencdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 12:04:51 UTC (rev 69391)
+++ PKGBUILD2010-02-20 12:36:11 UTC (rev 69392)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+
 pkgname=opencdk
 pkgver=0.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc=The Open Crypto Development Kit provides basic parts of the OpenPGP 
message format
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gnutls/;
 license=('GPL')
 depends=('libgcrypt=1.2.4' 'zlib')
@@ -13,8 +14,8 @@
 md5sums=('813d62d7afe7b2c2d8f3df0a6c9d9331')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:36:26
  Author: allan
Revision: 69393

archrelease: remove extra-i686

Deleted:
  opencdk/repos/extra-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:36:55
  Author: allan
Revision: 69394

archrelease: copy trunk to extra-i686

Added:
  opencdk/repos/extra-i686/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:37:12
  Author: allan
Revision: 69395

archrelease: remove extra-x86_64

Deleted:
  opencdk/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:37:41
  Author: allan
Revision: 69396

archrelease: copy trunk to extra-x86_64

Added:
  opencdk/repos/extra-x86_64/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:39:57
  Author: giovanni
Revision: 69397

upgpkg: fsarchiver 0.6.8-1
upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 12:37:41 UTC (rev 69396)
+++ PKGBUILD2010-02-20 12:39:57 UTC (rev 69397)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc=A safe and flexible file-system backup and deployment tool
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 license=('GPL')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz-utils' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c7f243de54647b4ad694526c340300b4')
+md5sums=('8416ac1847d5dde5ee513a286129f336')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install || return 1
 }



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:40:20
  Author: giovanni
Revision: 69398

archrelease: remove extra-i686

Deleted:
  fsarchiver/repos/extra-i686/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:40:50
  Author: giovanni
Revision: 69399

archrelease: copy trunk to extra-i686

Added:
  fsarchiver/repos/extra-i686/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:41:07
  Author: giovanni
Revision: 69400

archrelease: remove extra-x86_64

Deleted:
  fsarchiver/repos/extra-x86_64/



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

2010-02-20 Thread Giovanni Scafora
Date: Saturday, February 20, 2010 @ 07:41:33
  Author: giovanni
Revision: 69401

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:43:15
  Author: allan
Revision: 69402

upgpkg: pam_fprint 0.2-2
rebuild to remove .FILELIST, tidy up PKGBUILD

Modified:
  pam_fprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 12:41:33 UTC (rev 69401)
+++ PKGBUILD2010-02-20 12:43:15 UTC (rev 69402)
@@ -3,19 +3,19 @@
 
 pkgname=pam_fprint
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=pam module for fingerprint authentication
 arch=('i686' 'x86_64')
 url=http://reactivated.net/fprint/wiki/Main_Page;
+license=('LGPL')
 groups=('fprint')
-license=('LGPL')
 depends=('libfprint' 'pam')
 
source=(http://downloads.sourceforge.net/sourceforge/fprint/$pkgname-$pkgver.tar.bz2)
 md5sums=('abfb041ed856aaac5c5c416973451226 ')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 07:44:33
  Author: allan
Revision: 69406

archrelease: copy trunk to extra-x86_64

Added:
  pam_fprint/repos/extra-x86_64/



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:20:20
  Author: allan
Revision: 69407

upgpkg: xfce4-artwork 0.1-6
rebuild to remove .FILELIST, tidy up PKGBUILD

Modified:
  xfce4-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 12:44:33 UTC (rev 69406)
+++ PKGBUILD2010-02-20 13:20:20 UTC (rev 69407)
@@ -1,25 +1,20 @@
 # $Id$
-# Maintainer: aurelien aurel...@archlinux.org
+# Maintainer:
 # Contributor: Ben contrasu...@myrealbox.com
 
 pkgname=xfce4-artwork
 pkgver=0.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Backdrops for the Xfce4 desktop
-arch=(i686 x86_64)
-license=(GPL2)
+arch=('any')
+license=('GPL2')
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
-depends=('xfdesktop')
-makedepends=('pkgconfig')
-options=('!libtool')
 source=(http://download2.berlios.de/xfce-goodies/${pkgname}-${pkgver}.tar.gz)
 md5sums=('b7612ee950fcf052e5acfacd0fda729f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}/backdrops/
+  install -d ${pkgdir}/usr/share/xfce4/backdrops
+  install -t ${pkgdir}/usr/share/xfce4/backdrops *.{png,jpg}
 }



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-i686)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:30:49
  Author: allan
Revision: 69411

archrelease: remove extra-i686

Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-i686)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:31:17
  Author: allan
Revision: 69412

archrelease: copy trunk to extra-i686

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:31:27
  Author: allan
Revision: 69413

archrelease: remove extra-x86_64

Deleted:
  xfce4-cpufreq-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpufreq-plugin/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:31:55
  Author: allan
Revision: 69414

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-i686)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:36:17
  Author: allan
Revision: 69417

archrelease: copy trunk to extra-i686

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:36:27
  Author: allan
Revision: 69418

archrelease: remove extra-x86_64

Deleted:
  xfce4-cpugraph-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (extra-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 08:36:55
  Author: allan
Revision: 69419

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpugraph-plugin/repos/extra-x86_64/



  1   2   3   >