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

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:56:30
  Author: tpowa
Revision: 142310

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

Added:
  cracklib/repos/core-i686/PKGBUILD
(from rev 142309, cracklib/repos/testing-i686/PKGBUILD)
Deleted:
  cracklib/repos/core-i686/PKGBUILD
  cracklib/repos/testing-i686/

--+
 PKGBUILD |   63 -
 1 file changed, 34 insertions(+), 29 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 07:29:50 UTC (rev 142309)
+++ core-i686/PKGBUILD  2011-11-08 10:56:30 UTC (rev 142310)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.8.18
-pkgrel=1
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('79053ad8bc714a44cd660cb12116211b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-python
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-i686/PKGBUILD (from rev 142309, 
cracklib/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 10:56:30 UTC (rev 142310)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.18
+pkgrel=2
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('79053ad8bc714a44cd660cb12116211b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}



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

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:56:31
  Author: tpowa
Revision: 142311

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

Added:
  cracklib/repos/core-x86_64/PKGBUILD
(from rev 142309, cracklib/repos/testing-x86_64/PKGBUILD)
Deleted:
  cracklib/repos/core-x86_64/PKGBUILD
  cracklib/repos/testing-x86_64/

--+
 PKGBUILD |   63 -
 1 file changed, 34 insertions(+), 29 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 10:56:30 UTC (rev 142310)
+++ core-x86_64/PKGBUILD2011-11-08 10:56:31 UTC (rev 142311)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.8.18
-pkgrel=1
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('79053ad8bc714a44cd660cb12116211b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-python
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-x86_64/PKGBUILD (from rev 142309, 
cracklib/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 10:56:31 UTC (rev 142311)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.8.18
+pkgrel=2
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('79053ad8bc714a44cd660cb12116211b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}



[arch-commits] Commit in groff/repos (7 files)

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:57:27
  Author: tpowa
Revision: 142312

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

Added:
  groff/repos/core-i686/PKGBUILD
(from rev 142311, groff/repos/testing-i686/PKGBUILD)
  groff/repos/core-i686/groff.install
(from rev 142311, groff/repos/testing-i686/groff.install)
  groff/repos/core-i686/site.tmac
(from rev 142311, groff/repos/testing-i686/site.tmac)
Deleted:
  groff/repos/core-i686/PKGBUILD
  groff/repos/core-i686/groff.install
  groff/repos/core-i686/site.tmac
  groff/repos/testing-i686/

---+
 PKGBUILD  |   91 +---
 groff.install |   40 
 site.tmac |   32 +--
 3 files changed, 84 insertions(+), 79 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 10:56:31 UTC (rev 142311)
+++ core-i686/PKGBUILD  2011-11-08 10:57:27 UTC (rev 142312)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-pkgname=groff
-pkgver=1.21
-pkgrel=1
-pkgdesc=GNU troff text-formatting system
-arch=(i686 x86_64)
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-depends=('perl' 'gcc-libs' 'texinfo')
-makedepends=('netpbm' 'psutils' 'ghostscript')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz
-site.tmac)
-options=('!makeflags')
-install=groff.install
-md5sums=('8b8cd29385b97616a0f0d96d0951c5bf'
- 'a1fedafd7863b37968d32ad9ae1d8c13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-x
-  mkdir -p $pkgdir/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-   cd $pkgdir/usr/bin
-   # needed for xman
-   ln -s eqn geqn
-   ln -s tbl gtbl
-   ln -s soelim zsoelim
-  rm -rf $pkgdir/usr/lib/groff/site-tmac
-  # Fix some issues when encoding to utf8 man pages
-  #  The output chars don't match keyboard chars...
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/man.local
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/mdoc.local
-}

Copied: groff/repos/core-i686/PKGBUILD (from rev 142311, 
groff/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 10:57:27 UTC (rev 142312)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+pkgname=groff
+pkgver=1.21
+pkgrel=2
+pkgdesc=GNU troff text-formatting system
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+depends=('perl' 'gcc-libs' 'texinfo')
+makedepends=('netpbm' 'psutils' 'ghostscript')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz
+site.tmac)
+options=(!makeflags !docs)
+install=groff.install
+md5sums=('8b8cd29385b97616a0f0d96d0951c5bf'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-x
+  mkdir -p $pkgdir/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+   cd $pkgdir/usr/bin
+   # needed for xman
+   ln -s eqn geqn
+   ln -s tbl gtbl
+   ln -s soelim zsoelim
+  rm -rf $pkgdir/usr/lib/groff/site-tmac
+  # Fix some issues when encoding to utf8 man pages
+  #  The output chars don't match keyboard chars...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Deleted: core-i686/groff.install
===
--- core-i686/groff.install 2011-11-08 10:56:31 UTC (rev 142311)
+++ core-i686/groff.install 2011-11-08 10:57:27 UTC (rev 142312)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groff/repos/core-i686/groff.install (from rev 142311, 
groff/repos/testing-i686/groff.install)
===
--- core-i686/groff.install (rev 0)
+++ core-i686/groff.install 2011-11-08 

[arch-commits] Commit in groff/repos (7 files)

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:57:28
  Author: tpowa
Revision: 142313

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

Added:
  groff/repos/core-x86_64/PKGBUILD
(from rev 142311, groff/repos/testing-x86_64/PKGBUILD)
  groff/repos/core-x86_64/groff.install
(from rev 142311, groff/repos/testing-x86_64/groff.install)
  groff/repos/core-x86_64/site.tmac
(from rev 142311, groff/repos/testing-x86_64/site.tmac)
Deleted:
  groff/repos/core-x86_64/PKGBUILD
  groff/repos/core-x86_64/groff.install
  groff/repos/core-x86_64/site.tmac
  groff/repos/testing-x86_64/

---+
 PKGBUILD  |   91 +---
 groff.install |   40 
 site.tmac |   32 +--
 3 files changed, 84 insertions(+), 79 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 10:57:27 UTC (rev 142312)
+++ core-x86_64/PKGBUILD2011-11-08 10:57:28 UTC (rev 142313)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-pkgname=groff
-pkgver=1.21
-pkgrel=1
-pkgdesc=GNU troff text-formatting system
-arch=(i686 x86_64)
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-depends=('perl' 'gcc-libs' 'texinfo')
-makedepends=('netpbm' 'psutils' 'ghostscript')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz
-site.tmac)
-options=('!makeflags')
-install=groff.install
-md5sums=('8b8cd29385b97616a0f0d96d0951c5bf'
- 'a1fedafd7863b37968d32ad9ae1d8c13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-x
-  mkdir -p $pkgdir/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-   cd $pkgdir/usr/bin
-   # needed for xman
-   ln -s eqn geqn
-   ln -s tbl gtbl
-   ln -s soelim zsoelim
-  rm -rf $pkgdir/usr/lib/groff/site-tmac
-  # Fix some issues when encoding to utf8 man pages
-  #  The output chars don't match keyboard chars...
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/man.local
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/mdoc.local
-}

Copied: groff/repos/core-x86_64/PKGBUILD (from rev 142311, 
groff/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 10:57:28 UTC (rev 142313)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+pkgname=groff
+pkgver=1.21
+pkgrel=2
+pkgdesc=GNU troff text-formatting system
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+depends=('perl' 'gcc-libs' 'texinfo')
+makedepends=('netpbm' 'psutils' 'ghostscript')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz
+site.tmac)
+options=(!makeflags !docs)
+install=groff.install
+md5sums=('8b8cd29385b97616a0f0d96d0951c5bf'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-x
+  mkdir -p $pkgdir/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+   cd $pkgdir/usr/bin
+   # needed for xman
+   ln -s eqn geqn
+   ln -s tbl gtbl
+   ln -s soelim zsoelim
+  rm -rf $pkgdir/usr/lib/groff/site-tmac
+  # Fix some issues when encoding to utf8 man pages
+  #  The output chars don't match keyboard chars...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Deleted: core-x86_64/groff.install
===
--- core-x86_64/groff.install   2011-11-08 10:57:27 UTC (rev 142312)
+++ core-x86_64/groff.install   2011-11-08 10:57:28 UTC (rev 142313)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groff/repos/core-x86_64/groff.install (from rev 142311, 
groff/repos/testing-x86_64/groff.install)
===
--- core-x86_64/groff.install 

[arch-commits] Commit in iputils/repos (7 files)

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:57:51
  Author: tpowa
Revision: 142314

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

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 142313, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-s20101006-manpages.patch
(from rev 142313, 
iputils/repos/testing-i686/iputils-s20101006-manpages.patch)
  iputils/repos/core-i686/permission-fix.patch
(from rev 142313, iputils/repos/testing-i686/permission-fix.patch)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils-s20101006-manpages.patch
  iputils/repos/core-i686/permission-fix.patch
  iputils/repos/testing-i686/

--+
 PKGBUILD |  130 +-
 iputils-s20101006-manpages.patch | 2088 ++---
 permission-fix.patch |   30 
 3 files changed, 1124 insertions(+), 1124 deletions(-)

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


[arch-commits] Commit in iputils/repos (7 files)

2011-11-08 Thread Tobias Powalowski
Date: Tuesday, November 8, 2011 @ 05:57:52
  Author: tpowa
Revision: 142315

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

Added:
  iputils/repos/core-x86_64/PKGBUILD
(from rev 142313, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-s20101006-manpages.patch
(from rev 142313, 
iputils/repos/testing-x86_64/iputils-s20101006-manpages.patch)
  iputils/repos/core-x86_64/permission-fix.patch
(from rev 142313, iputils/repos/testing-x86_64/permission-fix.patch)
Deleted:
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils-s20101006-manpages.patch
  iputils/repos/core-x86_64/permission-fix.patch
  iputils/repos/testing-x86_64/

--+
 PKGBUILD |  130 +-
 iputils-s20101006-manpages.patch | 2088 ++---
 permission-fix.patch |   30 
 3 files changed, 1124 insertions(+), 1124 deletions(-)

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


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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 07:28:43
  Author: ibiru
Revision: 142316

update to 0.16.2

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 10:57:52 UTC (rev 142315)
+++ PKGBUILD2011-11-08 12:28:43 UTC (rev 142316)
@@ -4,18 +4,17 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
-groups=('telepathy')
 license=('LGPL2.1')
 options=('!libtool' '!emptydirs')
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22dd16bdf4f987c602c719a1efc3d268')
+md5sums=('c05e48da72f013cec86ca8a05da71ffd')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 07:30:16
  Author: ibiru
Revision: 142317

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  telepathy-glib/repos/extra-i686/PKGBUILD
(from rev 142316, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 142316, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/extra-i686/PKGBUILD
  telepathy-glib/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   63 +++-
 extra-x86_64/PKGBUILD |   63 +++-
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 12:28:43 UTC (rev 142316)
+++ extra-i686/PKGBUILD 2011-11-08 12:30:16 UTC (rev 142317)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22dd16bdf4f987c602c719a1efc3d268')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 142316, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 12:30:16 UTC (rev 142317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.16.2
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c05e48da72f013cec86ca8a05da71ffd')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 12:28:43 UTC (rev 142316)
+++ extra-x86_64/PKGBUILD   2011-11-08 12:30:16 UTC (rev 142317)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.16.1
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22dd16bdf4f987c602c719a1efc3d268')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 142316, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 12:30:16 UTC (rev 142317)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.16.2
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 07:35:54
  Author: ibiru
Revision: 142318

update to 5.10.1

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 12:30:16 UTC (rev 142317)
+++ PKGBUILD2011-11-08 12:35:54 UTC (rev 142318)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 # Contributor: Andreas Zwinkau beza...@web.de
 pkgname=telepathy-mission-control
-pkgver=5.10.0
+pkgver=5.10.1
 pkgrel=1
 pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
 arch=('i686' 'x86_64')
@@ -15,13 +15,14 @@
 install=telepathy-mission-control.install
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('d69e52faf92bab51f3e49ddf7593f3c0')
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring
+   --enable-gnome-keyring \
+--disable-schemas-compile
 make
 }
 



[arch-commits] Commit in telepathy-mission-control/repos (8 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 07:37:04
  Author: ibiru
Revision: 142319

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  telepathy-mission-control/repos/testing-i686/PKGBUILD
(from rev 142318, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install
(from rev 142318, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
(from rev 142318, telepathy-mission-control/trunk/PKGBUILD)
  
telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install
(from rev 142318, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/testing-i686/PKGBUILD
  telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
  
telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install

--+
 testing-i686/PKGBUILD|   63 ++---
 testing-i686/telepathy-mission-control.install   |   22 +++
 testing-x86_64/PKGBUILD  |   63 ++---
 testing-x86_64/telepathy-mission-control.install |   22 +++
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-08 12:35:54 UTC (rev 142318)
+++ testing-i686/PKGBUILD   2011-11-08 12:37:04 UTC (rev 142319)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-pkgname=telepathy-mission-control
-pkgver=5.10.0
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('d69e52faf92bab51f3e49ddf7593f3c0')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/testing-i686/PKGBUILD (from rev 142318, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-08 12:37:04 UTC (rev 142319)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+pkgname=telepathy-mission-control
+pkgver=5.10.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/telepathy-mission-control.install
===
--- testing-i686/telepathy-mission-control.install  2011-11-08 12:35:54 UTC 
(rev 142318)
+++ testing-i686/telepathy-mission-control.install  2011-11-08 12:37:04 UTC 
(rev 142319)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install 
(from rev 142318, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
===
--- testing-i686/telepathy-mission-control.install  
(rev 0)
+++ testing-i686/telepathy-mission-control.install  2011-11-08 12:37:04 UTC 
(rev 142319)
@@ -0,0 +1,11 @@

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 09:45:04
  Author: ibiru
Revision: 142320

update to 8.0

Added:
  thunderbird/trunk/thunderbird-install-dir.patch
Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

---+
 PKGBUILD  |   43 +---
 mozconfig |   41 +-
 thunderbird-install-dir.patch |   42 +++
 3 files changed, 84 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 12:37:04 UTC (rev 142319)
+++ PKGBUILD2011-11-08 14:45:04 UTC (rev 142320)
@@ -2,55 +2,58 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 # Contributor: Dale Blount d...@archlinux.org
 # Contributor: Anders Bostrom anders.bost...@home.se
+
 pkgname=thunderbird
-pkgver=7.0.1
+pkgver=8.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
 url=http://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 
'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 'libnotify' 
'libevent' 'hicolor-icon-theme')
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')
 makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
 optdepends=('libcanberra: for sound support')
 install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
 mozconfig
 thunderbird.desktop
-thunderbird-3.0-lang.patch)
-md5sums=('ad177fe5202deabda44882ff5c871f1b'
- 'a53394cfe721b5ff743ae2918fab2798'
+thunderbird-3.0-lang.patch
+thunderbird-install-dir.patch)
+md5sums=('332f60036aebdce7dec6ee2b1af4941d'
+ 'ca98c2bf1017b33e19dae22fdcef2e73'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
+ '25b6fe16ac24cd5c852213e5c1adb272'
+ 'aea906acf72c43dd82ead2fabcc1c6db')
 
 build() {
-  cd ${srcdir}/comm-release
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
+  cd $srcdir/comm-release
+  patch -Np1 -i $srcdir/thunderbird-3.0-lang.patch
+  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
 
-  cp ${srcdir}/mozconfig .mozconfig
+  cp $srcdir/mozconfig .mozconfig
 
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
   export PYTHON=/usr/bin/python2
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
 }
 
 package() {
-  cd ${srcdir}/comm-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
+  cd $srcdir/comm-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
 
   for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
   install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
   $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
   done
 
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
+  install -Dm644 $srcdir/thunderbird.desktop \
+  $pkgdir/usr/share/applications/thunderbird.desktop
 
-  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
-  ln -sf /usr/share/hyphen 
${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation
+  rm -rf $pkgdir/usr/lib/thunderbird/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/thunderbird/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/thunderbird/hyphenation
 
   # We don't want the development stuff
-  rm -r ${pkgdir}/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
+  rm -r $pkgdir/usr/{include,lib/thunderbird-devel,share/idl}
 }
-

Modified: mozconfig
===
--- mozconfig   2011-11-08 12:37:04 UTC (rev 142319)
+++ mozconfig   2011-11-08 14:45:04 UTC (rev 142320)
@@ -4,40 +4,37 @@
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib
 
+# System libraries
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
 ac_add_options --with-system-png
-ac_add_options --with-system-mng
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
-ac_add_options --with-system-libevent
+ac_add_options 

[arch-commits] Commit in thunderbird/repos (14 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 09:49:05
  Author: ibiru
Revision: 142321

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 142320, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/mozconfig
(from rev 142320, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/thunderbird-3.0-lang.patch
(from rev 142320, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 142320, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 142320, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/thunderbird.install
(from rev 142320, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 142320, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 142320, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/thunderbird-3.0-lang.patch
(from rev 142320, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 142320, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 142320, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/thunderbird.install
(from rev 142320, thunderbird/trunk/thunderbird.install)

--+
 testing-i686/PKGBUILD|   59 +
 testing-i686/mozconfig   |   40 
 testing-i686/thunderbird-3.0-lang.patch  |   11 
 testing-i686/thunderbird-install-dir.patch   |   42 +
 testing-i686/thunderbird.desktop |   13 +
 testing-i686/thunderbird.install |   12 +
 testing-x86_64/PKGBUILD  |   59 +
 testing-x86_64/mozconfig |   40 
 testing-x86_64/thunderbird-3.0-lang.patch|   11 
 testing-x86_64/thunderbird-install-dir.patch |   42 +
 testing-x86_64/thunderbird.desktop   |   13 +
 testing-x86_64/thunderbird.install   |   12 +
 12 files changed, 354 insertions(+)

Copied: thunderbird/repos/testing-i686/PKGBUILD (from rev 142320, 
thunderbird/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-08 14:49:05 UTC (rev 142321)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+
+pkgname=thunderbird
+pkgver=8.0
+pkgrel=1
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
+mozconfig
+thunderbird.desktop
+thunderbird-3.0-lang.patch
+thunderbird-install-dir.patch)
+md5sums=('332f60036aebdce7dec6ee2b1af4941d'
+ 'ca98c2bf1017b33e19dae22fdcef2e73'
+ 'af3e5b344d2edf1c7d61bb0a5a96de9a'
+ '25b6fe16ac24cd5c852213e5c1adb272'
+ 'aea906acf72c43dd82ead2fabcc1c6db')
+
+build() {
+  cd $srcdir/comm-release
+  patch -Np1 -i $srcdir/thunderbird-3.0-lang.patch
+  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
+
+  cp $srcdir/mozconfig .mozconfig
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
+  export PYTHON=/usr/bin/python2
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/comm-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
+  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
+  done
+
+  install -Dm644 $srcdir/thunderbird.desktop \
+  $pkgdir/usr/share/applications/thunderbird.desktop
+
+  rm -rf $pkgdir/usr/lib/thunderbird/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell $pkgdir/usr/lib/thunderbird/dictionaries
+  ln -sf /usr/share/hyphen $pkgdir/usr/lib/thunderbird/hyphenation
+
+  # We don't want the development stuff
+  rm -r 

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 09:58:04
  Author: ibiru
Revision: 142322

use latest changes to fix vlc h264 issue.

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 14:49:05 UTC (rev 142321)
+++ PKGBUILD2011-11-08 14:58:04 UTC (rev 142322)
@@ -4,17 +4,17 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2005
+pkgver=2008
 pkgrel=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://ffmpeg.org/;
 license=('GPL')
-depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm')
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d1889c07a929cd0efaf7f486ff2f55e0')
+md5sums=('bad7e47f6974cee62d98ce9de710076c')
 
 build() {
   cd $srcdir/$pkgname
@@ -27,6 +27,8 @@
 --enable-libx264 \
 --enable-libvpx \
 --enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
 --enable-postproc \
 --enable-shared \
 --enable-x11grab \



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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:16:07
  Author: ibiru
Revision: 142323

update to 8.0

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 14:58:04 UTC (rev 142322)
+++ PKGBUILD2011-11-08 15:16:07 UTC (rev 142323)
@@ -56,7 +56,7 @@
 'thunderbird-i18n-zh-cn'
 'thunderbird-i18n-zh-tw')
 
-pkgver=7.0.1
+pkgver=8.0
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -116,7 +116,7 @@
 thunderbird-i18n-$pkgver-zh-CN.xpi::$_url/zh-CN.xpi
 thunderbird-i18n-$pkgver-zh-TW.xpi::$_url/zh-TW.xpi)
 
-_path=/usr/lib/thunderbird-$pkgver/extensions/
+_path=/usr/lib/thunderbird/extensions/
 
 package_thunderbird-i18n-ar() {
   pkgdesc=Arabic language pack for Thunderbird
@@ -470,53 +470,53 @@
   cd ${srcdir}
   install -Dm644 thunderbird-i18n-$pkgver-zh-TW.xpi 
${pkgdir}/$_path/langpack-zh...@thunderbird.mozilla.org.xpi
 }
-md5sums=('7110ef7891167d3dc92a27d90eb849d7'
- '98be3a1e566a9a952a1212612edffb4b'
- 'd92dd5c4020390778653c827979ca330'
- 'fb29296e2faeebcfaa253553f68983d3'
- 'aae2d7e08cd8791e5b872aabfca6a2fc'
- '250ab4af5e93bd7203f3ac69bda3f1ed'
- '57f5d98b9c09069954a41012b2fe622d'
- '70482131b09a183abd655bea4281c6a1'
- 'cca370ecd8ca017e2207062157cbe3db'
- '5890329b2468f0d084ed9e427aa4e090'
- 'a4076cfe8269c62d260780fd579d0292'
- 'ac2d79e9d83274aa2ea3f4dcc160c643'
- 'c233529789d4f33bd2e1058ab4616ff0'
- '7ddaeb71e0dff89be302fded802a1507'
- '9c2f1308d8d8496430ab0aecb38c2d6e'
- 'a37495aba091361dba23f131738c2c51'
- '55386ca840ac89d144931321abc30fbf'
- '072461f7421676bcd2fcfbb35e8e1228'
- '1aa74bb0d2dac243c9a445a204bd98b1'
- '833a30a2c801eb90794d79b66a02d564'
- '3617415636ace4aa48494365af77eea7'
- '5af79946784849021affcfac1cb321bc'
- 'f3f73d529f1a628e9ce288f8db3fcfcc'
- '7f087a89a0162876ac96fa470a6b4cda'
- '294240b28f15d45119f2f180df084477'
- '6dfc2b22fc30e45508ea228156d6068b'
- '4f10069c79c2a200f3e5fee68b778ec4'
- '29b60c6ae79eaf510a6570ee9a75e035'
- '1516d049ac50199adae14b200ca1e684'
- 'd3ea935a44d887d6afb445f5ca4b1fba'
- '257bbb90360bf191546e6a3a22eb93ec'
- '99ccb128049e16adddaf0a5b28982050'
- '841667e39f94c268ddafc0f045be2d96'
- '839590900fd3f4f7e09d758e4f91c322'
- '71a1db51f647a533ce25d05cd65e2502'
- 'b4a738660b9965ae50cf15775fca257e'
- '22081fe248f3b972a39139d565a96d27'
- 'ccc492b5dda01c762caf3e93dd148a43'
- '20df1487fbacb5b613c08013f81c7cad'
- 'efe78b38ce6814c67a937de76a463f46'
- '8aa790e88edc3f11baace34665fa3241'
- 'fcb6014a71d4929c6ea1db12a44fbacf'
- '12b640aaf0f5e1b675c5e44a7d23dd94'
- '68ae09d4fab8333c998441158435303e'
- 'd4b9fe9bcd50da5f5cfa83efd5ff8105'
- '4c276db74cede7de876f80b94c88e12b'
- '35a923a623f73af335b7c2b9dfe46b6f'
- 'ffddc9d36b18d75936750cc0781246d1'
- 'b60f542a19c39fa07daa82c0b464150b'
- '2091523b482e9d4205a9e5cbfc570192')
+md5sums=('14af618c853a1d24189a6ec7f533a9c6'
+ 'b3b736d4fe28c002cd93ebd210aa8073'
+ 'fbb274184bcdf3d293126d23a5509d06'
+ '778a04bcd39ef69e09a35df777e2ca9d'
+ '32b08d6b3389c236d6f8b9fe4cc47b44'
+ '73812980385ceda6e8da1427ca7e924b'
+ '7e07a0e0c6a038c4492bf4d2048c6cdb'
+ '7d1da21d66cbb56466aa35c1ad3a8971'
+ '9de591c24005edfd4ea93036a25ebd73'
+ '770b1e2eef37fc250a2672d7a54a7104'
+ '5f16a100d72592b7108d8a31639680e9'
+ '917af71ff710b9eaef985708cff52d24'
+ '50b985c5818a2071c53cd4697cf26224'
+ 'e2e31417503c8ab2d17ca1f59ef20a9c'
+ 'd4b824f04cf80785eccec53dcdf97749'
+ 'f9a4b53824139029f547a67562e73a02'
+ '416a808e4d694ed270b7cf88455e32b8'
+ 'd4277c0bfc1402509d62ef823d2a8fbe'
+ '923858cb480520064592780192d3ecc2'
+ 'a0c85b0fc18bba7bd6bc0b1feae7ab7c'
+ 'aa53f543e1988e210250cbb8faa5d8ed'
+ '271dfa8941e3c45951041126b213677e'
+ '7286656995e04ecf43dc1678e2083d85'
+ '2f30cc6218509b4e90477c9c1cdd'
+ '703a072b2b1dfd0b48165354f6261713'
+ '49432105b2f77ffd7fd6c36b05f8d19d'
+ '9a95909fa7637cbd278f21eaa6e05582'
+ 'b52577c3ff64ba94391df5900728f98d'
+ 'cc703f7fb6917ee72892b05b9bdf1715'
+ '50b9a07f6e0b2ecc15558cd1624cd825'
+ '0c1dba5f4c08b0b1aed8ba82bcfb6f63'
+ '2d30da15da436eb5f70c94b0de61272f'
+ '06cd179b5c003c0d4db90de05b3c72ad'
+ 'e6589a1a02a702e0a259a67f2215014d'
+ '590aa1cbc4127ab21972ec5182c176d6'
+ '01f3ea689664fd81c6820e258c4013d1'
+ 

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:16:14
  Author: ibiru
Revision: 142324

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 142322, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 142323, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/testing-i686/PKGBUILD
  ffmpeg/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |  112 +++---
 testing-x86_64/PKGBUILD |  112 +++---
 2 files changed, 114 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-08 15:16:07 UTC (rev 142323)
+++ testing-i686/PKGBUILD   2011-11-08 15:16:14 UTC (rev 142324)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2005
-pkgrel=1
-pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://ffmpeg.org/;
-license=('GPL')
-depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump')
-makedepends=('yasm' 'git')
-#git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d1889c07a929cd0efaf7f486ff2f55e0')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure \
---prefix=/usr \
---enable-libmp3lame \
---enable-libvorbis \
---enable-libxvid \
---enable-libx264 \
---enable-libvpx \
---enable-libtheora \
---enable-postproc \
---enable-shared \
---enable-x11grab \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libschroedinger \
---enable-libopenjpeg \
---enable-librtmp \
---enable-gpl \
---enable-version3 \
---enable-runtime-cpudetect \
---disable-debug \
---disable-static
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install install-man
-  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 142322, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-08 15:16:14 UTC (rev 142324)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2008
+pkgrel=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'xvidcore' 'zlib' 'x264' 'libtheora' 
'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 
'libva' 'openjpeg' 'rtmpdump' 'speex' 'gsm')
+makedepends=('yasm' 'git')
+#git clone git://git.videolan.org/ffmpeg.git
+source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
+md5sums=('bad7e47f6974cee62d98ce9de710076c')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-11-08 15:16:07 UTC (rev 142323)
+++ testing-x86_64/PKGBUILD 2011-11-08 15:16:14 UTC (rev 142324)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2005
-pkgrel=1
-pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://ffmpeg.org/;
-license=('GPL

[arch-commits] Commit in bin86/repos (5 files)

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:27:53
  Author: dreisner
Revision: 142326

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

Added:
  bin86/repos/core-x86_64/PKGBUILD
(from rev 142324, bin86/repos/testing-x86_64/PKGBUILD)
  bin86/repos/core-x86_64/bin86-0.16.17-x86_64-1.patch
(from rev 142324, bin86/repos/testing-x86_64/bin86-0.16.17-x86_64-1.patch)
Deleted:
  bin86/repos/core-x86_64/PKGBUILD
  bin86/repos/core-x86_64/bin86-0.16.17-x86_64-1.patch
  bin86/repos/testing-x86_64/

--+
 PKGBUILD |   63 +++--
 bin86-0.16.17-x86_64-1.patch |   88 -
 2 files changed, 77 insertions(+), 74 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 15:27:52 UTC (rev 142325)
+++ core-x86_64/PKGBUILD2011-11-08 15:27:53 UTC (rev 142326)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=bin86
-pkgver=0.16.18
-pkgrel=1
-pkgdesc=A complete 8086 assembler and loader
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.debath.co.uk/;
-depends=('glibc')
-source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz
-   bin86-0.16.17-x86_64-1.patch)
-md5sums=('914068fb649b93642d1cf21857b75699'
- '92bdce7b0655cd2e9f83c83fc56d128e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  if [ $CARCH = x86_64 ]; then
- patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
-  fi
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-}

Copied: bin86/repos/core-x86_64/PKGBUILD (from rev 142324, 
bin86/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 15:27:53 UTC (rev 142326)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [[ $CARCH = x86_64 ]]; then
+ patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
+  fi
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Deleted: core-x86_64/bin86-0.16.17-x86_64-1.patch
===
--- core-x86_64/bin86-0.16.17-x86_64-1.patch2011-11-08 15:27:52 UTC (rev 
142325)
+++ core-x86_64/bin86-0.16.17-x86_64-1.patch2011-11-08 15:27:53 UTC (rev 
142326)
@@ -1,44 +0,0 @@
-Submitted By: Ken Moffat k...@kenmoffat.uklinux.net
-Date: 2005-06-28
-Initial Package Version: 0.16.14
-Upstream Status: Submitted Upstream
-Origin: from ROCK Linux
-Description: Allows bin86 to compile on x86_64, which permits lilo to
- be used in a 64-bit system.  I'm dubious about ROCK's attempts to
- automatically add dual-licensing to all their patches, but bin86 is
- already GPL'd.  I've heard from the maintainer that this will be
- included in the next upload.
-
-
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
-# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
 bin86-0.16.14-orig/ld/x86_aout.h   2004-11-07 20:07:31.506442000 +0100
-+++ bin86-0.16.14/ld/x86_aout.h2004-11-07 20:07:41.106982496 +0100
-@@ -12,6 +12,9 @@
- #if defined(i386) || defined(__BCC__) || defined(MSDOS)
- typedef long Long;
- #define __OUT_OK 1
-+#elif defined(__x86_64__)
-+typedef int Long;
-+#define 

[arch-commits] Commit in bin86/repos (5 files)

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:27:52
  Author: dreisner
Revision: 142325

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

Added:
  bin86/repos/core-i686/PKGBUILD
(from rev 142324, bin86/repos/testing-i686/PKGBUILD)
  bin86/repos/core-i686/bin86-0.16.17-x86_64-1.patch
(from rev 142324, bin86/repos/testing-i686/bin86-0.16.17-x86_64-1.patch)
Deleted:
  bin86/repos/core-i686/PKGBUILD
  bin86/repos/core-i686/bin86-0.16.17-x86_64-1.patch
  bin86/repos/testing-i686/

--+
 PKGBUILD |   63 +++--
 bin86-0.16.17-x86_64-1.patch |   88 -
 2 files changed, 77 insertions(+), 74 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 15:16:14 UTC (rev 142324)
+++ core-i686/PKGBUILD  2011-11-08 15:27:52 UTC (rev 142325)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=bin86
-pkgver=0.16.18
-pkgrel=1
-pkgdesc=A complete 8086 assembler and loader
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.debath.co.uk/;
-depends=('glibc')
-source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz
-   bin86-0.16.17-x86_64-1.patch)
-md5sums=('914068fb649b93642d1cf21857b75699'
- '92bdce7b0655cd2e9f83c83fc56d128e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  if [ $CARCH = x86_64 ]; then
- patch -Np1 -i ../bin86-0.16.17-x86_64-1.patch
-  fi
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-}

Copied: bin86/repos/core-i686/PKGBUILD (from rev 142324, 
bin86/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 15:27:52 UTC (rev 142325)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [[ $CARCH = x86_64 ]]; then
+ patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
+  fi
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Deleted: core-i686/bin86-0.16.17-x86_64-1.patch
===
--- core-i686/bin86-0.16.17-x86_64-1.patch  2011-11-08 15:16:14 UTC (rev 
142324)
+++ core-i686/bin86-0.16.17-x86_64-1.patch  2011-11-08 15:27:52 UTC (rev 
142325)
@@ -1,44 +0,0 @@
-Submitted By: Ken Moffat k...@kenmoffat.uklinux.net
-Date: 2005-06-28
-Initial Package Version: 0.16.14
-Upstream Status: Submitted Upstream
-Origin: from ROCK Linux
-Description: Allows bin86 to compile on x86_64, which permits lilo to
- be used in a 64-bit system.  I'm dubious about ROCK's attempts to
- automatically add dual-licensing to all their patches, but bin86 is
- already GPL'd.  I've heard from the maintainer that this will be
- included in the next upload.
-
-
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
-# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
 bin86-0.16.14-orig/ld/x86_aout.h   2004-11-07 20:07:31.506442000 +0100
-+++ bin86-0.16.14/ld/x86_aout.h2004-11-07 20:07:41.106982496 +0100
-@@ -12,6 +12,9 @@
- #if defined(i386) || defined(__BCC__) || defined(MSDOS)
- typedef long Long;
- #define __OUT_OK 1
-+#elif defined(__x86_64__)
-+typedef int Long;
-+#define __OUT_OK 1
- #else
- typedef char Long[4];
- #endif

Copied: 

[arch-commits] Commit in bin86/repos (6 files)

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:29:05
  Author: dreisner
Revision: 142327

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bin86/repos/extra-i686/
  bin86/repos/extra-i686/PKGBUILD
(from rev 142326, bin86/trunk/PKGBUILD)
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
(from rev 142326, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
  bin86/repos/extra-x86_64/
  bin86/repos/extra-x86_64/PKGBUILD
(from rev 142326, bin86/trunk/PKGBUILD)
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch
(from rev 142326, bin86/trunk/bin86-0.16.17-x86_64-1.patch)

---+
 extra-i686/PKGBUILD   |   33 +
 extra-i686/bin86-0.16.17-x86_64-1.patch   |   44 
 extra-x86_64/PKGBUILD |   33 +
 extra-x86_64/bin86-0.16.17-x86_64-1.patch |   44 
 4 files changed, 154 insertions(+)

Copied: bin86/repos/extra-i686/PKGBUILD (from rev 142326, bin86/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 15:29:05 UTC (rev 142327)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [[ $CARCH = x86_64 ]]; then
+ patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
+  fi
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Copied: bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch (from rev 142326, 
bin86/trunk/bin86-0.16.17-x86_64-1.patch)
===
--- extra-i686/bin86-0.16.17-x86_64-1.patch (rev 0)
+++ extra-i686/bin86-0.16.17-x86_64-1.patch 2011-11-08 15:29:05 UTC (rev 
142327)
@@ -0,0 +1,44 @@
+Submitted By: Ken Moffat k...@kenmoffat.uklinux.net
+Date: 2005-06-28
+Initial Package Version: 0.16.14
+Upstream Status: Submitted Upstream
+Origin: from ROCK Linux
+Description: Allows bin86 to compile on x86_64, which permits lilo to
+ be used in a 64-bit system.  I'm dubious about ROCK's attempts to
+ automatically add dual-licensing to all their patches, but bin86 is
+ already GPL'd.  I've heard from the maintainer that this will be
+ included in the next upload.
+
+
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+# 
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+# 
+# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
+# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# 
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
+--- bin86-0.16.14-orig/ld/x86_aout.h   2004-11-07 20:07:31.506442000 +0100
 bin86-0.16.14/ld/x86_aout.h2004-11-07 20:07:41.106982496 +0100
+@@ -12,6 +12,9 @@
+ #if defined(i386) || defined(__BCC__) || defined(MSDOS)
+ typedef long Long;
+ #define __OUT_OK 1
++#elif defined(__x86_64__)
++typedef int Long;
++#define __OUT_OK 1
+ #else
+ typedef char Long[4];
+ #endif

Copied: bin86/repos/extra-x86_64/PKGBUILD (from rev 142326, 
bin86/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:29:05 UTC (rev 142327)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'

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

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:29:24
  Author: dreisner
Revision: 142328

db-remove: bin86 removed by dreisner

Deleted:
  bin86/repos/core-x86_64/



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

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:29:29
  Author: dreisner
Revision: 142329

db-remove: bin86 removed by dreisner

Deleted:
  bin86/repos/core-i686/



[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:29:42
  Author: ibiru
Revision: 142330

archrelease: copy trunk to testing-any

Added:
  thunderbird-i18n/repos/testing-any/
  thunderbird-i18n/repos/testing-any/PKGBUILD
(from rev 142329, thunderbird-i18n/trunk/PKGBUILD)

--+
 PKGBUILD |  522 +
 1 file changed, 522 insertions(+)

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 142329, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-11-08 15:29:42 UTC (rev 142330)
@@ -0,0 +1,522 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgbase=thunderbird-i18n
+pkgname=('thunderbird-i18n-ar'
+#'thunderbird-i18n-af'
+'thunderbird-i18n-be'
+'thunderbird-i18n-bn-bd'
+'thunderbird-i18n-bg'
+'thunderbird-i18n-br'
+'thunderbird-i18n-ca'
+'thunderbird-i18n-cs'
+'thunderbird-i18n-da'
+'thunderbird-i18n-de'
+'thunderbird-i18n-el'
+'thunderbird-i18n-en-gb'
+'thunderbird-i18n-es-ar'
+'thunderbird-i18n-es'
+'thunderbird-i18n-et'
+'thunderbird-i18n-eu'
+'thunderbird-i18n-fi'
+'thunderbird-i18n-fr'
+'thunderbird-i18n-fy-nl'
+'thunderbird-i18n-ga'
+'thunderbird-i18n-gd'
+'thunderbird-i18n-gl'
+'thunderbird-i18n-he'
+'thunderbird-i18n-hu'
+'thunderbird-i18n-id'
+'thunderbird-i18n-is'
+'thunderbird-i18n-it'
+'thunderbird-i18n-ja'
+'thunderbird-i18n-ko'
+'thunderbird-i18n-lt'
+'thunderbird-i18n-nb'
+'thunderbird-i18n-nl'
+'thunderbird-i18n-nn'
+'thunderbird-i18n-pa'
+'thunderbird-i18n-pl'
+'thunderbird-i18n-pt-br'
+'thunderbird-i18n-pt'
+'thunderbird-i18n-ro'
+'thunderbird-i18n-rm'
+'thunderbird-i18n-ru'
+'thunderbird-i18n-si'
+'thunderbird-i18n-sk'
+'thunderbird-i18n-sl'
+'thunderbird-i18n-sq'
+'thunderbird-i18n-sv'
+'thunderbird-i18n-ta-lk'
+'thunderbird-i18n-tr'
+'thunderbird-i18n-uk'
+'thunderbird-i18n-vi'
+'thunderbird-i18n-zh-cn'
+'thunderbird-i18n-zh-tw')
+
+pkgver=8.0
+pkgrel=1
+pkgdesc=Language pack for Thunderbird
+arch=('any')
+url=http://www.mozilla.com/;
+license=('MPL' 'GPL')
+depends=(thunderbird=$pkgver)
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
+source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
+#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
+thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
+thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
+thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
+thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
+thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
+thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
+thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
+thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
+thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
+thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
+thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
+thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
+thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
+thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
+thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
+thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
+thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
+thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
+thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
+thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
+thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
+thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
+thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
+thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
+thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
+thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
+thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
+thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
+thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
+thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
+thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
+thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
+thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
+thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
+thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
+

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

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:56:03
  Author: dreisner
Revision: 142331

db-remove: bin86 removed by dreisner

Deleted:
  bin86/repos/extra-i686/



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

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:56:26
  Author: dreisner
Revision: 142332

db-remove: bin86 removed by dreisner

Deleted:
  bin86/repos/extra-x86_64/



[arch-commits] Commit in bin86/repos (6 files)

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 10:57:04
  Author: dreisner
Revision: 142333

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bin86/repos/extra-i686/
  bin86/repos/extra-i686/PKGBUILD
(from rev 142332, bin86/trunk/PKGBUILD)
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
(from rev 142332, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
  bin86/repos/extra-x86_64/
  bin86/repos/extra-x86_64/PKGBUILD
(from rev 142332, bin86/trunk/PKGBUILD)
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch
(from rev 142332, bin86/trunk/bin86-0.16.17-x86_64-1.patch)

---+
 extra-i686/PKGBUILD   |   33 +
 extra-i686/bin86-0.16.17-x86_64-1.patch   |   44 
 extra-x86_64/PKGBUILD |   33 +
 extra-x86_64/bin86-0.16.17-x86_64-1.patch |   44 
 4 files changed, 154 insertions(+)

Copied: bin86/repos/extra-i686/PKGBUILD (from rev 142332, bin86/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 15:57:04 UTC (rev 142333)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [[ $CARCH = x86_64 ]]; then
+ patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
+  fi
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Copied: bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch (from rev 142332, 
bin86/trunk/bin86-0.16.17-x86_64-1.patch)
===
--- extra-i686/bin86-0.16.17-x86_64-1.patch (rev 0)
+++ extra-i686/bin86-0.16.17-x86_64-1.patch 2011-11-08 15:57:04 UTC (rev 
142333)
@@ -0,0 +1,44 @@
+Submitted By: Ken Moffat k...@kenmoffat.uklinux.net
+Date: 2005-06-28
+Initial Package Version: 0.16.14
+Upstream Status: Submitted Upstream
+Origin: from ROCK Linux
+Description: Allows bin86 to compile on x86_64, which permits lilo to
+ be used in a 64-bit system.  I'm dubious about ROCK's attempts to
+ automatically add dual-licensing to all their patches, but bin86 is
+ already GPL'd.  I've heard from the maintainer that this will be
+ included in the next upload.
+
+
+# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+# 
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# Please add additional copyright information _after_ the line containing
+# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+# 
+# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
+# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# 
+# --- ROCK-COPYRIGHT-NOTE-END ---
+
+diff -urN bin86-0.16.14-orig/ld/x86_aout.h bin86-0.16.14/ld/x86_aout.h
+--- bin86-0.16.14-orig/ld/x86_aout.h   2004-11-07 20:07:31.506442000 +0100
 bin86-0.16.14/ld/x86_aout.h2004-11-07 20:07:41.106982496 +0100
+@@ -12,6 +12,9 @@
+ #if defined(i386) || defined(__BCC__) || defined(MSDOS)
+ typedef long Long;
+ #define __OUT_OK 1
++#elif defined(__x86_64__)
++typedef int Long;
++#define __OUT_OK 1
+ #else
+ typedef char Long[4];
+ #endif

Copied: bin86/repos/extra-x86_64/PKGBUILD (from rev 142332, 
bin86/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:57:04 UTC (rev 142333)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=2
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'

[arch-commits] Commit in telepathy-mission-control/repos (4 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:59:21
  Author: ibiru
Revision: 142335

db-move: moved telepathy-mission-control from [testing] to [extra] (x86_64)

Added:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
(from rev 142333, telepathy-mission-control/repos/testing-x86_64/PKGBUILD)
  telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install
(from rev 142333, 
telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
  telepathy-mission-control/repos/testing-x86_64/

---+
 PKGBUILD  |   62 ++--
 telepathy-mission-control.install |   11 ++
 2 files changed, 43 insertions(+), 30 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 15:59:20 UTC (rev 142334)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:59:21 UTC (rev 142335)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-pkgname=telepathy-mission-control
-pkgver=5.9.3
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring')
-makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('15fc8e560bc67a86393a3138d7ac38e3')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 142333, 
telepathy-mission-control/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:59:21 UTC (rev 142335)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+pkgname=telepathy-mission-control
+pkgver=5.10.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: 
telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install 
(from rev 142333, 
telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install)
===
--- extra-x86_64/telepathy-mission-control.install  
(rev 0)
+++ extra-x86_64/telepathy-mission-control.install  2011-11-08 15:59:21 UTC 
(rev 142335)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-mission-control/repos (4 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:59:20
  Author: ibiru
Revision: 142334

db-move: moved telepathy-mission-control from [testing] to [extra] (i686)

Added:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
(from rev 142333, telepathy-mission-control/repos/testing-i686/PKGBUILD)
  telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install
(from rev 142333, 
telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
  telepathy-mission-control/repos/testing-i686/

---+
 PKGBUILD  |   62 ++--
 telepathy-mission-control.install |   11 ++
 2 files changed, 43 insertions(+), 30 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 15:57:04 UTC (rev 142333)
+++ extra-i686/PKGBUILD 2011-11-08 15:59:20 UTC (rev 142334)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-pkgname=telepathy-mission-control
-pkgver=5.9.3
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring')
-makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('15fc8e560bc67a86393a3138d7ac38e3')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 142333, 
telepathy-mission-control/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 15:59:20 UTC (rev 142334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+pkgname=telepathy-mission-control
+pkgver=5.10.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: 
telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install 
(from rev 142333, 
telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install)
===
--- extra-i686/telepathy-mission-control.install
(rev 0)
+++ extra-i686/telepathy-mission-control.install2011-11-08 15:59:20 UTC 
(rev 142334)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-gabble/repos (5 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:59:23
  Author: ibiru
Revision: 142337

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

Added:
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
(from rev 142333, telepathy-gabble/repos/testing-x86_64/PKGBUILD)
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
(from rev 142333, 
telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-x86_64/PKGBUILD
  telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install
  telepathy-gabble/repos/testing-x86_64/

--+
 PKGBUILD |   60 ++---
 telepathy-gabble.install |   26 +--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 15:59:22 UTC (rev 142336)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:59:23 UTC (rev 142337)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.12.7
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
-install=telepathy-gabble.install
-md5sums=('3518db585403a6cf93ba253200acc5e7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 142333, 
telepathy-gabble/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 15:59:23 UTC (rev 142337)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.14.0
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
+install=telepathy-gabble.install
+md5sums=('73afa5533833d176b9b82b96351efe63')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/telepathy-gabble.install
===
--- extra-x86_64/telepathy-gabble.install   2011-11-08 15:59:22 UTC (rev 
142336)
+++ extra-x86_64/telepathy-gabble.install   2011-11-08 15:59:23 UTC (rev 
142337)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 
142333, telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install)
===
--- extra-x86_64/telepathy-gabble.install   (rev 0)
+++ extra-x86_64/telepathy-gabble.install   2011-11-08 15:59:23 UTC (rev 
142337)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in telepathy-gabble/repos (5 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 10:59:22
  Author: ibiru
Revision: 142336

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

Added:
  telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 142333, telepathy-gabble/repos/testing-i686/PKGBUILD)
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 142333, 
telepathy-gabble/repos/testing-i686/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/extra-i686/PKGBUILD
  telepathy-gabble/repos/extra-i686/telepathy-gabble.install
  telepathy-gabble/repos/testing-i686/

--+
 PKGBUILD |   60 ++---
 telepathy-gabble.install |   26 +--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 15:59:21 UTC (rev 142335)
+++ extra-i686/PKGBUILD 2011-11-08 15:59:22 UTC (rev 142336)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Daniel Balieiro dan...@balieiro.com
-# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
-pkgname=telepathy-gabble
-pkgver=0.12.7
-pkgrel=1
-pkgdesc=A Jabber/XMPP connection manager for Telepathy
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
-makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
-install=telepathy-gabble.install
-md5sums=('3518db585403a6cf93ba253200acc5e7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 142333, 
telepathy-gabble/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 15:59:22 UTC (rev 142336)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Daniel Balieiro dan...@balieiro.com
+# Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
+pkgname=telepathy-gabble
+pkgver=0.14.0
+pkgrel=1
+pkgdesc=A Jabber/XMPP connection manager for Telepathy
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
+install=telepathy-gabble.install
+md5sums=('73afa5533833d176b9b82b96351efe63')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/telepathy-gabble.install
===
--- extra-i686/telepathy-gabble.install 2011-11-08 15:59:21 UTC (rev 142335)
+++ extra-i686/telepathy-gabble.install 2011-11-08 15:59:22 UTC (rev 142336)
@@ -1,13 +0,0 @@
-post_install() {
-  killall -HUP dbus-daemon 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 
142333, telepathy-gabble/repos/testing-i686/telepathy-gabble.install)
===
--- extra-i686/telepathy-gabble.install (rev 0)
+++ extra-i686/telepathy-gabble.install 2011-11-08 15:59:22 UTC (rev 142336)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 11:06:52
  Author: dreisner
Revision: 142338

upgpkg: bin86 0.16.18-3

rebuild to get myself out of this mess

Modified:
  bin86/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 15:59:23 UTC (rev 142337)
+++ PKGBUILD2011-11-08 16:06:52 UTC (rev 142338)
@@ -4,7 +4,7 @@
 
 pkgname=bin86
 pkgver=0.16.18
-pkgrel=2
+pkgrel=3
 pkgdesc=A complete 8086 assembler and loader
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in bin86/repos (8 files)

2011-11-08 Thread Dave Reisner
Date: Tuesday, November 8, 2011 @ 11:07:12
  Author: dreisner
Revision: 142339

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bin86/repos/extra-i686/PKGBUILD
(from rev 142338, bin86/trunk/PKGBUILD)
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
(from rev 142338, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
  bin86/repos/extra-x86_64/PKGBUILD
(from rev 142338, bin86/trunk/PKGBUILD)
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch
(from rev 142338, bin86/trunk/bin86-0.16.17-x86_64-1.patch)
Deleted:
  bin86/repos/extra-i686/PKGBUILD
  bin86/repos/extra-i686/bin86-0.16.17-x86_64-1.patch
  bin86/repos/extra-x86_64/PKGBUILD
  bin86/repos/extra-x86_64/bin86-0.16.17-x86_64-1.patch

---+
 extra-i686/PKGBUILD   |   66 ++---
 extra-i686/bin86-0.16.17-x86_64-1.patch   |   88 ++--
 extra-x86_64/PKGBUILD |   66 ++---
 extra-x86_64/bin86-0.16.17-x86_64-1.patch |   88 ++--
 4 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 16:06:52 UTC (rev 142338)
+++ extra-i686/PKGBUILD 2011-11-08 16:07:12 UTC (rev 142339)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=bin86
-pkgver=0.16.18
-pkgrel=2
-pkgdesc=A complete 8086 assembler and loader
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.debath.co.uk/;
-depends=('glibc')
-source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
-bin86-0.16.17-x86_64-1.patch)
-md5sums=('914068fb649b93642d1cf21857b75699'
- '92bdce7b0655cd2e9f83c83fc56d128e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [[ $CARCH = x86_64 ]]; then
- patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
-  fi
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-}

Copied: bin86/repos/extra-i686/PKGBUILD (from rev 142338, bin86/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 16:07:12 UTC (rev 142339)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=bin86
+pkgver=0.16.18
+pkgrel=3
+pkgdesc=A complete 8086 assembler and loader
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.debath.co.uk/;
+depends=('glibc')
+source=(http://www.debath.co.uk/dev86//$pkgname-$pkgver.tar.gz;
+bin86-0.16.17-x86_64-1.patch)
+md5sums=('914068fb649b93642d1cf21857b75699'
+ '92bdce7b0655cd2e9f83c83fc56d128e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [[ $CARCH = x86_64 ]]; then
+ patch -Np1  $srcdir/bin86-0.16.17-x86_64-1.patch
+  fi
+
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Deleted: extra-i686/bin86-0.16.17-x86_64-1.patch
===
--- extra-i686/bin86-0.16.17-x86_64-1.patch 2011-11-08 16:06:52 UTC (rev 
142338)
+++ extra-i686/bin86-0.16.17-x86_64-1.patch 2011-11-08 16:07:12 UTC (rev 
142339)
@@ -1,44 +0,0 @@
-Submitted By: Ken Moffat k...@kenmoffat.uklinux.net
-Date: 2005-06-28
-Initial Package Version: 0.16.14
-Upstream Status: Submitted Upstream
-Origin: from ROCK Linux
-Description: Allows bin86 to compile on x86_64, which permits lilo to
- be used in a 64-bit system.  I'm dubious about ROCK's attempts to
- automatically add dual-licensing to all their patches, but bin86 is
- already GPL'd.  I've heard from the maintainer that this will be
- included in the next upload.
-
-
-# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
-# 
-# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
-# Please add additional copyright information _after_ the line containing
-# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
-# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
-# 
-# ROCK Linux: rock-src/package/x86/bin86/x86_64.patch
-# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
-# 
-# This patch file is dual-licensed. It is available under the license the
-# patched project is licensed under, as long as it is an OpenSource license
-# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
-# of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-# 
-# --- ROCK-COPYRIGHT-NOTE-END ---
-
-diff -urN bin86-0.16.14-orig/ld/x86_aout.h 

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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 13:22:31
  Author: ronald
Revision: 142340

add wv2 to depends for doc (msword) support

Modified:
  koffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 16:07:12 UTC (rev 142339)
+++ PKGBUILD2011-11-08 18:22:31 UTC (rev 142340)
@@ -37,13 +37,13 @@
 #  'koffice-kdgantt' # still an empty package
 )
 pkgver=2.3.3
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url='http://koffice.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' 'gsl' 'lcms'
  'glew' 'qimageblitz' 'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd'
- 'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons')
+ 'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons' 'wv2')
 groups=('koffice')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
 'kde4-koffice-libwpg02.patch' 'gcc46.patch')
@@ -251,7 +251,7 @@
 package_koffice-kword(){
pkgdesc=Wordprocessor for KDE
depends=('koffice-templates' 'koffice-pics' 'oxygen-icons' \
-   'koffice-kounavail' 'koffice-plugins')
+   'koffice-kounavail' 'koffice-plugins' 'wv2')
 optdepends=('koffice-filters: import/export filters')
install=koffice.install
 cd ${srcdir}/build/kword



[arch-commits] Commit in firefox/repos (13 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:03
  Author: ibiru
Revision: 142341

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 142340, firefox/repos/testing-i686/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 142340, firefox/repos/testing-i686/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 142340, firefox/repos/testing-i686/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 142340, firefox/repos/testing-i686/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 142340, firefox/repos/testing-i686/mozconfig)
  firefox/repos/extra-i686/mozilla-firefox-1.0-lang.patch
(from rev 142340, firefox/repos/testing-i686/mozilla-firefox-1.0-lang.patch)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-version.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/mozilla-firefox-1.0-lang.patch
  firefox/repos/testing-i686/

+
 PKGBUILD   |  133 +++-
 firefox-install-dir.patch  |   28 ++
 firefox-version.patch  |   12 --
 firefox.desktop|  162 +++
 firefox.install|   26 +++---
 mozconfig  |  107 ++---
 mozilla-firefox-1.0-lang.patch |   24 ++---
 7 files changed, 243 insertions(+), 249 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 18:22:31 UTC (rev 142340)
+++ extra-i686/PKGBUILD 2011-11-08 18:25:03 UTC (rev 142341)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Jakub Schmidtke sja...@gmail.com
-
-pkgname=firefox
-pkgver=7.0.1
-pkgrel=1
-pkgdesc=Standalone web browser from mozilla.org
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 
'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb')
-url=http://www.mozilla.org/projects/firefox;
-install=firefox.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch 
firefox-version.patch)
-md5sums=('5b212db48630ba93bb30ec63cca17f4d'
- 'd88607e98806db2a7eb222b0c8635af0'
- 'bdeb0380c7fae30dd0ead6d2d3bc5873'
- 'bd5db57c23c72a02a489592644f18995'
- 'ff4654144499faf630271cddc2261b7c')
-
-build() {
-  cd $srcdir/mozilla-release
-
-  cp $srcdir/mozconfig .mozconfig
-  patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
-  patch -Np1 -i $srcdir/firefox-version.patch
-
-  # Fix PRE_RELEASE_SUFFIX
-  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
-  browser/base/Makefile.in
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-7.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  # PGO
-  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
-memory/jemalloc/Makefile.in
-  echo 'LDFLAGS += -lX11 -lXrender' \
- layout/build/Makefile.in
-
-  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
-  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
-  kill $! || true
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 browser/branding/official/default${i/x*/}.png \
-$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
-  done
-
-  install -Dm644 $srcdir/firefox.desktop \
-$pkgdir/usr/share/applications/firefox.desktop
-
-  rm -rf $pkgdir/usr/lib/firefox-7.0/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox-7.0/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox-7.0/hyphenation
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/firefox-devel-7.0,share/idl}
-
-  #workaround for now
-  #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
-  ln -sf /usr/lib/firefox-7.0/firefox-bin $pkgdir/usr/lib/firefox-7.0/firefox
-}

Copied: firefox/repos/extra-i686/PKGBUILD (from rev 142340, 
firefox/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 18:25:03 UTC (rev 142341)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=8.0
+pkgrel=1
+pkgdesc=Standalone web browser from 

[arch-commits] Commit in firefox/repos (13 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:10
  Author: ibiru
Revision: 142342

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

Added:
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 142340, firefox/repos/testing-x86_64/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 142340, firefox/repos/testing-x86_64/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 142340, firefox/repos/testing-x86_64/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 142340, firefox/repos/testing-x86_64/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 142340, firefox/repos/testing-x86_64/mozconfig)
  firefox/repos/extra-x86_64/mozilla-firefox-1.0-lang.patch
(from rev 142340, 
firefox/repos/testing-x86_64/mozilla-firefox-1.0-lang.patch)
Deleted:
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-version.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/mozilla-firefox-1.0-lang.patch
  firefox/repos/testing-x86_64/

+
 PKGBUILD   |  133 +++-
 firefox-install-dir.patch  |   28 ++
 firefox-version.patch  |   12 --
 firefox.desktop|  162 +++
 firefox.install|   26 +++---
 mozconfig  |  107 ++---
 mozilla-firefox-1.0-lang.patch |   24 ++---
 7 files changed, 243 insertions(+), 249 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 18:25:03 UTC (rev 142341)
+++ extra-x86_64/PKGBUILD   2011-11-08 18:25:10 UTC (rev 142342)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Jakub Schmidtke sja...@gmail.com
-
-pkgname=firefox
-pkgver=7.0.1
-pkgrel=1
-pkgdesc=Standalone web browser from mozilla.org
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 
'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb')
-url=http://www.mozilla.org/projects/firefox;
-install=firefox.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2
-mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch 
firefox-version.patch)
-md5sums=('5b212db48630ba93bb30ec63cca17f4d'
- 'd88607e98806db2a7eb222b0c8635af0'
- 'bdeb0380c7fae30dd0ead6d2d3bc5873'
- 'bd5db57c23c72a02a489592644f18995'
- 'ff4654144499faf630271cddc2261b7c')
-
-build() {
-  cd $srcdir/mozilla-release
-
-  cp $srcdir/mozconfig .mozconfig
-  patch -Np1 -i $srcdir/mozilla-firefox-1.0-lang.patch
-  patch -Np1 -i $srcdir/firefox-version.patch
-
-  # Fix PRE_RELEASE_SUFFIX
-  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
-  browser/base/Makefile.in
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/firefox-7.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  # PGO
-  sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \
-memory/jemalloc/Makefile.in
-  echo 'LDFLAGS += -lX11 -lXrender' \
- layout/build/Makefile.in
-
-  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
-  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
-  kill $! || true
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 browser/branding/official/default${i/x*/}.png \
-$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
-  done
-
-  install -Dm644 $srcdir/firefox.desktop \
-$pkgdir/usr/share/applications/firefox.desktop
-
-  rm -rf $pkgdir/usr/lib/firefox-7.0/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/firefox-7.0/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/firefox-7.0/hyphenation
-
-  # We don't want the development stuff
-  rm -r $pkgdir/usr/{include,lib/firefox-devel-7.0,share/idl}
-
-  #workaround for now
-  #https://bugzilla.mozilla.org/show_bug.cgi?id=658850
-  ln -sf /usr/lib/firefox-7.0/firefox-bin $pkgdir/usr/lib/firefox-7.0/firefox
-}

Copied: firefox/repos/extra-x86_64/PKGBUILD (from rev 142340, 
firefox/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 18:25:10 UTC (rev 142342)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Jakub Schmidtke sja...@gmail.com
+

[arch-commits] Commit in firefox-i18n/repos (5 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:19
  Author: ibiru
Revision: 142345

db-move: moved firefox-i18n from [testing] to [extra] (any)

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 142340, firefox-i18n/repos/testing-any/PKGBUILD)
  firefox-i18n/repos/extra-any/firefox-i18n.install
(from rev 142340, firefox-i18n/repos/testing-any/firefox-i18n.install)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install
  firefox-i18n/repos/testing-any/

--+
 PKGBUILD | 1654 -
 firefox-i18n.install |   16 
 2 files changed, 835 insertions(+), 835 deletions(-)

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


[arch-commits] Commit in thunderbird/repos (12 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:17
  Author: ibiru
Revision: 142344

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

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 142340, thunderbird/repos/testing-x86_64/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 142340, thunderbird/repos/testing-x86_64/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
(from rev 142340, 
thunderbird/repos/testing-x86_64/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 142340, 
thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 142340, thunderbird/repos/testing-x86_64/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 142340, thunderbird/repos/testing-x86_64/thunderbird.install)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/testing-x86_64/

---+
 PKGBUILD  |  115 
 mozconfig |   83 +---
 thunderbird-3.0-lang.patch|   22 +++
 thunderbird-install-dir.patch |   42 ++
 thunderbird.desktop   |   26 -
 thunderbird.install   |   24 
 6 files changed, 177 insertions(+), 135 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 18:25:15 UTC (rev 142343)
+++ extra-x86_64/PKGBUILD   2011-11-08 18:25:17 UTC (rev 142344)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-pkgname=thunderbird
-pkgver=7.0.1
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 
'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 'libnotify' 
'libevent' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch)
-md5sums=('ad177fe5202deabda44882ff5c871f1b'
- 'a53394cfe721b5ff743ae2918fab2798'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd ${srcdir}/comm-release
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-
-  cp ${srcdir}/mozconfig .mozconfig
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/comm-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
-  done
-
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
-
-  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
-  ln -sf /usr/share/hyphen 
${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation
-
-  # We don't want the development stuff
-  rm -r ${pkgdir}/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
-}
-

Copied: thunderbird/repos/extra-x86_64/PKGBUILD (from rev 142340, 
thunderbird/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 18:25:17 UTC (rev 142344)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+
+pkgname=thunderbird
+pkgver=8.0
+pkgrel=1
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')

[arch-commits] Commit in thunderbird/repos (12 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:15
  Author: ibiru
Revision: 142343

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 142340, thunderbird/repos/testing-i686/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 142340, thunderbird/repos/testing-i686/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
(from rev 142340, thunderbird/repos/testing-i686/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 142340, 
thunderbird/repos/testing-i686/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 142340, thunderbird/repos/testing-i686/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 142340, thunderbird/repos/testing-i686/thunderbird.install)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/testing-i686/

---+
 PKGBUILD  |  115 
 mozconfig |   83 +---
 thunderbird-3.0-lang.patch|   22 +++
 thunderbird-install-dir.patch |   42 ++
 thunderbird.desktop   |   26 -
 thunderbird.install   |   24 
 6 files changed, 177 insertions(+), 135 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 18:25:10 UTC (rev 142342)
+++ extra-i686/PKGBUILD 2011-11-08 18:25:15 UTC (rev 142343)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-pkgname=thunderbird
-pkgver=7.0.1
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 
'dbus-glib' 'hunspell' 'sqlite3=3.7.4' 'desktop-file-utils' 'libnotify' 
'libevent' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch)
-md5sums=('ad177fe5202deabda44882ff5c871f1b'
- 'a53394cfe721b5ff743ae2918fab2798'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd ${srcdir}/comm-release
-  patch -Np1 -i ${srcdir}/thunderbird-3.0-lang.patch
-
-  cp ${srcdir}/mozconfig .mozconfig
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/thunderbird-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/comm-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  $pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png
-  done
-
-  install -Dm644 ${srcdir}/thunderbird.desktop \
-  ${pkgdir}/usr/share/applications/thunderbird.desktop
-
-  rm -rf ${pkgdir}/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell 
${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries
-  ln -sf /usr/share/hyphen 
${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation
-
-  # We don't want the development stuff
-  rm -r ${pkgdir}/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
-}
-

Copied: thunderbird/repos/extra-i686/PKGBUILD (from rev 142340, 
thunderbird/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 18:25:15 UTC (rev 142343)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Anders Bostrom anders.bost...@home.se
+
+pkgname=thunderbird
+pkgver=8.0
+pkgrel=1
+pkgdesc=Standalone Mail/News reader
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url=http://www.mozilla.org/thunderbird/;
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'yasm' 'mesa')

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:25:26
  Author: ibiru
Revision: 142346

db-move: moved thunderbird-i18n from [testing] to [extra] (any)

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 142340, thunderbird-i18n/repos/testing-any/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD
  thunderbird-i18n/repos/testing-any/

--+
 PKGBUILD | 1044 ++---
 1 file changed, 522 insertions(+), 522 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2011-11-08 18:25:19 UTC (rev 142345)
+++ extra-any/PKGBUILD  2011-11-08 18:25:26 UTC (rev 142346)
@@ -1,522 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgname=('thunderbird-i18n-ar'
-#'thunderbird-i18n-af'
-'thunderbird-i18n-be'
-'thunderbird-i18n-bn-bd'
-'thunderbird-i18n-bg'
-'thunderbird-i18n-br'
-'thunderbird-i18n-ca'
-'thunderbird-i18n-cs'
-'thunderbird-i18n-da'
-'thunderbird-i18n-de'
-'thunderbird-i18n-el'
-'thunderbird-i18n-en-gb'
-'thunderbird-i18n-es-ar'
-'thunderbird-i18n-es'
-'thunderbird-i18n-et'
-'thunderbird-i18n-eu'
-'thunderbird-i18n-fi'
-'thunderbird-i18n-fr'
-'thunderbird-i18n-fy-nl'
-'thunderbird-i18n-ga'
-'thunderbird-i18n-gd'
-'thunderbird-i18n-gl'
-'thunderbird-i18n-he'
-'thunderbird-i18n-hu'
-'thunderbird-i18n-id'
-'thunderbird-i18n-is'
-'thunderbird-i18n-it'
-'thunderbird-i18n-ja'
-'thunderbird-i18n-ko'
-'thunderbird-i18n-lt'
-'thunderbird-i18n-nb'
-'thunderbird-i18n-nl'
-'thunderbird-i18n-nn'
-'thunderbird-i18n-pa'
-'thunderbird-i18n-pl'
-'thunderbird-i18n-pt-br'
-'thunderbird-i18n-pt'
-'thunderbird-i18n-ro'
-'thunderbird-i18n-rm'
-'thunderbird-i18n-ru'
-'thunderbird-i18n-si'
-'thunderbird-i18n-sk'
-'thunderbird-i18n-sl'
-'thunderbird-i18n-sq'
-'thunderbird-i18n-sv'
-'thunderbird-i18n-ta-lk'
-'thunderbird-i18n-tr'
-'thunderbird-i18n-uk'
-'thunderbird-i18n-vi'
-'thunderbird-i18n-zh-cn'
-'thunderbird-i18n-zh-tw')
-
-pkgver=7.0.1
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
-source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
-#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
-thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
-thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
-thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
-thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
-thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
-thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
-thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
-thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
-thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
-thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
-thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
-thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
-thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
-thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
-thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
-thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
-thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
-thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
-thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
-thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
-thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
-thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
-thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
-thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
-thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
-thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
-thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
-thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
-thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
-thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
-thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
-thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
-thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
-thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
-thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
-

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:29:13
  Author: ibiru
Revision: 142347

update to 8.0

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

---+
 PKGBUILD  |   33 -
 mozconfig |   37 ++---
 2 files changed, 26 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 18:25:26 UTC (rev 142346)
+++ PKGBUILD2011-11-08 18:29:13 UTC (rev 142347)
@@ -2,45 +2,44 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=7.0
-_ffoxver=7.0
+pkgver=8.0
+_ffoxver=8.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 'libvpx')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa')
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch)
-options=('!emptydirs' '!buildflags')
+options=('!emptydirs')
 replaces=('xulrunner-oss')
-md5sums=('673a015a23e3fefa18d80db68c8b9fc1'
- '108a53313284908cc3afe5e29a7557e9'
+md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+ '8dfb78c5bd0581c8cf4753813132bf0b'
  '639ea80e823543dd415b90c0ee804186')
 
 build() {
-  cd ${srcdir}/mozilla-release
-  cp ${srcdir}/mozconfig .mozconfig
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
 
   #fix libdir/sdkdir - fedora
-  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
 
-  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
 }
 
 package() {
-  cd ${srcdir}/mozilla-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
 
   # add xulrunner library path to ld.so.conf
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
+  install -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/xulrunner  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
 
-  #wtf mozilla!
   chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
+  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
 }

Modified: mozconfig
===
--- mozconfig   2011-11-08 18:25:26 UTC (rev 142346)
+++ mozconfig   2011-11-08 18:29:13 UTC (rev 142347)
@@ -2,6 +2,8 @@
 
 ac_add_options --prefix=/usr
 ac_add_options --libdir=/usr/lib
+
+# System libraries
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --with-system-jpeg
@@ -9,47 +11,28 @@
 ac_add_options --with-system-bz2
 ac_add_options --with-system-png
 ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
 ac_add_options --enable-system-cairo
+ac_add_options --enable-system-pixman
 ac_add_options --with-pthreads
 
-ac_add_options --enable-default-toolkit=cairo-gtk2
+# Features
 ac_add_options --enable-safe-browsing
-ac_add_options --enable-extensions=default
 ac_add_options --enable-startup-notification
-ac_add_options --enable-pango
-ac_add_options --enable-svg
-ac_add_options --enable-canvas
-ac_add_options --enable-smil
-ac_add_options --enable-canvas3d
-ac_add_options --enable-places
-ac_add_options --enable-shared-js
-ac_add_options --enable-url-classifier
+ac_add_options --enable-gio
 
-ac_add_options --enable-optimize
-ac_add_options --enable-strip
-ac_add_options --enable-install-strip
-ac_add_options --enable-jemalloc
-ac_add_options --enable-xterm-updates
-ac_add_options --enable-printing
-ac_add_options --enable-xinerama
-
-ac_add_options --disable-javaxpcom
+ac_add_options --disable-gnomevfs
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
 ac_add_options --disable-tests
-ac_add_options --disable-xprint
 ac_add_options 

[arch-commits] Commit in xulrunner/repos (12 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:30:37
  Author: ibiru
Revision: 142348

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 142347, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 142347, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 142347, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 142347, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 142347, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 142347, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

--+
 extra-i686/PKGBUILD  |   91 -
 extra-i686/mozconfig |   93 ++---
 extra-i686/mozilla-pkgconfig.patch   |  120 -
 extra-x86_64/PKGBUILD|   91 -
 extra-x86_64/mozconfig   |   93 ++---
 extra-x86_64/mozilla-pkgconfig.patch |  120 -
 6 files changed, 286 insertions(+), 322 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 18:29:13 UTC (rev 142347)
+++ extra-i686/PKGBUILD 2011-11-08 18:30:37 UTC (rev 142348)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=7.0
-_ffoxver=7.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch)
-options=('!emptydirs' '!buildflags')
-replaces=('xulrunner-oss')
-md5sums=('673a015a23e3fefa18d80db68c8b9fc1'
- '108a53313284908cc3afe5e29a7557e9'
- '639ea80e823543dd415b90c0ee804186')
-
-build() {
-  cd ${srcdir}/mozilla-release
-  cp ${srcdir}/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ${srcdir}/mozilla-pkgconfig.patch
-
-  export LDFLAGS=-Wl,-rpath,/usr/lib/xulrunner-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/mozilla-release
-  make -j1 -f client.mk DESTDIR=${pkgdir} install
-
-  # add xulrunner library path to ld.so.conf
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
-
-  #wtf mozilla!
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 142347, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 18:30:37 UTC (rev 142348)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=8.0
+_ffoxver=8.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 'libvpx')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+ '8dfb78c5bd0581c8cf4753813132bf0b'
+ '639ea80e823543dd415b90c0ee804186')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+
+  export 

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

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:37:07
  Author: ibiru
Revision: 142349

fix ldpath

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 18:30:37 UTC (rev 142348)
+++ PKGBUILD2011-11-08 18:37:07 UTC (rev 142349)
@@ -4,7 +4,7 @@
 pkgname=xulrunner
 pkgver=8.0
 _ffoxver=8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -38,7 +38,7 @@
 
   # add xulrunner library path to ld.so.conf
   install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
+  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
 
   chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
   sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py



[arch-commits] Commit in gpm/repos (11 files)

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 13:37:41
  Author: eric
Revision: 142350

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

Added:
  gpm/repos/core-i686/PKGBUILD
(from rev 142349, gpm/repos/testing-i686/PKGBUILD)
  gpm/repos/core-i686/gpm
(from rev 142349, gpm/repos/testing-i686/gpm)
  gpm/repos/core-i686/gpm.conf.d
(from rev 142349, gpm/repos/testing-i686/gpm.conf.d)
  gpm/repos/core-i686/gpm.install
(from rev 142349, gpm/repos/testing-i686/gpm.install)
  gpm/repos/core-i686/gpm.sh
(from rev 142349, gpm/repos/testing-i686/gpm.sh)
Deleted:
  gpm/repos/core-i686/PKGBUILD
  gpm/repos/core-i686/gpm
  gpm/repos/core-i686/gpm.conf.d
  gpm/repos/core-i686/gpm.install
  gpm/repos/core-i686/gpm.sh
  gpm/repos/testing-i686/

-+
 PKGBUILD|   78 +++
 gpm |   82 +-
 gpm.conf.d  |8 ++---
 gpm.install |   32 +++---
 gpm.sh  |6 ++--
 5 files changed, 103 insertions(+), 103 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/PKGBUILD  2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-
-pkgname=gpm
-pkgver=1.20.6
-pkgrel=6
-pkgdesc=A mouse server for the console and xterm
-arch=('i686' 'x86_64')
-url=http://www.nico.schottelius.org/software/gpm/;
-license=('GPL')
-depends=('ncurses' 'bash')
-backup=('etc/conf.d/gpm')
-options=('!makeflags')
-install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2
 \
-gpm gpm.conf.d gpm.sh)
-md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
- 'f436a1277571f2ae8bfa9bf2ef32f7a5' 'e391fe4599ce102615f9cd449c380d41')
-sha1sums=('f3bb9272878b7934968381c8b25edab359114150' 
'19e1feb1493373512a77801699df012d186336ea'\
- '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86' 
'88fe5ff10916c68a87abc8418a56eb0073f69fa9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../gpm ${pkgdir}/etc/rc.d/gpm
-  install -D -m644 ../gpm.conf.d ${pkgdir}/etc/conf.d/gpm
-  install -D -m755 ../gpm.sh ${pkgdir}/etc/profile.d/gpm.sh
-
-# library fixes
-  cd ${pkgdir}/usr/lib/
-  ln -s libgpm.so.2.* libgpm.so
-  chmod 755 ${pkgdir}/usr/lib/libgpm.so.*
-}

Copied: gpm/repos/core-i686/PKGBUILD (from rev 142349, 
gpm/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpm
+pkgver=1.20.6
+pkgrel=7
+pkgdesc=A mouse server for the console and xterm
+arch=('i686' 'x86_64')
+url=http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('ncurses' 'bash')
+backup=('etc/conf.d/gpm')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2
 \
+gpm gpm.conf.d gpm.sh)
+sha1sums=('f3bb9272878b7934968381c8b25edab359114150'
+  '19e1feb1493373512a77801699df012d186336ea'
+  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../gpm ${pkgdir}/etc/rc.d/gpm
+  install -D -m644 ../gpm.conf.d ${pkgdir}/etc/conf.d/gpm
+  install -D -m755 ../gpm.sh ${pkgdir}/etc/profile.d/gpm.sh
+
+# library fixes
+  cd ${pkgdir}/usr/lib/
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 ${pkgdir}/usr/lib/libgpm.so.*
+}

Deleted: core-i686/gpm
===
--- core-i686/gpm   2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/gpm   2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GPM_ARGS=
-[ -f /etc/conf.d/gpm ]  . /etc/conf.d/gpm
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-case $1 in
-  start)
-stat_busy Starting GPM Daemon
-[ -z $PID ]  /usr/sbin/gpm ${GPM_ARGS}
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-if [ -z $PID ]; then
-  stat_fail
-else
-  add_daemon gpm
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping GPM Daemon
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon gpm
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start

[arch-commits] Commit in gpm/repos (11 files)

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 13:37:43
  Author: eric
Revision: 142351

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

Added:
  gpm/repos/core-x86_64/PKGBUILD
(from rev 142349, gpm/repos/testing-x86_64/PKGBUILD)
  gpm/repos/core-x86_64/gpm
(from rev 142349, gpm/repos/testing-x86_64/gpm)
  gpm/repos/core-x86_64/gpm.conf.d
(from rev 142349, gpm/repos/testing-x86_64/gpm.conf.d)
  gpm/repos/core-x86_64/gpm.install
(from rev 142349, gpm/repos/testing-x86_64/gpm.install)
  gpm/repos/core-x86_64/gpm.sh
(from rev 142349, gpm/repos/testing-x86_64/gpm.sh)
Deleted:
  gpm/repos/core-x86_64/PKGBUILD
  gpm/repos/core-x86_64/gpm
  gpm/repos/core-x86_64/gpm.conf.d
  gpm/repos/core-x86_64/gpm.install
  gpm/repos/core-x86_64/gpm.sh
  gpm/repos/testing-x86_64/

-+
 PKGBUILD|   78 +++
 gpm |   82 +-
 gpm.conf.d  |8 ++---
 gpm.install |   32 +++---
 gpm.sh  |6 ++--
 5 files changed, 103 insertions(+), 103 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 18:37:41 UTC (rev 142350)
+++ core-x86_64/PKGBUILD2011-11-08 18:37:43 UTC (rev 142351)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-
-pkgname=gpm
-pkgver=1.20.6
-pkgrel=6
-pkgdesc=A mouse server for the console and xterm
-arch=('i686' 'x86_64')
-url=http://www.nico.schottelius.org/software/gpm/;
-license=('GPL')
-depends=('ncurses' 'bash')
-backup=('etc/conf.d/gpm')
-options=('!makeflags')
-install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2
 \
-gpm gpm.conf.d gpm.sh)
-md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
- 'f436a1277571f2ae8bfa9bf2ef32f7a5' 'e391fe4599ce102615f9cd449c380d41')
-sha1sums=('f3bb9272878b7934968381c8b25edab359114150' 
'19e1feb1493373512a77801699df012d186336ea'\
- '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86' 
'88fe5ff10916c68a87abc8418a56eb0073f69fa9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../gpm ${pkgdir}/etc/rc.d/gpm
-  install -D -m644 ../gpm.conf.d ${pkgdir}/etc/conf.d/gpm
-  install -D -m755 ../gpm.sh ${pkgdir}/etc/profile.d/gpm.sh
-
-# library fixes
-  cd ${pkgdir}/usr/lib/
-  ln -s libgpm.so.2.* libgpm.so
-  chmod 755 ${pkgdir}/usr/lib/libgpm.so.*
-}

Copied: gpm/repos/core-x86_64/PKGBUILD (from rev 142349, 
gpm/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 18:37:43 UTC (rev 142351)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpm
+pkgver=1.20.6
+pkgrel=7
+pkgdesc=A mouse server for the console and xterm
+arch=('i686' 'x86_64')
+url=http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('ncurses' 'bash')
+backup=('etc/conf.d/gpm')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2
 \
+gpm gpm.conf.d gpm.sh)
+sha1sums=('f3bb9272878b7934968381c8b25edab359114150'
+  '19e1feb1493373512a77801699df012d186336ea'
+  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../gpm ${pkgdir}/etc/rc.d/gpm
+  install -D -m644 ../gpm.conf.d ${pkgdir}/etc/conf.d/gpm
+  install -D -m755 ../gpm.sh ${pkgdir}/etc/profile.d/gpm.sh
+
+# library fixes
+  cd ${pkgdir}/usr/lib/
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 ${pkgdir}/usr/lib/libgpm.so.*
+}

Deleted: core-x86_64/gpm
===
--- core-x86_64/gpm 2011-11-08 18:37:41 UTC (rev 142350)
+++ core-x86_64/gpm 2011-11-08 18:37:43 UTC (rev 142351)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GPM_ARGS=
-[ -f /etc/conf.d/gpm ]  . /etc/conf.d/gpm
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-case $1 in
-  start)
-stat_busy Starting GPM Daemon
-[ -z $PID ]  /usr/sbin/gpm ${GPM_ARGS}
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-if [ -z $PID ]; then
-  stat_fail
-else
-  add_daemon gpm
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping GPM Daemon
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon gpm
-  

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

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 13:37:44
  Author: eric
Revision: 142352

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

Added:
  procinfo-ng/repos/core-i686/PKGBUILD
(from rev 142349, procinfo-ng/repos/testing-i686/PKGBUILD)
Deleted:
  procinfo-ng/repos/core-i686/PKGBUILD
  procinfo-ng/repos/testing-i686/

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 18:37:43 UTC (rev 142351)
+++ core-i686/PKGBUILD  2011-11-08 18:37:44 UTC (rev 142352)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=procinfo-ng
-pkgver=2.0.304
-pkgrel=2
-pkgdesc=Displays useful information from /proc
-arch=('i686' 'x86_64')
-url=http://procinfo-ng.sourceforge.net/;
-license=('GPL2' 'LGPL2.1')
-depends=('ncurses' 'perl')
-provides=('procinfo')
-conflicts=('procinfo')
-replaces=('procinfo')
-source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/${pkgname}-${pkgver}.tar.bz2
-ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
-md5sums=('ed018fe37becc36ceb1ebe3ed909c4d2' '27658d0a69040aca05a65b9888599d50')
-sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af' 
'8bc75669cbd27775c3a837209425c5ce76238ebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install tools from old procinfo package
-  cd ${srcdir}/procinfo-18
-  install -m755 lsdev.pl ${pkgdir}/usr/bin/lsdev
-  install -m755 socklist.pl ${pkgdir}/usr/bin/socklist
-  install -m644 lsdev.8 ${pkgdir}/usr/share/man/man8/lsdev.8
-  install -m644 socklist.8 ${pkgdir}/usr/share/man/man8/socklist.8
-}

Copied: procinfo-ng/repos/core-i686/PKGBUILD (from rev 142349, 
procinfo-ng/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 18:37:44 UTC (rev 142352)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=3
+pkgdesc=Displays useful information from /proc
+arch=('i686' 'x86_64')
+url=http://procinfo-ng.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install tools from old procinfo package
+  cd ${srcdir}/procinfo-18
+  install -m755 lsdev.pl ${pkgdir}/usr/bin/lsdev
+  install -m755 socklist.pl ${pkgdir}/usr/bin/socklist
+  install -m644 lsdev.8 ${pkgdir}/usr/share/man/man8/lsdev.8
+  install -m644 socklist.8 ${pkgdir}/usr/share/man/man8/socklist.8
+}



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

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 13:37:45
  Author: eric
Revision: 142353

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

Added:
  procinfo-ng/repos/core-x86_64/PKGBUILD
(from rev 142349, procinfo-ng/repos/testing-x86_64/PKGBUILD)
Deleted:
  procinfo-ng/repos/core-x86_64/PKGBUILD
  procinfo-ng/repos/testing-x86_64/

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 18:37:44 UTC (rev 142352)
+++ core-x86_64/PKGBUILD2011-11-08 18:37:45 UTC (rev 142353)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=procinfo-ng
-pkgver=2.0.304
-pkgrel=2
-pkgdesc=Displays useful information from /proc
-arch=('i686' 'x86_64')
-url=http://procinfo-ng.sourceforge.net/;
-license=('GPL2' 'LGPL2.1')
-depends=('ncurses' 'perl')
-provides=('procinfo')
-conflicts=('procinfo')
-replaces=('procinfo')
-source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/${pkgname}-${pkgver}.tar.bz2
-ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
-md5sums=('ed018fe37becc36ceb1ebe3ed909c4d2' '27658d0a69040aca05a65b9888599d50')
-sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af' 
'8bc75669cbd27775c3a837209425c5ce76238ebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install tools from old procinfo package
-  cd ${srcdir}/procinfo-18
-  install -m755 lsdev.pl ${pkgdir}/usr/bin/lsdev
-  install -m755 socklist.pl ${pkgdir}/usr/bin/socklist
-  install -m644 lsdev.8 ${pkgdir}/usr/share/man/man8/lsdev.8
-  install -m644 socklist.8 ${pkgdir}/usr/share/man/man8/socklist.8
-}

Copied: procinfo-ng/repos/core-x86_64/PKGBUILD (from rev 142349, 
procinfo-ng/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 18:37:45 UTC (rev 142353)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=3
+pkgdesc=Displays useful information from /proc
+arch=('i686' 'x86_64')
+url=http://procinfo-ng.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install tools from old procinfo package
+  cd ${srcdir}/procinfo-18
+  install -m755 lsdev.pl ${pkgdir}/usr/bin/lsdev
+  install -m755 socklist.pl ${pkgdir}/usr/bin/socklist
+  install -m644 lsdev.8 ${pkgdir}/usr/share/man/man8/lsdev.8
+  install -m644 socklist.8 ${pkgdir}/usr/share/man/man8/socklist.8
+}



[arch-commits] Commit in xulrunner/repos (12 files)

2011-11-08 Thread Ionut Biru
Date: Tuesday, November 8, 2011 @ 13:38:40
  Author: ibiru
Revision: 142354

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 142353, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 142353, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 142353, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 142353, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 142353, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 142353, xulrunner/trunk/mozilla-pkgconfig.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch

--+
 extra-i686/PKGBUILD  |   90 
 extra-i686/mozconfig |   76 ++--
 extra-i686/mozilla-pkgconfig.patch   |  120 -
 extra-x86_64/PKGBUILD|   90 
 extra-x86_64/mozconfig   |   76 ++--
 extra-x86_64/mozilla-pkgconfig.patch |  120 -
 6 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 18:37:45 UTC (rev 142353)
+++ extra-i686/PKGBUILD 2011-11-08 18:38:40 UTC (rev 142354)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=8.0
-_ffoxver=8.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 'libvpx')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('9395a5be13da119bd8d53c3225e5d17c'
- '8dfb78c5bd0581c8cf4753813132bf0b'
- '639ea80e823543dd415b90c0ee804186')
-
-build() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 142353, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 18:38:40 UTC (rev 142354)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=8.0
+_ffoxver=8.0
+pkgrel=2
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 
'alsa-lib' 'libevent' 'sqlite3=3.7.4' 'libnotify' 'libvpx')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 
'yasm' 'mesa')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch)
+options=('!emptydirs')
+replaces=('xulrunner-oss')
+md5sums=('9395a5be13da119bd8d53c3225e5d17c'
+ '8dfb78c5bd0581c8cf4753813132bf0b'
+ '639ea80e823543dd415b90c0ee804186')
+
+build() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  #fix libdir/sdkdir - fedora
+  patch -Np1 -i $srcdir/mozilla-pkgconfig.patch
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
+}
+

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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 14:20:32
  Author: ronald
Revision: 142355

add qt48 fix

Modified:
  koffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 18:38:40 UTC (rev 142354)
+++ PKGBUILD2011-11-08 19:20:32 UTC (rev 142355)
@@ -46,16 +46,18 @@
  'libwpg' 'opengtl' 'libkdcraw' 'oxygen-icons' 'wv2')
 groups=('koffice')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
-'kde4-koffice-libwpg02.patch' 'gcc46.patch')
+'kde4-koffice-libwpg02.patch' 'gcc46.patch' 'qt48fix.patch')
 sha256sums=('31ba0d98c0d29c7b8ab97efdeb6c618b82177b2b0ec85da088178254da43c099'
 '69106deb4081d71b5bd8f2e4f5af67ca689e4ce9f2bb49c11dbce5fb3409d612'
-'e095c0b2bbedf41da6535a68b2275464dafd3f194566028d0135322f596e4739')
+'e095c0b2bbedf41da6535a68b2275464dafd3f194566028d0135322f596e4739'
+'bfd3998780caa3c2623ae4012844821a5202755fbab73abc6a63a0f4e7cc4a52')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
 
patch -p1 -i ${srcdir}/kde4-koffice-libwpg02.patch
patch -p1 -i ${srcdir}/gcc46.patch
+patch -p1 -i ${srcdir}/qt48fix.patch
 
cd ${srcdir}
mkdir build



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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:22:45
  Author: dan
Revision: 142356

Add numactl, needed for irqbalance

Added:
  numactl/
  numactl/repos/
  numactl/trunk/
  numactl/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 24 insertions(+)

Added: numactl/trunk/PKGBUILD
===
--- numactl/trunk/PKGBUILD  (rev 0)
+++ numactl/trunk/PKGBUILD  2011-11-08 20:22:45 UTC (rev 142356)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
+  rmdir $pkgdir/usr/share/man/man2
+}



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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:23:57
  Author: dan
Revision: 142357

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  numactl/repos/extra-i686/
  numactl/repos/extra-i686/PKGBUILD
(from rev 142356, numactl/trunk/PKGBUILD)
  numactl/repos/extra-x86_64/
  numactl/repos/extra-x86_64/PKGBUILD
(from rev 142356, numactl/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: numactl/repos/extra-i686/PKGBUILD (from rev 142356, 
numactl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 20:23:57 UTC (rev 142357)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
+  rmdir $pkgdir/usr/share/man/man2
+}

Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 142356, 
numactl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 20:23:57 UTC (rev 142357)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
+  rmdir $pkgdir/usr/share/man/man2
+}



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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:31:12
  Author: dan
Revision: 142358

upgpkg: irqbalance 1.0.2-1

major version rebuild, 1.0.2

Modified:
  irqbalance/trunk/PKGBUILD
Deleted:
  irqbalance/trunk/Fix-detection-of-CPUs-in-sysfs.patch
  irqbalance/trunk/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
  irqbalance/trunk/current-trunk.patch

+
 Fix-detection-of-CPUs-in-sysfs.patch   |   35 -
 PKGBUILD   |   28 -
 Special-interrupt-counts-line-NMI-may-start-with-a-s.patch |   67 ---
 current-trunk.patch|  217 ---
 4 files changed, 8 insertions(+), 339 deletions(-)

Deleted: Fix-detection-of-CPUs-in-sysfs.patch
===
--- Fix-detection-of-CPUs-in-sysfs.patch2011-11-08 20:23:57 UTC (rev 
142357)
+++ Fix-detection-of-CPUs-in-sysfs.patch2011-11-08 20:31:12 UTC (rev 
142358)
@@ -1,35 +0,0 @@
-From: Shawn Bohrer sboh...@rgmadvisors.com
-
-Only count directories that match /sys/devices/system/cpu/cpu[0-9]+ as
-CPUs.  Previously any directory that started with cpu was counted which
-caused cpufreq and cpuidle to be counted as CPUs.
-
-Signed-off-by: Shawn Bohrer sboh...@rgmadvisors.com

- cputree.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/cputree.c b/cputree.c
-index 3b0c982..b879785 100644
 a/cputree.c
-+++ b/cputree.c
-@@ -25,6 +25,7 @@
-  */
- 
- #include config.h
-+#include ctype.h
- #include stdio.h
- #include stdlib.h
- #include unistd.h
-@@ -321,7 +322,7 @@ void parse_cpu_tree(void)
-   return;
-   do {
-   entry = readdir(dir);
--if (entry  strlen(entry-d_name)3  
strstr(entry-d_name,cpu)) {
-+if (entry  !strncmp(entry-d_name,cpu, 3)  
isdigit(entry-d_name[3])) {
-   char new_path[PATH_MAX];
-   sprintf(new_path, /sys/devices/system/cpu/%s, 
entry-d_name);
-   do_one_cpu(new_path);
--- 
-1.6.5.2
-

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 20:23:57 UTC (rev 142357)
+++ PKGBUILD2011-11-08 20:31:12 UTC (rev 142358)
@@ -2,34 +2,24 @@
 # Contributor: Martin Striz m...@poruba.net
 
 pkgname=irqbalance
-pkgver=0.56
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc=IRQ balancing daemon for SMP systems
 arch=('i686' 'x86_64')
-url=http://www.irqbalance.org/;
+url=http://code.google.com/p/irqbalance;
 license=('GPL')
-depends=(glib2)
+depends=(glib2 numactl libcap-ng)
 makedepends=(pkgconfig)
 backup=(etc/conf.d/irqbalance)
-source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tbz2
+source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tar.gz
 irqbalance.conf.d
-irqbalance.rc.d
-current-trunk.patch
-Fix-detection-of-CPUs-in-sysfs.patch
-Special-interrupt-counts-line-NMI-may-start-with-a-s.patch)
-md5sums=('cd0c4d3b2bb84778a04fc594ad83949a'
+irqbalance.rc.d)
+md5sums=('58e1c9c164b12d797b500634a73938b4'
  '336c1ee99818f9ecda1687e34c69fd6b'
- 'fb82fc5d267d39110baf720d81282a7c'
- '64df09f54cf80d9ce5ff2751a882032d'
- '00dcb394dac884c116657ade4fe623ee'
- 'e774aff57054ce3c8b5adc7c3e5a74c2')
+ 'fb82fc5d267d39110baf720d81282a7c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0  ../current-trunk.patch
-  patch -Np1  ../Fix-detection-of-CPUs-in-sysfs.patch
-  patch -Np1  ../Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
-  ./autogen.sh
   ./configure --prefix=/usr
   make
 }
@@ -37,8 +27,6 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make install DESTDIR=$pkgdir
-  #install -D -m755 irqbalance $pkgdir/usr/sbin/irqbalance
-  #install -D -m644 irqbalance.1 $pkgdir/usr/share/man/man1/irqbalance.1
   install -D -m644 ../irqbalance.conf.d $pkgdir/etc/conf.d/irqbalance
   install -D -m755 ../irqbalance.rc.d $pkgdir/etc/rc.d/irqbalance
 }

Deleted: Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
===
--- Special-interrupt-counts-line-NMI-may-start-with-a-s.patch  2011-11-08 
20:23:57 UTC (rev 142357)
+++ Special-interrupt-counts-line-NMI-may-start-with-a-s.patch  2011-11-08 
20:31:12 UTC (rev 142358)
@@ -1,67 +0,0 @@
-From: Shawn Bohrer sboh...@rgmadvisors.com
-
-Special interrupt counts line NMI may start with a space
-
-The kernel determines the maximum number of possible IRQs and pads the
-first field of /proc/interrupts appropriately.  With four or more digits
-of precession the special interrupt counts all start with a space
-instead of a letter.  This caused the special interrupt counts to be
-counted on my system and that caused the cpunr count to be off when it
-reached the ERR and MIS lines forcing a CPU rescan.
-

[arch-commits] Commit in irqbalance/repos (18 files)

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:31:31
  Author: dan
Revision: 142359

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  irqbalance/repos/extra-i686/PKGBUILD
(from rev 142358, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-i686/irqbalance.conf.d
(from rev 142358, irqbalance/trunk/irqbalance.conf.d)
  irqbalance/repos/extra-i686/irqbalance.rc.d
(from rev 142358, irqbalance/trunk/irqbalance.rc.d)
  irqbalance/repos/extra-x86_64/PKGBUILD
(from rev 142358, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-x86_64/irqbalance.conf.d
(from rev 142358, irqbalance/trunk/irqbalance.conf.d)
  irqbalance/repos/extra-x86_64/irqbalance.rc.d
(from rev 142358, irqbalance/trunk/irqbalance.rc.d)
Deleted:
  irqbalance/repos/extra-i686/Fix-detection-of-CPUs-in-sysfs.patch
  irqbalance/repos/extra-i686/PKGBUILD
  
irqbalance/repos/extra-i686/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
  irqbalance/repos/extra-i686/current-trunk.patch
  irqbalance/repos/extra-i686/irqbalance.conf.d
  irqbalance/repos/extra-i686/irqbalance.rc.d
  irqbalance/repos/extra-x86_64/Fix-detection-of-CPUs-in-sysfs.patch
  irqbalance/repos/extra-x86_64/PKGBUILD
  
irqbalance/repos/extra-x86_64/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch
  irqbalance/repos/extra-x86_64/current-trunk.patch
  irqbalance/repos/extra-x86_64/irqbalance.conf.d
  irqbalance/repos/extra-x86_64/irqbalance.rc.d

-+
 extra-i686/Fix-detection-of-CPUs-in-sysfs.patch |   35 
-
 extra-i686/PKGBUILD |   76 
+--
 extra-i686/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch   |   67 
---
 extra-i686/current-trunk.patch  |  217 
--
 extra-i686/irqbalance.conf.d|   12 
 extra-i686/irqbalance.rc.d  |   92 
++--
 extra-x86_64/Fix-detection-of-CPUs-in-sysfs.patch   |   35 
-
 extra-x86_64/PKGBUILD   |   76 
+--
 extra-x86_64/Special-interrupt-counts-line-NMI-may-start-with-a-s.patch |   67 
---
 extra-x86_64/current-trunk.patch|  217 
--
 extra-x86_64/irqbalance.conf.d  |   12 
 extra-x86_64/irqbalance.rc.d|   92 
++--
 12 files changed, 168 insertions(+), 830 deletions(-)

Deleted: extra-i686/Fix-detection-of-CPUs-in-sysfs.patch
===
--- extra-i686/Fix-detection-of-CPUs-in-sysfs.patch 2011-11-08 20:31:12 UTC 
(rev 142358)
+++ extra-i686/Fix-detection-of-CPUs-in-sysfs.patch 2011-11-08 20:31:31 UTC 
(rev 142359)
@@ -1,35 +0,0 @@
-From: Shawn Bohrer sboh...@rgmadvisors.com
-
-Only count directories that match /sys/devices/system/cpu/cpu[0-9]+ as
-CPUs.  Previously any directory that started with cpu was counted which
-caused cpufreq and cpuidle to be counted as CPUs.
-
-Signed-off-by: Shawn Bohrer sboh...@rgmadvisors.com

- cputree.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/cputree.c b/cputree.c
-index 3b0c982..b879785 100644
 a/cputree.c
-+++ b/cputree.c
-@@ -25,6 +25,7 @@
-  */
- 
- #include config.h
-+#include ctype.h
- #include stdio.h
- #include stdlib.h
- #include unistd.h
-@@ -321,7 +322,7 @@ void parse_cpu_tree(void)
-   return;
-   do {
-   entry = readdir(dir);
--if (entry  strlen(entry-d_name)3  
strstr(entry-d_name,cpu)) {
-+if (entry  !strncmp(entry-d_name,cpu, 3)  
isdigit(entry-d_name[3])) {
-   char new_path[PATH_MAX];
-   sprintf(new_path, /sys/devices/system/cpu/%s, 
entry-d_name);
-   do_one_cpu(new_path);
--- 
-1.6.5.2
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 20:31:12 UTC (rev 142358)
+++ extra-i686/PKGBUILD 2011-11-08 20:31:31 UTC (rev 142359)
@@ -1,44 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Martin Striz m...@poruba.net
-
-pkgname=irqbalance
-pkgver=0.56
-pkgrel=3
-pkgdesc=IRQ balancing daemon for SMP systems
-arch=('i686' 'x86_64')
-url=http://www.irqbalance.org/;
-license=('GPL')
-depends=(glib2)
-makedepends=(pkgconfig)
-backup=(etc/conf.d/irqbalance)
-source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tbz2
-irqbalance.conf.d
-irqbalance.rc.d
-current-trunk.patch
-Fix-detection-of-CPUs-in-sysfs.patch
-Special-interrupt-counts-line-NMI-may-start-with-a-s.patch)
-md5sums=('cd0c4d3b2bb84778a04fc594ad83949a'
- '336c1ee99818f9ecda1687e34c69fd6b'
- 'fb82fc5d267d39110baf720d81282a7c'
- 

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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:33:17
  Author: dan
Revision: 142360

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  numactl/repos/extra-i686/PKGBUILD
(from rev 142359, numactl/trunk/PKGBUILD)
  numactl/repos/extra-x86_64/PKGBUILD
(from rev 142359, numactl/trunk/PKGBUILD)
Deleted:
  numactl/repos/extra-i686/PKGBUILD
  numactl/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   48 
 extra-x86_64/PKGBUILD |   48 
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 20:31:31 UTC (rev 142359)
+++ extra-i686/PKGBUILD 2011-11-08 20:33:17 UTC (rev 142360)
@@ -1,24 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Florian Zeitz florob at babelmonkeys dot de
-
-pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
-pkgdesc=Simple NUMA policy support
-arch=('i686' 'x86_64')
-url=http://oss.sgi.com/projects/libnuma/;
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-i686/PKGBUILD (from rev 142359, 
numactl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 20:33:17 UTC (rev 142360)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
+  rmdir $pkgdir/usr/share/man/man2
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 20:31:31 UTC (rev 142359)
+++ extra-x86_64/PKGBUILD   2011-11-08 20:33:17 UTC (rev 142360)
@@ -1,24 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Florian Zeitz florob at babelmonkeys dot de
-
-pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
-pkgdesc=Simple NUMA policy support
-arch=('i686' 'x86_64')
-url=http://oss.sgi.com/projects/libnuma/;
-license=('LGPL2.1' 'GPL2')
-depends=('perl')
-source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
-  rmdir $pkgdir/usr/share/man/man2
-}

Copied: numactl/repos/extra-x86_64/PKGBUILD (from rev 142359, 
numactl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 20:33:17 UTC (rev 142360)
@@ -0,0 +1,24 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Florian Zeitz florob at babelmonkeys dot de
+
+pkgname=numactl
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Simple NUMA policy support
+arch=('i686' 'x86_64')
+url=http://oss.sgi.com/projects/libnuma/;
+license=('LGPL2.1' 'GPL2')
+depends=('perl')
+source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
+sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make prefix=$pkgdir/usr libdir=$pkgdir/usr/lib install
+  rmdir $pkgdir/usr/share/man/man2
+}



[arch-commits] Commit in irqbalance/repos (12 files)

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 15:34:41
  Author: dan
Revision: 142361

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  irqbalance/repos/extra-i686/PKGBUILD
(from rev 142360, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-i686/irqbalance.conf.d
(from rev 142360, irqbalance/trunk/irqbalance.conf.d)
  irqbalance/repos/extra-i686/irqbalance.rc.d
(from rev 142360, irqbalance/trunk/irqbalance.rc.d)
  irqbalance/repos/extra-x86_64/PKGBUILD
(from rev 142360, irqbalance/trunk/PKGBUILD)
  irqbalance/repos/extra-x86_64/irqbalance.conf.d
(from rev 142360, irqbalance/trunk/irqbalance.conf.d)
  irqbalance/repos/extra-x86_64/irqbalance.rc.d
(from rev 142360, irqbalance/trunk/irqbalance.rc.d)
Deleted:
  irqbalance/repos/extra-i686/PKGBUILD
  irqbalance/repos/extra-i686/irqbalance.conf.d
  irqbalance/repos/extra-i686/irqbalance.rc.d
  irqbalance/repos/extra-x86_64/PKGBUILD
  irqbalance/repos/extra-x86_64/irqbalance.conf.d
  irqbalance/repos/extra-x86_64/irqbalance.rc.d

+
 extra-i686/PKGBUILD|   64 +--
 extra-i686/irqbalance.conf.d   |   12 ++---
 extra-i686/irqbalance.rc.d |   92 +++
 extra-x86_64/PKGBUILD  |   64 +--
 extra-x86_64/irqbalance.conf.d |   12 ++---
 extra-x86_64/irqbalance.rc.d   |   92 +++
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 20:33:17 UTC (rev 142360)
+++ extra-i686/PKGBUILD 2011-11-08 20:34:41 UTC (rev 142361)
@@ -1,32 +0,0 @@
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Martin Striz m...@poruba.net
-
-pkgname=irqbalance
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=IRQ balancing daemon for SMP systems
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/irqbalance;
-license=('GPL')
-depends=(glib2 numactl libcap-ng)
-makedepends=(pkgconfig)
-backup=(etc/conf.d/irqbalance)
-source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tar.gz
-irqbalance.conf.d
-irqbalance.rc.d)
-md5sums=('58e1c9c164b12d797b500634a73938b4'
- '336c1ee99818f9ecda1687e34c69fd6b'
- 'fb82fc5d267d39110baf720d81282a7c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m644 ../irqbalance.conf.d $pkgdir/etc/conf.d/irqbalance
-  install -D -m755 ../irqbalance.rc.d $pkgdir/etc/rc.d/irqbalance
-}

Copied: irqbalance/repos/extra-i686/PKGBUILD (from rev 142360, 
irqbalance/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 20:34:41 UTC (rev 142361)
@@ -0,0 +1,32 @@
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Martin Striz m...@poruba.net
+
+pkgname=irqbalance
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=IRQ balancing daemon for SMP systems
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/irqbalance;
+license=('GPL')
+depends=(glib2 numactl libcap-ng)
+makedepends=(pkgconfig)
+backup=(etc/conf.d/irqbalance)
+source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tar.gz
+irqbalance.conf.d
+irqbalance.rc.d)
+md5sums=('58e1c9c164b12d797b500634a73938b4'
+ '336c1ee99818f9ecda1687e34c69fd6b'
+ 'fb82fc5d267d39110baf720d81282a7c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m644 ../irqbalance.conf.d $pkgdir/etc/conf.d/irqbalance
+  install -D -m755 ../irqbalance.rc.d $pkgdir/etc/rc.d/irqbalance
+}

Deleted: extra-i686/irqbalance.conf.d
===
--- extra-i686/irqbalance.conf.d2011-11-08 20:33:17 UTC (rev 142360)
+++ extra-i686/irqbalance.conf.d2011-11-08 20:34:41 UTC (rev 142361)
@@ -1,6 +0,0 @@
-#
-# Settings for irqbalance daemon
-#
-
-# one shot mode - set to 1 if you have Pentium 4 with HT
-ONESHOT=0

Copied: irqbalance/repos/extra-i686/irqbalance.conf.d (from rev 142360, 
irqbalance/trunk/irqbalance.conf.d)
===
--- extra-i686/irqbalance.conf.d(rev 0)
+++ extra-i686/irqbalance.conf.d2011-11-08 20:34:41 UTC (rev 142361)
@@ -0,0 +1,6 @@
+#
+# Settings for irqbalance daemon
+#
+
+# one shot mode - set to 1 if you have Pentium 4 with HT
+ONESHOT=0

Deleted: extra-i686/irqbalance.rc.d
===
--- extra-i686/irqbalance.rc.d  2011-11-08 20:33:17 UTC (rev 142360)
+++ extra-i686/irqbalance.rc.d  2011-11-08 20:34:41 UTC (rev 142361)
@@ -1,46 +0,0 @@
-#!/bin/bash
-
-# source 

[arch-commits] Commit in koffice/trunk (PKGBUILD qt48fix.patch)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:17:29
  Author: ronald
Revision: 142362

poppler rebuild

Added:
  koffice/trunk/qt48fix.patch
Modified:
  koffice/trunk/PKGBUILD

---+
 PKGBUILD  |3 +--
 qt48fix.patch |   10 ++
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 20:34:41 UTC (rev 142361)
+++ PKGBUILD2011-11-08 21:17:29 UTC (rev 142362)
@@ -50,8 +50,7 @@
 sha256sums=('31ba0d98c0d29c7b8ab97efdeb6c618b82177b2b0ec85da088178254da43c099'
 '69106deb4081d71b5bd8f2e4f5af67ca689e4ce9f2bb49c11dbce5fb3409d612'
 'e095c0b2bbedf41da6535a68b2275464dafd3f194566028d0135322f596e4739'
-'bfd3998780caa3c2623ae4012844821a5202755fbab73abc6a63a0f4e7cc4a52')
-
+'a20d7412ceeefdf7987b1c5179a740c7ee188e314ffb94cc226967ee194bc2aa')
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
 

Added: qt48fix.patch
===
--- qt48fix.patch   (rev 0)
+++ qt48fix.patch   2011-11-08 21:17:29 UTC (rev 142362)
@@ -0,0 +1,10 @@
+--- 
koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp
   2011-02-17 13:10:38.0 +0100
 
koffice-2.3.3/plugins/chartshape/kdchart/src/KDChartBackgroundAttributes.cpp
   2011-09-08 15:03:31.932039128 +0200
+@@ -150,7 +150,6 @@ QDebug operator(QDebug dbg, const KDCh
+visible=ba.isVisible()
+brush=ba.brush()
+pixmapmode=ba.pixmapMode()
+-   pixmap=ba.pixmap()
+);
+ return dbg;
+ }



[arch-commits] Commit in koffice/repos (16 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:20:27
  Author: ronald
Revision: 142363

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  koffice/repos/staging-i686/
  koffice/repos/staging-i686/PKGBUILD
(from rev 142362, koffice/trunk/PKGBUILD)
  koffice/repos/staging-i686/filters.install
(from rev 142362, koffice/trunk/filters.install)
  koffice/repos/staging-i686/gcc46.patch
(from rev 142362, koffice/trunk/gcc46.patch)
  koffice/repos/staging-i686/kde4-koffice-libwpg02.patch
(from rev 142362, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/staging-i686/koffice.install
(from rev 142362, koffice/trunk/koffice.install)
  koffice/repos/staging-i686/krita.install
(from rev 142362, koffice/trunk/krita.install)
  koffice/repos/staging-i686/qt48fix.patch
(from rev 142362, koffice/trunk/qt48fix.patch)
  koffice/repos/staging-x86_64/
  koffice/repos/staging-x86_64/PKGBUILD
(from rev 142362, koffice/trunk/PKGBUILD)
  koffice/repos/staging-x86_64/filters.install
(from rev 142362, koffice/trunk/filters.install)
  koffice/repos/staging-x86_64/gcc46.patch
(from rev 142362, koffice/trunk/gcc46.patch)
  koffice/repos/staging-x86_64/kde4-koffice-libwpg02.patch
(from rev 142362, koffice/trunk/kde4-koffice-libwpg02.patch)
  koffice/repos/staging-x86_64/koffice.install
(from rev 142362, koffice/trunk/koffice.install)
  koffice/repos/staging-x86_64/krita.install
(from rev 142362, koffice/trunk/krita.install)
  koffice/repos/staging-x86_64/qt48fix.patch
(from rev 142362, koffice/trunk/qt48fix.patch)

+
 staging-i686/PKGBUILD  |  306 ++
 staging-i686/filters.install   |   11 
 staging-i686/gcc46.patch   |   23 
 staging-i686/kde4-koffice-libwpg02.patch   | 1323 +++
 staging-i686/koffice.install   |   12 
 staging-i686/krita.install |   13 
 staging-i686/qt48fix.patch |   10 
 staging-x86_64/PKGBUILD|  306 ++
 staging-x86_64/filters.install |   11 
 staging-x86_64/gcc46.patch |   23 
 staging-x86_64/kde4-koffice-libwpg02.patch | 1323 +++
 staging-x86_64/koffice.install |   12 
 staging-x86_64/krita.install   |   13 
 staging-x86_64/qt48fix.patch   |   10 
 14 files changed, 3396 insertions(+)

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


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

2011-11-08 Thread andyrtr
Date: Tuesday, November 8, 2011 @ 16:22:20
  Author: andyrtr
Revision: 142364

upgpkg: gnutls 3.0.7-1

upstream update 3.0.7

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 21:20:27 UTC (rev 142363)
+++ PKGBUILD2011-11-08 21:22:20 UTC (rev 142364)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.0.5
+pkgver=3.0.7
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
 makedepends=('valgrind')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=('c2d4e6344974545c228a1df2147bf334')
+md5sums=('840c96c75817c0f800a47805e275db7e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnutls/repos (8 files)

2011-11-08 Thread andyrtr
Date: Tuesday, November 8, 2011 @ 16:23:02
  Author: andyrtr
Revision: 142365

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 142364, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 142364, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 142364, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 142364, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install

-+
 extra-i686/PKGBUILD |   80 +-
 extra-i686/gnutls.install   |   40 ++---
 extra-x86_64/PKGBUILD   |   80 +-
 extra-x86_64/gnutls.install |   40 ++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 21:22:20 UTC (rev 142364)
+++ extra-i686/PKGBUILD 2011-11-08 21:23:02 UTC (rev 142365)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.0.5
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/gnutls/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
-makedepends=('valgrind')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
-md5sums=('c2d4e6344974545c228a1df2147bf334')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check # passes all  || /bin/true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 142364, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 21:23:02 UTC (rev 142365)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.0.7
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/gnutls/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle=2.4' 'p11-kit')
+makedepends=('valgrind')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
+md5sums=('840c96c75817c0f800a47805e275db7e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests # breaks make check. errors have been reported 
upstream
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check # passes all  || /bin/true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2011-11-08 21:22:20 UTC (rev 142364)
+++ extra-i686/gnutls.install   2011-11-08 21:23:02 UTC (rev 142365)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 142364, 
gnutls/trunk/gnutls.install)
===
--- 

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

2011-11-08 Thread Jan Steffens
Date: Tuesday, November 8, 2011 @ 16:23:15
  Author: heftig
Revision: 142366

5.0.1

Modified:
  libgda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 21:23:02 UTC (rev 142365)
+++ PKGBUILD2011-11-08 21:23:15 UTC (rev 142366)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=libgda
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc=Data abstraction layer with mysql, pgsql, xml, sqlite providers
 arch=(i686 x86_64)
@@ -12,12 +12,12 @@
  'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
  'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
  'iso-codes' 'openssl' 'libgcrypt' 'libldap')
-makedepends=('intltool' 'gobject-introspection' 'openjdk6' 'gtk-doc')
+makedepends=('intltool' 'gobject-introspection' 'openjdk6' 'gtk-doc' 'vala')
 options=('!libtool')
 url=http://www.gnome-db.org;
 install=libgda.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b8f14505d8e921b97b20a0ff99e10c611bd57c317b0f081e7f76bc2c87ae1fea')
+sha256sums=('1f8ed9105702bf81ce3c546292b6148e8de428f69737ad9949b8c6f81b33bdaf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:52:38
  Author: ronald
Revision: 142367

add patches to get rid of some deps

Added:
  dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch
Modified:
  dhcpcd/trunk/PKGBUILD

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
 PKGBUILD  |   13 ++-
 3 files changed, 102 insertions(+), 5 deletions(-)

Added: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   
(rev 0)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-08 
21:52:38 UTC (rev 142367)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Added: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   
(rev 0)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-08 21:52:38 UTC 
(rev 142367)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner d...@falconindy.com
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by writing to
+/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
+
+Signed-off-by: Dave Reisner d...@falconindy.com
+---
+ dhcpcd-hooks/10-mtu |4 ++--
+ dhcpcd-run-hooks.in |   11 +++
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
+index 639697c..8763930 100644
+--- a/dhcpcd-hooks/10-mtu
 b/dhcpcd-hooks/10-mtu
+@@ -7,7 +7,7 @@ if [ $reason = PREINIT -a -e $mtu_dir/$interface ]; then
+ elif [ -n $new_interface_mtu ]  $if_up; then
+   # The smalled MTU dhcpcd can work with is 576
+   if [ $new_interface_mtu -ge 576 ]; then
+-  if ifconfig $interface mtu $new_interface_mtu; then
++  if set_mtu $interface $new_interface_mtu; then
+   syslog info $interface: MTU set to $new_interface_mtu
+   # Save the MTU so we can restore it later
+   if [ ! -e $mtu_dir/$interface ]; then
+@@ -21,7 +21,7 @@ elif [ -e $mtu_dir/$interface ]; then
+   # No MTU in this state, so restore the prior MTU
+   mtu=$(cat $mtu_dir/$interface)
+   syslog info $interface: MTU restored to $mtu
+-  ifconfig $interface mtu $mtu
++  set_mtu $interface $mtu
+   rm $mtu_dir/$interface
+   fi
+ fi
+diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in
+index 0e60338..843f3ca 100644
+--- a/dhcpcd-run-hooks.in
 b/dhcpcd-run-hooks.in
+@@ -215,6 +215,17 @@ service_condcommand()
+   service_exists $1  service_status $1  service_cmd $1 $2
+ }
+ 
++# Set MTU for an interface
++set_mtu() {
++  local interface=$1 mtu=$2
++
++  if [ -e /sys/class/net/$interface/mtu ]; then
++  echo $mtu  /sys/class/net/$interface/mtu
++  else
++  ifconfig $interface mtu $mtu
++  fi
++}
++
+ # We source each script into this one so that scripts run earlier can
+ # remove variables from the environment so later scripts don't see them.
+ # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
+-- 
+1.7.5.4
+

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 21:23:15 UTC (rev 142366)
+++ PKGBUILD2011-11-08 21:52:38 UTC (rev 142367)
@@ -11,20 +11,23 @@
 arch=('i686' 'x86_64')
 license=('BSD')
 groups=('base')
-depends=('glibc' 'sh' 'inetutils' 

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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:53:29
  Author: ronald
Revision: 142368

archrelease: copy trunk to testing-i686, testing-x86_64

Deleted:
  dhcpcd/repos/testing-i686/PKGBUILD
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
  dhcpcd/repos/testing-x86_64/PKGBUILD
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d

--+
 testing-i686/PKGBUILD|   54 -
 testing-i686/dhcpcd.conf.d   |6 
 testing-x86_64/PKGBUILD  |   54 -
 testing-x86_64/dhcpcd.conf.d |6 
 4 files changed, 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-08 21:52:38 UTC (rev 142367)
+++ testing-i686/PKGBUILD   2011-11-08 21:53:29 UTC (rev 142368)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tom Killian tom.archlinux.org
-# Contributor: Judd Vinet jvinet.zeroflux.org
-
-pkgname=dhcpcd
-pkgver=5.2.12
-pkgrel=3
-pkgdesc=RFC2131 compliant DHCP client daemon
-url=http://roy.marples.name/dhcpcd/;
-arch=('i686' 'x86_64')
-license=('BSD')
-groups=('base')
-depends=('glibc' 'sh' 'inetutils' 'iproute2')
-backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
-options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2; \
-'dhcpcd.conf.d' 'remove_ifconfig.patch')
-sha1sums=('27378a251705c7888332e6d60eea7805d1f8aeb5'
-  'b67b9ce6a2faaca75fea356966a16be2283b7db0'
-  'de3e14a24b479b2832c6671ba12586444bd86ebe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # remove ifconfig call but use ip (iproute2) instead
-  patch -Np0 -i ${srcdir}/remove_ifconfig.patch
-
-  # configure variables
-  ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd
-
-  # Build
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Create Binary Symlink
-  install -d ${pkgdir}/usr/sbin
-  ln -sf /sbin/dhcpcd ${pkgdir}/usr/sbin/dhcpcd
-
-  # Install Configuration File used in /etc/rc.d/network
-  install -D -m644 ../dhcpcd.conf.d $pkgdir/etc/conf.d/$pkgname
-
-  # Install License
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  awk '{if(FNR27)print $0}' ${srcdir}/${pkgname}-${pkgver}/configure.h \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Set Options in /etc/dhcpcd.conf
-  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
-}

Deleted: testing-i686/dhcpcd.conf.d
===
--- testing-i686/dhcpcd.conf.d  2011-11-08 21:52:38 UTC (rev 142367)
+++ testing-i686/dhcpcd.conf.d  2011-11-08 21:53:29 UTC (rev 142368)
@@ -1,6 +0,0 @@
-#
-# Arguments to be passed to the DHCP client daemon
-#
-
-DHCPCD_ARGS=-q
-

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-11-08 21:52:38 UTC (rev 142367)
+++ testing-x86_64/PKGBUILD 2011-11-08 21:53:29 UTC (rev 142368)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Tom Killian tom.archlinux.org
-# Contributor: Judd Vinet jvinet.zeroflux.org
-
-pkgname=dhcpcd
-pkgver=5.2.12
-pkgrel=3
-pkgdesc=RFC2131 compliant DHCP client daemon
-url=http://roy.marples.name/dhcpcd/;
-arch=('i686' 'x86_64')
-license=('BSD')
-groups=('base')
-depends=('glibc' 'sh' 'inetutils' 'iproute2')
-backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
-options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2; \
-'dhcpcd.conf.d' 'remove_ifconfig.patch')
-sha1sums=('27378a251705c7888332e6d60eea7805d1f8aeb5'
-  'b67b9ce6a2faaca75fea356966a16be2283b7db0'
-  'de3e14a24b479b2832c6671ba12586444bd86ebe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # remove ifconfig call but use ip (iproute2) instead
-  patch -Np0 -i ${srcdir}/remove_ifconfig.patch
-
-  # configure variables
-  ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd
-
-  # Build
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Create Binary Symlink
-  install -d ${pkgdir}/usr/sbin
-  ln -sf /sbin/dhcpcd ${pkgdir}/usr/sbin/dhcpcd
-
-  # Install Configuration File used in /etc/rc.d/network
-  install -D -m644 ../dhcpcd.conf.d $pkgdir/etc/conf.d/$pkgname
-
-  # Install License
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  awk '{if(FNR27)print $0}' ${srcdir}/${pkgname}-${pkgver}/configure.h \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Set Options in /etc/dhcpcd.conf
-  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
-}

Deleted: testing-x86_64/dhcpcd.conf.d
===
--- 

[arch-commits] Commit in dhcpcd/repos/testing-i686 (3 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:57:55
  Author: ronald
Revision: 142369

fix svn

Added:
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/testing-i686/PKGBUILD

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
 PKGBUILD  |   57 ++
 3 files changed, 151 insertions(+)

Added: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   
(rev 0)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-08 
21:57:55 UTC (rev 142369)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Added: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   
(rev 0)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-08 21:57:55 UTC 
(rev 142369)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner d...@falconindy.com
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by writing to
+/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
+
+Signed-off-by: Dave Reisner d...@falconindy.com
+---
+ dhcpcd-hooks/10-mtu |4 ++--
+ dhcpcd-run-hooks.in |   11 +++
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
+index 639697c..8763930 100644
+--- a/dhcpcd-hooks/10-mtu
 b/dhcpcd-hooks/10-mtu
+@@ -7,7 +7,7 @@ if [ $reason = PREINIT -a -e $mtu_dir/$interface ]; then
+ elif [ -n $new_interface_mtu ]  $if_up; then
+   # The smalled MTU dhcpcd can work with is 576
+   if [ $new_interface_mtu -ge 576 ]; then
+-  if ifconfig $interface mtu $new_interface_mtu; then
++  if set_mtu $interface $new_interface_mtu; then
+   syslog info $interface: MTU set to $new_interface_mtu
+   # Save the MTU so we can restore it later
+   if [ ! -e $mtu_dir/$interface ]; then
+@@ -21,7 +21,7 @@ elif [ -e $mtu_dir/$interface ]; then
+   # No MTU in this state, so restore the prior MTU
+   mtu=$(cat $mtu_dir/$interface)
+   syslog info $interface: MTU restored to $mtu
+-  ifconfig $interface mtu $mtu
++  set_mtu $interface $mtu
+   rm $mtu_dir/$interface
+   fi
+ fi
+diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in
+index 0e60338..843f3ca 100644
+--- a/dhcpcd-run-hooks.in
 b/dhcpcd-run-hooks.in
+@@ -215,6 +215,17 @@ service_condcommand()
+   service_exists $1  service_status $1  service_cmd $1 $2
+ }
+ 
++# Set MTU for an interface
++set_mtu() {
++  local interface=$1 mtu=$2
++
++  if [ -e /sys/class/net/$interface/mtu ]; then
++  echo $mtu  /sys/class/net/$interface/mtu
++  else
++  ifconfig $interface mtu $mtu
++  fi
++}
++
+ # We source each script into this one so that scripts run earlier can
+ # remove variables from the environment so later scripts don't see them.
+ # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
+-- 
+1.7.5.4
+

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-08 21:57:55 UTC (rev 142369)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 142367 2011-11-08 21:52:38Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# 

[arch-commits] Commit in dhcpcd/repos/testing-x86_64 (3 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:58:17
  Author: ronald
Revision: 142370

fix svn

Added:
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
  dhcpcd/repos/testing-x86_64/PKGBUILD

---+
 0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
 0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
 PKGBUILD  |   57 ++
 3 files changed, 151 insertions(+)

Added: 0001-Set-hostname-via-proc-if-file-is-available.patch
===
--- 0001-Set-hostname-via-proc-if-file-is-available.patch   
(rev 0)
+++ 0001-Set-hostname-via-proc-if-file-is-available.patch   2011-11-08 
21:58:17 UTC (rev 142370)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Added: 0001-set-MTU-via-sysfs-if-file-is-available.patch
===
--- 0001-set-MTU-via-sysfs-if-file-is-available.patch   
(rev 0)
+++ 0001-set-MTU-via-sysfs-if-file-is-available.patch   2011-11-08 21:58:17 UTC 
(rev 142370)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner d...@falconindy.com
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by writing to
+/sys/class/net/$interface/mtu, which removes the dependency on ifconfig.
+
+Signed-off-by: Dave Reisner d...@falconindy.com
+---
+ dhcpcd-hooks/10-mtu |4 ++--
+ dhcpcd-run-hooks.in |   11 +++
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
+diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
+index 639697c..8763930 100644
+--- a/dhcpcd-hooks/10-mtu
 b/dhcpcd-hooks/10-mtu
+@@ -7,7 +7,7 @@ if [ $reason = PREINIT -a -e $mtu_dir/$interface ]; then
+ elif [ -n $new_interface_mtu ]  $if_up; then
+   # The smalled MTU dhcpcd can work with is 576
+   if [ $new_interface_mtu -ge 576 ]; then
+-  if ifconfig $interface mtu $new_interface_mtu; then
++  if set_mtu $interface $new_interface_mtu; then
+   syslog info $interface: MTU set to $new_interface_mtu
+   # Save the MTU so we can restore it later
+   if [ ! -e $mtu_dir/$interface ]; then
+@@ -21,7 +21,7 @@ elif [ -e $mtu_dir/$interface ]; then
+   # No MTU in this state, so restore the prior MTU
+   mtu=$(cat $mtu_dir/$interface)
+   syslog info $interface: MTU restored to $mtu
+-  ifconfig $interface mtu $mtu
++  set_mtu $interface $mtu
+   rm $mtu_dir/$interface
+   fi
+ fi
+diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in
+index 0e60338..843f3ca 100644
+--- a/dhcpcd-run-hooks.in
 b/dhcpcd-run-hooks.in
+@@ -215,6 +215,17 @@ service_condcommand()
+   service_exists $1  service_status $1  service_cmd $1 $2
+ }
+ 
++# Set MTU for an interface
++set_mtu() {
++  local interface=$1 mtu=$2
++
++  if [ -e /sys/class/net/$interface/mtu ]; then
++  echo $mtu  /sys/class/net/$interface/mtu
++  else
++  ifconfig $interface mtu $mtu
++  fi
++}
++
+ # We source each script into this one so that scripts run earlier can
+ # remove variables from the environment so later scripts don't see them.
+ # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
+-- 
+1.7.5.4
+

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-08 21:58:17 UTC (rev 142370)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 142367 2011-11-08 21:52:38Z ronald $
+# Maintainer: Ronald van Haren 

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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 16:59:50
  Author: ronald
Revision: 142371

bump pkgrel

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 21:58:17 UTC (rev 142370)
+++ PKGBUILD2011-11-08 21:59:50 UTC (rev 142371)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=5.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/dhcpcd/;
 arch=('i686' 'x86_64')



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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:01:50
  Author: ronald
Revision: 142372

archrelease: copy trunk to testing-i686, testing-x86_64

Deleted:
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch

--+
 testing-i686/remove_ifconfig.patch   |   20 
 testing-x86_64/remove_ifconfig.patch |   20 
 2 files changed, 40 deletions(-)

Deleted: testing-i686/remove_ifconfig.patch
===
--- testing-i686/remove_ifconfig.patch  2011-11-08 21:59:50 UTC (rev 142371)
+++ testing-i686/remove_ifconfig.patch  2011-11-08 22:01:50 UTC (rev 142372)
@@ -1,20 +0,0 @@
 dhcpcd-hooks/10-mtu.orig   2011-11-04 07:45:46.477712667 +0100
-+++ dhcpcd-hooks/10-mtu2011-11-04 07:46:38.964379550 +0100
-@@ -7,7 +7,7 @@
- elif [ -n $new_interface_mtu ]  $if_up; then
-   # The smalled MTU dhcpcd can work with is 576
-   if [ $new_interface_mtu -ge 576 ]; then
--  if ifconfig $interface mtu $new_interface_mtu; then
-+  if ip link set $interface mtu $new_interface_mtu; then
-   syslog info $interface: MTU set to $new_interface_mtu
-   # Save the MTU so we can restore it later
-   if [ ! -e $mtu_dir/$interface ]; then
-@@ -21,7 +21,7 @@
-   # No MTU in this state, so restore the prior MTU
-   mtu=$(cat $mtu_dir/$interface)
-   syslog info $interface: MTU restored to $mtu
--  ifconfig $interface mtu $mtu
-+  ip link set $interface mtu $new_interface_mtu
-   rm $mtu_dir/$interface
-   fi
- fi

Deleted: testing-x86_64/remove_ifconfig.patch
===
--- testing-x86_64/remove_ifconfig.patch2011-11-08 21:59:50 UTC (rev 
142371)
+++ testing-x86_64/remove_ifconfig.patch2011-11-08 22:01:50 UTC (rev 
142372)
@@ -1,20 +0,0 @@
 dhcpcd-hooks/10-mtu.orig   2011-11-04 07:45:46.477712667 +0100
-+++ dhcpcd-hooks/10-mtu2011-11-04 07:46:38.964379550 +0100
-@@ -7,7 +7,7 @@
- elif [ -n $new_interface_mtu ]  $if_up; then
-   # The smalled MTU dhcpcd can work with is 576
-   if [ $new_interface_mtu -ge 576 ]; then
--  if ifconfig $interface mtu $new_interface_mtu; then
-+  if ip link set $interface mtu $new_interface_mtu; then
-   syslog info $interface: MTU set to $new_interface_mtu
-   # Save the MTU so we can restore it later
-   if [ ! -e $mtu_dir/$interface ]; then
-@@ -21,7 +21,7 @@
-   # No MTU in this state, so restore the prior MTU
-   mtu=$(cat $mtu_dir/$interface)
-   syslog info $interface: MTU restored to $mtu
--  ifconfig $interface mtu $mtu
-+  ip link set $interface mtu $new_interface_mtu
-   rm $mtu_dir/$interface
-   fi
- fi



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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:02:15
  Author: ronald
Revision: 142373

fix svn

Modified:
  dhcpcd/repos/testing-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 22:01:50 UTC (rev 142372)
+++ PKGBUILD2011-11-08 22:02:15 UTC (rev 142373)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=5.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/dhcpcd/;
 arch=('i686' 'x86_64')



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

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:02:26
  Author: ronald
Revision: 142374

Fix svn

Modified:
  dhcpcd/repos/testing-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 22:02:15 UTC (rev 142373)
+++ PKGBUILD2011-11-08 22:02:26 UTC (rev 142374)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=5.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/dhcpcd/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in grub/repos (29 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:23
  Author: ronald
Revision: 142375

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

Added:
  grub/repos/core-i686/040_all_grub-0.96-nxstack.patch
(from rev 142374, grub/repos/testing-i686/040_all_grub-0.96-nxstack.patch)
  grub/repos/core-i686/05-grub-0.97-initrdaddr.diff
(from rev 142374, grub/repos/testing-i686/05-grub-0.97-initrdaddr.diff)
  grub/repos/core-i686/PKGBUILD
(from rev 142374, grub/repos/testing-i686/PKGBUILD)
  grub/repos/core-i686/ext4.patch
(from rev 142374, grub/repos/testing-i686/ext4.patch)
  grub/repos/core-i686/grub-0.97-gpt.patch
(from rev 142374, grub/repos/testing-i686/grub-0.97-gpt.patch)
  grub/repos/core-i686/grub-0.97-ldflags-objcopy-remove-build-id.patch
(from rev 142374, 
grub/repos/testing-i686/grub-0.97-ldflags-objcopy-remove-build-id.patch)
  grub/repos/core-i686/grub-inode-size.patch
(from rev 142374, grub/repos/testing-i686/grub-inode-size.patch)
  grub/repos/core-i686/grub.install
(from rev 142374, grub/repos/testing-i686/grub.install)
  grub/repos/core-i686/i2o.patch
(from rev 142374, grub/repos/testing-i686/i2o.patch)
  grub/repos/core-i686/install-grub
(from rev 142374, grub/repos/testing-i686/install-grub)
  grub/repos/core-i686/intelmac.patch
(from rev 142374, grub/repos/testing-i686/intelmac.patch)
  grub/repos/core-i686/menu.lst
(from rev 142374, grub/repos/testing-i686/menu.lst)
  grub/repos/core-i686/more-raid.patch
(from rev 142374, grub/repos/testing-i686/more-raid.patch)
  grub/repos/core-i686/special-devices.patch
(from rev 142374, grub/repos/testing-i686/special-devices.patch)
Deleted:
  grub/repos/core-i686/040_all_grub-0.96-nxstack.patch
  grub/repos/core-i686/05-grub-0.97-initrdaddr.diff
  grub/repos/core-i686/PKGBUILD
  grub/repos/core-i686/ext4.patch
  grub/repos/core-i686/grub-0.97-gpt.patch
  grub/repos/core-i686/grub-0.97-ldflags-objcopy-remove-build-id.patch
  grub/repos/core-i686/grub-inode-size.patch
  grub/repos/core-i686/grub.install
  grub/repos/core-i686/i2o.patch
  grub/repos/core-i686/install-grub
  grub/repos/core-i686/intelmac.patch
  grub/repos/core-i686/menu.lst
  grub/repos/core-i686/more-raid.patch
  grub/repos/core-i686/special-devices.patch
  grub/repos/testing-i686/

-+
 040_all_grub-0.96-nxstack.patch | 1246 +++---
 05-grub-0.97-initrdaddr.diff|   32 
 PKGBUILD|  208 +--
 ext4.patch  |  526 -
 grub-0.97-gpt.patch |  630 +--
 grub-0.97-ldflags-objcopy-remove-build-id.patch |  392 +++---
 grub-inode-size.patch   |  200 +--
 grub.install|   40 
 i2o.patch   |   90 -
 install-grub|  408 +++
 intelmac.patch  |  134 +-
 menu.lst|   96 -
 more-raid.patch |  200 +--
 special-devices.patch   |   36 
 14 files changed, 2119 insertions(+), 2119 deletions(-)

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


[arch-commits] Commit in grub/repos (29 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:25
  Author: ronald
Revision: 142376

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

Added:
  grub/repos/core-x86_64/040_all_grub-0.96-nxstack.patch
(from rev 142374, grub/repos/testing-x86_64/040_all_grub-0.96-nxstack.patch)
  grub/repos/core-x86_64/05-grub-0.97-initrdaddr.diff
(from rev 142374, grub/repos/testing-x86_64/05-grub-0.97-initrdaddr.diff)
  grub/repos/core-x86_64/PKGBUILD
(from rev 142374, grub/repos/testing-x86_64/PKGBUILD)
  grub/repos/core-x86_64/ext4.patch
(from rev 142374, grub/repos/testing-x86_64/ext4.patch)
  grub/repos/core-x86_64/grub-0.97-gpt.patch
(from rev 142374, grub/repos/testing-x86_64/grub-0.97-gpt.patch)
  grub/repos/core-x86_64/grub-0.97-ldflags-objcopy-remove-build-id.patch
(from rev 142374, 
grub/repos/testing-x86_64/grub-0.97-ldflags-objcopy-remove-build-id.patch)
  grub/repos/core-x86_64/grub-inode-size.patch
(from rev 142374, grub/repos/testing-x86_64/grub-inode-size.patch)
  grub/repos/core-x86_64/grub.install
(from rev 142374, grub/repos/testing-x86_64/grub.install)
  grub/repos/core-x86_64/i2o.patch
(from rev 142374, grub/repos/testing-x86_64/i2o.patch)
  grub/repos/core-x86_64/install-grub
(from rev 142374, grub/repos/testing-x86_64/install-grub)
  grub/repos/core-x86_64/intelmac.patch
(from rev 142374, grub/repos/testing-x86_64/intelmac.patch)
  grub/repos/core-x86_64/menu.lst
(from rev 142374, grub/repos/testing-x86_64/menu.lst)
  grub/repos/core-x86_64/more-raid.patch
(from rev 142374, grub/repos/testing-x86_64/more-raid.patch)
  grub/repos/core-x86_64/special-devices.patch
(from rev 142374, grub/repos/testing-x86_64/special-devices.patch)
Deleted:
  grub/repos/core-x86_64/040_all_grub-0.96-nxstack.patch
  grub/repos/core-x86_64/05-grub-0.97-initrdaddr.diff
  grub/repos/core-x86_64/PKGBUILD
  grub/repos/core-x86_64/ext4.patch
  grub/repos/core-x86_64/grub-0.97-gpt.patch
  grub/repos/core-x86_64/grub-0.97-ldflags-objcopy-remove-build-id.patch
  grub/repos/core-x86_64/grub-inode-size.patch
  grub/repos/core-x86_64/grub.install
  grub/repos/core-x86_64/i2o.patch
  grub/repos/core-x86_64/install-grub
  grub/repos/core-x86_64/intelmac.patch
  grub/repos/core-x86_64/menu.lst
  grub/repos/core-x86_64/more-raid.patch
  grub/repos/core-x86_64/special-devices.patch
  grub/repos/testing-x86_64/

-+
 040_all_grub-0.96-nxstack.patch | 1246 +++---
 05-grub-0.97-initrdaddr.diff|   32 
 PKGBUILD|  208 +--
 ext4.patch  |  526 -
 grub-0.97-gpt.patch |  630 +--
 grub-0.97-ldflags-objcopy-remove-build-id.patch |  392 +++---
 grub-inode-size.patch   |  200 +--
 grub.install|   40 
 i2o.patch   |   90 -
 install-grub|  408 +++
 intelmac.patch  |  134 +-
 menu.lst|   96 -
 more-raid.patch |  200 +--
 special-devices.patch   |   36 
 14 files changed, 2119 insertions(+), 2119 deletions(-)

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


[arch-commits] Commit in bzip2/repos (5 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:45
  Author: ronald
Revision: 142377

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

Added:
  bzip2/repos/core-i686/PKGBUILD
(from rev 142376, bzip2/repos/testing-i686/PKGBUILD)
  bzip2/repos/core-i686/bzip2-1.0.4-bzip2recover.patch
(from rev 142376, bzip2/repos/testing-i686/bzip2-1.0.4-bzip2recover.patch)
Deleted:
  bzip2/repos/core-i686/PKGBUILD
  bzip2/repos/core-i686/bzip2-1.0.4-bzip2recover.patch
  bzip2/repos/testing-i686/

+
 PKGBUILD   |  138 +++
 bzip2-1.0.4-bzip2recover.patch |   24 +++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 22:04:25 UTC (rev 142376)
+++ core-i686/PKGBUILD  2011-11-08 22:04:45 UTC (rev 142377)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd jvi...@zeroflux.org 
-
-pkgname=bzip2
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=A high-quality data compression program
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://sources.redhat.com/bzip2;
-groups=('base')
-depends=('glibc')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
-bzip2-1.0.4-bzip2recover.patch)
-md5sums=('00b516f4704d4a7cb50a1d97e6e8e15b'
- '8a8bca02bdeaf2fd8913aeb549577e7e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # add large-file support
-  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
-
-  # use our optimization
-  sed -i s|-O2|${CFLAGS}|g Makefile
-  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
-
-  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
-
-  make -f Makefile-libbz2_so
-  make bzip2 bzip2recover libbz2.a
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/bin
-  install -m755 bzip2-shared $pkgdir/bin/bzip2
-  install -m755 bzip2recover $pkgdir/bin
-  ln -sf bzip2 $pkgdir/bin/bunzip2
-  ln -sf bzip2 $pkgdir/bin/bzcat
-
-  install -dm755 $pkgdir/usr/bin
-  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
-
-  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
-
-  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
-  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
-
-  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
-
-  install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
-
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
- $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bzip2/repos/core-i686/PKGBUILD (from rev 142376, 
bzip2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 22:04:45 UTC (rev 142377)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd jvi...@zeroflux.org 
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=3
+pkgdesc=A high-quality data compression program
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i s|-O2|${CFLAGS}|g Makefile
+  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
+
+  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover libbz2.a
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/bin
+  install -m755 bzip2-shared $pkgdir/bin/bzip2
+  install -m755 bzip2recover $pkgdir/bin
+  ln -sf bzip2 $pkgdir/bin/bunzip2
+  ln -sf bzip2 $pkgdir/bin/bzcat
+
+  install -dm755 $pkgdir/usr/bin
+  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
+
+  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
+
+  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
+  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
+
+  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
+
+  install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1
+  ln -sf bzip2.1 

[arch-commits] Commit in bzip2/repos (5 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:46
  Author: ronald
Revision: 142378

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

Added:
  bzip2/repos/core-x86_64/PKGBUILD
(from rev 142376, bzip2/repos/testing-x86_64/PKGBUILD)
  bzip2/repos/core-x86_64/bzip2-1.0.4-bzip2recover.patch
(from rev 142376, bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch)
Deleted:
  bzip2/repos/core-x86_64/PKGBUILD
  bzip2/repos/core-x86_64/bzip2-1.0.4-bzip2recover.patch
  bzip2/repos/testing-x86_64/

+
 PKGBUILD   |  138 +++
 bzip2-1.0.4-bzip2recover.patch |   24 +++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 22:04:45 UTC (rev 142377)
+++ core-x86_64/PKGBUILD2011-11-08 22:04:46 UTC (rev 142378)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd jvi...@zeroflux.org 
-
-pkgname=bzip2
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=A high-quality data compression program
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://sources.redhat.com/bzip2;
-groups=('base')
-depends=('glibc')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
-bzip2-1.0.4-bzip2recover.patch)
-md5sums=('00b516f4704d4a7cb50a1d97e6e8e15b'
- '8a8bca02bdeaf2fd8913aeb549577e7e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # add large-file support
-  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
-
-  # use our optimization
-  sed -i s|-O2|${CFLAGS}|g Makefile
-  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
-
-  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
-
-  make -f Makefile-libbz2_so
-  make bzip2 bzip2recover libbz2.a
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/bin
-  install -m755 bzip2-shared $pkgdir/bin/bzip2
-  install -m755 bzip2recover $pkgdir/bin
-  ln -sf bzip2 $pkgdir/bin/bunzip2
-  ln -sf bzip2 $pkgdir/bin/bzcat
-
-  install -dm755 $pkgdir/usr/bin
-  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
-
-  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
-  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
-
-  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
-  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
-
-  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
-
-  install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
-  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
-
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
- $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: bzip2/repos/core-x86_64/PKGBUILD (from rev 142376, 
bzip2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 22:04:46 UTC (rev 142378)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd jvi...@zeroflux.org 
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=3
+pkgdesc=A high-quality data compression program
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i s|-O2|${CFLAGS}|g Makefile
+  sed -i s|-O2|${CFLAGS}|g Makefile-libbz2_so
+
+  patch -Np1  ../bzip2-1.0.4-bzip2recover.patch
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover libbz2.a
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/bin
+  install -m755 bzip2-shared $pkgdir/bin/bzip2
+  install -m755 bzip2recover $pkgdir/bin
+  ln -sf bzip2 $pkgdir/bin/bunzip2
+  ln -sf bzip2 $pkgdir/bin/bzcat
+
+  install -dm755 $pkgdir/usr/bin
+  install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin
+
+  install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0
+
+  install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
+  ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so
+
+  install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h
+
+  install -Dm644 bzip2.1 

[arch-commits] Commit in e2fsprogs/repos (9 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:58
  Author: ronald
Revision: 142379

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

Added:
  e2fsprogs/repos/core-i686/MIT-LICENSE
(from rev 142378, e2fsprogs/repos/testing-i686/MIT-LICENSE)
  e2fsprogs/repos/core-i686/PKGBUILD
(from rev 142378, e2fsprogs/repos/testing-i686/PKGBUILD)
  e2fsprogs/repos/core-i686/e2fsprogs.install
(from rev 142378, e2fsprogs/repos/testing-i686/e2fsprogs.install)
  e2fsprogs/repos/core-i686/mke2fs.conf
(from rev 142378, e2fsprogs/repos/testing-i686/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-i686/MIT-LICENSE
  e2fsprogs/repos/core-i686/PKGBUILD
  e2fsprogs/repos/core-i686/e2fsprogs.install
  e2fsprogs/repos/core-i686/mke2fs.conf
  e2fsprogs/repos/testing-i686/

---+
 MIT-LICENSE   |   50 +--
 PKGBUILD  |   96 ++--
 e2fsprogs.install |   40 ++---
 mke2fs.conf   |   52 ++--
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: core-i686/MIT-LICENSE
===
--- core-i686/MIT-LICENSE   2011-11-08 22:04:46 UTC (rev 142378)
+++ core-i686/MIT-LICENSE   2011-11-08 22:04:58 UTC (rev 142379)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-i686/MIT-LICENSE (from rev 142378, 
e2fsprogs/repos/testing-i686/MIT-LICENSE)
===
--- core-i686/MIT-LICENSE   (rev 0)
+++ core-i686/MIT-LICENSE   2011-11-08 22:04:58 UTC (rev 142379)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 22:04:46 UTC (rev 142378)
+++ core-i686/PKGBUILD  2011-11-08 22:04:58 UTC (rev 142379)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org 
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=e2fsprogs
-pkgver=1.41.14
-pkgrel=1
-pkgdesc=Ext2/3/4 filesystem utilities
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-groups=('base')
-depends=('sh' 'util-linux-ng')
-makedepends=('bc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'MIT-LICENSE')
-backup=('etc/mke2fs.conf')

[arch-commits] Commit in iproute2/repos (5 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:05:13
  Author: ronald
Revision: 142381

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

Added:
  iproute2/repos/core-i686/PKGBUILD
(from rev 142380, iproute2/repos/testing-i686/PKGBUILD)
  iproute2/repos/core-i686/iproute2-fhs.patch
(from rev 142380, iproute2/repos/testing-i686/iproute2-fhs.patch)
Deleted:
  iproute2/repos/core-i686/PKGBUILD
  iproute2/repos/core-i686/iproute2-fhs.patch
  iproute2/repos/testing-i686/

+
 PKGBUILD   |  102 +++---
 iproute2-fhs.patch |  168 +--
 2 files changed, 135 insertions(+), 135 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 22:04:59 UTC (rev 142380)
+++ core-i686/PKGBUILD  2011-11-08 22:05:13 UTC (rev 142381)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=iproute2
-pkgver=2.6.39
-pkgrel=1
-pkgdesc=IP Routing Utilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.linux-foundation.org/en/Net:Iproute2;
-depends=('perl')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.gz
-   'iproute2-fhs.patch')
-sha1sums=('9044ad0b4a34a377a54197724373330294d743c7'
-  '2416b11252364d7a6c742eabb4a6924a75637a46')
-
-
-build() {
-  cd $srcdir/iproute2-${pkgver}
-  
-  # set correct fhs structure
-  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
-
-  ./configure
-
-  make
-}
-
-package() {
-  cd $srcdir/iproute2-${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
-  mkdir -p ${pkgdir}/sbin
-  mv ${pkgdir}/usr/sbin/ip ${pkgdir}/sbin/ip
-  ln -s /sbin/ip ${pkgdir}/usr/sbin/ip
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
-  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
-}

Copied: iproute2/repos/core-i686/PKGBUILD (from rev 142380, 
iproute2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 22:05:13 UTC (rev 142381)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=2.6.39
+pkgrel=2
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linux-foundation.org/en/Net:Iproute2;
+depends=('perl')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.gz
+   'iproute2-fhs.patch')
+sha1sums=('9044ad0b4a34a377a54197724373330294d743c7'
+  '2416b11252364d7a6c742eabb4a6924a75637a46')
+
+
+build() {
+  cd $srcdir/iproute2-${pkgver}
+  
+  # set correct fhs structure
+  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/iproute2-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p ${pkgdir}/sbin
+  mv ${pkgdir}/usr/sbin/ip ${pkgdir}/sbin/ip
+  ln -s /sbin/ip ${pkgdir}/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
+}

Deleted: core-i686/iproute2-fhs.patch
===
--- core-i686/iproute2-fhs.patch2011-11-08 22:04:59 UTC (rev 142380)
+++ core-i686/iproute2-fhs.patch2011-11-08 22:05:13 UTC (rev 142381)
@@ -1,84 +0,0 @@
-diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
 iproute2.old/Makefile  2009-11-11 22:05:21.251407668 +0100
-+++ iproute2-2.6.29/Makefile   2009-11-11 22:07:09.891833516 +0100
-@@ -1,11 +1,12 @@
- DESTDIR=/usr/
- ROOTDIR=$(DESTDIR)
- LIBDIR=/usr/lib/
--SBINDIR=/sbin
-+SBINDIR=/usr/sbin
- CONFDIR=/etc/iproute2
--DOCDIR=/share/doc/iproute2
--MANDIR=/share/man
-+DOCDIR=/usr/share/doc/iproute2
-+MANDIR=/usr/share/man
- 

[arch-commits] Commit in iproute2/repos (5 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:05:14
  Author: ronald
Revision: 142382

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

Added:
  iproute2/repos/core-x86_64/PKGBUILD
(from rev 142380, iproute2/repos/testing-x86_64/PKGBUILD)
  iproute2/repos/core-x86_64/iproute2-fhs.patch
(from rev 142380, iproute2/repos/testing-x86_64/iproute2-fhs.patch)
Deleted:
  iproute2/repos/core-x86_64/PKGBUILD
  iproute2/repos/core-x86_64/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/

+
 PKGBUILD   |  102 +++---
 iproute2-fhs.patch |  168 +--
 2 files changed, 135 insertions(+), 135 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 22:05:13 UTC (rev 142381)
+++ core-x86_64/PKGBUILD2011-11-08 22:05:14 UTC (rev 142382)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=iproute2
-pkgver=2.6.39
-pkgrel=1
-pkgdesc=IP Routing Utilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.linux-foundation.org/en/Net:Iproute2;
-depends=('perl')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.gz
-   'iproute2-fhs.patch')
-sha1sums=('9044ad0b4a34a377a54197724373330294d743c7'
-  '2416b11252364d7a6c742eabb4a6924a75637a46')
-
-
-build() {
-  cd $srcdir/iproute2-${pkgver}
-  
-  # set correct fhs structure
-  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
-
-  ./configure
-
-  make
-}
-
-package() {
-  cd $srcdir/iproute2-${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
-  mkdir -p ${pkgdir}/sbin
-  mv ${pkgdir}/usr/sbin/ip ${pkgdir}/sbin/ip
-  ln -s /sbin/ip ${pkgdir}/usr/sbin/ip
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
-  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
-}

Copied: iproute2/repos/core-x86_64/PKGBUILD (from rev 142380, 
iproute2/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 22:05:14 UTC (rev 142382)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=2.6.39
+pkgrel=2
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linux-foundation.org/en/Net:Iproute2;
+depends=('perl')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.gz
+   'iproute2-fhs.patch')
+sha1sums=('9044ad0b4a34a377a54197724373330294d743c7'
+  '2416b11252364d7a6c742eabb4a6924a75637a46')
+
+
+build() {
+  cd $srcdir/iproute2-${pkgver}
+  
+  # set correct fhs structure
+  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/iproute2-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p ${pkgdir}/sbin
+  mv ${pkgdir}/usr/sbin/ip ${pkgdir}/sbin/ip
+  ln -s /sbin/ip ${pkgdir}/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
+}

Deleted: core-x86_64/iproute2-fhs.patch
===
--- core-x86_64/iproute2-fhs.patch  2011-11-08 22:05:13 UTC (rev 142381)
+++ core-x86_64/iproute2-fhs.patch  2011-11-08 22:05:14 UTC (rev 142382)
@@ -1,84 +0,0 @@
-diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
 iproute2.old/Makefile  2009-11-11 22:05:21.251407668 +0100
-+++ iproute2-2.6.29/Makefile   2009-11-11 22:07:09.891833516 +0100
-@@ -1,11 +1,12 @@
- DESTDIR=/usr/
- ROOTDIR=$(DESTDIR)
- LIBDIR=/usr/lib/
--SBINDIR=/sbin
-+SBINDIR=/usr/sbin
- CONFDIR=/etc/iproute2
--DOCDIR=/share/doc/iproute2
--MANDIR=/share/man

[arch-commits] Commit in net-tools/repos (17 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:05:27
  Author: ronald
Revision: 142383

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

Added:
  net-tools/repos/core-i686/PKGBUILD
(from rev 142382, net-tools/repos/testing-i686/PKGBUILD)
  net-tools/repos/core-i686/gcc340.patch
(from rev 142382, net-tools/repos/testing-i686/gcc340.patch)
  net-tools/repos/core-i686/net-tools-1.60-2.6-compilefix.patch
(from rev 142382, 
net-tools/repos/testing-i686/net-tools-1.60-2.6-compilefix.patch)
  net-tools/repos/core-i686/net-tools-1.60-miiioctl.patch
(from rev 142382, 
net-tools/repos/testing-i686/net-tools-1.60-miiioctl.patch)
  net-tools/repos/core-i686/net-tools-1.60-nameif.patch
(from rev 142382, net-tools/repos/testing-i686/net-tools-1.60-nameif.patch)
  net-tools/repos/core-i686/net-tools-1.60-nameif_strncpy.patch
(from rev 142382, 
net-tools/repos/testing-i686/net-tools-1.60-nameif_strncpy.patch)
  net-tools/repos/core-i686/net-tools.install
(from rev 142382, net-tools/repos/testing-i686/net-tools.install)
  net-tools/repos/core-i686/net-tools.patch
(from rev 142382, net-tools/repos/testing-i686/net-tools.patch)
Deleted:
  net-tools/repos/core-i686/PKGBUILD
  net-tools/repos/core-i686/gcc340.patch
  net-tools/repos/core-i686/net-tools-1.60-2.6-compilefix.patch
  net-tools/repos/core-i686/net-tools-1.60-miiioctl.patch
  net-tools/repos/core-i686/net-tools-1.60-nameif.patch
  net-tools/repos/core-i686/net-tools-1.60-nameif_strncpy.patch
  net-tools/repos/core-i686/net-tools.install
  net-tools/repos/core-i686/net-tools.patch
  net-tools/repos/testing-i686/

-+
 PKGBUILD|   86 -
 gcc340.patch|   92 +-
 net-tools-1.60-2.6-compilefix.patch |   46 ++---
 net-tools-1.60-miiioctl.patch   |   34 -
 net-tools-1.60-nameif.patch |  116 +-
 net-tools-1.60-nameif_strncpy.patch |   26 +++
 net-tools.install   |   24 +++
 net-tools.patch |   60 -
 8 files changed, 242 insertions(+), 242 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-08 22:05:14 UTC (rev 142382)
+++ core-i686/PKGBUILD  2011-11-08 22:05:27 UTC (rev 142383)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=net-tools
-pkgver=1.60.20110819cvs
-pkgrel=1
-pkgdesc=Configuration tools for Linux networking
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.tazenda.demon.co.uk/phil/net-tools;
-depends=('glibc')
-
-# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
-# use cvs checkout instead
-source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
-  net-tools-1.60-miiioctl.patch
-  net-tools-1.60-nameif_strncpy.patch)
-options=(!makeflags)
-install=net-tools.install
-sha1sums=('02946449191ff279f9f0f7fd7bc65ae21059a2bf'
-  '654a96bc6575efb4a2e04b49de45d448d240eb6e'
-  '7888000d8fe867e58b5b00fe2bcf6c3041d716b4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../net-tools-1.60-miiioctl.patch
-  patch -Np1 -i ${srcdir}/net-tools-1.60-nameif_strncpy.patch
-  yes  | make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BASEDIR=$pkgdir update
-
-  # the following is provided by yp-tools
-  rm ${pkgdir}/bin/{nis,yp}domainname
-  rm ${pkgdir}/usr/share/man/man1/{nis,yp}domainname.1
-
-  # hostname is provided by inetutils
-  rm ${pkgdir}/bin/{hostname,dnsdomainname,domainname}
-  rm -rf ${pkgdir}/usr/share/man/man1
-}

Copied: net-tools/repos/core-i686/PKGBUILD (from rev 142382, 
net-tools/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-08 22:05:27 UTC (rev 142383)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=net-tools
+pkgver=1.60.20110819cvs
+pkgrel=3
+pkgdesc=Configuration tools for Linux networking
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.tazenda.demon.co.uk/phil/net-tools;
+depends=('glibc')
+
+# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
+# use cvs checkout instead
+source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
+  net-tools-1.60-miiioctl.patch
+  net-tools-1.60-nameif_strncpy.patch)
+options=(!makeflags)
+install=net-tools.install
+sha1sums=('02946449191ff279f9f0f7fd7bc65ae21059a2bf'
+  '654a96bc6575efb4a2e04b49de45d448d240eb6e'
+  '7888000d8fe867e58b5b00fe2bcf6c3041d716b4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../net-tools-1.60-miiioctl.patch
+  patch -Np1 -i 

[arch-commits] Commit in net-tools/repos (17 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:05:28
  Author: ronald
Revision: 142384

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

Added:
  net-tools/repos/core-x86_64/PKGBUILD
(from rev 142382, net-tools/repos/testing-x86_64/PKGBUILD)
  net-tools/repos/core-x86_64/gcc340.patch
(from rev 142382, net-tools/repos/testing-x86_64/gcc340.patch)
  net-tools/repos/core-x86_64/net-tools-1.60-2.6-compilefix.patch
(from rev 142382, 
net-tools/repos/testing-x86_64/net-tools-1.60-2.6-compilefix.patch)
  net-tools/repos/core-x86_64/net-tools-1.60-miiioctl.patch
(from rev 142382, 
net-tools/repos/testing-x86_64/net-tools-1.60-miiioctl.patch)
  net-tools/repos/core-x86_64/net-tools-1.60-nameif.patch
(from rev 142382, 
net-tools/repos/testing-x86_64/net-tools-1.60-nameif.patch)
  net-tools/repos/core-x86_64/net-tools-1.60-nameif_strncpy.patch
(from rev 142382, 
net-tools/repos/testing-x86_64/net-tools-1.60-nameif_strncpy.patch)
  net-tools/repos/core-x86_64/net-tools.install
(from rev 142382, net-tools/repos/testing-x86_64/net-tools.install)
  net-tools/repos/core-x86_64/net-tools.patch
(from rev 142382, net-tools/repos/testing-x86_64/net-tools.patch)
Deleted:
  net-tools/repos/core-x86_64/PKGBUILD
  net-tools/repos/core-x86_64/gcc340.patch
  net-tools/repos/core-x86_64/net-tools-1.60-2.6-compilefix.patch
  net-tools/repos/core-x86_64/net-tools-1.60-miiioctl.patch
  net-tools/repos/core-x86_64/net-tools-1.60-nameif.patch
  net-tools/repos/core-x86_64/net-tools-1.60-nameif_strncpy.patch
  net-tools/repos/core-x86_64/net-tools.install
  net-tools/repos/core-x86_64/net-tools.patch
  net-tools/repos/testing-x86_64/

-+
 PKGBUILD|   86 -
 gcc340.patch|   92 +-
 net-tools-1.60-2.6-compilefix.patch |   46 ++---
 net-tools-1.60-miiioctl.patch   |   34 -
 net-tools-1.60-nameif.patch |  116 +-
 net-tools-1.60-nameif_strncpy.patch |   26 +++
 net-tools.install   |   24 +++
 net-tools.patch |   60 -
 8 files changed, 242 insertions(+), 242 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 22:05:27 UTC (rev 142383)
+++ core-x86_64/PKGBUILD2011-11-08 22:05:28 UTC (rev 142384)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=net-tools
-pkgver=1.60.20110819cvs
-pkgrel=1
-pkgdesc=Configuration tools for Linux networking
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.tazenda.demon.co.uk/phil/net-tools;
-depends=('glibc')
-
-# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
-# use cvs checkout instead
-source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
-  net-tools-1.60-miiioctl.patch
-  net-tools-1.60-nameif_strncpy.patch)
-options=(!makeflags)
-install=net-tools.install
-sha1sums=('02946449191ff279f9f0f7fd7bc65ae21059a2bf'
-  '654a96bc6575efb4a2e04b49de45d448d240eb6e'
-  '7888000d8fe867e58b5b00fe2bcf6c3041d716b4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i ../net-tools-1.60-miiioctl.patch
-  patch -Np1 -i ${srcdir}/net-tools-1.60-nameif_strncpy.patch
-  yes  | make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BASEDIR=$pkgdir update
-
-  # the following is provided by yp-tools
-  rm ${pkgdir}/bin/{nis,yp}domainname
-  rm ${pkgdir}/usr/share/man/man1/{nis,yp}domainname.1
-
-  # hostname is provided by inetutils
-  rm ${pkgdir}/bin/{hostname,dnsdomainname,domainname}
-  rm -rf ${pkgdir}/usr/share/man/man1
-}

Copied: net-tools/repos/core-x86_64/PKGBUILD (from rev 142382, 
net-tools/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-08 22:05:28 UTC (rev 142384)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=net-tools
+pkgver=1.60.20110819cvs
+pkgrel=3
+pkgdesc=Configuration tools for Linux networking
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.tazenda.demon.co.uk/phil/net-tools;
+depends=('glibc')
+
+# http://www.tazenda.demon.co.uk/phil/$pkgname/$pkgname-$pkgver.tar.bz2
+# use cvs checkout instead
+source=(ftp://ftp.archlinux.org/other/net-tools/net-tools-1.60.20110819cvs.tar.bz2
+  net-tools-1.60-miiioctl.patch
+  net-tools-1.60-nameif_strncpy.patch)
+options=(!makeflags)
+install=net-tools.install
+sha1sums=('02946449191ff279f9f0f7fd7bc65ae21059a2bf'
+  '654a96bc6575efb4a2e04b49de45d448d240eb6e'
+  '7888000d8fe867e58b5b00fe2bcf6c3041d716b4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch 

[arch-commits] Commit in e2fsprogs/repos (9 files)

2011-11-08 Thread Ronald van Haren
Date: Tuesday, November 8, 2011 @ 17:04:59
  Author: ronald
Revision: 142380

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

Added:
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
(from rev 142378, e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
  e2fsprogs/repos/core-x86_64/PKGBUILD
(from rev 142378, e2fsprogs/repos/testing-x86_64/PKGBUILD)
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
(from rev 142378, e2fsprogs/repos/testing-x86_64/e2fsprogs.install)
  e2fsprogs/repos/core-x86_64/mke2fs.conf
(from rev 142378, e2fsprogs/repos/testing-x86_64/mke2fs.conf)
Deleted:
  e2fsprogs/repos/core-x86_64/MIT-LICENSE
  e2fsprogs/repos/core-x86_64/PKGBUILD
  e2fsprogs/repos/core-x86_64/e2fsprogs.install
  e2fsprogs/repos/core-x86_64/mke2fs.conf
  e2fsprogs/repos/testing-x86_64/

---+
 MIT-LICENSE   |   50 +--
 PKGBUILD  |   96 ++--
 e2fsprogs.install |   40 ++---
 mke2fs.conf   |   52 ++--
 4 files changed, 119 insertions(+), 119 deletions(-)

Deleted: core-x86_64/MIT-LICENSE
===
--- core-x86_64/MIT-LICENSE 2011-11-08 22:04:58 UTC (rev 142379)
+++ core-x86_64/MIT-LICENSE 2011-11-08 22:04:59 UTC (rev 142380)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
-Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
-Copyright (c) 2001 Alcove http://www.alcove.com/
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/core-x86_64/MIT-LICENSE (from rev 142378, 
e2fsprogs/repos/testing-x86_64/MIT-LICENSE)
===
--- core-x86_64/MIT-LICENSE (rev 0)
+++ core-x86_64/MIT-LICENSE 2011-11-08 22:04:59 UTC (rev 142380)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-08 22:04:58 UTC (rev 142379)
+++ core-x86_64/PKGBUILD2011-11-08 22:04:59 UTC (rev 142380)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org 
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=e2fsprogs
-pkgver=1.41.14
-pkgrel=1
-pkgdesc=Ext2/3/4 filesystem utilities
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-groups=('base')
-depends=('sh' 'util-linux-ng')
-makedepends=('bc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-

[arch-commits] Commit in linux/repos (20 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:13
  Author: thomas
Revision: 142385

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 142384, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 142384, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 142384, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 142384, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/dib0700-fix.patch
(from rev 142384, linux/repos/testing-i686/dib0700-fix.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 142384, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/i915-fix-incorrect-error-message.patch
(from rev 142384, 
linux/repos/testing-i686/i915-fix-incorrect-error-message.patch)
  linux/repos/core-i686/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 142384, 
linux/repos/testing-i686/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/core-i686/linux.install
(from rev 142384, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 142384, linux/repos/testing-i686/linux.preset)
  linux/repos/core-i686/md-raid10-fix-bug-when-activating-a-hot-spare.patch
(from rev 142384, 
linux/repos/testing-i686/md-raid10-fix-bug-when-activating-a-hot-spare.patch)
  linux/repos/core-i686/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 142384, 
linux/repos/testing-i686/usb-add-reset-resume-quirk-for-several-webcams.patch)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-i915.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/testing-i686/

--+
 PKGBUILD |  608 
 change-default-console-loglevel.patch|   24 
 config   |11664 -
 config.x86_64|11162 
 dib0700-fix.patch| 1487 ++
 fix-i915.patch   |   26 
 i915-fix-ghost-tv-output.patch   |   26 
 i915-fix-incorrect-error-message.patch   |   22 
 iwlagn-fix-NULL-pointer-dereference.patch|   38 
 linux.install|  131 
 linux.preset |   28 
 md-raid10-fix-bug-when-activating-a-hot-spare.patch  |   40 
 usb-add-reset-resume-quirk-for-several-webcams.patch |   99 
 13 files changed, 13553 insertions(+), 11802 deletions(-)

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


[arch-commits] Commit in linux/repos (20 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:15
  Author: thomas
Revision: 142386

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

Added:
  linux/repos/core-x86_64/PKGBUILD
(from rev 142384, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 142384, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 142384, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 142384, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/dib0700-fix.patch
(from rev 142384, linux/repos/testing-x86_64/dib0700-fix.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 142384, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/i915-fix-incorrect-error-message.patch
(from rev 142384, 
linux/repos/testing-x86_64/i915-fix-incorrect-error-message.patch)
  linux/repos/core-x86_64/iwlagn-fix-NULL-pointer-dereference.patch
(from rev 142384, 
linux/repos/testing-x86_64/iwlagn-fix-NULL-pointer-dereference.patch)
  linux/repos/core-x86_64/linux.install
(from rev 142384, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 142384, linux/repos/testing-x86_64/linux.preset)
  linux/repos/core-x86_64/md-raid10-fix-bug-when-activating-a-hot-spare.patch
(from rev 142384, 
linux/repos/testing-x86_64/md-raid10-fix-bug-when-activating-a-hot-spare.patch)
  linux/repos/core-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch
(from rev 142384, 
linux/repos/testing-x86_64/usb-add-reset-resume-quirk-for-several-webcams.patch)
Deleted:
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-i915.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-x86_64/

--+
 PKGBUILD |  608 
 change-default-console-loglevel.patch|   24 
 config   |11664 -
 config.x86_64|11162 
 dib0700-fix.patch| 1487 ++
 fix-i915.patch   |   26 
 i915-fix-ghost-tv-output.patch   |   26 
 i915-fix-incorrect-error-message.patch   |   22 
 iwlagn-fix-NULL-pointer-dereference.patch|   38 
 linux.install|  131 
 linux.preset |   28 
 md-raid10-fix-bug-when-activating-a-hot-spare.patch  |   40 
 usb-add-reset-resume-quirk-for-several-webcams.patch |   99 
 13 files changed, 13553 insertions(+), 11802 deletions(-)

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


[arch-commits] Commit in fcpci/repos (29 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:45
  Author: thomas
Revision: 142387

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

Added:
  fcpci/repos/extra-i686/PKGBUILD
(from rev 142386, fcpci/repos/testing-i686/PKGBUILD)
  fcpci/repos/extra-i686/atomic.patch
(from rev 142386, fcpci/repos/testing-i686/atomic.patch)
  fcpci/repos/extra-i686/fcpci.install
(from rev 142386, fcpci/repos/testing-i686/fcpci.install)
  fcpci/repos/extra-i686/kernel-2.6.19.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.19.patch)
  fcpci/repos/extra-i686/kernel-2.6.20.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.20.patch)
  fcpci/repos/extra-i686/kernel-2.6.22.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.22.patch)
  fcpci/repos/extra-i686/kernel-2.6.24.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.24.patch)
  fcpci/repos/extra-i686/kernel-2.6.31.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.31.patch)
  fcpci/repos/extra-i686/kernel-2.6.34.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.34.patch)
  fcpci/repos/extra-i686/kernel-2.6.39-i686.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.39-i686.patch)
  fcpci/repos/extra-i686/kernel-2.6.39-x86_64.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch)
  fcpci/repos/extra-i686/kernel-2.6.39.patch
(from rev 142386, fcpci/repos/testing-i686/kernel-2.6.39.patch)
  fcpci/repos/extra-i686/string.h
(from rev 142386, fcpci/repos/testing-i686/string.h)
  fcpci/repos/extra-i686/string64.h
(from rev 142386, fcpci/repos/testing-i686/string64.h)
Deleted:
  fcpci/repos/extra-i686/PKGBUILD
  fcpci/repos/extra-i686/atomic.patch
  fcpci/repos/extra-i686/fcpci.install
  fcpci/repos/extra-i686/kernel-2.6.19.patch
  fcpci/repos/extra-i686/kernel-2.6.20.patch
  fcpci/repos/extra-i686/kernel-2.6.22.patch
  fcpci/repos/extra-i686/kernel-2.6.24.patch
  fcpci/repos/extra-i686/kernel-2.6.31.patch
  fcpci/repos/extra-i686/kernel-2.6.34.patch
  fcpci/repos/extra-i686/kernel-2.6.39-i686.patch
  fcpci/repos/extra-i686/kernel-2.6.39-x86_64.patch
  fcpci/repos/extra-i686/kernel-2.6.39.patch
  fcpci/repos/extra-i686/string.h
  fcpci/repos/extra-i686/string64.h
  fcpci/repos/testing-i686/

+
 PKGBUILD   |  201 
 atomic.patch   |   36 -
 fcpci.install  |   55 +-
 kernel-2.6.19.patch|   40 -
 kernel-2.6.20.patch|  110 ++--
 kernel-2.6.22.patch|   22 
 kernel-2.6.24.patch|   28 -
 kernel-2.6.31.patch|   22 
 kernel-2.6.34.patch|  340 +++---
 kernel-2.6.39-i686.patch   |   22 
 kernel-2.6.39-x86_64.patch |   22 
 kernel-2.6.39.patch|   44 -
 string.h   |  986 +--
 string64.h |  134 ++---
 14 files changed, 1032 insertions(+), 1030 deletions(-)

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


[arch-commits] Commit in fcpci/repos (29 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:46
  Author: thomas
Revision: 142388

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

Added:
  fcpci/repos/extra-x86_64/PKGBUILD
(from rev 142386, fcpci/repos/testing-x86_64/PKGBUILD)
  fcpci/repos/extra-x86_64/atomic.patch
(from rev 142386, fcpci/repos/testing-x86_64/atomic.patch)
  fcpci/repos/extra-x86_64/fcpci.install
(from rev 142386, fcpci/repos/testing-x86_64/fcpci.install)
  fcpci/repos/extra-x86_64/kernel-2.6.19.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.19.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.20.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.20.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.22.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.22.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.24.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.24.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.31.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.31.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.34.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.34.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39-i686.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 142386, fcpci/repos/testing-x86_64/kernel-2.6.39.patch)
  fcpci/repos/extra-x86_64/string.h
(from rev 142386, fcpci/repos/testing-x86_64/string.h)
  fcpci/repos/extra-x86_64/string64.h
(from rev 142386, fcpci/repos/testing-x86_64/string64.h)
Deleted:
  fcpci/repos/extra-x86_64/PKGBUILD
  fcpci/repos/extra-x86_64/atomic.patch
  fcpci/repos/extra-x86_64/fcpci.install
  fcpci/repos/extra-x86_64/kernel-2.6.19.patch
  fcpci/repos/extra-x86_64/kernel-2.6.20.patch
  fcpci/repos/extra-x86_64/kernel-2.6.22.patch
  fcpci/repos/extra-x86_64/kernel-2.6.24.patch
  fcpci/repos/extra-x86_64/kernel-2.6.31.patch
  fcpci/repos/extra-x86_64/kernel-2.6.34.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39-i686.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39.patch
  fcpci/repos/extra-x86_64/string.h
  fcpci/repos/extra-x86_64/string64.h
  fcpci/repos/testing-x86_64/

+
 PKGBUILD   |  201 
 atomic.patch   |   36 -
 fcpci.install  |   55 +-
 kernel-2.6.19.patch|   40 -
 kernel-2.6.20.patch|  110 ++--
 kernel-2.6.22.patch|   22 
 kernel-2.6.24.patch|   28 -
 kernel-2.6.31.patch|   22 
 kernel-2.6.34.patch|  340 +++---
 kernel-2.6.39-i686.patch   |   22 
 kernel-2.6.39-x86_64.patch |   22 
 kernel-2.6.39.patch|   44 -
 string.h   |  986 +--
 string64.h |  134 ++---
 14 files changed, 1032 insertions(+), 1030 deletions(-)

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


[arch-commits] Commit in fcpcmcia/repos (43 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:49
  Author: thomas
Revision: 142389

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

Added:
  fcpcmcia/repos/extra-i686/PKGBUILD
(from rev 142386, fcpcmcia/repos/testing-i686/PKGBUILD)
  fcpcmcia/repos/extra-i686/atomic.patch
(from rev 142386, fcpcmcia/repos/testing-i686/atomic.patch)
  fcpcmcia/repos/extra-i686/fcpcmcia.diff
(from rev 142386, fcpcmcia/repos/testing-i686/fcpcmcia.diff)
  fcpcmcia/repos/extra-i686/fcpcmcia.install
(from rev 142386, fcpcmcia/repos/testing-i686/fcpcmcia.install)
  fcpcmcia/repos/extra-i686/kernel-2.6.19.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.19.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.20.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.20.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.22.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.22.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.24.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.24.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.27.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.27.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.28.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.28.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.31.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.31.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.33.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.33.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.34.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.34.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.35.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.35.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.36.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.36.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.37.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.37.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39-i686.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39-x86_64.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39.patch
(from rev 142386, fcpcmcia/repos/testing-i686/kernel-2.6.39.patch)
  fcpcmcia/repos/extra-i686/pcmcia-2.6.16.patch
(from rev 142386, fcpcmcia/repos/testing-i686/pcmcia-2.6.16.patch)
  fcpcmcia/repos/extra-i686/pcmcia-2.6.17.patch
(from rev 142386, fcpcmcia/repos/testing-i686/pcmcia-2.6.17.patch)
Deleted:
  fcpcmcia/repos/extra-i686/PKGBUILD
  fcpcmcia/repos/extra-i686/atomic.patch
  fcpcmcia/repos/extra-i686/fcpcmcia.diff
  fcpcmcia/repos/extra-i686/fcpcmcia.install
  fcpcmcia/repos/extra-i686/kernel-2.6.19.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.20.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.22.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.24.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.27.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.28.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.31.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.33.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.34.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.35.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.36.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.37.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.39-i686.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.39-x86_64.patch
  fcpcmcia/repos/extra-i686/kernel-2.6.39.patch
  fcpcmcia/repos/extra-i686/pcmcia-2.6.16.patch
  fcpcmcia/repos/extra-i686/pcmcia-2.6.17.patch
  fcpcmcia/repos/testing-i686/

+
 PKGBUILD   |  273 ++--
 atomic.patch   |   36 -
 fcpcmcia.diff  |   80 +--
 fcpcmcia.install   |   58 +-
 kernel-2.6.19.patch|   40 -
 kernel-2.6.20.patch|  110 ++--
 kernel-2.6.22.patch|   22 
 kernel-2.6.24.patch|   28 -
 kernel-2.6.27.patch|   22 
 kernel-2.6.28.patch|  232 +-
 kernel-2.6.31.patch|   22 
 kernel-2.6.33.patch|  376 
 kernel-2.6.34.patch|  340 +++
 kernel-2.6.35.patch|  362 
 kernel-2.6.36.patch|  148 +++---
 kernel-2.6.37.patch|   84 +--
 kernel-2.6.39-i686.patch   |   22 
 kernel-2.6.39-x86_64.patch |   22 
 kernel-2.6.39.patch|   44 -
 pcmcia-2.6.16.patch|  492 ++---
 pcmcia-2.6.17.patch|  972 +--
 21 files changed, 1893 insertions(+), 1892 deletions(-)

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


[arch-commits] Commit in fcpcmcia/repos (43 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:51
  Author: thomas
Revision: 142390

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

Added:
  fcpcmcia/repos/extra-x86_64/PKGBUILD
(from rev 142386, fcpcmcia/repos/testing-x86_64/PKGBUILD)
  fcpcmcia/repos/extra-x86_64/atomic.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/atomic.patch)
  fcpcmcia/repos/extra-x86_64/fcpcmcia.diff
(from rev 142386, fcpcmcia/repos/testing-x86_64/fcpcmcia.diff)
  fcpcmcia/repos/extra-x86_64/fcpcmcia.install
(from rev 142386, fcpcmcia/repos/testing-x86_64/fcpcmcia.install)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.19.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.19.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.20.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.20.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.22.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.22.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.24.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.24.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.27.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.27.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.28.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.28.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.31.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.31.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.33.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.33.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.34.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.34.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.35.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.35.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.36.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.36.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.37.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.37.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-i686.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/kernel-2.6.39.patch)
  fcpcmcia/repos/extra-x86_64/pcmcia-2.6.16.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/pcmcia-2.6.16.patch)
  fcpcmcia/repos/extra-x86_64/pcmcia-2.6.17.patch
(from rev 142386, fcpcmcia/repos/testing-x86_64/pcmcia-2.6.17.patch)
Deleted:
  fcpcmcia/repos/extra-x86_64/PKGBUILD
  fcpcmcia/repos/extra-x86_64/atomic.patch
  fcpcmcia/repos/extra-x86_64/fcpcmcia.diff
  fcpcmcia/repos/extra-x86_64/fcpcmcia.install
  fcpcmcia/repos/extra-x86_64/kernel-2.6.19.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.20.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.22.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.24.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.27.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.28.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.31.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.33.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.34.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.35.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.36.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.37.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-i686.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39.patch
  fcpcmcia/repos/extra-x86_64/pcmcia-2.6.16.patch
  fcpcmcia/repos/extra-x86_64/pcmcia-2.6.17.patch
  fcpcmcia/repos/testing-x86_64/

+
 PKGBUILD   |  273 ++--
 atomic.patch   |   36 -
 fcpcmcia.diff  |   80 +--
 fcpcmcia.install   |   58 +-
 kernel-2.6.19.patch|   40 -
 kernel-2.6.20.patch|  110 ++--
 kernel-2.6.22.patch|   22 
 kernel-2.6.24.patch|   28 -
 kernel-2.6.27.patch|   22 
 kernel-2.6.28.patch|  232 +-
 kernel-2.6.31.patch|   22 
 kernel-2.6.33.patch|  376 
 kernel-2.6.34.patch|  340 +++
 kernel-2.6.35.patch|  362 
 kernel-2.6.36.patch|  148 +++---
 kernel-2.6.37.patch|   84 +--
 kernel-2.6.39-i686.patch   |   22 
 kernel-2.6.39-x86_64.patch |   22 
 kernel-2.6.39.patch|   44 -
 pcmcia-2.6.16.patch|  492 ++---
 pcmcia-2.6.17.patch|  972 +--
 21 files changed, 1893 insertions(+), 1892 deletions(-)

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


[arch-commits] Commit in lirc/repos (25 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:53
  Author: thomas
Revision: 142391

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 142386, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.conf
(from rev 142386, lirc/repos/testing-i686/irexec.conf)
  lirc/repos/extra-i686/irexecd
(from rev 142386, lirc/repos/testing-i686/irexecd)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 142386, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/lirc.install
(from rev 142386, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 142386, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 142386, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 142386, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd
(from rev 142386, lirc/repos/testing-i686/lircd)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 142386, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircd.conf
(from rev 142386, lirc/repos/testing-i686/lircd.conf)
  lirc/repos/extra-i686/lircmd
(from rev 142386, lirc/repos/testing-i686/lircmd)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.conf
  lirc/repos/extra-i686/irexecd
  lirc/repos/extra-i686/kernel-2.6.39.patch
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
  lirc/repos/extra-i686/lirc_wpc8769l.patch
  lirc/repos/extra-i686/lircd
  lirc/repos/extra-i686/lircd-handle-large-config.patch
  lirc/repos/extra-i686/lircd.conf
  lirc/repos/extra-i686/lircmd
  lirc/repos/testing-i686/

-+
 PKGBUILD|  207 +++---
 irexec.conf |   10 -
 irexecd |   76 ++---
 kernel-2.6.39.patch |  108 +--
 lirc.install|   32 ++---
 lirc.logrotate  |   10 -
 lirc_atiusb-kfifo.patch |   62 +--
 lirc_wpc8769l.patch |  176 
 lircd   |  104 +--
 lircd-handle-large-config.patch |   78 +++---
 lircd.conf  |   16 +-
 lircmd  |   72 ++---
 12 files changed, 476 insertions(+), 475 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 22:38:51 UTC (rev 142390)
+++ extra-i686/PKGBUILD 2011-11-08 22:38:53 UTC (rev 142391)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgbase=lirc
-pkgname=('lirc' 'lirc-utils')
-pkgver=0.9.0
-pkgrel=6
-epoch=1
-_kernver=3.0-ARCH
-arch=('i686' 'x86_64')
-url=http://www.lirc.org/;
-license=('GPL')
-makedepends=('help2man' 'linux-headers=3.0' 'linux-headers3.1' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python')
-options=('!makeflags' '!strip')
-source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
-lirc_wpc8769l.patch
-lircd-handle-large-config.patch
-lirc_atiusb-kfifo.patch
-kernel-2.6.39.patch
-   lircd lircmd lirc.logrotate lircd.conf irexec.conf irexecd)
-md5sums=('b232aef26f23fe33ea8305d276637086'
- '1cce37e18e3f6f46044abab29016d18f'
- 'b70cc9640505205446ec47b7d4779f38'
- '1f8b104a2365d9f93404b143f499059b'
- '087a7d102e1c96bf1179f38db2b0b237'
- '8d0e238dc0eda95e340fe570605da492'
- '85f7fdac55e5256967241864049bf5e9'
- '3deb02604b37811d41816e9b4385fcc3'
- '5b1f8c9cd788a39a6283f93302ce5c6e'
- 'f0c0ac930326168035f0c8e24357ae55'
- '69d099e6deedfa3c1ee2b6e82d9b8bfb')
-
-build() {
-  cd ${srcdir}/lirc-${pkgver}
-  patch -Np1 -i ${srcdir}/lirc_wpc8769l.patch
-  patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
-  patch -Np1 -i ${srcdir}/lirc_atiusb-kfifo.patch
-  patch -Np1 -i ${srcdir}/kernel-2.6.39.patch
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -e 's/@X_CFLAGS@//g' \
-  -e 's/@X_LIBS@//g' \
-  -e 's/@X_PRE_LIBS@//g' \
-  -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
-  libtoolize
-  autoreconf
-
-  PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
-  --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
-  --with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc \
-  --with-transmitter
-
-  # Remove drivers already in kernel
-  sed -e s:lirc_dev:: -e s:lirc_bt829:: -e s:lirc_igorplugusb:: \
-  -e s:lirc_imon:: -e s:lirc_parallel:: -e s:lirc_sasem:: \
-  -e s:lirc_serial:: -e s:lirc_sir:: -e s:lirc_ttusbir:: \
-  -i Makefile drivers/Makefile drivers/*/Makefile 

[arch-commits] Commit in lirc/repos (25 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:56
  Author: thomas
Revision: 142392

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

Added:
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 142386, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.conf
(from rev 142386, lirc/repos/testing-x86_64/irexec.conf)
  lirc/repos/extra-x86_64/irexecd
(from rev 142386, lirc/repos/testing-x86_64/irexecd)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 142386, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/lirc.install
(from rev 142386, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 142386, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 142386, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 142386, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd
(from rev 142386, lirc/repos/testing-x86_64/lircd)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 142386, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircd.conf
(from rev 142386, lirc/repos/testing-x86_64/lircd.conf)
  lirc/repos/extra-x86_64/lircmd
(from rev 142386, lirc/repos/testing-x86_64/lircmd)
Deleted:
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.conf
  lirc/repos/extra-x86_64/irexecd
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
  lirc/repos/extra-x86_64/lircd
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
  lirc/repos/extra-x86_64/lircd.conf
  lirc/repos/extra-x86_64/lircmd
  lirc/repos/testing-x86_64/

-+
 PKGBUILD|  207 +++---
 irexec.conf |   10 -
 irexecd |   76 ++---
 kernel-2.6.39.patch |  108 +--
 lirc.install|   32 ++---
 lirc.logrotate  |   10 -
 lirc_atiusb-kfifo.patch |   62 +--
 lirc_wpc8769l.patch |  176 
 lircd   |  104 +--
 lircd-handle-large-config.patch |   78 +++---
 lircd.conf  |   16 +-
 lircmd  |   72 ++---
 12 files changed, 476 insertions(+), 475 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 22:38:53 UTC (rev 142391)
+++ extra-x86_64/PKGBUILD   2011-11-08 22:38:56 UTC (rev 142392)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-
-pkgbase=lirc
-pkgname=('lirc' 'lirc-utils')
-pkgver=0.9.0
-pkgrel=6
-epoch=1
-_kernver=3.0-ARCH
-arch=('i686' 'x86_64')
-url=http://www.lirc.org/;
-license=('GPL')
-makedepends=('help2man' 'linux-headers=3.0' 'linux-headers3.1' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python')
-options=('!makeflags' '!strip')
-source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
-lirc_wpc8769l.patch
-lircd-handle-large-config.patch
-lirc_atiusb-kfifo.patch
-kernel-2.6.39.patch
-   lircd lircmd lirc.logrotate lircd.conf irexec.conf irexecd)
-md5sums=('b232aef26f23fe33ea8305d276637086'
- '1cce37e18e3f6f46044abab29016d18f'
- 'b70cc9640505205446ec47b7d4779f38'
- '1f8b104a2365d9f93404b143f499059b'
- '087a7d102e1c96bf1179f38db2b0b237'
- '8d0e238dc0eda95e340fe570605da492'
- '85f7fdac55e5256967241864049bf5e9'
- '3deb02604b37811d41816e9b4385fcc3'
- '5b1f8c9cd788a39a6283f93302ce5c6e'
- 'f0c0ac930326168035f0c8e24357ae55'
- '69d099e6deedfa3c1ee2b6e82d9b8bfb')
-
-build() {
-  cd ${srcdir}/lirc-${pkgver}
-  patch -Np1 -i ${srcdir}/lirc_wpc8769l.patch
-  patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
-  patch -Np1 -i ${srcdir}/lirc_atiusb-kfifo.patch
-  patch -Np1 -i ${srcdir}/kernel-2.6.39.patch
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -e 's/@X_CFLAGS@//g' \
-  -e 's/@X_LIBS@//g' \
-  -e 's/@X_PRE_LIBS@//g' \
-  -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
-  libtoolize
-  autoreconf
-
-  PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
-  --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
-  --with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc \
-  --with-transmitter
-
-  # Remove drivers already in kernel
-  sed -e s:lirc_dev:: -e s:lirc_bt829:: -e s:lirc_igorplugusb:: \
-  -e s:lirc_imon:: -e s:lirc_parallel:: -e s:lirc_sasem:: \
-  -e s:lirc_serial:: -e 

[arch-commits] Commit in nvidia/repos (5 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:57
  Author: thomas
Revision: 142393

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 142386, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 142386, nvidia/repos/testing-i686/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/testing-i686/

+
 PKGBUILD   |   89 +++
 nvidia.install |   32 +--
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-08 22:38:56 UTC (rev 142392)
+++ extra-i686/PKGBUILD 2011-11-08 22:38:57 UTC (rev 142393)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=285.05.09
-_kernver='3.0-ARCH'
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('2d469a90abef50320f548cfa8085e3a0')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
-fi
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 142386, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-08 22:38:57 UTC (rev 142393)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d469a90abef50320f548cfa8085e3a0')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2011-11-08 22:38:56 UTC (rev 142392)
+++ extra-i686/nvidia.install   2011-11-08 22:38:57 UTC (rev 142393)
@@ -1,16 +0,0 @@
-post_install() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
-}
-
-post_remove() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-}

Copied: nvidia/repos/extra-i686/nvidia.install (from rev 142386, 
nvidia/repos/testing-i686/nvidia.install)

[arch-commits] Commit in nvidia/repos (5 files)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 17:38:58
  Author: thomas
Revision: 142394

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

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 142386, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 142386, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-x86_64/

+
 PKGBUILD   |   89 +++
 nvidia.install |   32 +--
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-08 22:38:57 UTC (rev 142393)
+++ extra-x86_64/PKGBUILD   2011-11-08 22:38:58 UTC (rev 142394)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=285.05.09
-_kernver='3.0-ARCH'
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.0' 'linux3.1' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.0' 'linux-headers3.1')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('2d469a90abef50320f548cfa8085e3a0')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
-fi
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-install -d -m755 ${pkgdir}/etc/modprobe.d
-echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
-sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
-}

Copied: nvidia/repos/extra-x86_64/PKGBUILD (from rev 142386, 
nvidia/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-08 22:38:58 UTC (rev 142394)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=285.05.09
+_extramodules=extramodules-3.1-ARCH
+_kernver=$(cat /lib/modules/${_extramodules}/version)
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.1' 'linux3.2' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.1' 'linux-headers3.2')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d469a90abef50320f548cfa8085e3a0')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2f4a0e78f5560c07220b7ed6fc1e27aa')
+fi
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/etc/modprobe.d
+echo blacklist nouveau  
${pkgdir}/etc/modprobe.d/nouveau_blacklist.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-x86_64/nvidia.install
===
--- extra-x86_64/nvidia.install 2011-11-08 22:38:57 UTC (rev 142393)
+++ extra-x86_64/nvidia.install 2011-11-08 22:38:58 UTC (rev 142394)
@@ -1,16 +0,0 @@
-post_install() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver 
and unload it manually.'
-}
-
-post_remove() {
-KERNEL_VERSION='3.0-ARCH'
-depmod $KERNEL_VERSION
-}

Copied: nvidia/repos/extra-x86_64/nvidia.install 

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

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 18:03:12
  Author: thomas
Revision: 142395

upgpkg: linux-manpages 3.1-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 22:38:58 UTC (rev 142394)
+++ PKGBUILD2011-11-08 23:03:12 UTC (rev 142395)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.0.1
+pkgver=3.1
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -13,8 +13,8 @@
 replaces=('kernel26-manpages')
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.bz2;)
-md5sums=('aed949984b878b7fb77ffe9cbee8ce0c')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/repos/extra-any (PKGBUILD PKGBUILD)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 18:03:24
  Author: thomas
Revision: 142396

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
(from rev 142395, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-11-08 23:03:12 UTC (rev 142395)
+++ PKGBUILD2011-11-08 23:03:24 UTC (rev 142396)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=linux-manpages
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
-arch=('any')
-url=http://www.kernel.org;
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.bz2;)
-md5sums=('aed949984b878b7fb77ffe9cbee8ce0c')
-
-build() {
-  cd ${srcdir}/linux-$pkgver
-  make mandocs
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/man/man9/
-  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-${pkgdir}/usr/share/man/man9/
-
-  find ${pkgdir} -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 142395, 
linux-manpages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-08 23:03:24 UTC (rev 142396)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=linux-manpages
+pkgver=3.1
+pkgrel=1
+pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
+arch=('any')
+url=http://www.kernel.org;
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
+
+build() {
+  cd ${srcdir}/linux-$pkgver
+  make mandocs
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/man/man9/
+  install ${srcdir}/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+${pkgdir}/usr/share/man/man9/
+
+  find ${pkgdir} -type f -exec chmod 644 {} \;
+}



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

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:25:47
  Author: bisson
Revision: 142397

upstream update

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 23:03:24 UTC (rev 142396)
+++ PKGBUILD2011-11-09 01:25:47 UTC (rev 142397)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=audacious
-pkgver=3.0.4
+pkgver=3.1
 pkgrel=1
 pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
@@ -14,7 +14,7 @@
  'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('d4bb828e4ead275bded85cf8b0aa258c347106cb')
+sha1sums=('53d89b3e2faf5ca13dca55875dc04efc753328f2')
 
 provides=('audacious-player')
 replaces=('audacious-player')



[arch-commits] Commit in audacious/repos (8 files)

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:26:09
  Author: bisson
Revision: 142398

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 142397, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
(from rev 142397, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 142397, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
(from rev 142397, audacious/trunk/install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/install|   26 +-
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/install  |   26 +-
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 01:25:47 UTC (rev 142397)
+++ extra-i686/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('d4bb828e4ead275bded85cf8b0aa258c347106cb')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   [[ ${CARCH} == x86_64 ]]  _extraopts='' || _extraopts='--disable-sse2'
-   ./configure --prefix=/usr ${_extraopts}
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 142397, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 01:26:09 UTC (rev 142398)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious
+pkgver=3.1
+pkgrel=1
+pkgdesc='Lightweight, GTK-based advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'libmcs' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('53d89b3e2faf5ca13dca55875dc04efc753328f2')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   [[ ${CARCH} == x86_64 ]]  _extraopts='' || _extraopts='--disable-sse2'
+   ./configure --prefix=/usr ${_extraopts}
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2011-11-09 01:25:47 UTC (rev 142397)
+++ extra-i686/install  2011-11-09 01:26:09 UTC (rev 142398)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 142397, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2011-11-09 01:26:09 UTC (rev 142398)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-09 01:25:47 UTC (rev 142397)
+++ extra-x86_64/PKGBUILD   2011-11-09 01:26:09 UTC (rev 142398)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# 

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

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:28:53
  Author: bisson
Revision: 142399

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 01:26:09 UTC (rev 142398)
+++ PKGBUILD2011-11-09 01:28:53 UTC (rev 142399)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=audacious-plugins
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('GPL')
@@ -43,7 +43,7 @@
 'libcue: CUE playlist format')
 
 source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e9097641be077b96c61bf7059bfae2e7373346cf')
+sha1sums=('6afdb8e87e75bbb477b22a29739586976e7853f4')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:30:02
  Author: bisson
Revision: 142400

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 142399, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 142399, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  134 
 extra-x86_64/PKGBUILD |  134 
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-09 01:28:53 UTC (rev 142399)
+++ extra-i686/PKGBUILD 2011-11-09 01:30:02 UTC (rev 142400)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e9097641be077b96c61bf7059bfae2e7373346cf')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
-
-   [[ ${CARCH} == x86_64 ]]  _extraopts='' || _extraopts='--disable-sse2'
-   ./configure \
-   --prefix=/usr \
-   --enable-chardet \
-   --enable-amidiplug \
-   --disable-adplug \
-   ${_extraopts} \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 142399, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-09 01:30:02 UTC (rev 142400)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.1
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http 

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

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:31:41
  Author: bisson
Revision: 142401

rebuild for ffmpeg-2008-1

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 01:30:02 UTC (rev 142400)
+++ PKGBUILD2011-11-09 01:31:41 UTC (rev 142401)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('GPL')



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

2011-11-08 Thread Gaetan Bisson
Date: Tuesday, November 8, 2011 @ 20:32:02
  Author: bisson
Revision: 142402

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  audacious-plugins/repos/testing-i686/PKGBUILD
(from rev 142401, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/testing-x86_64/PKGBUILD
(from rev 142401, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/testing-i686/PKGBUILD
  audacious-plugins/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |  134 +++---
 testing-x86_64/PKGBUILD |  134 +++---
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-11-09 01:31:41 UTC (rev 142401)
+++ testing-i686/PKGBUILD   2011-11-09 01:32:02 UTC (rev 142402)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e9097641be077b96c61bf7059bfae2e7373346cf')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
-
-   [[ ${CARCH} == x86_64 ]]  _extraopts='' || _extraopts='--disable-sse2'
-   ./configure \
-   --prefix=/usr \
-   --enable-chardet \
-   --enable-amidiplug \
-   --disable-adplug \
-   ${_extraopts} \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/testing-i686/PKGBUILD (from rev 142401, 
audacious-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-09 01:32:02 UTC (rev 142402)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.1
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'fluidsynth' 'libcdio' 'libsidplay' 
'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to 

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

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 23:16:14
  Author: eric
Revision: 142403

upgpkg: vim 7.3.353-1

Upstream update, Add lua support (close FS#26557)

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 01:32:02 UTC (rev 142402)
+++ PKGBUILD2011-11-09 04:16:14 UTC (rev 142403)
@@ -6,19 +6,19 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=338
-__hgrev=f530aef0d959
+_patchlevel=353
+__hgrev=379a6398d462
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
-makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2')
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
 source=(ftp://ftp.archlinux.org/other/vim/${pkgname}-${pkgver}.tar.xz
 
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
 vimrc archlinux.vim gvim.desktop)
-md5sums=('fc83d6580fd8441793fccfd26487aadb'
+md5sums=('3a7fb107699b741a7a1a86ff5ec3b83e'
  '6e7adfbd5d26c1d161030ec203a7f243'
  'e5374891063b9ca48a1fe392ac05'
  '10353a61aadc3f276692d0e17db1478e'
@@ -73,7 +73,7 @@
 --with-features=big --enable-gpm --enable-acl --with-x=no \
 --disable-gui --enable-multibyte --enable-cscope \
 --disable-netbeans --enable-perlinterp --disable-pythoninterp \
---disable-rubyinterp
+--disable-rubyinterp --disable-luainterp
 
   make
 
@@ -84,7 +84,7 @@
 --with-features=big --enable-gpm --enable-acl --with-x=yes \
 --enable-gui=gtk2 --enable-multibyte --enable-cscope \
 --enable-netbeans --enable-perlinterp --enable-pythoninterp \
---enable-python3interp --enable-rubyinterp
+--enable-python3interp --enable-rubyinterp --enable-luainterp
 
   make
 }
@@ -119,7 +119,7 @@
 package_gvim() {
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor (with advanced features, such as a GUI)'
   depends=(vim-runtime=${pkgver}-${pkgrel} 'gpm' 'ruby' 'libxt'
-   'desktop-file-utils' 'gtk2')
+   'desktop-file-utils' 'gtk2' 'lua')
   provides=(vim=${pkgver}-${pkgrel})
   conflicts=('vim')
   install=gvim.install



[arch-commits] Commit in vim/repos (20 files)

2011-11-08 Thread Eric Bélanger
Date: Tuesday, November 8, 2011 @ 23:16:54
  Author: eric
Revision: 142404

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 142403, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 142403, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 142403, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 142403, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 142403, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 142403, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 142403, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 142403, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 142403, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 142403, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  390 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++---
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  390 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++---
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 622 insertions(+), 622 deletions(-)

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


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

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 23:33:27
  Author: dan
Revision: 142405

upgpkg: git 1.7.7.3-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 04:16:54 UTC (rev 142404)
+++ PKGBUILD2011-11-09 04:33:27 UTC (rev 142405)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.7.2
+pkgver=1.7.7.3
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -80,11 +80,11 @@
   install -D -m644 $srcdir/git-daemon.conf 
$pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('400d85fd17bdb7f8923dbf3b3a2ca671'
- '24e2d2b6c3f97102f7b79e05c165fd22'
+md5sums=('da2b3c226d8e99d8f66e708129f57a0a'
+ 'f801b4c7b2c9dea7c0ff969f4acaa12c'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78')
-sha256sums=('b309c172b63636bb746ded2771536cb5b2efdfa011511d81783e87950c665260'
-'8a80657b6095b10d0f9db9707de6d02c38e364a5ccf25ee94edb4daa4c27c755'
+sha256sums=('dc9d773004cdae17453e330a02de630a1beeeb404d0601b9e8c1aef0a0efd100'
+'62bec01d704d3495fcf66a3b97a8fb7c337a06202784fa7a7fa510360e79671f'
 '2e0a50bdaf8f387a499895e1c204bff78244eaa72b78187c8a84ef40c0b82598'
 'e8bfe29d8393d2b87517c4dd56ea834b213aa00bf3d7fcde4ead3457cadbbc68')



[arch-commits] Commit in git/repos (16 files)

2011-11-08 Thread Dan McGee
Date: Tuesday, November 8, 2011 @ 23:33:51
  Author: dan
Revision: 142406

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 142405, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 142405, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 142405, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 142405, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 142405, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 142405, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 142405, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 142405, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 -
 extra-i686/PKGBUILD  |  180 -
 extra-i686/git-daemon|  140 +++
 extra-i686/git-daemon.conf   |   10 +-
 extra-x86_64/ChangeLog   |  114 -
 extra-x86_64/PKGBUILD|  180 -
 extra-x86_64/git-daemon  |  140 +++
 extra-x86_64/git-daemon.conf |   10 +-
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2011-11-09 04:33:27 UTC (rev 142405)
+++ extra-i686/ChangeLog2011-11-09 04:33:51 UTC (rev 142406)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee d...@archlinux.org
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee d...@archlinux.org
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee d...@archlinux.org
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee d...@archlinux.org
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae al...@archlinux.org
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee d...@archlinux.org
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee d...@archlinux.org
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee d...@archlinux.org
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee d...@archlinux.org
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee d...@archlinux.org
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche ke...@archlinux.org
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger e...@archlinux.org
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 142405, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2011-11-09 04:33:51 UTC (rev 142406)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee d...@archlinux.org
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee d...@archlinux.org
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee d...@archlinux.org
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee d...@archlinux.org
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae al...@archlinux.org
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee d...@archlinux.org
+   Version 1.7.1.1-1
+   * Add emacs completion files 

[arch-commits] Commit in udev/repos (7 files)

2011-11-08 Thread Tom Gundersen
Date: Tuesday, November 8, 2011 @ 23:55:55
  Author: tomegun
Revision: 142407

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

Added:
  udev/repos/core-i686/81-arch.rules
(from rev 142406, udev/repos/testing-i686/81-arch.rules)
  udev/repos/core-i686/PKGBUILD
(from rev 142406, udev/repos/testing-i686/PKGBUILD)
  udev/repos/core-i686/udev.install
(from rev 142406, udev/repos/testing-i686/udev.install)
Deleted:
  udev/repos/core-i686/81-arch.rules
  udev/repos/core-i686/PKGBUILD
  udev/repos/core-i686/udev.install
  udev/repos/testing-i686/

---+
 81-arch.rules |   18 ++--
 PKGBUILD  |  202 
 udev.install  |  124 +-
 3 files changed, 172 insertions(+), 172 deletions(-)

Deleted: core-i686/81-arch.rules
===
--- core-i686/81-arch.rules 2011-11-09 04:33:51 UTC (rev 142406)
+++ core-i686/81-arch.rules 2011-11-09 04:55:55 UTC (rev 142407)
@@ -1,9 +0,0 @@
-# do not edit this file, it will be overwritten on update
-# this file is going away in the near future
-
-# this might belong in http://aur.archlinux.org/packages.php?ID=22698
-# see also /usr/src/*/Documentation/laptops/sonypi.txt
-KERNEL==sonypi,  MODE=0666
-
-# this might belong in https://aur.archlinux.org/packages.php?ID=18393
-KERNEL==legousbtower*, MODE=0666

Copied: udev/repos/core-i686/81-arch.rules (from rev 142406, 
udev/repos/testing-i686/81-arch.rules)
===
--- core-i686/81-arch.rules (rev 0)
+++ core-i686/81-arch.rules 2011-11-09 04:55:55 UTC (rev 142407)
@@ -0,0 +1,9 @@
+# do not edit this file, it will be overwritten on update
+# this file is going away in the near future
+
+# this might belong in http://aur.archlinux.org/packages.php?ID=22698
+# see also /usr/src/*/Documentation/laptops/sonypi.txt
+KERNEL==sonypi,  MODE=0666
+
+# this might belong in https://aur.archlinux.org/packages.php?ID=18393
+KERNEL==legousbtower*, MODE=0666

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-09 04:33:51 UTC (rev 142406)
+++ core-i686/PKGBUILD  2011-11-09 04:55:55 UTC (rev 142407)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgbase=udev
-pkgname=('udev' 'udev-compat')
-pkgver=174
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
-license=('GPL')
-groups=('base')
-options=(!makeflags !libtool)
-makedepends=('gobject-introspection' 'gperf')
-#source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2
-source=(http://people.freedesktop.org/~kay/$pkgbase-$pkgver.tar.bz2
-81-arch.rules)
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --sysconfdir=/etc\
-  --with-rootlibdir=/lib\
-  --libexecdir=/lib/udev\
-  --sbindir=/sbin\
-  --with-systemdsystemunitdir=/lib/systemd/system\
-  --disable-rule-generator\
-  --enable-udev_acl
-
-  make
-}
-  
-package_udev() {
-  pkgdesc=The userspace dev tools (udev)
-  depends=('util-linux' 'libusb-compat' 'glib2' 'module-init-tools' 'pciutils')
-  install=udev.install
-  backup=(etc/udev/udev.conf)
-  conflicts=('pcmcia-cs' 'hotplug' 'initscripts2009.07')
-  replaces=('devfsd')
-  
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-  # Install our rule for permissions and symlinks
-  install -D -m644 $srcdir/81-arch.rules $pkgdir/lib/udev/rules.d/81-arch.rules
-
-  # create framebuffer blacklist
-  mkdir -p $pkgdir/lib/modprobe.d/
-  for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' 
-exec basename {} .ko.gz \;); do 
-   echo blacklist $mod 
-  done | sort -u  $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf
-
-  # /dev/loop0 is created for convenience, to autoload the module if necessary
-  # may be obsoleted by https://lkml.org/lkml/2011/7/30/111
-  mknod -m 0660 ${pkgdir}/lib/udev/devices/loop0 b 7 0
-  chgrp disk ${pkgdir}/lib/udev/devices/loop0
-
-  # udevd moved, symlink to make life easy for restarting udevd manually
-  ln -s /lib/udev/udevd ${pkgdir}/sbin/udevd
-
-  # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
-  for i in $pkgdir/lib/udev/rules.d/*.rules; do
-sed -i -e 's#GROUP=dialout#GROUP=uucp#g;
-   s#GROUP=tape#GROUP=storage#g;
-   s#GROUP=cdrom#GROUP=optical#g' $i
-  done
-}
-
-package_udev-compat() {
-  pkgdesc=The userspace dev tools (udev) - additional rules for older kernels
-  depends=('udev')
-  groups=('')
-  cd $srcdir/$pkgbase-$pkgver
-  install -d -m755 ${pkgdir}/lib/${pkgbase}/rules.d
-  

[arch-commits] Commit in udev/repos (7 files)

2011-11-08 Thread Tom Gundersen
Date: Tuesday, November 8, 2011 @ 23:55:56
  Author: tomegun
Revision: 142408

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

Added:
  udev/repos/core-x86_64/81-arch.rules
(from rev 142406, udev/repos/testing-x86_64/81-arch.rules)
  udev/repos/core-x86_64/PKGBUILD
(from rev 142406, udev/repos/testing-x86_64/PKGBUILD)
  udev/repos/core-x86_64/udev.install
(from rev 142406, udev/repos/testing-x86_64/udev.install)
Deleted:
  udev/repos/core-x86_64/81-arch.rules
  udev/repos/core-x86_64/PKGBUILD
  udev/repos/core-x86_64/udev.install
  udev/repos/testing-x86_64/

---+
 81-arch.rules |   18 ++--
 PKGBUILD  |  202 
 udev.install  |  124 +-
 3 files changed, 172 insertions(+), 172 deletions(-)

Deleted: core-x86_64/81-arch.rules
===
--- core-x86_64/81-arch.rules   2011-11-09 04:55:55 UTC (rev 142407)
+++ core-x86_64/81-arch.rules   2011-11-09 04:55:56 UTC (rev 142408)
@@ -1,9 +0,0 @@
-# do not edit this file, it will be overwritten on update
-# this file is going away in the near future
-
-# this might belong in http://aur.archlinux.org/packages.php?ID=22698
-# see also /usr/src/*/Documentation/laptops/sonypi.txt
-KERNEL==sonypi,  MODE=0666
-
-# this might belong in https://aur.archlinux.org/packages.php?ID=18393
-KERNEL==legousbtower*, MODE=0666

Copied: udev/repos/core-x86_64/81-arch.rules (from rev 142406, 
udev/repos/testing-x86_64/81-arch.rules)
===
--- core-x86_64/81-arch.rules   (rev 0)
+++ core-x86_64/81-arch.rules   2011-11-09 04:55:56 UTC (rev 142408)
@@ -0,0 +1,9 @@
+# do not edit this file, it will be overwritten on update
+# this file is going away in the near future
+
+# this might belong in http://aur.archlinux.org/packages.php?ID=22698
+# see also /usr/src/*/Documentation/laptops/sonypi.txt
+KERNEL==sonypi,  MODE=0666
+
+# this might belong in https://aur.archlinux.org/packages.php?ID=18393
+KERNEL==legousbtower*, MODE=0666

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-09 04:55:55 UTC (rev 142407)
+++ core-x86_64/PKGBUILD2011-11-09 04:55:56 UTC (rev 142408)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgbase=udev
-pkgname=('udev' 'udev-compat')
-pkgver=174
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
-license=('GPL')
-groups=('base')
-options=(!makeflags !libtool)
-makedepends=('gobject-introspection' 'gperf')
-#source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2
-source=(http://people.freedesktop.org/~kay/$pkgbase-$pkgver.tar.bz2
-81-arch.rules)
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --sysconfdir=/etc\
-  --with-rootlibdir=/lib\
-  --libexecdir=/lib/udev\
-  --sbindir=/sbin\
-  --with-systemdsystemunitdir=/lib/systemd/system\
-  --disable-rule-generator\
-  --enable-udev_acl
-
-  make
-}
-  
-package_udev() {
-  pkgdesc=The userspace dev tools (udev)
-  depends=('util-linux' 'libusb-compat' 'glib2' 'module-init-tools' 'pciutils')
-  install=udev.install
-  backup=(etc/udev/udev.conf)
-  conflicts=('pcmcia-cs' 'hotplug' 'initscripts2009.07')
-  replaces=('devfsd')
-  
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-  # Install our rule for permissions and symlinks
-  install -D -m644 $srcdir/81-arch.rules $pkgdir/lib/udev/rules.d/81-arch.rules
-
-  # create framebuffer blacklist
-  mkdir -p $pkgdir/lib/modprobe.d/
-  for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' 
-exec basename {} .ko.gz \;); do 
-   echo blacklist $mod 
-  done | sort -u  $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf
-
-  # /dev/loop0 is created for convenience, to autoload the module if necessary
-  # may be obsoleted by https://lkml.org/lkml/2011/7/30/111
-  mknod -m 0660 ${pkgdir}/lib/udev/devices/loop0 b 7 0
-  chgrp disk ${pkgdir}/lib/udev/devices/loop0
-
-  # udevd moved, symlink to make life easy for restarting udevd manually
-  ln -s /lib/udev/udevd ${pkgdir}/sbin/udevd
-
-  # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
-  for i in $pkgdir/lib/udev/rules.d/*.rules; do
-sed -i -e 's#GROUP=dialout#GROUP=uucp#g;
-   s#GROUP=tape#GROUP=storage#g;
-   s#GROUP=cdrom#GROUP=optical#g' $i
-  done
-}
-
-package_udev-compat() {
-  pkgdesc=The userspace dev tools (udev) - additional rules for older kernels
-  depends=('udev')
-  groups=('')
-  cd $srcdir/$pkgbase-$pkgver
-  install 

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

2011-11-08 Thread Dan McGee
Date: Wednesday, November 9, 2011 @ 00:49:22
  Author: dan
Revision: 142409

upgpkg: cscope 15.7a-3

rebuild for signing and PKGBUILD cleanup

Modified:
  cscope/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 11 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-09 04:55:56 UTC (rev 142408)
+++ PKGBUILD2011-11-09 05:49:22 UTC (rev 142409)
@@ -4,34 +4,31 @@
 
 pkgname=cscope
 pkgver=15.7a
-pkgrel=2
+pkgrel=3
 pkgdesc=A developers tool for browsing program code
 arch=('i686' 'x86_64')
-url=http://cscope.sourceforge.net/index.html;
+url=http://cscope.sourceforge.net/;
 license=('BSD')
 depends=('ncurses' 'sh')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('da43987622ace8c36bbf14c15a350ec1')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's|/usr/local/lib/cs|/usr/lib/cs|' contrib/ocs
 
-   ./configure --prefix=/usr || return 1
-   make || return 1
+   ./configure --prefix=/usr
+   make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
   
install -d ${pkgdir}/usr/lib/cs
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
cd contrib/xcscope
-   install -Dm644 xcscope.el \
-   ${pkgdir}/usr/share/emacs/site-lisp/xcscope.el || return 1
-   install -m755 cscope-indexer ${pkgdir}/usr/bin || return 1
-
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 xcscope.el 
${pkgdir}/usr/share/emacs/site-lisp/xcscope.el
+   install -m755 cscope-indexer ${pkgdir}/usr/bin
 }



  1   2   >