[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2010-02-27 Thread Pierre Schmitz
Date: Saturday, February 27, 2010 @ 04:07:29
  Author: pierre
Revision: 70523

upgpkg: grml-zsh-config 0.3.79-1
upstream update

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 06:57:01 UTC (rev 70522)
+++ PKGBUILD2010-02-27 09:07:29 UTC (rev 70523)
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.3.78
-pkgrel=2
+pkgver=0.3.79
+pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
 url='http://grml.org/zsh/'
@@ -11,15 +11,19 @@
 depends=('zsh')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-md5sums=('e4953afb57051016999029368faf7b7b')
+md5sums=('c8123412fc02f91638d4792e5a49f861')
 
 build() {
+   cd ${srcdir}/grml-etc-core/doc
+   make
+}
+
+package() {
cd ${srcdir}/grml-etc-core
install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-   cd doc
-   make
-   install -D -m644 grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
 }



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2010-02-27 Thread Pierre Schmitz
Date: Saturday, February 27, 2010 @ 04:07:36
  Author: pierre
Revision: 70524

archrelease: remove extra-any

Deleted:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in grml-zsh-config/repos (extra-any)

2010-02-27 Thread Pierre Schmitz
Date: Saturday, February 27, 2010 @ 04:07:52
  Author: pierre
Revision: 70525

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/



[arch-commits] Commit in foobillard/trunk (PKGBUILD snooker_reset.patch)

2010-02-27 Thread Daniel Griffiths
Date: Saturday, February 27, 2010 @ 05:08:43
  Author: dgriffiths
Revision: 70526

FS#18471

Added:
  foobillard/trunk/snooker_reset.patch
Modified:
  foobillard/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 snooker_reset.patch |   11 +++
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 09:07:52 UTC (rev 70525)
+++ PKGBUILD2010-02-27 10:08:43 UTC (rev 70526)
@@ -4,7 +4,7 @@
 
 pkgname=foobillard
 pkgver=3.0a
-pkgrel=4
+pkgrel=5
 pkgdesc=An OpenGL billiard game for Linux
 arch=('i686' 'x86_64')
 url=http://foobillard.sourceforge.net/;
@@ -12,19 +12,22 @@
 depends=('sdl' 'freetype2' 'libpng' 'libxaw' 'mesa' 'libxi')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz \
 03_bugfixes 05_foul_explanation 06_show_ball_to_hit \
-foobillard.desktop foobillard.png)
+foobillard.desktop foobillard.png snooker_reset.patch)
 md5sums=('c2d92edeaaf8bfb18aa26f1c79931b7d' '4400c87674b8a442c0cbbd619e118cd3'\
  '0b79b9b71bebd7e0e1584f0593cc348d' 'eed13569ab099054619137eabce96045'\
- '436f76ad44910a2524a38ff158bc32fc' '4bb47566197a252388bf49583536dd4d')
+ '436f76ad44910a2524a38ff158bc32fc' '4bb47566197a252388bf49583536dd4d'\
+'329ddc735af17f33df99c5fe7ff672b9')
 sha1sums=('1caa51a201b55883640b5c5b1e9fde20fc71a095' 
'119aa2bfcfb2b074e0d9b441441808c22eacf625'\
  '347535e3db4b04caab2f040779576229b2ce71ac' 
'11cff3e62fccd101cc85d58cc0d0eb4a1b99670f'\
- '7e820e047497eae5f3d495cc8c61870d7b438a2e' 
'67db7b2a96784ff3baaeca9610414376210e5c49')
+ '7e820e047497eae5f3d495cc8c61870d7b438a2e' 
'67db7b2a96784ff3baaeca9610414376210e5c49'\
+'405a64db7e92e7ba046dd9007d4bf1433914ef79')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p1  ../03_bugfixes || return 1
   patch -p1  ../05_foul_explanation || return 1
   patch -p1  ../06_show_ball_to_hit || return 1
+  patch -p0  ../snooker_reset.patch || return 1
 
   ./configure --prefix=/usr || return 1
   make || return 1

Added: snooker_reset.patch
===
--- snooker_reset.patch (rev 0)
+++ snooker_reset.patch 2010-02-27 10:08:43 UTC (rev 70526)
@@ -0,0 +1,11 @@
+--- src/billard3d.c2010-02-27 04:01:40.0 -0600
 src/billard3d.c2010-02-27 04:02:59.0 -0600
+@@ -1219,6 +1219,8 @@
+ printf(tournament_state_setup_next_match 7\n);
+ queue_view=player[act_player].queue_view;
+ printf(tournament_state_setup_next_match 8\n);
++snooker_state.to_play = SN_PLAY_RED;
++printf(tournament_state_setup_next_match 9\n);
+ }
+ 
+ void create_players_text()



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

2010-02-27 Thread Daniel Griffiths
Date: Saturday, February 27, 2010 @ 05:08:48
  Author: dgriffiths
Revision: 70527

archrelease: remove extra-i686

Deleted:
  foobillard/repos/extra-i686/



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

2010-02-27 Thread Daniel Griffiths
Date: Saturday, February 27, 2010 @ 05:09:00
  Author: dgriffiths
Revision: 70529

archrelease: remove extra-x86_64

Deleted:
  foobillard/repos/extra-x86_64/



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

2010-02-27 Thread Daniel Griffiths
Date: Saturday, February 27, 2010 @ 05:09:08
  Author: dgriffiths
Revision: 70530

archrelease: copy trunk to extra-x86_64

Added:
  foobillard/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 06:57:04
  Author: giovanni
Revision: 70532

upgpkg: parted 2.2-1
upstream release

Modified:
  parted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 11:37:38 UTC (rev 70531)
+++ PKGBUILD2010-02-27 11:57:04 UTC (rev 70532)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=parted
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=parted.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c0fd26f12fefb013d77cc5160722ec03')
+md5sums=('9c262afd6673d7724a60b7c632ce80fa')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 06:57:22
  Author: giovanni
Revision: 70533

archrelease: remove extra-i686

Deleted:
  parted/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 06:57:41
  Author: giovanni
Revision: 70534

archrelease: copy trunk to extra-i686

Added:
  parted/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 06:58:03
  Author: giovanni
Revision: 70535

archrelease: remove extra-x86_64

Deleted:
  parted/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 06:58:26
  Author: giovanni
Revision: 70536

archrelease: copy trunk to extra-x86_64

Added:
  parted/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:06:07
  Author: giovanni
Revision: 70539

archrelease: remove extra-i686

Deleted:
  gparted/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:06:26
  Author: giovanni
Revision: 70540

archrelease: copy trunk to extra-i686

Added:
  gparted/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:06:47
  Author: giovanni
Revision: 70541

archrelease: remove extra-x86_64

Deleted:
  gparted/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:07:06
  Author: giovanni
Revision: 70542

archrelease: copy trunk to extra-x86_64

Added:
  gparted/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:09:49
  Author: giovanni
Revision: 70543

upgpkg: devicekit-disks 009-5
rebuild against new version of parted

