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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 21:43:56
  Author: eric
Revision: 86777

archrelease: copy trunk to testing-x86_64

Added:
  psmisc/repos/testing-x86_64/



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 21:43:45
  Author: eric
Revision: 86776

archrelease: copy trunk to testing-i686

Added:
  psmisc/repos/testing-i686/



[arch-commits] Commit in psmisc/trunk (ChangeLog PKGBUILD psmisc.checkregs.fix.patch)

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 21:43:34
  Author: eric
Revision: 86775

upgpkg: psmisc 22.12-1
Upstream update, Updated psmisc.checkregs.fix.patch

Modified:
  psmisc/trunk/ChangeLog
  psmisc/trunk/PKGBUILD
  psmisc/trunk/psmisc.checkregs.fix.patch

+
 ChangeLog  |6 ++
 PKGBUILD   |   18 +-
 psmisc.checkregs.fix.patch |   16 
 3 files changed, 23 insertions(+), 17 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-08-03 23:22:34 UTC (rev 86774)
+++ ChangeLog   2010-08-04 01:43:34 UTC (rev 86775)
@@ -1,3 +1,9 @@
+2010-08-03  Eric Belanger  
+
+   * psmisc 22.12-1
+   * Upstream update
+   * Updated psmisc.checkregs.fix.patch
+
 2010-04-30  Eric Belanger  
 
* psmisc 22.11-1

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 23:22:34 UTC (rev 86774)
+++ PKGBUILD2010-08-04 01:43:34 UTC (rev 86775)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Belanger 
 
 pkgname=psmisc
-pkgver=22.11
+pkgver=22.12
 pkgrel=1
 pkgdesc="Miscellaneous procfs tools"
 arch=('i686' 'x86_64')
@@ -10,20 +10,20 @@
 license=('GPL')
 groups=('base')
 depends=('glibc' 'ncurses')
+changelog=ChangeLog
 source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz 
psmisc.checkregs.fix.patch)
-md5sums=('b5d32aa285b75c59dee96d3ea26a4881' '143116f9c1a6ed14645cf34f76e97239')
-sha1sums=('5d3b9f15ffba3f98147223abbcf803405fd7b7ae' 
'cda61d954cc16d5331a4e3e78a30ef61fa798ef3')
+md5sums=('16c83a351c292cfc845b27d6395e05fb' '37a76ddcf8ef7b2b50234707a92be68e')
+sha1sums=('662e332f7140252b65aca0c44096ee8d2f80b3c2' 
'dccb8c99ec4075837ea1e67a8a7473314bd31d4c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../psmisc.checkregs.fix.patch || return 1
-  mkdir m4
-  autoreconf || return 1
-  ./configure --prefix=/usr || return 1
-  make || return 1
+  patch -p0 < ../psmisc.checkregs.fix.patch
+  autoreconf
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }

Modified: psmisc.checkregs.fix.patch
===
--- psmisc.checkregs.fix.patch  2010-08-03 23:22:34 UTC (rev 86774)
+++ psmisc.checkregs.fix.patch  2010-08-04 01:43:34 UTC (rev 86775)
@@ -1,12 +1,12 @@
 configure.ac.orig  2007-11-04 04:24:32.0 -0300
-+++ configure.ac   2009-04-30 19:03:09.393728806 -0300
-@@ -67,7 +67,8 @@
-   struct user_regs_struct.rax,
+--- configure.ac.orig  2010-07-12 07:37:58.0 -0400
 configure.ac   2010-07-14 00:08:07.0 -0400