Modified:
  devicekit-disks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:07:06 UTC (rev 70542)
+++ PKGBUILD2010-02-27 12:09:49 UTC (rev 70543)
@@ -3,7 +3,7 @@
 
 pkgname=devicekit-disks
 pkgver=009
-pkgrel=4
+pkgrel=5
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/DeviceKit;



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:09:58
  Author: giovanni
Revision: 70544

archrelease: remove extra-i686

Deleted:
  devicekit-disks/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:10:17
  Author: giovanni
Revision: 70545

archrelease: copy trunk to extra-i686

Added:
  devicekit-disks/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:10:26
  Author: giovanni
Revision: 70546

archrelease: remove extra-x86_64

Deleted:
  devicekit-disks/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:10:45
  Author: giovanni
Revision: 70547

archrelease: copy trunk to extra-x86_64

Added:
  devicekit-disks/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:16:34
  Author: giovanni
Revision: 70548

upgpkg: partitionmanager 1.0.1-3
rebuild against new version of parted

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:10:45 UTC (rev 70547)
+++ PKGBUILD2010-02-27 12:16:34 UTC (rev 70548)
@@ -4,7 +4,7 @@
 
 pkgname=partitionmanager
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A KDE 4 utility that allows you to manage disks, partitions, and file 
systems.
 arch=('i686' 'x86_64')
 url=https://sourceforge.net/projects/partitionman/;



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:16:50
  Author: giovanni
Revision: 70549

archrelease: remove extra-i686

Deleted:
  partitionmanager/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:17:08
  Author: giovanni
Revision: 70550

archrelease: copy trunk to extra-i686

Added:
  partitionmanager/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:17:24
  Author: giovanni
Revision: 70551

archrelease: remove extra-x86_64

Deleted:
  partitionmanager/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 07:17:44
  Author: giovanni
Revision: 70552

archrelease: copy trunk to extra-x86_64

Added:
  partitionmanager/repos/extra-x86_64/



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

2010-02-27 Thread Ionut Biru
Date: Saturday, February 27, 2010 @ 07:23:59
  Author: ibiru
Revision: 70553

rebuild against parted 2.2

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:17:44 UTC (rev 70552)
+++ PKGBUILD2010-02-27 12:23:59 UTC (rev 70553)
@@ -3,12 +3,12 @@
 
 pkgname=udisks
 pkgver=1.0.0
-pkgrel=0.20100223
+pkgrel=1.20100223
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL')
-depends=('udev=151' 'sg3_utils=1.28' 'glib2=2.23.4' 'dbus-glib=0.82' 
'polkit=0.96' 'parted=2.1' 'device-mapper=2.02.60' 'libatasmart=0.17')
+depends=('udev=151' 'sg3_utils=1.28' 'glib2=2.23.4' 'dbus-glib=0.82' 
'polkit=0.96' 'parted=2.2' 'device-mapper=2.02.60' 'libatasmart=0.17')
 options=(!libtool)
 makedepends=('intltool')
 replaces=('devicekit-disks')



[arch-commits] Commit in udisks/repos (gnome-unstable-i686)

2010-02-27 Thread Ionut Biru
Date: Saturday, February 27, 2010 @ 07:24:31
  Author: ibiru
Revision: 70554

archrelease: remove gnome-unstable-i686

Deleted:
  udisks/repos/gnome-unstable-i686/



[arch-commits] Commit in udisks/repos (gnome-unstable-i686)

2010-02-27 Thread Ionut Biru
Date: Saturday, February 27, 2010 @ 07:24:50
  Author: ibiru
Revision: 70555

archrelease: copy trunk to gnome-unstable-i686

Added:
  udisks/repos/gnome-unstable-i686/



[arch-commits] Commit in udisks/repos (gnome-unstable-x86_64)

2010-02-27 Thread Ionut Biru
Date: Saturday, February 27, 2010 @ 07:25:20
  Author: ibiru
Revision: 70556

archrelease: remove gnome-unstable-x86_64

Deleted:
  udisks/repos/gnome-unstable-x86_64/



[arch-commits] Commit in udisks/repos (gnome-unstable-x86_64)

2010-02-27 Thread Ionut Biru
Date: Saturday, February 27, 2010 @ 07:25:49
  Author: ibiru
Revision: 70557

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  udisks/repos/gnome-unstable-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:42:15
  Author: tpowa
Revision: 70558

upgpkg: nvidia-utils 195.36.08-1
bump to latest version

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:25:49 UTC (rev 70557)
+++ PKGBUILD2010-02-27 12:42:15 UTC (rev 70558)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 
 pkgname=nvidia-utils
-pkgver=190.53
+pkgver=195.36.08
 pkgrel=1
 pkgdesc=NVIDIA drivers utilities and libraries.
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 license=('custom')
 install=nvidia.install
 
source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;)
-md5sums=('2e80419f6f9ac16beecd839874d0c5ab')
-[ $CARCH = x86_64 ]  md5sums=('3d3e956366f9df0e4c64d2e0299d1029')
+md5sums=('7b78eed78b5f345af6dd1b2a83f5d44b')
+[ $CARCH = x86_64 ]  md5sums=('854852a02595eda776e7a67573304eeb')
 
 build() {
cd $srcdir



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:45:31
  Author: tpowa
Revision: 70559

upgpkg: nvidia 195.36.08-1
bump to latest version

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:42:15 UTC (rev 70558)
+++ PKGBUILD2010-02-27 12:45:31 UTC (rev 70559)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia
 pkgver=195.36.08
-_kernver='2.6.33-ARCH'
+_kernver='2.6.32-ARCH'
 pkgrel=1
 pkgdesc=NVIDIA drivers for kernel26.
 arch=('i686' 'x86_64')
 [ $CARCH = i686   ]  ARCH=x86
 [ $CARCH = x86_64 ]  ARCH=x86_64
 url=http://www.nvidia.com/;
-depends=('kernel26=2.6.33' 'kernel262.6.34' nvidia-utils=${pkgver})
-makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
+depends=('kernel26=2.6.32.3' 'kernel262.6.33' nvidia-utils=${pkgver})
+makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:46:57
  Author: tpowa
Revision: 70560

archrelease: remove extra-x86_64

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:47:30
  Author: tpowa
Revision: 70561

upgpkg: aufs2 2.6.33_20100225-1
bump to new major kernel

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

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:46:57 UTC (rev 70560)
+++ PKGBUILD2010-02-27 12:47:30 UTC (rev 70561)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Paul Mattal pjmat...@elys.com
 pkgname=aufs2
-pkgver=2.6.32_20100116
+pkgver=2.6.33_20100225
 pkgrel=1
 _kernver=${pkgver%_*}-ARCH
 pkgdesc=Another Unionfs Implementation
 arch=('i686' 'x86_64')
 url=http://aufs.sourceforge.net/;
 license=('GPL2')
-depends=('kernel26=2.6.32.4' 'kernel262.6.33')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 replaces=('aufs')
 install=${pkgname}.install
 source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz)
 options=(!makeflags)
-md5sums=('81371ca76d344ab09fde3a09efe4abcb')
+md5sums=('4f54f9a77b86e2cbab01455613b8e3f6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver} || return 1
@@ -48,3 +48,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
 }
+

Modified: aufs2.install
===
--- aufs2.install   2010-02-27 12:46:57 UTC (rev 70560)
+++ aufs2.install   2010-02-27 12:47:30 UTC (rev 70561)
@@ -1,15 +1,15 @@
 post_install() {
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod $KERNEL_VERSION
 }
 
 post_upgrade() {
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod $KERNEL_VERSION
 }
 
 post_remove() {
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod $KERNEL_VERSION
 }
 

Modified: create-tarball.sh
===
--- create-tarball.sh   2010-02-27 12:46:57 UTC (rev 70560)
+++ create-tarball.sh   2010-02-27 12:47:30 UTC (rev 70561)
@@ -1,7 +1,7 @@
 #!/bin/sh
-AUFS2VERSION=-32
-KERNELVERSION=2.6.32
-GITSNAPSHOT=20100116
+AUFS2VERSION=-33
+KERNELVERSION=2.6.33
+GITSNAPSHOT=20100225
 # 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 nvidia/repos (extra-i686)

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:47:36
  Author: tpowa
Revision: 70562

archrelease: remove extra-i686

Deleted:
  nvidia/repos/extra-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:47:49
  Author: tpowa
Revision: 70563

upgpkg: kernel26 2.6.33-1
rebuild with correct includes

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:47:36 UTC (rev 70562)
+++ PKGBUILD2010-02-27 12:47:49 UTC (rev 70563)
@@ -194,10 +194,6 @@
 cp $i ${pkgdir}/usr/src/linux-${_kernver}/$i
   done
 
-  cd ${pkgdir}/usr/src/linux-${_kernver}/include  ln -s asm-generic asm
-  # add header for aufs2-util
-  cp -a ${srcdir}/linux-$_basekernel/include/asm-generic/bitsperlong.h 
${pkgdir}/usr/src/linux-${_kernver}/include/asm/
-
   chown -R root.root ${pkgdir}/usr/src/linux-${_kernver}
   find ${pkgdir}/usr/src/linux-${_kernver} -type d -exec chmod 755 {} \;
   # remove unneeded architectures



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:47:55
  Author: tpowa
Revision: 70564

archrelease: copy trunk to extra-i686

Added:
  nvidia/repos/extra-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:47:57
  Author: tpowa
Revision: 70565

archrelease: copy trunk to testing-x86_64

Added:
  aufs2/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:48:23
  Author: tpowa
Revision: 70566

archrelease: copy trunk to extra-x86_64

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:50:31
  Author: tpowa
Revision: 70567

upgpkg: nvidia-173xx 173.14.25-2
rebuild against .33 kernel

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-02-27 12:48:23 UTC (rev 70566)
+++ PKGBUILD2010-02-27 12:50:31 UTC (rev 70567)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia-173xx
 pkgver=173.14.25
-_kernver='2.6.32-ARCH'
-pkgrel=1
+_kernver='2.6.33-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.32.3' 'kernel262.6.33' 'nvidia-173xx-utils')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('kernel26=2.6.33' 'kernel262.6.34' 'nvidia-173xx-utils')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 conflicts=('nvidia-96xx' 'nvidia')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2010-02-27 12:48:23 UTC (rev 70566)
+++ nvidia.install  2010-02-27 12:50:31 UTC (rev 70567)
@@ -1,5 +1,5 @@
 post_install() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }
 
@@ -9,6 +9,6 @@
 }
 
 post_remove() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:54:14
  Author: tpowa
Revision: 70568

archrelease: copy trunk to testing-x86_64

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:56:35
  Author: tpowa
Revision: 70569

upgpkg: nvidia-96xx 96.43.16-2
rebuild against .33 kernel

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

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 12:54:14 UTC (rev 70568)
+++ PKGBUILD2010-02-27 12:56:35 UTC (rev 70569)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia-96xx
 pkgver=96.43.16
-_kernver='2.6.32-ARCH'
-pkgrel=1
+_kernver='2.6.33-ARCH'
+pkgrel=2
 pkgdesc=NVIDIA drivers for kernel26, 96xx branch.
 arch=('i686' 'x86_64')
 [ $CARCH = i686   ]  ARCH=x86
 [ $CARCH = x86_64 ]  ARCH=x86_64
 url=http://www.nvidia.com/;
-depends=('kernel26=2.6.32.3' 'kernel262.6.33' 'nvidia-96xx-utils')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('kernel26=2.6.33' 'kernel262.6.34' 'nvidia-96xx-utils')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 conflicts=('nvidia' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2010-02-27 12:54:14 UTC (rev 70568)
+++ nvidia.install  2010-02-27 12:56:35 UTC (rev 70569)
@@ -1,5 +1,5 @@
 post_install() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }
 
@@ -9,6 +9,6 @@
 }
 
 post_remove() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:59:01
  Author: tpowa
Revision: 70570

archrelease: copy trunk to testing-x86_64

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:59:07
  Author: tpowa
Revision: 70571

archrelease: remove testing-x86_64

Deleted:
  kernel26/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 07:59:26
  Author: tpowa
Revision: 70572

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:01:33
  Author: tpowa
Revision: 70573

archrelease: remove extra-x86_64

Deleted:
  nvidia/repos/extra-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:01:51
  Author: tpowa
Revision: 70574

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:03:16
  Author: tpowa
Revision: 70575

upgpkg: nvidia 195.36.08-2
rebuild against .33 kernel

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

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:01:51 UTC (rev 70574)
+++ PKGBUILD2010-02-27 13:03:16 UTC (rev 70575)
@@ -3,15 +3,15 @@
 
 pkgname=nvidia
 pkgver=195.36.08
-_kernver='2.6.32-ARCH'
-pkgrel=1
+_kernver='2.6.33-ARCH'
+pkgrel=2
 pkgdesc=NVIDIA drivers for kernel26.
 arch=('i686' 'x86_64')
 [ $CARCH = i686   ]  ARCH=x86
 [ $CARCH = x86_64 ]  ARCH=x86_64
 url=http://www.nvidia.com/;
-depends=('kernel26=2.6.32.3' 'kernel262.6.33' nvidia-utils=${pkgver})
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('kernel26=2.6.33' 'kernel262.6.34' nvidia-utils=${pkgver})
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2010-02-27 13:01:51 UTC (rev 70574)
+++ nvidia.install  2010-02-27 13:03:16 UTC (rev 70575)
@@ -1,5 +1,5 @@
 post_install() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }
 
@@ -9,6 +9,6 @@
 }
 
 post_remove() {
-   KERNEL_VERSION='2.6.32-ARCH'
+   KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
 }



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:04:27
  Author: tpowa
Revision: 70576

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:04:49
  Author: tpowa
Revision: 70577