+@@ -66,7 +66,8 @@
struct user_regs_struct.rdi,
struct user_regs_struct.rsi,
--  struct user_regs_struct.rdx], [],[], [#include ])
-+  struct user_regs_struct.rdx], [],[], [AC_INCLUDES_DEFAULT
-+#include ])
+   struct user_regs_struct.rdx], [],[],
+-[#include ])
++[#include  
++ #include ])
  AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
struct pt_regs.gpr], [],[], [#include ])
- AM_CONDITIONAL(WANT_PEEKFD_I386,
+ AC_CHECK_MEMBERS([struct pt_regs.uregs],[],[], [#include ])



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 19:22:34
  Author: eric
Revision: 86774

archrelease: copy trunk to extra-x86_64

Added:
  freeciv/repos/extra-x86_64/



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 19:22:26
  Author: eric
Revision: 86773

archrelease: remove extra-x86_64

Deleted:
  freeciv/repos/extra-x86_64/



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 19:20:39
  Author: eric
Revision: 86772

archrelease: copy trunk to extra-i686

Added:
  freeciv/repos/extra-i686/



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 19:20:30
  Author: eric
Revision: 86771

archrelease: remove extra-i686

Deleted:
  freeciv/repos/extra-i686/



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

2010-08-03 Thread Eric Bélanger
Date: Tuesday, August 3, 2010 @ 19:18:44
  Author: eric
Revision: 86770

upgpkg: freeciv 2.2.2-1
Upstream update

Modified:
  freeciv/trunk/ChangeLog
  freeciv/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |   13 +++--
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-08-03 22:28:42 UTC (rev 86769)
+++ ChangeLog   2010-08-03 23:18:44 UTC (rev 86770)
@@ -1,3 +1,8 @@
+2010-08-03  Eric Belanger  
+
+   * freeciv 2.2.2-1
+   * Upstream update
+
 2010-05-29  Eric Belanger  
 
* freeciv 2.2.1-1

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 22:28:42 UTC (rev 86769)
+++ PKGBUILD2010-08-03 23:18:44 UTC (rev 86770)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=freeciv
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
@@ -13,17 +13,18 @@
 depends=('gtk2' 'sdl_mixer' 'readline' 'bzip2')
 options=('!libtool')
 install=freeciv.install
+changelog=ChangeLog
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b43269e38ecd32cb09850778befc72b3')
-sha1sums=('f9d141a04e447a57f4fc001dbd789d92717735e4')
+md5sums=('fae46199dedaf0decc3b82dc06f95624')
+sha1sums=('b306374d5e2e118393b23ff9a0b1a8d391b36c82')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-client=gtk 
--enable-shared || return 1
-  make || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-client=gtk 
--enable-shared
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:28:42
  Author: ibiru
Revision: 86769

archrelease: copy trunk to extra-x86_64

Added:
  psiconv/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:28:24
  Author: ibiru
Revision: 86768

archrelease: remove extra-x86_64

Deleted:
  psiconv/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:28:17
  Author: ibiru
Revision: 86767

archrelease: copy trunk to extra-i686

Added:
  psiconv/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:28:01
  Author: ibiru
Revision: 86766

archrelease: remove extra-i686

Deleted:
  psiconv/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 18:27:52
  Author: ibiru
Revision: 86765

upgpkg: psiconv 0.9.8-7 imagemagick 6.6.2.10 rebuild. FS#20355

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 20:24:59 UTC (rev 86764)
+++ PKGBUILD2010-08-03 22:27:52 UTC (rev 86765)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=6
+pkgrel=7
 pkgdesc="Converts Psion 5(MX) files to more commonly used file formats"
 arch=('i686' 'x86_64')
 url="http://software.frodo.looijaard.name/psiconv/";



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

2010-08-03 Thread andyrtr
Date: Tuesday, August 3, 2010 @ 16:24:59
  Author: andyrtr
Revision: 86764

archrelease: copy trunk to testing-x86_64

Added:
  mailman/repos/testing-x86_64/



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

2010-08-03 Thread andyrtr
Date: Tuesday, August 3, 2010 @ 16:24:07
  Author: andyrtr
Revision: 86763

archrelease: copy trunk to testing-i686

Added:
  mailman/repos/testing-i686/



[arch-commits] Commit in mailman/trunk (3 files)

2010-08-03 Thread andyrtr
Date: Tuesday, August 3, 2010 @ 16:23:16
  Author: andyrtr
Revision: 86762

upgpkg: mailman 2.1.13-1
update to 2.1.13, fix build issues and user/group handlling, /home/mailman 
isn't needed anymore

Added:
  mailman/trunk/mailman-2.1-build.patch
Modified:
  mailman/trunk/PKGBUILD
  mailman/trunk/mailman.install

-+
 PKGBUILD|   65 ++--
 mailman-2.1-build.patch |  694 ++
 mailman.install |   34 +-
 3 files changed, 758 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 19:12:29 UTC (rev 86761)
+++ PKGBUILD2010-08-03 20:23:16 UTC (rev 86762)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=mailman
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc="Mailing list manager with built in web access"
 arch=('i686' 'x86_64')
@@ -12,50 +12,71 @@
 # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead.
 backup=('usr/lib/mailman/Mailman/mm_cfg.py')
 install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz \
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz
+   mailman-2.1-build.patch
rc.mailman)
-md5sums=('d565a6d2d0ec6d2dd6936a81e1c1ca86'
+md5sums=('3235323ccb3e0135c10b7c66a440390b'
+ 'ed04d062379eb21e39ce1e70e6b1ade2'
  '3d83d06d0ec3319bf3c7d9df5d18e89f')
 
+# needs to be build as root for pam allowing to create new user/group
+# LANG=C; time rm -rf src/ pkg/ && time makepkg -L --asroot
+
 build() {
-  cd $srcdir/$pkgname-$pkgver || return 1
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix directory permissions to satisfy check_perms
+  patch -Np1 -i ${srcdir}/mailman-2.1-build.patch
   
-  # the mailman user and group are required to build
+  # the mailman user and group are required to build (better to satisfy 
check_perms)
   if [ ! `egrep '^mailman' /etc/passwd` ]; then
 msg "Adding user/group mailman (temporarily)"
-groupadd -g 80 mailman || return 1
-sleep 2
-useradd -u 80 -g mailman -d /home/mailman -s /bin/false mailman \
-   || return 1
-mkdir -p /home/mailman || return 1
-chown mailman.mailman /home/mailman || return 1
-chmod a+rx,g+ws /home/mailman || return 1
+groupadd -g 80 mailman
+useradd -s /sbin/nologin -c "GNU Mailing List Manager" -d /usr/lib/mailman 
-u 80 -g mailman -M -r mailman
 cleanup=1
   else
 cleanup=0
   fi
 
-  # set permissions and ownership on the target directory
-  #mkdir -p $pkgdir/home/mailman || return 1
-  #chown mailman.mailman $pkgdir/home/mailman || return 1
-  #chmod a+rx,g+ws $pkgdir/home/mailman || return 1
-
-  # configure and build
   ./configure --without-permcheck \
   --prefix=/usr/lib/mailman \
   --with-var-prefix=/var/lib/mailman \
   --with-mail-gid=mailman \
+ --with-username=mailman --with-groupname=mailman \
   --with-cgi-gid=http
 
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # let's follow Fedora FHS way; Gentoo does it the other way round
+
+  # Create a link so that the config file mm_cfg.py appears in config
+  # directory /etc/mailman. We don't put mm_cfg.py in the config directory
+  # because its executable code (python file) and the security policy wants
+  # to keep executable code out of /etc and inside of a lib directory instead,
+  # and because traditionally mm_cfg.py was in the Mailman subdirectory and
+  # experienced mailman admins will expect to find it there. But having it
+  # "appear" in the config directory is good practice and heading in the
+  # right direction for FHS compliance.
+  install -d -m755 ${pkgdir}/etc/${pkgname}
+  ln -sv /usr/lib/mailman/Mailman/mm_cfg.py ${pkgdir}/etc/${pkgname}/mm_cfg.py
+
+  # fix some permissions to satisfy check_perms
+  chown -R mailman:mailman 
$pkgdir/{usr/lib/mailman,var/lib/mailman,etc/mailman/*}
+  chown http:mailman ${pkgdir}/var/lib/mailman/archives/private
+  chmod 2770 ${pkgdir}/var/lib/mailman/archives/private
+  chmod 2755 ${pkgdir}/usr/lib/mailman/cgi-bin/* 
+  chmod 2755 ${pkgdir}/usr/lib/mailman/mail/mailman
+  
   # install the launch script
   install -D -m755 $srcdir/rc.mailman $pkgdir/etc/rc.d/mailman || return 1
-
+  
   if [ $cleanup -eq 1 ]; then
 msg "Removing user/group mailman"
 userdel mailman
-rmdir /home/mailman
   fi
 }

Added: mailman-2.1-build.patch
===
--- mailman-2.1-build.patch (rev 0)
+++ mailman-2.1-build.patch 2010-08-03 20:23:16 UTC (rev 86762)
@@ -0,0 +1,694 @@
+diff -ruN mailman-2.1.12-a/bin/Makefile.in mailman-2.1.12-b/bin/Makefile.in
+--- mailman-2.1.12-a/bin/Makefile.in   2009-02-23 22:23:35.0 +0100
 mailman-2.1.12-b/bin/Makefile.in   2009-07-28 12:

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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:12:29
  Author: ibiru
Revision: 86761

db-move: moved modemmanager from [testing] to [extra] (i686)

Added:
  modemmanager/repos/extra-i686/
Deleted:
  modemmanager/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:12:27
  Author: ibiru
Revision: 86760

db-move: modemmanager removed by ibiru for move to extra

Deleted:
  modemmanager/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:12:16
  Author: ibiru
Revision: 86759

db-move: moved modemmanager from [testing] to [extra] (x86_64)

Added:
  modemmanager/repos/extra-x86_64/
Deleted:
  modemmanager/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:12:14
  Author: ibiru
Revision: 86758

db-move: modemmanager removed by ibiru for move to extra

Deleted:
  modemmanager/repos/extra-x86_64/



[arch-commits] Commit in networkmanager-vpnc/repos (extra-x86_64 testing-x86_64)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:47
  Author: ibiru
Revision: 86757

db-move: moved networkmanager-vpnc from [testing] to [extra] (x86_64)

Added:
  networkmanager-vpnc/repos/extra-x86_64/
Deleted:
  networkmanager-vpnc/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:45
  Author: ibiru
Revision: 86756

db-move: networkmanager-vpnc removed by ibiru for move to extra

Deleted:
  networkmanager-vpnc/repos/extra-x86_64/



[arch-commits] Commit in networkmanager-vpnc/repos (extra-i686 testing-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:34
  Author: ibiru
Revision: 86755

db-move: moved networkmanager-vpnc from [testing] to [extra] (i686)

Added:
  networkmanager-vpnc/repos/extra-i686/
Deleted:
  networkmanager-vpnc/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:32
  Author: ibiru
Revision: 86754

db-move: networkmanager-vpnc removed by ibiru for move to extra

Deleted:
  networkmanager-vpnc/repos/extra-i686/



[arch-commits] Commit in networkmanager-pptp/repos (extra-x86_64 testing-x86_64)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:05
  Author: ibiru
Revision: 86753

db-move: moved networkmanager-pptp from [testing] to [extra] (x86_64)

Added:
  networkmanager-pptp/repos/extra-x86_64/
Deleted:
  networkmanager-pptp/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:11:03
  Author: ibiru
Revision: 86752

db-move: networkmanager-pptp removed by ibiru for move to extra

Deleted:
  networkmanager-pptp/repos/extra-x86_64/



[arch-commits] Commit in networkmanager-pptp/repos (extra-i686 testing-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:51
  Author: ibiru
Revision: 86751

db-move: moved networkmanager-pptp from [testing] to [extra] (i686)

Added:
  networkmanager-pptp/repos/extra-i686/
Deleted:
  networkmanager-pptp/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:49
  Author: ibiru
Revision: 86750

db-move: networkmanager-pptp removed by ibiru for move to extra

Deleted:
  networkmanager-pptp/repos/extra-i686/



[arch-commits] Commit in networkmanager-openvpn/repos (extra-i686 testing-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:33
  Author: ibiru
Revision: 86749

db-move: moved networkmanager-openvpn from [testing] to [extra] (i686)

Added:
  networkmanager-openvpn/repos/extra-i686/
Deleted:
  networkmanager-openvpn/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:31
  Author: ibiru
Revision: 86748

db-move: networkmanager-openvpn removed by ibiru for move to extra

Deleted:
  networkmanager-openvpn/repos/extra-i686/



[arch-commits] Commit in networkmanager-openvpn/repos (extra-x86_64 testing-x86_64)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:20
  Author: ibiru
Revision: 86747

db-move: moved networkmanager-openvpn from [testing] to [extra] (x86_64)

Added:
  networkmanager-openvpn/repos/extra-x86_64/
Deleted:
  networkmanager-openvpn/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:18
  Author: ibiru
Revision: 86746

db-move: networkmanager-openvpn removed by ibiru for move to extra

Deleted:
  networkmanager-openvpn/repos/extra-x86_64/



[arch-commits] Commit in networkmanager-openconnect/repos (2 files)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:03
  Author: ibiru
Revision: 86745

db-move: moved networkmanager-openconnect from [testing] to [extra] (x86_64)

Added:
  networkmanager-openconnect/repos/extra-x86_64/
Deleted:
  networkmanager-openconnect/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:10:01
  Author: ibiru
Revision: 86744

db-move: networkmanager-openconnect removed by ibiru for move to extra

Deleted:
  networkmanager-openconnect/repos/extra-x86_64/



[arch-commits] Commit in networkmanager-openconnect/repos (extra-i686 testing-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:50
  Author: ibiru
Revision: 86743

db-move: moved networkmanager-openconnect from [testing] to [extra] (i686)

Added:
  networkmanager-openconnect/repos/extra-i686/
Deleted:
  networkmanager-openconnect/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:48
  Author: ibiru
Revision: 86742

db-move: networkmanager-openconnect removed by ibiru for move to extra

Deleted:
  networkmanager-openconnect/repos/extra-i686/



[arch-commits] Commit in network-manager-applet/repos (extra-i686 testing-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:24
  Author: ibiru
Revision: 86741

db-move: moved network-manager-applet from [testing] to [extra] (i686)

Added:
  network-manager-applet/repos/extra-i686/
Deleted:
  network-manager-applet/repos/testing-i686/



[arch-commits] Commit in network-manager-applet/repos (extra-i686)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:22
  Author: ibiru
Revision: 86740

db-move: network-manager-applet removed by ibiru for move to extra

Deleted:
  network-manager-applet/repos/extra-i686/



[arch-commits] Commit in network-manager-applet/repos (extra-x86_64 testing-x86_64)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:11
  Author: ibiru
Revision: 86739

db-move: moved network-manager-applet from [testing] to [extra] (x86_64)

Added:
  network-manager-applet/repos/extra-x86_64/
Deleted:
  network-manager-applet/repos/testing-x86_64/



[arch-commits] Commit in network-manager-applet/repos (extra-x86_64)

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:09:09
  Author: ibiru
Revision: 86738

db-move: network-manager-applet removed by ibiru for move to extra

Deleted:
  network-manager-applet/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:08:54
  Author: ibiru
Revision: 86737

db-move: moved networkmanager from [testing] to [extra] (x86_64)

Added:
  networkmanager/repos/extra-x86_64/
Deleted:
  networkmanager/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:08:52
  Author: ibiru
Revision: 86736

db-move: networkmanager removed by ibiru for move to extra

Deleted:
  networkmanager/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:08:41
  Author: ibiru
Revision: 86735

db-move: moved networkmanager from [testing] to [extra] (i686)

Added:
  networkmanager/repos/extra-i686/
Deleted:
  networkmanager/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 15:08:39
  Author: ibiru
Revision: 86734

db-move: networkmanager removed by ibiru for move to extra

Deleted:
  networkmanager/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 14:23:35
  Author: ibiru
Revision: 86733

archrelease: copy trunk to extra-x86_64

Added:
  rxvt-unicode/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 14:23:21
  Author: ibiru
Revision: 86732

archrelease: remove extra-x86_64

Deleted:
  rxvt-unicode/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 14:23:14
  Author: ibiru
Revision: 86731

archrelease: copy trunk to extra-i686

Added:
  rxvt-unicode/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 14:22:59
  Author: ibiru
Revision: 86730

archrelease: remove extra-i686

Deleted:
  rxvt-unicode/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 14:22:52
  Author: ibiru
Revision: 86729

upgpkg: rxvt-unicode 9.07-2 perl 5.12 rebuild

Modified:
  rxvt-unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 16:31:08 UTC (rev 86728)
+++ PKGBUILD2010-08-03 18:22:52 UTC (rev 86729)
@@ -4,7 +4,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.07
-pkgrel=1
+pkgrel=2
 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
 arch=(i686 x86_64)
 depends=('gcc-libs' 'libxft' 'libxpm')



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 12:31:08
  Author: ibiru
Revision: 86728

archrelease: copy trunk to extra-x86_64

Added:
  mrtg/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 12:30:50
  Author: ibiru
Revision: 86727

archrelease: remove extra-x86_64

Deleted:
  mrtg/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 12:30:42
  Author: ibiru
Revision: 86726

archrelease: copy trunk to extra-i686

Added:
  mrtg/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 12:30:25
  Author: ibiru
Revision: 86725

archrelease: remove extra-i686

Deleted:
  mrtg/repos/extra-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 12:30:15
  Author: ibiru
Revision: 86724

upgpkg: mrtg 2.16.4-1 update to 2.16.4

Modified:
  mrtg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 15:47:30 UTC (rev 86723)
+++ PKGBUILD2010-08-03 16:30:15 UTC (rev 86724)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=mrtg
-pkgver=2.16.3
+pkgver=2.16.4
 pkgrel=1
 pkgdesc="Multi Router Traffic Grapher."
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gd' 'perl')
 source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz)
-md5sums=('dfdda80c1d575081458cede58f979d81')
+md5sums=('ec298200d239832ff1648fba488e1a9e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 11:47:30
  Author: ibiru
Revision: 86723

db-move: moved weechat from [testing] to [extra] (x86_64)

Added:
  weechat/repos/extra-x86_64/
Deleted:
  weechat/repos/testing-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 11:47:28
  Author: ibiru
Revision: 86722

db-move: weechat removed by ibiru for move to extra

Deleted:
  weechat/repos/extra-x86_64/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 11:47:14
  Author: ibiru
Revision: 86721

db-move: moved weechat from [testing] to [extra] (i686)

Added:
  weechat/repos/extra-i686/
Deleted:
  weechat/repos/testing-i686/



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

2010-08-03 Thread Ionut Biru
Date: Tuesday, August 3, 2010 @ 11:47:12
  Author: ibiru
Revision: 86720

db-move: weechat removed by ibiru for move to extra

Deleted:
  weechat/repos/extra-i686/



[arch-commits] Commit in kdeplasma-addons/trunk (PKGBUILD lancelot-segfault.patch)

2010-08-03 Thread Ronald van Haren
Date: Tuesday, August 3, 2010 @ 09:14:59
  Author: ronald
Revision: 86719

add lancelot segfault fix when kopete is not installed

Added:
  kdeplasma-addons/trunk/lancelot-segfault.patch
Modified:
  kdeplasma-addons/trunk/PKGBUILD

-+
 PKGBUILD|   10 --
 lancelot-segfault.patch |   12 
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 12:25:49 UTC (rev 86718)
+++ PKGBUILD2010-08-03 13:14:59 UTC (rev 86719)
@@ -78,10 +78,16 @@
 groups=('kde' 'kdeplasma-addons')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 
'kdegraphics-libs'
'kdeedu-marble' 'eigen' 'scim' 'qwt' 'docbook-xsl')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('fabcc32ee038b18d71cc0f7f4ba4424c15a07e98')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
+   'lancelot-segfault.patch')
+sha1sums=('fabcc32ee038b18d71cc0f7f4ba4424c15a07e98'
+  '5710e832c7889ce9352d473a291ff888e3b9734e')
 
 build() {
+# fix already included in 4.5.1
+cd ${srcdir}/${pkgbase}-${pkgver}
+patch -Np4 -i ${srcdir}/lancelot-segfault.patch || return 1
+
cd $srcdir
mkdir build
cd build

Added: lancelot-segfault.patch
===
--- lancelot-segfault.patch (rev 0)
+++ lancelot-segfault.patch 2010-08-03 13:14:59 UTC (rev 86719)
@@ -0,0 +1,12 @@
+--- branches/KDE/4.5/kdeplasma-addons/libs/lancelot-datamodels/BaseModel.cpp   
2010/07/29 11:58:11 1156621
 branches/KDE/4.5/kdeplasma-addons/libs/lancelot-datamodels/BaseModel.cpp   
2010/07/29 11:58:49 1156622
+@@ -165,7 +165,7 @@
+ {
+ const KService::Ptr service = KService::serviceByStorageId(serviceName);
+ 
+-qDebug() << "BaseModel::addService Applic:" << service->isValid() << " " 
<< serviceName;
++// qDebug() << "BaseModel::addService Applic:" << service->isValid() << " 
" << serviceName;
+ 
+ return addService(service);
+ }
+



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

2010-08-03 Thread Paul Mattal
Date: Tuesday, August 3, 2010 @ 08:25:49
  Author: paul
Revision: 86718

archrelease: copy trunk to extra-x86_64

Added:
  truecrypt/repos/extra-x86_64/



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

2010-08-03 Thread Paul Mattal
Date: Tuesday, August 3, 2010 @ 08:25:42
  Author: paul
Revision: 86717

archrelease: remove extra-x86_64

Deleted:
  truecrypt/repos/extra-x86_64/



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

2010-08-03 Thread Paul Mattal
Date: Tuesday, August 3, 2010 @ 08:25:37
  Author: paul
Revision: 86716

archrelease: copy trunk to extra-i686

Added:
  truecrypt/repos/extra-i686/



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

2010-08-03 Thread Paul Mattal
Date: Tuesday, August 3, 2010 @ 08:25:30
  Author: paul
Revision: 86715

archrelease: remove extra-i686

Deleted:
  truecrypt/repos/extra-i686/



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

2010-08-03 Thread Paul Mattal
Date: Tuesday, August 3, 2010 @ 08:25:26
  Author: paul
Revision: 86714

upgpkg: truecrypt 7.0-1
upstream update to 7.0

Modified:
  truecrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 12:06:11 UTC (rev 86713)
+++ PKGBUILD2010-08-03 12:25:26 UTC (rev 86714)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=truecrypt
-pkgver=6.3a
+pkgver=7.0
 pkgrel=1
 pkgdesc="Free open-source cross-platform disk encryption software"
 url="http://www.truecrypt.org/";
@@ -15,7 +15,7 @@
 options=('force')
 # N.B. Truecrypt's web-based source download is incompatible with
 # makepkg. Source has been placed on ftp.archlinux.org instead
-source=("ftp://ftp.archlinux.org/other/tc/${pkgname}-${pkgver}.tar.gz"; \
+source=( truecrypt_7.tar.gz \
 'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
 "${pkgname}.desktop") 
 
@@ -35,6 +35,6 @@
   # Install License
   install -D -m644 License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt || return 1
 }
-md5sums=('0a7cc9a340df0aa0a86e8f2ff3fdda92'
+md5sums=('da60dcc842b88ae7c8eb2171b1701abc'
  'ce6a707b79411e82e8e558aa03e764b0'
  '183b9bf04a943454d4e216130bcbac01')



[arch-commits] Commit in kdepimlibs/trunk (PKGBUILD contactsearch-speed-fix.diff)

2010-08-03 Thread Ronald van Haren
Date: Tuesday, August 3, 2010 @ 08:06:11
  Author: ronald
Revision: 86713

new tarball with patch fix included

Modified:
  kdepimlibs/trunk/PKGBUILD
Deleted:
  kdepimlibs/trunk/contactsearch-speed-fix.diff

--+
 PKGBUILD |   10 ++
 contactsearch-speed-fix.diff |   13 -
 2 files changed, 2 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 11:59:53 UTC (rev 86712)
+++ PKGBUILD2010-08-03 12:06:11 UTC (rev 86713)
@@ -12,16 +12,10 @@
 depends=('kdelibs' 'akonadi' 'libical' 'gpgme')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap' 
'docbook-xsl')
 install='kdepimlibs.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-   'contactsearch-speed-fix.diff')
-sha1sums=('b49afbdad6a906b9e2affdf8a77d4bf312677b69'
-   'ff31718b0963585e730207352e2d3eb4d5c9d04f')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('51b233aa1bf47ab478158e7e462d850720895686')
 
 build() {
-   # Already fixed in 4.5.1
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np0 -i ${srcdir}/contactsearch-speed-fix.diff
-
cd ${srcdir}
mkdir build
cd build

Deleted: contactsearch-speed-fix.diff
===
--- contactsearch-speed-fix.diff2010-08-03 11:59:53 UTC (rev 86712)
+++ contactsearch-speed-fix.diff2010-08-03 12:06:11 UTC (rev 86713)
@@ -1,13 +0,0 @@
-Index: akonadi/contact/contactsearchjob.cpp
-===
 akonadi/contact/contactsearchjob.cpp   (revision 1156790)
-+++ akonadi/contact/contactsearchjob.cpp   (revision 1156791)
-@@ -50,7 +50,7 @@
- 
- void ContactSearchJob::setQuery( Criterion criterion, const QString &value )
- {
--  setQuery( criterion, value, ContainsMatch );
-+  setQuery( criterion, value, ExactMatch );
- }
- 
- void ContactSearchJob::setQuery( Criterion criterion, const QString &value, 
Match match )



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

2010-08-03 Thread François Charette
Date: Tuesday, August 3, 2010 @ 07:59:53
  Author: francois
Revision: 86712

archrelease: copy trunk to extra-any

Added:
  perl-log-log4perl/repos/extra-any/



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

2010-08-03 Thread François Charette
Date: Tuesday, August 3, 2010 @ 07:59:33
  Author: francois
Revision: 86711

archrelease: remove extra-any

Deleted:
  perl-log-log4perl/repos/extra-any/



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

2010-08-03 Thread François Charette
Date: Tuesday, August 3, 2010 @ 07:59:20
  Author: francois
Revision: 86710

upgpkg: perl-log-log4perl 1.29-1
update to 1.29

Modified:
  perl-log-log4perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 11:04:12 UTC (rev 86709)
+++ PKGBUILD2010-08-03 11:59:20 UTC (rev 86710)
@@ -2,7 +2,7 @@
 
 pkgname=perl-log-log4perl
 _cpanname=Log-Log4perl
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Log4j implementation in Perl"
 arch=('any')
@@ -11,7 +11,6 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/M/MS/MSCHILLI/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('79e76be178ac409428e6438135134076')
 
 build() {
   cd $srcdir/${_cpanname}-${pkgver}
@@ -21,3 +20,4 @@
   find $pkgdir -name '.packlist' -delete
   find $pkgdir -name '*.pod' -delete
 }
+md5sums=('40f0d465d1d0b3f1c25bbd0936ffe001')



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:04:12
  Author: tpowa
Revision: 86709

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:03:08
  Author: tpowa
Revision: 86708

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:03:03
  Author: tpowa
Revision: 86707

archrelease: copy trunk to testing-x86_64

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



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:02:45
  Author: tpowa
Revision: 86706

archrelease: copy trunk to testing-i686

Added:
  intel-537/repos/testing-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:00:09
  Author: tpowa
Revision: 86705

archrelease: copy trunk to testing-i686

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



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 07:00:03
  Author: tpowa
Revision: 86704

upgpkg: intel-537 2.60.80.0-68
rebuild against 2.6.35

Modified:
  intel-537/trunk/PKGBUILD
  intel-537/trunk/intel-537.install

---+
 PKGBUILD  |   16 
 intel-537.install |4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 10:57:11 UTC (rev 86703)
+++ PKGBUILD2010-08-03 11:00:03 UTC (rev 86704)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer : Tobias Powalowski 
 
-_kernver=2.6.34-ARCH;
+_kernver=2.6.35-ARCH;
 
 pkgname=intel-537
 pkgver=2.60.80.0
-pkgrel=67
+pkgrel=68
 pkgdesc="Intel Modem Drivers for 537 chipsets. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('custom:"INTEL537"')
 url="http://linmodems.technion.ac.il/packages/Intel/";
-depends=('intel-537-utils' 'kernel26>=2.6.34' 'kernel26<2.6.35')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('intel-537-utils' 'kernel26>=2.6.35' 'kernel26<2.6.36')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 
source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-536EP-537EP_2009_07_04.tar.bz2
 kernel-2.6.31.patch
 kernel-2.6.33.patch)
@@ -19,14 +19,14 @@
 
 build() {
   cd $srcdir/intel-536-537
-  patch -Np0 -i ../kernel-2.6.31.patch || return 1
-  patch -Np0 -i ../kernel-2.6.33.patch || return 1
+  patch -Np0 -i ../kernel-2.6.31.patch
+  patch -Np0 -i ../kernel-2.6.33.patch
   # fix makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" config_check
-  make KDIR=/lib/modules/${_kernver}/build 
KERNEL_SOURCE_PATH=/lib/modules/${_kernver}/build MODEM_TYPE=537 537 || return 1
+  make KDIR=/lib/modules/${_kernver}/build 
KERNEL_SOURCE_PATH=/lib/modules/${_kernver}/build MODEM_TYPE=537 537
   # Install kernel module
-  install -D -m 644 Intel537.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/net/intel537.ko || return 1
+  install -D -m 644 Intel537.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/net/intel537.ko
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" 
$startdir/intel-537.install
 }
 md5sums=('dfea7456fd1b7a6cbf18cdd8ff69e1e7'

Modified: intel-537.install
===
--- intel-537.install   2010-08-03 10:57:11 UTC (rev 86703)
+++ intel-537.install   2010-08-03 11:00:03 UTC (rev 86704)
@@ -8,7 +8,7 @@
 
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 echo
 echo
@@ -30,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:57:11
  Author: tpowa
Revision: 86703

upgpkg: nvidia-173xx 173.14.27-2
rebuild against 2.6.35

Modified:
  nvidia-173xx/trunk/PKGBUILD
  nvidia-173xx/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 10:54:48 UTC (rev 86702)
+++ PKGBUILD2010-08-03 10:57:11 UTC (rev 86703)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia-173xx
 pkgver=173.14.27
-_kernver='2.6.34-ARCH'
-pkgrel=1
+_kernver='2.6.35-ARCH'
+pkgrel=2
 pkgdesc="NVIDIA drivers for kernel26, 173xx branch."
 arch=('i686' 'x86_64')
 [ "$CARCH" = "i686"   ] && ARCH=x86
 [ "$CARCH" = "x86_64" ] && ARCH=x86_64
 url="http://www.nvidia.com/";
-depends=('kernel26>=2.6.34' 'kernel26<2.6.35' 'nvidia-173xx-utils')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('kernel26>=2.6.35' 'kernel26<2.6.36' 'nvidia-173xx-utils')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 conflicts=('nvidia-96xx' 'nvidia')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2010-08-03 10:54:48 UTC (rev 86702)
+++ nvidia.install  2010-08-03 10:57:11 UTC (rev 86703)
@@ -1,5 +1,5 @@
 post_install() {
-   KERNEL_VERSION='2.6.34-ARCH'
+   KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION
 }
 
@@ -9,6 +9,6 @@
 }
 
 post_remove() {
-   KERNEL_VERSION='2.6.34-ARCH'
+   KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION
 }



[arch-commits] Commit in intel-536ep/repos (testing-i686)

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:54:48
  Author: tpowa
Revision: 86702

archrelease: copy trunk to testing-i686

Added:
  intel-536ep/repos/testing-i686/



[arch-commits] Commit in intel-536ep/trunk (PKGBUILD intel-536EP.install)

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:51:43
  Author: tpowa
Revision: 86701

upgpkg: intel-536ep 2.56.76.0-66
rebuild against 2.6.35

Modified:
  intel-536ep/trunk/PKGBUILD
  intel-536ep/trunk/intel-536EP.install

-+
 PKGBUILD|   16 
 intel-536EP.install |4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 10:17:22 UTC (rev 86700)
+++ PKGBUILD2010-08-03 10:51:43 UTC (rev 86701)
@@ -4,14 +4,14 @@
 pkgname=intel-536ep
 name=intel-536EP
 pkgver=2.56.76.0
-pkgrel=65
-_kernver=2.6.34-ARCH
+pkgrel=66
+_kernver=2.6.35-ARCH
 pkgdesc="Intel Modem Drivers for 536EP chipset. For stock arch 2.6 kernel "
 arch=(i686)
 license=('custom:"INTEL536"')
 url="http://linmodems.technion.ac.il/packages/Intel/";
-depends=('intel-536ep-utils' 'kernel26>=2.6.34' 'kernel26<2.6.35')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('intel-536ep-utils' 'kernel26>=2.6.35' 'kernel26<2.6.36')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 
source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-536EP-537EP_2009_07_04.tar.bz2
 kernel-2.6.31.patch
 kernel-2.6.33.patch)
@@ -19,14 +19,14 @@
 
 build() {
   cd $startdir/src/intel-536-537
-  patch -Np0 -i ../kernel-2.6.31.patch || return 1
-  patch -Np0 -i ../kernel-2.6.33.patch || return 1
+  patch -Np0 -i ../kernel-2.6.31.patch
+  patch -Np0 -i ../kernel-2.6.33.patch
   # fix makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" makefile
   sed -i -e "s/\`uname -r\`/${_kernver}/g" config_check
-  make MODEM_TYPE=536 KERNEL_SOURCE_PATH=/lib/modules/${_kernver}/build 
KDIR=/lib/modules/${_kernver}/build 536 || return 1 
+  make MODEM_TYPE=536 KERNEL_SOURCE_PATH=/lib/modules/${_kernver}/build 
KDIR=/lib/modules/${_kernver}/build 536
   #Install kernel module
-  install -D -m 644  Intel536.ko 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/intel536.ko || return 1
+  install -D -m 644  Intel536.ko 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/intel536.ko
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" 
$startdir/intel-536EP.install
 }
 md5sums=('dfea7456fd1b7a6cbf18cdd8ff69e1e7'

Modified: intel-536EP.install
===
--- intel-536EP.install 2010-08-03 10:17:22 UTC (rev 86700)
+++ intel-536EP.install 2010-08-03 10:51:43 UTC (rev 86701)
@@ -8,7 +8,7 @@
 
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 echo
 echo
@@ -30,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:17:22
  Author: tpowa
Revision: 86700

upgpkg: kernel26 2.6.35-1
bump to latest major release

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64
  kernel26/trunk/kernel26.install

--+
 PKGBUILD |   14 -
 config   |  400 -
 config.x86_64|  352 ++
 kernel26.install |2 
 4 files changed, 636 insertions(+), 132 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 86699:86700 to see the changes.


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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:16:55
  Author: tpowa
Revision: 86699

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

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



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:16:52
  Author: tpowa
Revision: 86698

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

Deleted:
  kernel26/repos/core-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:16:32
  Author: tpowa
Revision: 86697

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

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



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:16:28
  Author: tpowa
Revision: 86696

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

Deleted:
  kernel26/repos/core-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:04:21
  Author: tpowa
Revision: 86695

archrelease: copy trunk to testing-x86_64

Added:
  fcpci/repos/testing-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:03:53
  Author: tpowa
Revision: 86694

archrelease: copy trunk to testing-i686

Added:
  fcpci/repos/testing-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 06:03:25
  Author: tpowa
Revision: 86693

upgpkg: fcpci 31107-54
rebuild against latest .35 kernel

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---+
 PKGBUILD  |8 
 fcpci.install |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 09:56:12 UTC (rev 86692)
+++ PKGBUILD2010-08-03 10:03:25 UTC (rev 86693)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=53
-_kernver=2.6.34-ARCH
+pkgrel=54
+_kernver=2.6.35-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel."
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LGPL')
 url="http://www.avm.de";
-depends=('capi4k-utils' 'kernel26>=2.6.34' 'kernel26<2.6.35')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('capi4k-utils' 'kernel26>=2.6.35' 'kernel26<2.6.36')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 if [ "$CARCH" = "i686" ]; then
   
source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
 
kernel-2.6.19.patch 

Modified: fcpci.install
===
--- fcpci.install   2010-08-03 09:56:12 UTC (rev 86692)
+++ fcpci.install   2010-08-03 10:03:25 UTC (rev 86693)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci  -   -   -   -   -   -/fcpci 
-   -   -   -   -   -/g' /etc/capi.conf
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci   -   -   -   -   -   
-/#fcpci-   -   -   -   -   -/g' 
/etc/capi.conf
 # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:56:12
  Author: tpowa
Revision: 86692

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:54:58
  Author: tpowa
Revision: 86691

archrelease: copy trunk to testing-i686

Added:
  nvidia/repos/testing-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:53:46
  Author: tpowa
Revision: 86690

upgpkg: nvidia 256.44-2
rebuild against latest .35 kernel

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |9 -
 nvidia.install |4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 09:50:45 UTC (rev 86689)
+++ PKGBUILD2010-08-03 09:53:46 UTC (rev 86690)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=256.44
-_kernver='2.6.34-ARCH'
-pkgrel=1
+_kernver='2.6.35-ARCH'
+pkgrel=2
 pkgdesc="NVIDIA drivers for kernel26."
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('kernel26>=2.6.34' 'kernel26<2.6.35' "nvidia-utils=${pkgver}")
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('kernel26>=2.6.35' 'kernel26<2.6.36' "nvidia-utils=${pkgver}")
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
@@ -40,4 +40,3 @@
 echo "blacklist nouveau" >> 
$pkgdir/etc/modprobe.d/nouveau_blacklist.conf
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" 
$startdir/nvidia.install
 }
-md5sums=('cb61b75a305e78291db313dae39c625b')

Modified: nvidia.install
===
--- nvidia.install  2010-08-03 09:50:45 UTC (rev 86689)
+++ nvidia.install  2010-08-03 09:53:46 UTC (rev 86690)
@@ -1,5 +1,5 @@
 post_install() {
-   KERNEL_VERSION='2.6.34-ARCH'
+   KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION
 }
 
@@ -9,6 +9,6 @@
 }
 
 post_remove() {
-   KERNEL_VERSION='2.6.34-ARCH'
+   KERNEL_VERSION='2.6.35-ARCH'
depmod $KERNEL_VERSION
 }



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:50:45
  Author: tpowa
Revision: 86689

archrelease: copy trunk to testing-x86_64

Added:
  aufs2/repos/testing-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:50:21
  Author: tpowa
Revision: 86688

archrelease: copy trunk to testing-x86_64

Added:
  aufs2-util/repos/testing-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:50:20
  Author: tpowa
Revision: 86687

archrelease: copy trunk to testing-i686

Added:
  aufs2/repos/testing-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:49:34
  Author: tpowa
Revision: 86686

archrelease: copy trunk to testing-i686

Added:
  aufs2-util/repos/testing-i686/



[arch-commits] Commit in aufs2/trunk (PKGBUILD aufs2.install create-tarball.sh)

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:49:34
  Author: tpowa
Revision: 86685

upgpkg: aufs2 2.6.35_20100802-1
bump to latest version

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/aufs2.install
  aufs2/trunk/create-tarball.sh

---+
 PKGBUILD  |   11 +--
 aufs2.install |2 +-
 create-tarball.sh |6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 09:45:43 UTC (rev 86684)
+++ PKGBUILD2010-08-03 09:49:34 UTC (rev 86685)
@@ -2,21 +2,20 @@
 # Maintainer: Paul Mattal 
 
 pkgname=aufs2
-pkgver=2.6.34_20100517
+pkgver=2.6.35_20100802
 pkgrel=1
 #_kernver=${pkgver%_*}-ARCH
-_kernver=2.6.34-ARCH
+_kernver=2.6.35-ARCH
 pkgdesc="Another Unionfs Implementation"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/";
 license=('GPL2')
-depends=('kernel26>=2.6.34' 'kernel26<2.6.35')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('kernel26>=2.6.35' 'kernel26<2.6.36')
+makedepends=('kernel26-headers>=2.6.35' 'kernel26-headers<2.6.36')
 replaces=('aufs')
 install=${pkgname}.install
 source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz";)
 options=('!makeflags')
-md5sums=('271f07ac41e07cb7c30ff29bee8087fa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -55,4 +54,4 @@
   # install include files
   install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h || return 1
 }
-md5sums=('421c5ca3d4d917f92f7c0508a16f8177')
+md5sums=('e0b3f5709e1cb746fdfa43047354ad4d')

Modified: aufs2.install
===
--- aufs2.install   2010-08-03 09:45:43 UTC (rev 86684)
+++ aufs2.install   2010-08-03 09:49:34 UTC (rev 86685)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION=2.6.34-ARCH
+  KERNEL_VERSION=2.6.35-ARCH
   depmod $KERNEL_VERSION
 }
 

Modified: create-tarball.sh
===
--- create-tarball.sh   2010-08-03 09:45:43 UTC (rev 86684)
+++ create-tarball.sh   2010-08-03 09:49:34 UTC (rev 86685)
@@ -1,7 +1,7 @@
 #!/bin/sh
-AUFS2VERSION="-34"
-KERNELVERSION=2.6.34
-GITSNAPSHOT=20100517
+AUFS2VERSION="-35"
+KERNELVERSION=2.6.35
+GITSNAPSHOT=20100802
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git 
aufs2-standalone.git
 cd aufs2-standalone.git



[arch-commits] Commit in aufs2-util/trunk (PKGBUILD create-tarball.sh)

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 05:45:43
  Author: tpowa
Revision: 86684

upgpkg: aufs2-util 20100802-1
bump to latest version

Modified:
  aufs2-util/trunk/PKGBUILD
  aufs2-util/trunk/create-tarball.sh

---+
 PKGBUILD  |6 +++---
 create-tarball.sh |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 08:22:27 UTC (rev 86683)
+++ PKGBUILD2010-08-03 09:45:43 UTC (rev 86684)
@@ -2,14 +2,14 @@
 # Contributor: Paul Mattal 
 # Maintainer: Paul Mattal 
 pkgname=aufs2-util
-pkgver=20100517
+pkgver=20100802
 pkgrel=1
 pkgdesc="Another Unionfs Implementation that supports NFS branches"
 arch=('i686' 'x86_64')
 url="http://aufs.sourceforge.net/";
 license=('GPL2')
 depends=('glibc')
-makedepends=('aufs2>=2.6.34_20100517' 'kernel26-headers')
+makedepends=('aufs2>=2.6.35_20100802' 'kernel26-headers')
 replaces=('aufs-utils')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 
@@ -22,4 +22,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('1541729832ead247953b09dd5cc40883')
+md5sums=('f10e57e84df2ca01c338b2d8a2a1f337')

Modified: create-tarball.sh
===
--- create-tarball.sh   2010-08-03 08:22:27 UTC (rev 86683)
+++ create-tarball.sh   2010-08-03 09:45:43 UTC (rev 86684)
@@ -1,5 +1,5 @@
 #!/bin/sh
-GITSNAPSHOT=20100517
+GITSNAPSHOT=20100802
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git aufs2-util.git
 cd aufs2-util.git



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:22:27
  Author: tpowa
Revision: 86683

removed md5sum

Modified:
  nvidia/repos/extra-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 08:22:05 UTC (rev 86682)
+++ PKGBUILD2010-08-03 08:22:27 UTC (rev 86683)
@@ -40,4 +40,3 @@
 echo "blacklist nouveau" >> 
$pkgdir/etc/modprobe.d/nouveau_blacklist.conf
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" 
$startdir/nvidia.install
 }
-md5sums=('cb61b75a305e78291db313dae39c625b')



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:22:05
  Author: tpowa
Revision: 86682

removed md5sum

Modified:
  nvidia/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-03 08:16:15 UTC (rev 86681)
+++ PKGBUILD2010-08-03 08:22:05 UTC (rev 86682)
@@ -40,4 +40,3 @@
 echo "blacklist nouveau" >> 
$pkgdir/etc/modprobe.d/nouveau_blacklist.conf
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" 
$startdir/nvidia.install
 }
-md5sums=('cb61b75a305e78291db313dae39c625b')



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:16:15
  Author: tpowa
Revision: 86681

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:15:55
  Author: tpowa
Revision: 86680

archrelease: remove extra-x86_64

Deleted:
  nvidia/repos/extra-x86_64/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:14:55
  Author: tpowa
Revision: 86679

archrelease: copy trunk to extra-i686

Added:
  nvidia/repos/extra-i686/



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

2010-08-03 Thread Tobias Powalowski
Date: Tuesday, August 3, 2010 @ 04:14:36
  Author: tpowa
Revision: 86678

archrelease: remove extra-i686

Deleted:
  nvidia/repos/extra-i686/



  1   2   >