upgpkg: fcpci 31107-52
rebuild against .33 kernel

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

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:04:27 UTC (rev 70576)
+++ PKGBUILD2010-02-27 13:04:49 UTC (rev 70577)
@@ -3,14 +3,14 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=51
-_kernver=2.6.32-ARCH
+pkgrel=52
+_kernver=2.6.33-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.32.3' 'kernel262.6.33')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('capi4k-utils' 'kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 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 atomic.patch kernel-2.6.20.patch 
kernel-2.6.22.patch \

Modified: fcpci.install
===
--- fcpci.install   2010-02-27 13:04:27 UTC (rev 70576)
+++ fcpci.install   2010-02-27 13:04:49 UTC (rev 70577)
@@ -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.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 
@@ -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.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:05:15
  Author: tpowa
Revision: 70578

archrelease: copy trunk to testing-x86_64

Added:
  fcpci/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:39
  Author: tpowa
Revision: 70579

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

Deleted:
  ndiswrapper/repos/core-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:40
  Author: tpowa
Revision: 70580

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

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:44
  Author: tpowa
Revision: 70581

db-move: ndiswrapper-utils removed by tpowa for move to core

Deleted:
  ndiswrapper-utils/repos/core-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:53
  Author: tpowa
Revision: 70583

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

Deleted:
  ndiswrapper/repos/core-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:54
  Author: tpowa
Revision: 70584

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

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:58
  Author: tpowa
Revision: 70585

db-move: ndiswrapper-utils removed by tpowa for move to core

Deleted:
  ndiswrapper-utils/repos/core-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:10:59
  Author: tpowa
Revision: 70586

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

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:11:26
  Author: tpowa
Revision: 70587

upgpkg: ndiswrapper 1.56-2
rebuild against .33 kernel

Modified:
  ndiswrapper/trunk/PKGBUILD
  ndiswrapper/trunk/ndiswrapper.install

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:10:59 UTC (rev 70586)
+++ PKGBUILD2010-02-27 13:11:26 UTC (rev 70587)
@@ -2,16 +2,16 @@
 #Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=ndiswrapper
-_kernver=2.6.32-ARCH
+_kernver=2.6.33-ARCH
 pkgver=1.56
-pkgrel=1
+pkgrel=2
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors. For stock arch 2.6 kernel.
 license=('GPL')
 arch=(i686 x86_64)
 url=http://ndiswrapper.sourceforge.net;
 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')
+depends=(ndiswrapper-utils=$pkgver 'kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 
source=(http://downloads.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$pkgver.tar.gz)
 md5sums=('1431f7ed5f8e92e752d330bbb3aed333')
 

Modified: ndiswrapper.install
===
--- ndiswrapper.install 2010-02-27 13:10:59 UTC (rev 70586)
+++ ndiswrapper.install 2010-02-27 13:11:26 UTC (rev 70587)
@@ -2,7 +2,7 @@
 post_install()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.32-ARCH'
+  KERNEL_VERSION='2.6.33-ARCH'
   depmod -ae $KERNEL_VERSION  /dev/null 21 
 }
 
@@ -11,13 +11,13 @@
 post_upgrade()
 {
   ndiswrapper -m
-  KERNEL_VERSION='2.6.32-ARCH'
+  KERNEL_VERSION='2.6.33-ARCH'
   depmod -ae $KERNEL_VERSION  /dev/null 21 
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.32-ARCH'
+  KERNEL_VERSION='2.6.33-ARCH'
   depmod -ae $KERNEL_VERSION  /dev/null 21
 }



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:11:51
  Author: tpowa
Revision: 70588

archrelease: copy trunk to testing-x86_64

Added:
  ndiswrapper/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:18:28
  Author: tpowa
Revision: 70589

archrelease: remove extra-i686

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:18:46
  Author: tpowa
Revision: 70590

archrelease: copy trunk to extra-i686

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



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 08:30:34
  Author: giovanni
Revision: 70591

Added optional dependency

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:18:46 UTC (rev 70590)
+++ PKGBUILD2010-02-27 13:30:34 UTC (rev 70591)
@@ -77,7 +77,8 @@
'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'libcdio')
   optdepends=('libnotify: for notification plugin' 
-  'ncurses: for ncurses interface support')
+  'ncurses: for ncurses interface support'
+  'libdvdcss: for decoding encrypted DVDs')
   options=('!libtool')
   install=vlc.install
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:31:57
  Author: tpowa
Revision: 70592

archrelease: remove testing-i686

Deleted:
  kernel26/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:32:15
  Author: tpowa
Revision: 70593

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 08:32:47
  Author: giovanni
Revision: 70595

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 08:33:15
  Author: giovanni
Revision: 70596

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



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

2010-02-27 Thread Giovanni Scafora
Date: Saturday, February 27, 2010 @ 08:33:34
  Author: giovanni
Revision: 70597

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:43:06
  Author: tpowa
Revision: 70598

archrelease: copy trunk to testing-i686

Added:
  nvidia/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:44:21
  Author: tpowa
Revision: 70599

archrelease: copy trunk to testing-i686

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:45:20
  Author: tpowa
Revision: 70600

archrelease: copy trunk to testing-i686

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:48:47
  Author: tpowa
Revision: 70601

archrelease: copy trunk to testing-i686

Added:
  ndiswrapper/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:51:21
  Author: tpowa
Revision: 70602

upgpkg: nouveau-drm 0.0.15_20100212-2
rebuild against .33 kernel

Modified:
  nouveau-drm/trunk/PKGBUILD
  nouveau-drm/trunk/nouveau-drm.install

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:48:47 UTC (rev 70601)
+++ PKGBUILD2010-02-27 13:51:21 UTC (rev 70602)
@@ -5,13 +5,13 @@
 pkgname=nouveau-drm
 _snapdate=20100212
 pkgver=0.0.15_${_snapdate} # see master/drivers/gpu/drm/nouveau/nouveau_drv.h 
for version
-_kernver='2.6.32-ARCH'
-pkgrel=1
+_kernver='2.6.33-ARCH'
+pkgrel=2
 pkgdesc=nvidia opensource X driver
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/;
-depends=(kernel26=2.6.32.3 kernel262.6.33)
-makedepends=(kernel26-headers=2.6.32 kernel26-headers2.6.33)
+depends=(kernel26=2.6.33 kernel262.6.34)
+makedepends=(kernel26-headers=2.6.33 kernel26-headers2.6.34)
 # 
http://nouveau.freedesktop.org/wiki/InstallDRM#head-771a47a133fba6a5a70253656e76c61e9bff93bd
 optdepends=('nouveau-firmware: needed for very new card (NV50 family and 
above) to work properly where the OSS replacement does not work well')
 #makedepends=('git' 'autoconf' 'pkgconfig')

Modified: nouveau-drm.install
===
--- nouveau-drm.install 2010-02-27 13:48:47 UTC (rev 70601)
+++ nouveau-drm.install 2010-02-27 13:51:21 UTC (rev 70602)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION='2.6.32-ARCH'
+  KERNEL_VERSION='2.6.33-ARCH'
   depmod -v $KERNEL_VERSION   /dev/null 21
   echo if you are running kms in early mode please rebuild your initrd
 }
@@ -10,7 +10,7 @@
 }
 
 post_remove() {
-  KERNEL_VERSION='2.6.32-ARCH'
+  KERNEL_VERSION='2.6.33-ARCH'
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:51:47
  Author: tpowa
Revision: 70603

archrelease: copy trunk to testing-x86_64

Added:
  nouveau-drm/repos/testing-x86_64/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:52:36
  Author: tpowa
Revision: 70604

archrelease: copy trunk to testing-i686

Added:
  nouveau-drm/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:53:37
  Author: tpowa
Revision: 70605

archrelease: copy trunk to testing-i686

Added:
  aufs2/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 08:54:59
  Author: tpowa
Revision: 70606

archrelease: copy trunk to testing-i686

Added:
  fcpci/repos/testing-i686/



[arch-commits] Commit in intel-536ep/trunk (3 files)

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:22:04
  Author: tpowa
Revision: 70607

upgpkg: intel-536ep 2.56.76.0-64
rebuild against .33 kernel

Added:
  intel-536ep/trunk/kernel-2.6.33.patch
Modified:
  intel-536ep/trunk/PKGBUILD
  intel-536ep/trunk/intel-536EP.install

-+
 PKGBUILD|   15 +--
 intel-536EP.install |4 ++--
 kernel-2.6.33.patch |   40 
 3 files changed, 51 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 13:54:59 UTC (rev 70606)
+++ PKGBUILD2010-02-27 15:22:04 UTC (rev 70607)
@@ -4,21 +4,23 @@
 pkgname=intel-536ep
 name=intel-536EP
 pkgver=2.56.76.0
-pkgrel=63
-_kernver=2.6.32-ARCH
+pkgrel=64
+_kernver=2.6.33-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.32.3' 'kernel262.6.33')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('intel-536ep-utils' 'kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 
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.31.patch
+kernel-2.6.33.patch)
 install=intel-536EP.install
 
 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
   # fix makefile
   sed -i -e s/\`uname -r\`/${_kernver}/g makefile
   sed -i -e s/\`uname -r\`/${_kernver}/g config_check
@@ -28,4 +30,5 @@
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/intel-536EP.install
 }
 md5sums=('dfea7456fd1b7a6cbf18cdd8ff69e1e7'
- '0de9e6359610264a63754b39846aa178')
+ '0de9e6359610264a63754b39846aa178'
+ 'c23dbe78cc43064628d2b6599a0827e8')

Modified: intel-536EP.install
===
--- intel-536EP.install 2010-02-27 13:54:59 UTC (rev 70606)
+++ intel-536EP.install 2010-02-27 15:22:04 UTC (rev 70607)
@@ -8,7 +8,7 @@
 
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 echo
 echo
@@ -30,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 

Added: kernel-2.6.33.patch
===
--- kernel-2.6.33.patch (rev 0)
+++ kernel-2.6.33.patch 2010-02-27 15:22:04 UTC (rev 70607)
@@ -0,0 +1,40 @@
+--- config_check~  2010-02-27 16:18:10.0 +0100
 config_check   2010-02-27 16:18:10.0 +0100
+@@ -36,7 +36,7 @@
+ echoCurrent running kernel is: $KERNVER
+ 
+ 
+-if [ -a /lib/modules/$KERNVER/build/include/linux/autoconf.h ]; then
++if [ -a /lib/modules/$KERNVER/build/include/generated/autoconf.h ]; then
+echo/lib/modules...   autoconf.h exists
+ else
+echo/lib/modules...   autoconf.h does not exist
+@@ -44,7 +44,7 @@
+exit 1
+ fi
+ 
+-if [ `diff /boot/vmlinuz.autoconf.h 
/lib/modules/$KERNVER/build/include/linux/autoconf.h` \
++if [ `diff /boot/vmlinuz.autoconf.h 
/lib/modules/$KERNVER/build/include/generated/autoconf.h` \
+ ==  ]; then
+echoautoconf.h matches running kernel
+ else
+@@ -61,7 +61,7 @@
+echo  configurations to create a functional driver for this kernel.
+echo  call \make config_sync\ and this script will
+echo  copy the file /boot/vmlinuz.autoconf.h to 
+-   echo  /lib/modules/$KERNVER/build/include/linux/autoconf.h
++   echo  /lib/modules/$KERNVER/build/include/generated/autoconf.h
+echo  and backup the original autoconf.h as autoconf.bak
+echo  The same will be done for version.h
+echo  Then repeat the build and installation procedure over again.
+--- coredrv/hamdefs.h~ 2010-02-27 16:20:58.0 +0100
 coredrv/hamdefs.h  2010-02-27 16:20:58.0 +0100
+@@ -51,7 +51,7 @@
+#define EXPORT_SYMTAB
+#includelinux/version.h
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,18)
+-   #includelinux/autoconf.h
++   #includegenerated/autoconf.h
+ #else
+#includelinux/config.h
+ #endif



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:22:34
  Author: tpowa
Revision: 70608

archrelease: copy trunk to testing-i686

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



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:24:06
  Author: tpowa
Revision: 70609

upgpkg: intel-537 2.60.80.0-66
rebuild against .33 kernel

Added:
  intel-537/trunk/kernel-2.6.33.patch
Modified:
  intel-537/trunk/PKGBUILD
  intel-537/trunk/intel-537.install

-+
 PKGBUILD|   15 +--
 intel-537.install   |4 ++--
 kernel-2.6.33.patch |   40 
 3 files changed, 51 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 15:22:34 UTC (rev 70608)
+++ PKGBUILD2010-02-27 15:24:06 UTC (rev 70609)
@@ -1,24 +1,26 @@
 # $Id$
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
-_kernver=2.6.32-ARCH;
+_kernver=2.6.33-ARCH;
 
 pkgname=intel-537
 pkgver=2.60.80.0
-pkgrel=65
+pkgrel=66
 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.32.3' 'kernel262.6.33')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('intel-537-utils' 'kernel26=2.6.33' 'kernel262.6.34')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 
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.31.patch
+kernel-2.6.33.patch)
 install=intel-537.install
 
 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
   # fix makefile
   sed -i -e s/\`uname -r\`/${_kernver}/g makefile
   sed -i -e s/\`uname -r\`/${_kernver}/g config_check
@@ -28,4 +30,5 @@
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/intel-537.install
 }
 md5sums=('dfea7456fd1b7a6cbf18cdd8ff69e1e7'
- '0de9e6359610264a63754b39846aa178')
+ '0de9e6359610264a63754b39846aa178'
+ 'c23dbe78cc43064628d2b6599a0827e8')

Modified: intel-537.install
===
--- intel-537.install   2010-02-27 15:22:34 UTC (rev 70608)
+++ intel-537.install   2010-02-27 15:24:06 UTC (rev 70609)
@@ -8,7 +8,7 @@
 
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 echo
 echo
@@ -30,7 +30,7 @@
   rm /etc/hamregistry.bin
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION  /dev/null 21
 }
 

Added: kernel-2.6.33.patch
===
--- kernel-2.6.33.patch (rev 0)
+++ kernel-2.6.33.patch 2010-02-27 15:24:06 UTC (rev 70609)
@@ -0,0 +1,40 @@
+--- config_check~  2010-02-27 16:18:10.0 +0100
 config_check   2010-02-27 16:18:10.0 +0100
+@@ -36,7 +36,7 @@
+ echoCurrent running kernel is: $KERNVER
+ 
+ 
+-if [ -a /lib/modules/$KERNVER/build/include/linux/autoconf.h ]; then
++if [ -a /lib/modules/$KERNVER/build/include/generated/autoconf.h ]; then
+echo/lib/modules...   autoconf.h exists
+ else
+echo/lib/modules...   autoconf.h does not exist
+@@ -44,7 +44,7 @@
+exit 1
+ fi
+ 
+-if [ `diff /boot/vmlinuz.autoconf.h 
/lib/modules/$KERNVER/build/include/linux/autoconf.h` \
++if [ `diff /boot/vmlinuz.autoconf.h 
/lib/modules/$KERNVER/build/include/generated/autoconf.h` \
+ ==  ]; then
+echoautoconf.h matches running kernel
+ else
+@@ -61,7 +61,7 @@
+echo  configurations to create a functional driver for this kernel.
+echo  call \make config_sync\ and this script will
+echo  copy the file /boot/vmlinuz.autoconf.h to 
+-   echo  /lib/modules/$KERNVER/build/include/linux/autoconf.h
++   echo  /lib/modules/$KERNVER/build/include/generated/autoconf.h
+echo  and backup the original autoconf.h as autoconf.bak
+echo  The same will be done for version.h
+echo  Then repeat the build and installation procedure over again.
+--- coredrv/hamdefs.h~ 2010-02-27 16:20:58.0 +0100
 coredrv/hamdefs.h  2010-02-27 16:20:58.0 +0100
+@@ -51,7 +51,7 @@
+#define EXPORT_SYMTAB
+#includelinux/version.h
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,18)
+-   #includelinux/autoconf.h
++   #includegenerated/autoconf.h
+ #else
+#includelinux/config.h
+ #endif



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:24:51
  Author: tpowa
Revision: 70610

archrelease: copy trunk to testing-i686

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



[arch-commits] Commit in slmodem/trunk (PKGBUILD kernel-2.6.33.patch slmodem.install)

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:27:59
  Author: tpowa
Revision: 70611

upgpkg: slmodem 2.9.11-50
rebuild against .33 kernel

Added:
  slmodem/trunk/kernel-2.6.33.patch
Modified:
  slmodem/trunk/PKGBUILD
  slmodem/trunk/slmodem.install

-+
 PKGBUILD|   16 ++--
 kernel-2.6.33.patch |   11 +++
 slmodem.install |4 ++--
 3 files changed, 23 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 15:24:51 UTC (rev 70610)
+++ PKGBUILD2010-02-27 15:27:59 UTC (rev 70611)
@@ -1,22 +1,23 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
-_kernver=2.6.32-ARCH;
+_kernver=2.6.33-ARCH;
 
 pkgname=slmodem
 pkgver=2.9.11
-pkgrel=49
+pkgrel=50
 
 pkgdesc=Drivers for the Smartlink winmodems. For stock arch 2.6 kernel 
 arch=(i686)
 license=('custom:Smartlink')
 url=http://linmodems.technion.ac.il/packages/smartlink/; 
-depends=('kernel26=2.6.32.3' 'kernel262.6.33' 'slmodem-utils')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33') 
+depends=('kernel26=2.6.33' 'kernel262.6.34' 'slmodem-utils')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34') 
 install=slmodem.install 
 
source=(http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20080126.tar.gz
 \
   
http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem-20080126.tar.gz
-  kernel-2.6.24.patch) 
+  kernel-2.6.24.patch
+  kernel-2.6.33.patch) 
 
 build() { 
   cd $startdir/src/ungrab-winmodem-20080126
@@ -24,6 +25,7 @@
   install -D -m644 ungrab-winmodem.ko 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/net/ungrab-winmodem.ko
   cd $startdir/src/$pkgname-$pkgver-20080126
   patch -Np0 -i ../kernel-2.6.24.patch || return 1
+  patch -Np0 -i ../kernel-2.6.33.patch || return 1
   sed 's|^obj-m := slamr.o slusb.o|obj-m := slamr.o|' -i drivers/Makefile
   make KERNEL_DIR=/lib/modules/${_kernver}/build SUPPORT_ALSA=1 
DESTDIR=$startdir/pkg drivers || return 1 
   # Install kernel modules
@@ -31,6 +33,8 @@
   #install -D -m 644 drivers/slusb.ko 
$startdir/pkg/lib/modules/${_kernver}/kernel/drivers/usb/net/slusb.ko 
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g 
$startdir/slmodem.install
 }
+
 md5sums=('8670dd7e1e1a46296ac4c80f7ac0471d'
  '25244ef3924566866f4fae2feca78218'
- '5a5e313a5040fcff7bf11c33f008e61e')
+ '5a5e313a5040fcff7bf11c33f008e61e'
+ 'c03b607c7c4819bf693da4fa71324691')

Added: kernel-2.6.33.patch
===
--- kernel-2.6.33.patch (rev 0)
+++ kernel-2.6.33.patch 2010-02-27 15:27:59 UTC (rev 70611)
@@ -0,0 +1,11 @@
+--- drivers/kernel-ver.c~  2010-02-27 16:26:26.0 +0100
 drivers/kernel-ver.c   2010-02-27 16:26:26.0 +0100
+@@ -6,7 +6,7 @@
+ #include stdio.h
+ #include linux/version.h
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,18)
+-#include linux/utsrelease.h
++#include generated/utsrelease.h
+ #endif
+ 
+ int main()

Modified: slmodem.install
===
--- slmodem.install 2010-02-27 15:24:51 UTC (rev 70610)
+++ slmodem.install 2010-02-27 15:27:59 UTC (rev 70611)
@@ -21,7 +21,7 @@
 
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION/dev/null 21 
 echo
 echo
@@ -39,7 +39,7 @@
 post_remove() {
   # updating module dependencies
   echo  Updating module dependencies. Please wait ...
-  KERNEL_VERSION=2.6.32-ARCH
+  KERNEL_VERSION=2.6.33-ARCH
   depmod -v $KERNEL_VERSION/dev/null 21 
 }
 



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:28:24
  Author: tpowa
Revision: 70612

archrelease: copy trunk to testing-i686

Added:
  slmodem/repos/testing-i686/



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:29:38
  Author: tpowa
Revision: 70613

upgpkg: martian 20080625-9
rebuild against .33 kernel

Modified:
  martian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 15:28:24 UTC (rev 70612)
+++ PKGBUILD2010-02-27 15:29:38 UTC (rev 70613)
@@ -4,18 +4,18 @@
 
 pkgname=martian
 pkgver=20080625
-pkgrel=8
+pkgrel=9
 pkgdesc=Alternative driver for the Agere Systems PCI WinModem.
 arch=('i686')
 url=http://martian.barrelsoutofbond.org/;
 license=(GPL custom:Agere Systems WinModem License)
-depends=('kernel26=2.6.32.3' 'kernel262.6.33' 'martian-utils')
-makedepends=('kernel26-headers=2.6.32' 'kernel26-headers2.6.33')
+depends=('kernel26=2.6.33' 'kernel262.6.34' 'martian-utils')
+makedepends=('kernel26-headers=2.6.33' 'kernel26-headers2.6.34')
 replaces=('ltmodem')
 options=(!strip)
 install=martian.install 
 
source=(http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/martian-full-${pkgver}.tar.gz)
-_kernver=2.6.32-ARCH
+_kernver=2.6.33-ARCH
   
 build() { 
   cd $startdir/src/martian-full-$pkgver



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

2010-02-27 Thread Tobias Powalowski
Date: Saturday, February 27, 2010 @ 10:30:00
  Author: tpowa
Revision: 70614

archrelease: copy trunk to testing-i686

Added:
  martian/repos/testing-i686/



[arch-commits] Commit in unzip/trunk (PKGBUILD unzip60-alt-iconv-utf8.patch)

2010-02-27 Thread Thayer Williams
Date: Saturday, February 27, 2010 @ 10:46:11
  Author: thayer
Revision: 70615

upgpkg: unzip 6.0-5 removed utf8 patch, updated PKGBUILD

Modified:
  unzip/trunk/PKGBUILD
Deleted:
  unzip/trunk/unzip60-alt-iconv-utf8.patch

--+
 PKGBUILD |   32 +--
 unzip60-alt-iconv-utf8.patch |  374 -
 2 files changed, 15 insertions(+), 391 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 15:30:00 UTC (rev 70614)
+++ PKGBUILD2010-02-27 15:46:11 UTC (rev 70615)
@@ -1,42 +1,40 @@
 # $Id$
-# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer: Thayer Williams tha...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
 # Contributor: Robson Peixoto
 
 pkgname=unzip
 pkgver=6.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Unpacks .zip archives such as those made by PKZIP
 arch=('i686' 'x86_64')
 url=http://www.info-zip.org/;
 license=('custom')
 depends=('bzip2' 'bash')
-source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz
-unzip60-alt-iconv-utf8.patch)
-md5sums=('62b490407489521db863b523a7f86375'
- '4dcfb2084e9db5a3f411f470d92ab2a4')
+source=('http://downloads.sourceforge.net/infozip/unzip60.tar.gz')
+md5sums=('62b490407489521db863b523a7f86375')
 
 build() {
   cd ${srcdir}/${pkgname}${pkgver/./}
-  patch -Np1 -i ${srcdir}/unzip60-alt-iconv-utf8.patch
 
-  # From Debian
+  # set CFLAGS -- from Debian
   export CFLAGS=$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
   -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
   -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \
   -DUSE_BZIP2 -DNATIVE
 
-  # From Debian
+  # make -- from Debian
   make -f unix/Makefile LOCAL_UNZIP=$CFLAGS prefix=/usr LF2= \
-  D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
+  D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips || return 1
 
-  make -f unix/Makefile prefix=${pkgdir}/usr INSTALL_PROGRAM=install \
-  install
+  # install -- from Debian
+  make -f unix/Makefile prefix=${pkgdir}/usr INSTALL_PROGRAM=install install 
|| return 1
 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/unzip/LICENSE
+  # install the license file
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/unzip/LICENSE || return 1
 
-  # Fixing manpages
-  cd ${pkgdir}/usr
-  mkdir share
-  mv man share 
+  # fix manpage location
+  mkdir -p ${pkgdir}/usr/share || return 1
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/ || return 1
 }
 

Deleted: unzip60-alt-iconv-utf8.patch
===
--- unzip60-alt-iconv-utf8.patch2010-02-27 15:30:00 UTC (rev 70614)
+++ unzip60-alt-iconv-utf8.patch2010-02-27 15:46:11 UTC (rev 70615)
@@ -1,374 +0,0 @@
-diff -r e812cb68e51d unix/unix.c
 a/unix/unix.c  Tue Jun 23 23:08:25 2009 -0500
-+++ b/unix/unix.c  Thu Jun 25 00:10:29 2009 -0500
-@@ -30,6 +30,9 @@
- #define UNZIP_INTERNAL
- #include unzip.h
- 
-+#include iconv.h
-+#include langinfo.h
-+
- #ifdef SCO_XENIX
- #  define SYSNDIR
- #else  /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */
-@@ -1874,3 +1877,90 @@
- }
- }
- #endif /* QLZIP */
-+
-+
-+typedef struct {
-+char *local_charset;
-+char *archive_charset;
-+} CHARSET_MAP;
-+
-+/* A mapping of local - archive charsets used by default to convert 
filenames
-+ * of DOS/Windows Zip archives. Currently very basic. */
-+static CHARSET_MAP dos_charset_map[] = {
-+{ ANSI_X3.4-1968, CP850 },
-+{ ISO-8859-1, CP850 },
-+{ CP1252, CP850 },
-+{ UTF-8, CP866 },
-+{ KOI8-R, CP866 },
-+{ KOI8-U, CP866 },
-+{ ISO-8859-5, CP866 }
-+};
-+
-+char OEM_CP[MAX_CP_NAME] = ;
-+char ISO_CP[MAX_CP_NAME] = ;
-+
-+/* Try to guess the default value of OEM_CP based on the current locale.
-+ * ISO_CP is left alone for now. */
-+void init_conversion_charsets()
-+{
-+const char *local_charset;
-+int i;
-+
-+/* Make a guess only if OEM_CP not already set. */ 
-+if(*OEM_CP == '\0') {
-+  local_charset = nl_langinfo(CODESET);
-+  for(i = 0; i  sizeof(dos_charset_map)/sizeof(CHARSET_MAP); i++)
-+  if(!strcasecmp(local_charset, 
dos_charset_map[i].local_charset)) {
-+  strncpy(OEM_CP, dos_charset_map[i].archive_charset,
-+  sizeof(OEM_CP));
-+  break;
-+  }
-+}
-+}
-+
-+/* Convert a string from one encoding to the current locale using iconv().
-+ * Be as non-intrusive as possible. If error is encountered during covertion
-+ * just leave the string intact. */
-+static void charset_to_intern(char *string, char *from_charset)
-+{
-+iconv_t cd;
-+char *s,*d, *buf;
-+size_t slen, dlen, buflen;
-+const char *local_charset;
-+
-+if(*from_charset == '\0')
-+  return;
-+
-+buf = NULL;
-+local_charset = nl_langinfo(CODESET);
-+
-+if((cd = 

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

2010-02-27 Thread Thayer Williams
Date: Saturday, February 27, 2010 @ 10:46:16
  Author: thayer
Revision: 70616

archrelease: remove extra-i686

Deleted:
  unzip/repos/extra-i686/



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

2010-02-27 Thread Thayer Williams
Date: Saturday, February 27, 2010 @ 10:46:25
  Author: thayer
Revision: 70617

archrelease: copy trunk to extra-i686

Added:
  unzip/repos/extra-i686/



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

2010-02-27 Thread Thayer Williams
Date: Saturday, February 27, 2010 @ 10:46:30
  Author: thayer
Revision: 70618

archrelease: remove extra-x86_64

Deleted:
  unzip/repos/extra-x86_64/



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

2010-02-27 Thread Thayer Williams
Date: Saturday, February 27, 2010 @ 10:46:40
  Author: thayer
Revision: 70619

archrelease: copy trunk to extra-x86_64

Added:
  unzip/repos/extra-x86_64/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 11:51:49
  Author: andyrtr
Revision: 70620

upgpkg: libdrm 2.4.18-3
rebuild for new kernel to support KMS

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 15:46:40 UTC (rev 70619)
+++ PKGBUILD2010-02-27 16:51:49 UTC (rev 70620)
@@ -3,7 +3,7 @@
 
 pkgname=libdrm
 pkgver=2.4.18
-pkgrel=2
+pkgrel=3
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
 license=('custom')
@@ -20,7 +20,7 @@
  '298588fad4d1d6f4f746a0fabb91f09d'
  '8199a3e929dab7e4fa87dccec7bf1e54'
  'ba65e71c481b94ef0fb6c23c7f21ffa1')
-   
+   
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/no-pthread-stubs.patch || return 1
@@ -32,7 +32,8 @@
   autoconf || return 1
   automake || return 1
   ./configure --prefix=/usr \
-  --enable-nouveau-experimental-api \
+  --enable-intel --enable-radeon \
+  --enable-vmwgfx-experimental-api --enable-nouveau-experimental-api \
   --enable-udev || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 11:52:18
  Author: andyrtr
Revision: 70621

archrelease: copy trunk to testing-i686

Added:
  libdrm/repos/testing-i686/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 11:52:46
  Author: andyrtr
Revision: 70622

archrelease: copy trunk to testing-x86_64

Added:
  libdrm/repos/testing-x86_64/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:06:21
  Author: andyrtr
Revision: 70623

upgpkg: mesa 7.7-2
rebuild for new kernel to support ati KMS

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 16:52:46 UTC (rev 70622)
+++ PKGBUILD2010-02-27 17:06:21 UTC (rev 70623)
@@ -4,9 +4,9 @@
 pkgbase=mesa
 pkgname=('mesa' 'libgl' 'ati-dri' 'intel-dri' 'unichrome-dri' 'mach64-dri' 
'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') # 'nouveau-dri')
 pkgver=7.7
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
-makedepends=('glproto=1.4.10' 'pkgconfig' 'libdrm=2.4.17-2' 
'libxxf86vm=1.1.0' 'libxdamage=1.1.2' 'expat=2.0.1' 'libx11=1.3.2' 
'libxt=1.0.7' 'gcc-libs=4.4.2' 'dri2proto=2.1' 'python')
+makedepends=('glproto=1.4.11' 'pkgconfig' 'libdrm=2.4.18-3' 
'libxxf86vm=1.1.0' 'libxdamage=1.1.2' 'expat=2.0.1' 'libx11=1.3.3' 
'libxt=1.0.7' 'gcc-libs=4.4.3' 'dri2proto=2.1' 'python')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 options=(!makeflags)



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:08:06
  Author: andyrtr
Revision: 70624

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:09:52
  Author: andyrtr
Revision: 70625

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:15:55
  Author: andyrtr
Revision: 70626

upgpkg: xorg-server 1.7.5-2
rebuild for new kernel to support ati KMS

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-27 17:09:52 UTC (rev 70625)
+++ PKGBUILD2010-02-27 17:15:55 UTC (rev 70626)
@@ -3,13 +3,13 @@
 
 pkgname=xorg-server
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org X servers
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
 depends=('hal=0.5.14' 'libgl' 'libxfont=1.4.1' 'openssl=0.9.8k' 
'libpciaccess=0.10.9' 'libxv=1.0.5' 'pixman=0.16.6' 'xcursor-themes=1.0.2' 
'xkeyboard-config=1.8' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 
'diffutils' 'xf86-input-evdev=2.2.5' 'inputproto=2.0')
-makedepends=('libx11=1.3' 'mesa=7.7' 'xf86driproto=2.1.0' 'xtrans=1.2.4' 
'libxkbfile=1.0.6' 'randrproto=1.3.1' 'renderproto=0.11' 
'xcmiscproto=1.2.0' 'bigreqsproto=1.1.0' 'resourceproto=1.1.0' 
'videoproto=2.3.0' 'compositeproto=0.4.1' 'scrnsaverproto=1.2.0' 
'xf86dgaproto=2.1' 'libgl=7.7' 'glproto=1.4.10' 'xorg-util-macros=1.3.0' 
'xineramaproto=1.2')
+makedepends=('libx11=1.3' 'mesa=7.7-2' 'xf86driproto=2.1.0' 'xtrans=1.2.4' 
'libxkbfile=1.0.6' 'randrproto=1.3.1' 'renderproto=0.11' 
'xcmiscproto=1.2.0' 'bigreqsproto=1.1.0' 'resourceproto=1.1.0' 
'videoproto=2.3.0' 'compositeproto=0.4.1' 'scrnsaverproto=1.2.0' 
'xf86dgaproto=2.1' 'libgl=7.7' 'glproto=1.4.10' 'xorg-util-macros=1.3.0' 
'xineramaproto=1.2')
 conflicts=('catalyst-utils=9.2' 'xf86-input-calcomp' 'xf86-input-citron' 
'xf86-input-digitaledge' 'xf86-input-dmc' 'xf86-input-dynapro' 
'xf86-input-elo2300'
'xf86-input-jamstudio' 'xf86-input-magellan' 'xf86-input-magictouch' 
'xf86-input-microtouch' 'xf86-input-palmax' 'xf86-input-spaceorb' 
'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98' 'xf86-video-vga' 
'xf86-video-intel-legacy' 'nvidia-96xx-utils96.43.14' 
'nvidia-173xx-utils173.14.21')
 options=('!libtool')



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:16:57
  Author: andyrtr
Revision: 70627

archrelease: copy trunk to testing-i686

Added:
  xorg-server/repos/testing-i686/



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

2010-02-27 Thread andyrtr
Date: Saturday, February 27, 2010 @ 12:18:01
  Author: andyrtr
Revision: 70628

archrelease: copy trunk to testing-x86_64

Added:
  xorg-server/repos/testing-x86_64/



  1   2   >