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

2012-02-21 Thread Dave Reisner
Date: Tuesday, February 21, 2012 @ 05:52:32
  Author: dreisner
Revision: 150726

add !libtool (FS#28558)

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 07:54:49 UTC (rev 150725)
+++ PKGBUILD2012-02-21 10:52:32 UTC (rev 150726)
@@ -8,6 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://libarchive.googlecode.com/;
 license=('BSD')
+options=('!libtool')
 depends=('zlib' 'bzip2' 'xz=5.0.0' 'acl' 'openssl=1.0.0' 'expat')
 source=(http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz;
 'interpret-non-posix-zips.patch'



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

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 06:02:07
  Author: andrea
Revision: 150727

Use python2 when python3 is installed (FS#28559)

Modified:
  ntrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 10:52:32 UTC (rev 150726)
+++ PKGBUILD2012-02-21 11:02:07 UTC (rev 150727)
@@ -21,7 +21,7 @@
   cd ${srcdir}/${pkgname}-0${pkgver}
   patch -p1 -i ${srcdir}/libnl3.patch
 
-  ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var
   make



[arch-commits] Commit in ntrack/repos/extra-i686 (PKGBUILD PKGBUILD libnl3.patch)

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 06:02:25
  Author: andrea
Revision: 150728

archrelease: copy trunk to extra-i686

Added:
  ntrack/repos/extra-i686/PKGBUILD
(from rev 150727, ntrack/trunk/PKGBUILD)
  ntrack/repos/extra-i686/libnl3.patch
(from rev 150727, ntrack/trunk/libnl3.patch)
Deleted:
  ntrack/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   63 +++-
 libnl3.patch |   99 +
 2 files changed, 132 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-21 11:02:07 UTC (rev 150727)
+++ PKGBUILD2012-02-21 11:02:25 UTC (rev 150728)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=1
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;)
-md5sums=('21691dac43460a6791cba3decbc68242')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-i686/PKGBUILD (from rev 150727, 
ntrack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-21 11:02:25 UTC (rev 150728)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ntrack/repos/extra-i686/libnl3.patch (from rev 150727, 
ntrack/trunk/libnl3.patch)
===
--- libnl3.patch(rev 0)
+++ libnl3.patch2012-02-21 11:02:25 UTC (rev 150728)
@@ -0,0 +1,99 @@
+From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
+Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
+
+Index: ntrack/glib/Makefile.am
+===
+--- ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
 ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
+@@ -26,7 +26,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/
+ 
+ AM_LDFLAGS =
+Index: ntrack/glib/Makefile.in
+===
+--- ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
 ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
+@@ -325,7 +325,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/
+ 
+ AM_LDFLAGS = 
+Index: ntrack/glib/test/Makefile.am
+===
+--- ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
 ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
+@@ -27,7 +27,6 @@
+   ../../common/libntrack.la
+ 
+ AM_CFLAGS = \
+-  -pedantic \
+   -Wall \
+   -Werror \
+   -I$(srcdir)/.. \
+Index: ntrack/glib/test/Makefile.in
+===
+--- ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
 ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
+@@ -260,7 +260,6 @@
+   ../../common/libntrack.la
+ 
+ AM_CFLAGS = \
+-  -pedantic \
+   -Wall \
+   -Werror \
+   -I$(srcdir)/.. \
+Index: ntrack/gobject/Makefile.am
+===
+--- ntrack.orig/gobject/Makefile.am2011-12-22 20:05:46.243208000 -0500
 ntrack/gobject/Makefile.am 2011-12-22 20:07:27.515344206 -0500
+@@ -26,7 +26,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/ \
+   -I$(srcdir)/../glib/

[arch-commits] Commit in ntrack/repos/extra-x86_64 (PKGBUILD PKGBUILD libnl3.patch)

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 06:02:40
  Author: andrea
Revision: 150729

archrelease: copy trunk to extra-x86_64

Added:
  ntrack/repos/extra-x86_64/PKGBUILD
(from rev 150728, ntrack/trunk/PKGBUILD)
  ntrack/repos/extra-x86_64/libnl3.patch
(from rev 150728, ntrack/trunk/libnl3.patch)
Deleted:
  ntrack/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   63 +++-
 libnl3.patch |   99 +
 2 files changed, 132 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-21 11:02:25 UTC (rev 150728)
+++ PKGBUILD2012-02-21 11:02:40 UTC (rev 150729)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=1
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;)
-md5sums=('21691dac43460a6791cba3decbc68242')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-x86_64/PKGBUILD (from rev 150728, 
ntrack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-21 11:02:40 UTC (rev 150729)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: ntrack/repos/extra-x86_64/libnl3.patch (from rev 150728, 
ntrack/trunk/libnl3.patch)
===
--- libnl3.patch(rev 0)
+++ libnl3.patch2012-02-21 11:02:40 UTC (rev 150729)
@@ -0,0 +1,99 @@
+From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
+Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
+
+Index: ntrack/glib/Makefile.am
+===
+--- ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
 ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
+@@ -26,7 +26,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/
+ 
+ AM_LDFLAGS =
+Index: ntrack/glib/Makefile.in
+===
+--- ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
 ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
+@@ -325,7 +325,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/
+ 
+ AM_LDFLAGS = 
+Index: ntrack/glib/test/Makefile.am
+===
+--- ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
 ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
+@@ -27,7 +27,6 @@
+   ../../common/libntrack.la
+ 
+ AM_CFLAGS = \
+-  -pedantic \
+   -Wall \
+   -Werror \
+   -I$(srcdir)/.. \
+Index: ntrack/glib/test/Makefile.in
+===
+--- ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
 ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
+@@ -260,7 +260,6 @@
+   ../../common/libntrack.la
+ 
+ AM_CFLAGS = \
+-  -pedantic \
+   -Wall \
+   -Werror \
+   -I$(srcdir)/.. \
+Index: ntrack/gobject/Makefile.am
+===
+--- ntrack.orig/gobject/Makefile.am2011-12-22 20:05:46.243208000 -0500
 ntrack/gobject/Makefile.am 2011-12-22 20:07:27.515344206 -0500
+@@ -26,7 +26,6 @@
+ AM_CFLAGS = \
+   -Wall \
+   -Werror \
+-  -pedantic \
+   -I$(srcdir)/../common/ \
+   

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

2012-02-21 Thread Juergen Hoetzel
Date: Tuesday, February 21, 2012 @ 06:51:48
  Author: juergen
Revision: 150730

update to 1.0.55

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 11:02:40 UTC (rev 150729)
+++ PKGBUILD2012-02-21 11:51:48 UTC (rev 150730)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.0.54
+pkgver=1.0.55
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
 arch-fixes.lisp)
-md5sums=('b7e956a71d603bb714f71c2f7ef350f6'
+md5sums=('128fb15c80e8e3f8d4024bd8e04635e0'
  '7ac0c1936547f4278198b8bf7725204d')
 
 build() {



[arch-commits] Commit in sbcl/repos/extra-i686 (6 files)

2012-02-21 Thread Juergen Hoetzel
Date: Tuesday, February 21, 2012 @ 06:52:12
  Author: juergen
Revision: 150731

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 150730, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 150730, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 150730, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install

-+
 PKGBUILD|  138 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 +++---
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-21 11:51:48 UTC (rev 150730)
+++ PKGBUILD2012-02-21 11:52:12 UTC (rev 150731)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.0.54
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('b7e956a71d603bb714f71c2f7ef350f6'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 150730, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-21 11:52:12 UTC (rev 150731)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.0.55
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('128fb15c80e8e3f8d4024bd8e04635e0'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
+  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+
+  # sources
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+

[arch-commits] Commit in sbcl/repos/extra-x86_64 (6 files)

2012-02-21 Thread Juergen Hoetzel
Date: Tuesday, February 21, 2012 @ 07:30:42
  Author: juergen
Revision: 150732

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 150731, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 150731, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 150731, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install

-+
 PKGBUILD|  138 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 +++---
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-21 11:52:12 UTC (rev 150731)
+++ PKGBUILD2012-02-21 12:30:42 UTC (rev 150732)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.0.54
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-arch-fixes.lisp)
-md5sums=('b7e956a71d603bb714f71c2f7ef350f6'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
-  export GNUMAKE=make -e
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 150731, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-21 12:30:42 UTC (rev 150732)
@@ -0,0 +1,69 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.0.55
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+arch-fixes.lisp)
+md5sums=('128fb15c80e8e3f8d4024bd8e04635e0'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -DSBCL_HOME=\\\/usr/lib/sbcl\\\
+  export GNUMAKE=make -e
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  INSTALL_ROOT=$pkgdir/usr sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
+  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+
+  # sources
+  mkdir -p $pkgdir/usr/share/sbcl-source
+  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
+
+  # license
+  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   

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

2012-02-21 Thread Stéphane Gaudreault
Date: Tuesday, February 21, 2012 @ 10:12:15
  Author: stephane
Revision: 150734

upgpkg: nasm 2.09.10-2

signed rebuild

Modified:
  nasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 12:33:12 UTC (rev 150733)
+++ PKGBUILD2012-02-21 15:12:15 UTC (rev 150734)
@@ -4,7 +4,7 @@
 pkgbase=nasm
 pkgname=('nasm' 'nasm-doc')
 pkgver=2.09.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.nasm.us;
 license=('BSD')



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

2012-02-21 Thread Stéphane Gaudreault
Date: Tuesday, February 21, 2012 @ 10:12:29
  Author: stephane
Revision: 150735

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

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

---+
 extra-i686/PKGBUILD   |   84 ++--
 extra-i686/nasm.install   |   40 ++--
 extra-x86_64/PKGBUILD |   84 ++--
 extra-x86_64/nasm.install |   40 ++--
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-21 15:12:15 UTC (rev 150734)
+++ extra-i686/PKGBUILD 2012-02-21 15:12:29 UTC (rev 150735)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgbase=nasm
-pkgname=('nasm' 'nasm-doc')
-pkgver=2.09.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nasm.us;
-license=('BSD')
-makedepends=('ghostscript')
-source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('15c79dcb5838870a0fac15feb5fade66')
-sha1sums=('ca57a7454b29e18c64018e49cdf5c832937497ab')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make everything
-}
-
-package_nasm() {
-  pkgdesc=An 80x86 assembler designed for portability and modularity
-  depends=('glibc')
-  install=nasm.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make INSTALLROOT=${pkgdir} install install_rdf
-  install -d ${pkgdir}/usr/share/info
-  install -m644 doc/info/* ${pkgdir}/usr/share/info/
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nasm/LICENSE
-}
-
-package_nasm-doc() {
-  pkgdesc=An 80x86 assembler designed for portability and modularity 
(manuals)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/doc
-  install -d ${pkgdir}/usr/share/doc/nasm/html
-  install -m644 html/* ${pkgdir}/usr/share/doc/nasm/html/
-  install -m644  nasmdoc.ps nasmdoc.pdf nasmdoc.txt  
${pkgdir}/usr/share/doc/nasm/
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/nasm-doc/LICENSE
-}

Copied: nasm/repos/extra-i686/PKGBUILD (from rev 150734, nasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-21 15:12:29 UTC (rev 150735)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=nasm
+pkgname=('nasm' 'nasm-doc')
+pkgver=2.09.10
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.nasm.us;
+license=('BSD')
+makedepends=('ghostscript')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('15c79dcb5838870a0fac15feb5fade66')
+sha1sums=('ca57a7454b29e18c64018e49cdf5c832937497ab')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make everything
+}
+
+package_nasm() {
+  pkgdesc=An 80x86 assembler designed for portability and modularity
+  depends=('glibc')
+  install=nasm.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALLROOT=${pkgdir} install install_rdf
+  install -d ${pkgdir}/usr/share/info
+  install -m644 doc/info/* ${pkgdir}/usr/share/info/
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nasm/LICENSE
+}
+
+package_nasm-doc() {
+  pkgdesc=An 80x86 assembler designed for portability and modularity 
(manuals)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/doc
+  install -d ${pkgdir}/usr/share/doc/nasm/html
+  install -m644 html/* ${pkgdir}/usr/share/doc/nasm/html/
+  install -m644  nasmdoc.ps nasmdoc.pdf nasmdoc.txt  
${pkgdir}/usr/share/doc/nasm/
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/nasm-doc/LICENSE
+}

Deleted: extra-i686/nasm.install
===
--- extra-i686/nasm.install 2012-02-21 15:12:15 UTC (rev 150734)
+++ extra-i686/nasm.install 2012-02-21 15:12:29 UTC (rev 150735)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(nasm.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
-  done
-}

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

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

2012-02-21 Thread Ionut Biru
Date: Tuesday, February 21, 2012 @ 11:08:27
  Author: ibiru
Revision: 150736

update to 2.6.6

Modified:
  gmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 15:12:29 UTC (rev 150735)
+++ PKGBUILD2012-02-21 16:08:27 UTC (rev 150736)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.6.5
+pkgver=2.6.6
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gtk-sharp-2')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
+sha256sums=('efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee')
 
 build() {
   # get rid of that .wapi errors in fakeroot
@@ -22,7 +22,8 @@
 
   cd $srcdir/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
   make
 }
 



[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64 linux.install)

2012-02-21 Thread Tobias Powalowski
Date: Tuesday, February 21, 2012 @ 12:19:17
  Author: tpowa
Revision: 150737

upgpkg: linux 3.2.7-1

bump to latest version, use ext4 module for everything

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

---+
 PKGBUILD  |   10 +-
 config|   13 +++--
 config.x86_64 |   13 +++--
 linux.install |2 +-
 4 files changed, 12 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 16:08:27 UTC (rev 150736)
+++ PKGBUILD2012-02-21 17:19:17 UTC (rev 150737)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.2
-pkgver=${_basekernel}.6
-pkgrel=2
+pkgver=${_basekernel}.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -24,9 +24,9 @@
 'i915-fix-ghost-tv-output.patch'
 'i915-gpu-finish.patch')
 md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
- '0aea8fc5e705c5b1ef68697de9379cef'
- '0586218916c5a8838ee3094783a30e4b'
- 'd973c546dccbe687fd4df8d6c6d888cd'
+ 'e507fce2c266549df9565172196c912d'
+ 'd23c3442fa462d2dfcfb20e2e6b10b1c'
+ '48c7c341662c213a94fecc4e60353099'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'

Modified: config
===
--- config  2012-02-21 16:08:27 UTC (rev 150736)
+++ config  2012-02-21 17:19:17 UTC (rev 150737)
@@ -5227,17 +5227,10 @@
 #
 # File systems
 #
-CONFIG_EXT2_FS=m
-CONFIG_EXT2_FS_XATTR=y
-CONFIG_EXT2_FS_POSIX_ACL=y
-CONFIG_EXT2_FS_SECURITY=y
-# CONFIG_EXT2_FS_XIP is not set
-CONFIG_EXT3_FS=m
-CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
-CONFIG_EXT3_FS_XATTR=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+# CONFIG_EXT2_FS is not set
+# CONFIG_EXT3_FS is not set
 CONFIG_EXT4_FS=m
+CONFIG_EXT4_USE_FOR_EXT23=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y

Modified: config.x86_64
===
--- config.x86_64   2012-02-21 16:08:27 UTC (rev 150736)
+++ config.x86_64   2012-02-21 17:19:17 UTC (rev 150737)
@@ -4988,17 +4988,10 @@
 #
 # File systems
 #
-CONFIG_EXT2_FS=m
-CONFIG_EXT2_FS_XATTR=y
-CONFIG_EXT2_FS_POSIX_ACL=y
-CONFIG_EXT2_FS_SECURITY=y
-# CONFIG_EXT2_FS_XIP is not set
-CONFIG_EXT3_FS=m
-CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
-CONFIG_EXT3_FS_XATTR=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT3_FS_SECURITY=y
+# CONFIG_EXT2_FS is not set
+# CONFIG_EXT3_FS is not set
 CONFIG_EXT4_FS=m
+CONFIG_EXT4_USE_FOR_EXT23=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y

Modified: linux.install
===
--- linux.install   2012-02-21 16:08:27 UTC (rev 150736)
+++ linux.install   2012-02-21 17:19:17 UTC (rev 150737)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.2.6-2-ARCH
+KERNEL_VERSION=3.2.7-1-ARCH
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in nss-mdns/trunk (PKGBUILD mdns.allow)

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 12:19:32
  Author: tomegun
Revision: 150738

upgpkg: nss-mdns 0.10-5

remove config file
  the standard config file does the same as no
  config file at all.

move libs to /usr/lib
  no functional change, but tidies up /lib a bit

Modified:
  nss-mdns/trunk/PKGBUILD
Deleted:
  nss-mdns/trunk/mdns.allow

+
 PKGBUILD   |   20 
 mdns.allow |8 
 2 files changed, 8 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 17:19:17 UTC (rev 150737)
+++ PKGBUILD2012-02-21 17:19:32 UTC (rev 150738)
@@ -1,34 +1,30 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tom Gundersen t...@jklm.no
 # Contributor: Travis Willard tra...@archlinux.org
 
 pkgname=nss-mdns
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc=glibc plugin providing host name resolution via mDNS
 arch=('i686' 'x86_64')
 url=http://0pointer.de/lennart/projects/nss-mdns/;
 license=('LGPL')
 depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
 install=nss-mdns.install
-source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
- '904abb492fb1f56722826c0c3a997bf0')
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
---disable-lynx \
---enable-avahi
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/mdns.allow ${pkgdir}/etc/mdns.allow
 }
 

Deleted: mdns.allow
===
--- mdns.allow  2012-02-21 17:19:17 UTC (rev 150737)
+++ mdns.allow  2012-02-21 17:19:32 UTC (rev 150738)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file



[arch-commits] Commit in nss-mdns/repos (10 files)

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 12:19:59
  Author: tomegun
Revision: 150739

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

Added:
  nss-mdns/repos/extra-i686/PKGBUILD
(from rev 150738, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-i686/nss-mdns.install
(from rev 150738, nss-mdns/trunk/nss-mdns.install)
  nss-mdns/repos/extra-x86_64/PKGBUILD
(from rev 150738, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-x86_64/nss-mdns.install
(from rev 150738, nss-mdns/trunk/nss-mdns.install)
Deleted:
  nss-mdns/repos/extra-i686/PKGBUILD
  nss-mdns/repos/extra-i686/mdns.allow
  nss-mdns/repos/extra-i686/nss-mdns.install
  nss-mdns/repos/extra-x86_64/PKGBUILD
  nss-mdns/repos/extra-x86_64/mdns.allow
  nss-mdns/repos/extra-x86_64/nss-mdns.install

---+
 extra-i686/PKGBUILD   |   64 ++--
 extra-i686/mdns.allow |8 -
 extra-i686/nss-mdns.install   |   40 -
 extra-x86_64/PKGBUILD |   64 ++--
 extra-x86_64/mdns.allow   |8 -
 extra-x86_64/nss-mdns.install |   40 -
 6 files changed, 100 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/PKGBUILD 2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Travis Willard tra...@archlinux.org
-
-pkgname=nss-mdns
-pkgver=0.10
-pkgrel=4
-pkgdesc=glibc plugin providing host name resolution via mDNS
-arch=('i686' 'x86_64')
-url=http://0pointer.de/lennart/projects/nss-mdns/;
-license=('LGPL')
-depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
-install=nss-mdns.install
-source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
- '904abb492fb1f56722826c0c3a997bf0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
---disable-lynx \
---enable-avahi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/mdns.allow ${pkgdir}/etc/mdns.allow
-}
-

Copied: nss-mdns/repos/extra-i686/PKGBUILD (from rev 150738, 
nss-mdns/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Travis Willard tra...@archlinux.org
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=5
+pkgdesc=glibc plugin providing host name resolution via mDNS
+arch=('i686' 'x86_64')
+url=http://0pointer.de/lennart/projects/nss-mdns/;
+license=('LGPL')
+depends=('glibc')
+install=nss-mdns.install
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/mdns.allow
===
--- extra-i686/mdns.allow   2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/mdns.allow   2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file

Deleted: extra-i686/nss-mdns.install
===
--- extra-i686/nss-mdns.install 2012-02-21 17:19:32 UTC (rev 150738)
+++ extra-i686/nss-mdns.install 2012-02-21 17:19:59 UTC (rev 150739)
@@ -1,20 +0,0 @@
-post_install() {
-  cat  'EOM'
-== To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
-in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
-EOM
-}
-
-post_upgrade() {
-  if [ $2 == 0.7-1 ]; then
-echo -n disabling mdns lookups in /etc/nsswitch.conf... 
-sed -i -e '/^hosts: / s/ mdns\([46]\)\?\//g' etc/nsswitch.conf  echo 
done.
-  fi
-  cat  'EOM'
-== Please note that due to security reasons from version 0.9 on the 
-minimal mDNS stack included in nss-mdns (dubbed legacy) is no 
-longer built - nss-mdns will not work unless Avahi is running.
-EOM
-
-  post_install
-}

Copied: nss-mdns/repos/extra-i686/nss-mdns.install (from rev 150738, 
nss-mdns/trunk/nss-mdns.install)
===
--- extra-i686/nss-mdns.install (rev 0)
+++ extra-i686/nss-mdns.install 2012-02-21 17:19:59 UTC (rev 150739)
@@ -0,0 +1,20 @@
+post_install() {
+  cat  'EOM'
+== To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
+in /etc/nsswitch.conf. 

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

2012-02-21 Thread Tobias Powalowski
Date: Tuesday, February 21, 2012 @ 12:20:21
  Author: tpowa
Revision: 150740

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 150738, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 150738, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 150738, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 150738, linux/trunk/config.x86_64)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 150738, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/i915-gpu-finish.patch
(from rev 150738, linux/trunk/i915-gpu-finish.patch)
  linux/repos/testing-i686/linux.install
(from rev 150738, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 150738, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 150739, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 150739, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 150739, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 150739, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 150739, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/i915-gpu-finish.patch
(from rev 150739, linux/trunk/i915-gpu-finish.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 150739, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 150739, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  297 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5879 +
 testing-i686/config.x86_64   | 5638 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/i915-gpu-finish.patch   |   55 
 testing-i686/linux.install   |   62 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  297 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5879 +
 testing-x86_64/config.x86_64 | 5638 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/i915-gpu-finish.patch |   55 
 testing-x86_64/linux.install |   62 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 23966 insertions(+)

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


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

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 12:28:05
  Author: tomegun
Revision: 150741

don't generate documentation as it is not being installed anyway

Modified:
  nss-mdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 17:20:21 UTC (rev 150740)
+++ PKGBUILD2012-02-21 17:28:05 UTC (rev 150741)
@@ -19,7 +19,8 @@
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
---localstatedir=/var
+--localstatedir=/var \
+--disable-lynx
   make
 }
 



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

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 14:19:30
  Author: andrea
Revision: 150742

upgpkg: kdesdk 4.8.0-1

Add missing bazaar and mercurial plugins for dolphin (FS#28563)

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 17:28:05 UTC (rev 150741)
+++ PKGBUILD2012-02-21 19:19:30 UTC (rev 150742)
@@ -63,12 +63,16 @@
 
 package_kdesdk-dolphin-plugins() {
pkgdesc='Extra Dolphin plugins'
-   depends=('kdebase-dolphin' 'subversion' 'git' 'kdesdk-kompare')
+   depends=('kdebase-dolphin')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
install='kdesdk.install'
-   cd $srcdir/build/dolphin-plugins/git
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/dolphin-plugins/svn
-   make DESTDIR=$pkgdir install
+for i in bazaar git hg svn; do
+cd $srcdir/build/dolphin-plugins/$i
+   make DESTDIR=$pkgdir install
+done
 }
 
 package_kdesdk-kapptemplate() {



[arch-commits] Commit in kdesdk/repos (40 files)

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 14:20:47
  Author: andrea
Revision: 150743

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

Added:
  kdesdk/repos/extra-i686/PKGBUILD
(from rev 150742, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/extra-i686/fix-python2-path.patch
(from rev 150742, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/extra-i686/kdesdk-cervisia.install
(from rev 150742, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/extra-i686/kdesdk-kcachegrind.install
(from rev 150742, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/extra-i686/kdesdk-kompare.install
(from rev 150742, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/extra-i686/kdesdk-kuiviewer.install
(from rev 150742, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/extra-i686/kdesdk-lokalize.install
(from rev 150742, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/extra-i686/kdesdk-okteta.install
(from rev 150742, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/extra-i686/kdesdk-umbrello.install
(from rev 150742, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/extra-i686/kdesdk.install
(from rev 150742, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/extra-x86_64/PKGBUILD
(from rev 150742, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/extra-x86_64/fix-python2-path.patch
(from rev 150742, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/extra-x86_64/kdesdk-cervisia.install
(from rev 150742, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/extra-x86_64/kdesdk-kcachegrind.install
(from rev 150742, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/extra-x86_64/kdesdk-kompare.install
(from rev 150742, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/extra-x86_64/kdesdk-kuiviewer.install
(from rev 150742, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/extra-x86_64/kdesdk-lokalize.install
(from rev 150742, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/extra-x86_64/kdesdk-okteta.install
(from rev 150742, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/extra-x86_64/kdesdk-umbrello.install
(from rev 150742, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/extra-x86_64/kdesdk.install
(from rev 150742, kdesdk/trunk/kdesdk.install)
Deleted:
  kdesdk/repos/extra-i686/PKGBUILD
  kdesdk/repos/extra-i686/fix-python2-path.patch
  kdesdk/repos/extra-i686/kdesdk-cervisia.install
  kdesdk/repos/extra-i686/kdesdk-kcachegrind.install
  kdesdk/repos/extra-i686/kdesdk-kompare.install
  kdesdk/repos/extra-i686/kdesdk-kuiviewer.install
  kdesdk/repos/extra-i686/kdesdk-lokalize.install
  kdesdk/repos/extra-i686/kdesdk-okteta.install
  kdesdk/repos/extra-i686/kdesdk-umbrello.install
  kdesdk/repos/extra-i686/kdesdk.install
  kdesdk/repos/extra-x86_64/PKGBUILD
  kdesdk/repos/extra-x86_64/fix-python2-path.patch
  kdesdk/repos/extra-x86_64/kdesdk-cervisia.install
  kdesdk/repos/extra-x86_64/kdesdk-kcachegrind.install
  kdesdk/repos/extra-x86_64/kdesdk-kompare.install
  kdesdk/repos/extra-x86_64/kdesdk-kuiviewer.install
  kdesdk/repos/extra-x86_64/kdesdk-lokalize.install
  kdesdk/repos/extra-x86_64/kdesdk-okteta.install
  kdesdk/repos/extra-x86_64/kdesdk-umbrello.install
  kdesdk/repos/extra-x86_64/kdesdk.install

-+
 extra-i686/PKGBUILD |  520 +++---
 extra-i686/fix-python2-path.patch   |   64 +--
 extra-i686/kdesdk-cervisia.install  |   24 -
 extra-i686/kdesdk-kcachegrind.install   |   24 -
 extra-i686/kdesdk-kompare.install   |   24 -
 extra-i686/kdesdk-kuiviewer.install |   24 -
 extra-i686/kdesdk-lokalize.install  |   24 -
 extra-i686/kdesdk-okteta.install|   24 -
 extra-i686/kdesdk-umbrello.install  |   24 -
 extra-i686/kdesdk.install   |   22 -
 extra-x86_64/PKGBUILD   |  520 +++---
 extra-x86_64/fix-python2-path.patch |   64 +--
 extra-x86_64/kdesdk-cervisia.install|   24 -
 extra-x86_64/kdesdk-kcachegrind.install |   24 -
 extra-x86_64/kdesdk-kompare.install |   24 -
 extra-x86_64/kdesdk-kuiviewer.install   |   24 -
 extra-x86_64/kdesdk-lokalize.install|   24 -
 extra-x86_64/kdesdk-okteta.install  |   24 -
 extra-x86_64/kdesdk-umbrello.install|   24 -
 extra-x86_64/kdesdk.install |   22 -
 20 files changed, 778 insertions(+), 770 deletions(-)

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


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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:28:44
  Author: juster
Revision: 150744

Bump version to 6.02.

Modified:
  perl-lwp-mediatypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:20:47 UTC (rev 150743)
+++ PKGBUILD2012-02-21 19:28:44 UTC (rev 150744)
@@ -1,26 +1,24 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-lwp-mediatypes
-pkgver=6.01
+pkgver=6.02
 pkgrel=1
 pkgdesc=guess media type for a file or a URL
 arch=(any)
 license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl=5.8.8')
-makedepends=()
-checkdepends=()
+options=(!emptydirs)
+depends=('perl=5.6.2')
 conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/LWP-MediaTypes
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-6.01.tar.gz)
-md5sums=(3cd1ccb774867b5b20e672981b230db6)
-sha512sums=(cc1b375f2b7c889b91ce4296340fc67395ddfbede7251c431c884050d1633262668d095c24c078d4bf50a85465c2e0edf60cdd5640a18686b3691f77090f0d5b)
-_distdir=${srcdir}/LWP-MediaTypes-6.01
+url=https://metacpan.org/release/LWP-MediaTypes
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz;)
+md5sums=(8c5f25fb64b974d22aff424476ba13c9)
+sha512sums=(b2ad33fb2c6dd7afaa9b8dd2ed6a15b2ecc35d13bcdf5297ce1632ea77406def0840a24c5213187707b665f28cc9bbea5774bfd1a4070d1f6192e904f707b94e)
+_distdir=${srcdir}/LWP-MediaTypes-${pkgver}
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
   PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
   PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
@@ -29,15 +27,14 @@
 cd $_distdir
 /usr/bin/perl Makefile.PL
 make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 cd $_distdir
 make test
-  )
-}
+)
 
 package() {
 cd $_distdir



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:28:53
  Author: juster
Revision: 150745

archrelease: remove extra-any

Deleted:
  perl-lwp-mediatypes/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:29:02
  Author: juster
Revision: 150746

archrelease: copy trunk to extra-any

Added:
  perl-lwp-mediatypes/repos/extra-any/



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

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 14:36:04
  Author: andrea
Revision: 150747

upgpkg: kdesdk 4.8.0-2

Bump pkgrel

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:29:02 UTC (rev 150746)
+++ PKGBUILD2012-02-21 19:36:04 UTC (rev 150747)
@@ -23,7 +23,7 @@
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



[arch-commits] Commit in kdesdk/repos (40 files)

2012-02-21 Thread Andrea Scarpino
Date: Tuesday, February 21, 2012 @ 14:37:17
  Author: andrea
Revision: 150748

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

Added:
  kdesdk/repos/extra-i686/PKGBUILD
(from rev 150747, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/extra-i686/fix-python2-path.patch
(from rev 150747, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/extra-i686/kdesdk-cervisia.install
(from rev 150747, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/extra-i686/kdesdk-kcachegrind.install
(from rev 150747, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/extra-i686/kdesdk-kompare.install
(from rev 150747, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/extra-i686/kdesdk-kuiviewer.install
(from rev 150747, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/extra-i686/kdesdk-lokalize.install
(from rev 150747, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/extra-i686/kdesdk-okteta.install
(from rev 150747, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/extra-i686/kdesdk-umbrello.install
(from rev 150747, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/extra-i686/kdesdk.install
(from rev 150747, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/extra-x86_64/PKGBUILD
(from rev 150747, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/extra-x86_64/fix-python2-path.patch
(from rev 150747, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/extra-x86_64/kdesdk-cervisia.install
(from rev 150747, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/extra-x86_64/kdesdk-kcachegrind.install
(from rev 150747, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/extra-x86_64/kdesdk-kompare.install
(from rev 150747, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/extra-x86_64/kdesdk-kuiviewer.install
(from rev 150747, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/extra-x86_64/kdesdk-lokalize.install
(from rev 150747, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/extra-x86_64/kdesdk-okteta.install
(from rev 150747, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/extra-x86_64/kdesdk-umbrello.install
(from rev 150747, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/extra-x86_64/kdesdk.install
(from rev 150747, kdesdk/trunk/kdesdk.install)
Deleted:
  kdesdk/repos/extra-i686/PKGBUILD
  kdesdk/repos/extra-i686/fix-python2-path.patch
  kdesdk/repos/extra-i686/kdesdk-cervisia.install
  kdesdk/repos/extra-i686/kdesdk-kcachegrind.install
  kdesdk/repos/extra-i686/kdesdk-kompare.install
  kdesdk/repos/extra-i686/kdesdk-kuiviewer.install
  kdesdk/repos/extra-i686/kdesdk-lokalize.install
  kdesdk/repos/extra-i686/kdesdk-okteta.install
  kdesdk/repos/extra-i686/kdesdk-umbrello.install
  kdesdk/repos/extra-i686/kdesdk.install
  kdesdk/repos/extra-x86_64/PKGBUILD
  kdesdk/repos/extra-x86_64/fix-python2-path.patch
  kdesdk/repos/extra-x86_64/kdesdk-cervisia.install
  kdesdk/repos/extra-x86_64/kdesdk-kcachegrind.install
  kdesdk/repos/extra-x86_64/kdesdk-kompare.install
  kdesdk/repos/extra-x86_64/kdesdk-kuiviewer.install
  kdesdk/repos/extra-x86_64/kdesdk-lokalize.install
  kdesdk/repos/extra-x86_64/kdesdk-okteta.install
  kdesdk/repos/extra-x86_64/kdesdk-umbrello.install
  kdesdk/repos/extra-x86_64/kdesdk.install

-+
 extra-i686/PKGBUILD |  524 +++---
 extra-i686/fix-python2-path.patch   |   64 +--
 extra-i686/kdesdk-cervisia.install  |   24 -
 extra-i686/kdesdk-kcachegrind.install   |   24 -
 extra-i686/kdesdk-kompare.install   |   24 -
 extra-i686/kdesdk-kuiviewer.install |   24 -
 extra-i686/kdesdk-lokalize.install  |   24 -
 extra-i686/kdesdk-okteta.install|   24 -
 extra-i686/kdesdk-umbrello.install  |   24 -
 extra-i686/kdesdk.install   |   22 -
 extra-x86_64/PKGBUILD   |  524 +++---
 extra-x86_64/fix-python2-path.patch |   64 +--
 extra-x86_64/kdesdk-cervisia.install|   24 -
 extra-x86_64/kdesdk-kcachegrind.install |   24 -
 extra-x86_64/kdesdk-kompare.install |   24 -
 extra-x86_64/kdesdk-kuiviewer.install   |   24 -
 extra-x86_64/kdesdk-lokalize.install|   24 -
 extra-x86_64/kdesdk-okteta.install  |   24 -
 extra-x86_64/kdesdk-umbrello.install|   24 -
 extra-x86_64/kdesdk.install |   22 -
 20 files changed, 778 insertions(+), 778 deletions(-)

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


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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:40:54
  Author: juster
Revision: 150749

Bump version to 6.04.

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:37:17 UTC (rev 150748)
+++ PKGBUILD2012-02-21 19:40:54 UTC (rev 150749)
@@ -1,14 +1,14 @@
-# Packager: Justin Davis jrc...@gmail.com
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-libwww
-pkgver=6.03
-pkgrel=2
+pkgver=6.04
+pkgrel=1
 pkgdesc=The World-Wide Web library for Perl
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl=5.8.8' 'perl-encode-locale' 'perl-file-listing=6'
+depends=('perl=5.8.1' 'perl-encode-locale' 'perl-file-listing=6'
  'perl-html-parser' 'perl-http-cookies=6' 'perl-http-daemon=6'
  'perl-http-date=6' 'perl-http-negotiate=6' 'perl-lwp-mediatypes=6'
  'perl-net-http=6' 'perl-uri=1.10' 'perl-www-robotrules=6'
@@ -16,8 +16,8 @@
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
 url=https://metacpan.org/release/libwww-perl
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${pkgver}.tar.gz;)
-md5sums=(e8f0ad4a990e13db41cdf6d4a4adbb18)
-sha512sums=(1be85a3129724aee25bed7e3b80ccf66488fc9e50f095426635e8d2aaa80e29ee6a18e034d715320b9ea6f2f619c7821b3326c85426749a48a1187467acc9076)
+md5sums=(24acf2fe33b2295f048f8859e9665ee3)
+sha512sums=(9ea578e6da99e4002a35ae82d1ee025caf15b3bc7e40fbe71abd7e8592036f16bd0268453dfeedc2c445d957c45ec473b1ed4a1738b644d475d65f7cbdb6927b)
 _distdir=${srcdir}/libwww-perl-${pkgver}
 
 build()



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:41:01
  Author: juster
Revision: 150750

archrelease: remove extra-any

Deleted:
  perl-libwww/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:41:11
  Author: juster
Revision: 150751

archrelease: copy trunk to extra-any

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



[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD)

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:43:15
  Author: juster
Revision: 150752

Bump version to 6.03.

Modified:
  perl-lwp-protocol-https/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:41:11 UTC (rev 150751)
+++ PKGBUILD2012-02-21 19:43:15 UTC (rev 150752)
@@ -1,24 +1,24 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-lwp-protocol-https
-pkgver=6.02
+pkgver=6.03
 pkgrel=1
 pkgdesc=Provide https support for LWP::UserAgent
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl=5.8.8' 'perl-io-socket-ssl=1.38' 'perl-libwww'
- 'perl-mozilla-ca=20110101' 'perl-net-http')
-url=http://search.cpan.org/dist/LWP-Protocol-https
+depends=('perl=5.8.1' 'perl-io-socket-ssl=1.54' 'perl-mozilla-ca=20110101'
+ 'perl-net-http' 'perl-libwww=6.04')
+url=https://metacpan.org/release/LWP-Protocol-https
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz;)
-md5sums=(a37185492b15ad5ac13da4aef48bd388)
-sha512sums=(cb65fa49c7a0882344ceefe4374cd50ce2c06fceffcaecc00f309342205a02e729613ed66a9ec5b9c6692f4edbbd04d522c72a2c80fb1718ecc3b8973cb5e10f)
+md5sums=(2a9341732172da290fe1b5af98a015a7)
+sha512sums=(531326ba359e242d552f091f270ad4d5b80090093b3b2c89fec5f93f9e7f8807b5db95590f620d026e9090794f3e7775bf27480cba087af170207d99e25e6c14)
 _distdir=${srcdir}/LWP-Protocol-https-${pkgver}
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
   PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
   PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
@@ -27,15 +27,14 @@
 cd $_distdir
 /usr/bin/perl Makefile.PL
 make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 cd $_distdir
 make test
-  )
-}
+)
 
 package() {
 cd $_distdir



[arch-commits] Commit in perl-lwp-protocol-https/repos (extra-any)

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:43:29
  Author: juster
Revision: 150753

archrelease: remove extra-any

Deleted:
  perl-lwp-protocol-https/repos/extra-any/



[arch-commits] Commit in perl-lwp-protocol-https/repos (extra-any)

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:43:38
  Author: juster
Revision: 150754

archrelease: copy trunk to extra-any

Added:
  perl-lwp-protocol-https/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:59:11
  Author: juster
Revision: 150755

Bump version to 20120118.

Modified:
  perl-mozilla-ca/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:43:38 UTC (rev 150754)
+++ PKGBUILD2012-02-21 19:59:11 UTC (rev 150755)
@@ -1,23 +1,23 @@
-# Packager: Justin Davis jrc...@gmail.com
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-mozilla-ca
-pkgver=20111025
+pkgver=20120118
 pkgrel=1
 pkgdesc=Mozilla's CA cert bundle in PEM format
 arch=(any)
 license=(GPL2 LGPL2.1)
 options=(!emptydirs)
 depends=('perl=5.006')
-makedepends=('perl-extutils-makemaker' 'perl-test')
 url=https://metacpan.org/release/Mozilla-CA
 
source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-${pkgver}.tar.gz;)
-md5sums=(74026b1a7aa0de8fc17d81efb3629195)
-sha512sums=(762a1feee65c7a53561200b8d384c8bdab87b64f3059a84b18f8cbe44ce985f5d61824203d3b26339cc68d8342280587ab23245c5ba4a92452a0d71919f1b869)
+md5sums=(e1c650d25303bf3d59a6502efd002b06)
+sha512sums=(89f50f39ff6fe4eda33a659530fd3383ccc46bc05a4827bc8701557f645f7148bfbcc4bed890f1f1f903c3214dceb017e1d7e8df6c45d51e4d1f327b68b3b065)
 _distdir=${srcdir}/Mozilla-CA-${pkgver}
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
   PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
   PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
@@ -26,15 +26,14 @@
 cd $_distdir
 /usr/bin/perl Makefile.PL
 make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 cd $_distdir
 make test
-  )
-}
+)
 
 package() {
 cd $_distdir



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:59:19
  Author: juster
Revision: 150756

archrelease: remove extra-any

Deleted:
  perl-mozilla-ca/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 14:59:28
  Author: juster
Revision: 150757

archrelease: copy trunk to extra-any

Added:
  perl-mozilla-ca/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:00:38
  Author: juster
Revision: 150758

Bump version to 6.03.

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 19:59:28 UTC (rev 150757)
+++ PKGBUILD2012-02-21 20:00:38 UTC (rev 150758)
@@ -1,23 +1,24 @@
-# Packager: Justin Davis jrc...@gmail.com
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-net-http
-pkgver=6.02
+pkgver=6.03
 pkgrel=1
 pkgdesc=Low-level HTTP connection (client)
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl=5.8.8')
+depends=('perl=5.6.2')
 conflicts=('perl-libwww6')
 url=https://metacpan.org/release/Net-HTTP
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz;)
-md5sums=(b0fa0a246872ff8da48c65da6f5281fc)
-sha512sums=(68181b794dea14090dbf419935ad20b294f337aadade96f3d81404f40c349faedafe4e2ca77f144b25508e498c79d49ed30a82a3d2262f01114af12a57655761)
+md5sums=(86957940d96649ca782b686686b82e7b)
+sha512sums=(a9ffbe5a4c6e1633b130549bb292c9dce093436e0d80d3a9b2ac95c3d1f5d16d734388a1d52094cb34194a7b8973bfa24c549cced4fdc42f36ec08876f551a32)
 _distdir=${srcdir}/Net-HTTP-${pkgver}
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
   PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
   PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
@@ -26,15 +27,14 @@
 cd $_distdir
 /usr/bin/perl Makefile.PL
 make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 cd $_distdir
 make test
-  )
-}
+)
 
 package() {
 cd $_distdir



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:00:59
  Author: juster
Revision: 150759

archrelease: remove extra-any

Deleted:
  perl-net-http/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:01:08
  Author: juster
Revision: 150760

archrelease: copy trunk to extra-any

Added:
  perl-net-http/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:25:19
  Author: juster
Revision: 150761

Regenerate PKGBUILD. Bump pkgrel to 2.

Modified:
  perl-net-server/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |   63 +++--
 1 file changed, 41 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 20:01:08 UTC (rev 150760)
+++ PKGBUILD2012-02-21 20:25:19 UTC (rev 150761)
@@ -1,29 +1,48 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
-# Maintainer: Firmicus francois.archlinux.org 
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Wael Nasreddine w...@phoenixlinux.org
-# Contributor: Guillermo A. Amaral m...@guillermoamaral.com (thewonka)
+# Packager: Justin juster Davis jrc...@gmail.com
+# $Id$
 
 pkgname=perl-net-server
-_cpanname=Net-Server
 pkgver=0.99
-pkgrel=1
+pkgrel=2
 pkgdesc=Extensible, general Perl server engine
-arch=any
-url=http://search.cpan.org/dist/${_cpanname};
-license=(GPL)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RH/RHANDOM/${_cpanname}-$pkgver.tar.gz)
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Net-Server
+source=(http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-${pkgver}.tar.gz;)
+md5sums=(1ae03dff8b1009216a2e5d8f4c9a47b1)
+sha512sums=(e9d233657a116cab054f269f73e0c341d265871238076850d43e1fbeb9a99e5abedf09a1c5f95834ef14de834c993f772820a380083c8a28b174360b4b8056fe)
+_distdir=${srcdir}/Net-Server-${pkgver}
 
-build() {
-  cd  $srcdir/${_cpanname}-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make || return 1
-}
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+)
+
 package() {
-  cd  $srcdir/${_cpanname}-$pkgver
-  make install DESTDIR=$pkgdir || return 1
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }
-md5sums=('1ae03dff8b1009216a2e5d8f4c9a47b1')
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


Property changes on: perl-net-server/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:26:12
  Author: juster
Revision: 150762

archrelease: remove extra-any

Deleted:
  perl-net-server/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:26:22
  Author: juster
Revision: 150763

archrelease: copy trunk to extra-any

Added:
  perl-net-server/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:29:03
  Author: juster
Revision: 150764

Bump version to 6.02.

Modified:
  perl-www-robotrules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 20:26:22 UTC (rev 150763)
+++ PKGBUILD2012-02-21 20:29:03 UTC (rev 150764)
@@ -1,26 +1,24 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
 
 pkgname=perl-www-robotrules
-pkgver=6.01
+pkgver=6.02
 pkgrel=1
 pkgdesc=database of robots.txt-derived permissions
 arch=(any)
 license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl=5.8.8' 'perl-uri=1.10')
-makedepends=()
-checkdepends=()
+options=(!emptydirs)
+depends=('perl=5.8.1' 'perl-uri=1.10')
 conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/WWW-RobotRules
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.01.tar.gz)
-md5sums=(b1252da49727320a1b5e20b3521d2499)
-sha512sums=(41f7669cbb284b29ffba7f99b65bfe1b5605e7fe135d7d165e7c2ac017e02c7ff570115733fcab12a83e1497607067447541cba982277ee9afcae4a8e071e051)
-_distdir=${srcdir}/WWW-RobotRules-6.01
+url=https://metacpan.org/release/WWW-RobotRules
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz;)
+md5sums=(b7186e8b8b3701e70c22abf430742403)
+sha512sums=(781a2fc90e4efed901a91ecf4f2aaac2684409c6a75a8434ff140654838bb05d11f8fa760642e20eee96450d3ced6815a4dab11a4245bc8120c69ca68ab49e44)
+_distdir=${srcdir}/WWW-RobotRules-${pkgver}
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
   PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
   PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
@@ -29,15 +27,14 @@
 cd $_distdir
 /usr/bin/perl Makefile.PL
 make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 cd $_distdir
 make test
-  )
-}
+)
 
 package() {
 cd $_distdir



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:29:28
  Author: juster
Revision: 150765

archrelease: remove extra-any

Deleted:
  perl-www-robotrules/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:29:37
  Author: juster
Revision: 150766

archrelease: copy trunk to extra-any

Added:
  perl-www-robotrules/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:34:17
  Author: juster
Revision: 150767

Regenerate PKGBUILD. Sign package.

Modified:
  perl-mp3-info/trunk/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 38 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 20:29:37 UTC (rev 150766)
+++ PKGBUILD2012-02-21 20:34:17 UTC (rev 150767)
@@ -1,25 +1,48 @@
+# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
-# Maintainer: francois.at.archlinux.org
-# Contributor: Tom K t...@runbox.com
 
 pkgname=perl-mp3-info
-_realname=MP3-Info
 pkgver=1.24
 pkgrel=2
 pkgdesc=Manipulate / fetch info from MP3 audio files
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-license=('GPL')
-source=(http://www.cpan.org/authors/id/D/DA/DANIEL/${_realname}-${pkgver}.tar.gz)
+arch=(any)
+license=(PerlArtistic GPL)
 options=(!emptydirs)
-md5sums=('fb4bcc43764e3b46c3a7c74b50ed7a44')
+depends=('perl')
+url=https://metacpan.org/release/MP3-Info
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz;)
+md5sums=(fb4bcc43764e3b46c3a7c74b50ed7a44)
+sha512sums=(5cefb01b369921d49a5db9b5456e29054b993d8ef083dfa3a66b3a10b1a409162f7329f8dcf5ed96966651de5de093f4e5325f545559622d034e39ad33589701)
+_distdir=${srcdir}/MP3-Info-${pkgver}
 
-build() {
-  cd  ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-  /usr/bin/make
-  /usr/bin/make DESTDIR=${pkgdir} install
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+)
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }
 
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:34:25
  Author: juster
Revision: 150768

archrelease: remove extra-any

Deleted:
  perl-mp3-info/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 15:34:34
  Author: juster
Revision: 150769

archrelease: copy trunk to extra-any

Added:
  perl-mp3-info/repos/extra-any/



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

2012-02-21 Thread Ionut Biru
Date: Tuesday, February 21, 2012 @ 15:45:23
  Author: ibiru
Revision: 150770

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-21 20:34:34 UTC (rev 150769)
+++ extra-i686/PKGBUILD 2012-02-21 20:45:23 UTC (rev 150770)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 150769, gmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-21 20:45:23 UTC (rev 150770)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.6
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-21 20:34:34 UTC (rev 150769)
+++ extra-x86_64/PKGBUILD   2012-02-21 20:45:23 UTC (rev 150770)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 150769, 
gmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-21 20:45:23 UTC (rev 150770)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.6
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efdff4cebaaa9b8dfe99832eb16f54ce60a7e02c5d1f3964f15d4ae0ddf6b3ee')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install

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

2012-02-21 Thread Ronald van Haren
Date: Tuesday, February 21, 2012 @ 16:02:36
  Author: ronald
Revision: 150771

upgpkg: octave 3.6.0-2

move fltk from optdepends to depends FS#28410

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 20:45:23 UTC (rev 150770)
+++ PKGBUILD2012-02-21 21:02:36 UTC (rev 150771)
@@ -5,17 +5,16 @@
 
 pkgname=octave
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;
 license=('GPL')
-depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull')
-makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 
'fltk')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull' 'fltk')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting'
-   'umfpack: LU decomposition of some large sparse matrices'
-   'fltk: alternative plotting')
+   'umfpack: LU decomposition of some large sparse matrices')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2;)
 options=('!emptydirs')
 install=octave.install



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

2012-02-21 Thread Ronald van Haren
Date: Tuesday, February 21, 2012 @ 16:03:35
  Author: ronald
Revision: 150772

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 150771, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/curlfix.patch
(from rev 150771, octave/trunk/curlfix.patch)
  octave/repos/extra-i686/imread.patch
(from rev 150771, octave/trunk/imread.patch)
  octave/repos/extra-i686/octave-3.4.0-gcc46.patch
(from rev 150771, octave/trunk/octave-3.4.0-gcc46.patch)
  octave/repos/extra-i686/octave.install
(from rev 150771, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 150771, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/curlfix.patch
(from rev 150771, octave/trunk/curlfix.patch)
  octave/repos/extra-x86_64/imread.patch
(from rev 150771, octave/trunk/imread.patch)
  octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch
(from rev 150771, octave/trunk/octave-3.4.0-gcc46.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 150771, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/curlfix.patch
  octave/repos/extra-i686/imread.patch
  octave/repos/extra-i686/octave-3.4.0-gcc46.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/curlfix.patch
  octave/repos/extra-x86_64/imread.patch
  octave/repos/extra-x86_64/octave-3.4.0-gcc46.patch
  octave/repos/extra-x86_64/octave.install

---+
 extra-i686/PKGBUILD   |   87 +++-
 extra-i686/curlfix.patch  |   20 +++
 extra-i686/imread.patch   |   58 ++---
 extra-i686/octave-3.4.0-gcc46.patch   |   48 -
 extra-i686/octave.install |   36 ++---
 extra-x86_64/PKGBUILD |   87 +++-
 extra-x86_64/curlfix.patch|   20 +++
 extra-x86_64/imread.patch |   58 ++---
 extra-x86_64/octave-3.4.0-gcc46.patch |   48 -
 extra-x86_64/octave.install   |   36 ++---
 10 files changed, 248 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-21 21:02:36 UTC (rev 150771)
+++ extra-i686/PKGBUILD 2012-02-21 21:03:35 UTC (rev 150772)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull')
-makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 
'fltk')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting'
-   'umfpack: LU decomposition of some large sparse matrices'
-   'fltk: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2;)
-options=('!emptydirs')
-install=octave.install
-sha1sums=('62116e090d257a601e9d605f969dd87b7de1ffce')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # http://www.nabble.com/Random-rounding-errors-td16010966.html
-  FFLAGS=-O -ffloat-store \
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static --with-quantum-depth=16
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}-${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 150771, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-21 21:03:35 UTC (rev 150772)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.0
+pkgrel=2
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 
'gcc-libs' 'qhull' 'fltk')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+   'umfpack: LU decomposition of some large sparse matrices')

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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 16:31:06
  Author: juster
Revision: 150773

Bump pkgrel to 3.

Modified:
  perl-mp3-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 21:03:35 UTC (rev 150772)
+++ PKGBUILD2012-02-21 21:31:06 UTC (rev 150773)
@@ -3,7 +3,7 @@
 
 pkgname=perl-mp3-info
 pkgver=1.24
-pkgrel=2
+pkgrel=3
 pkgdesc=Manipulate / fetch info from MP3 audio files
 arch=(any)
 license=(PerlArtistic GPL)



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 16:31:17
  Author: juster
Revision: 150774

archrelease: remove extra-any

Deleted:
  perl-mp3-info/repos/extra-any/



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

2012-02-21 Thread Justin Davis
Date: Tuesday, February 21, 2012 @ 16:31:26
  Author: juster
Revision: 150775

archrelease: copy trunk to extra-any

Added:
  perl-mp3-info/repos/extra-any/



[arch-commits] Commit in (5 files)

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 18:41:51
  Author: tomegun
Revision: 150776

new package nss-myhostname, to go into extra

Added:
  nss-myhostname/
  nss-myhostname/repos/
  nss-myhostname/trunk/
  nss-myhostname/trunk/PKGBUILD
  nss-myhostname/trunk/nss-myhostname.install

+
 PKGBUILD   |   29 +
 nss-myhostname.install |6 ++
 2 files changed, 35 insertions(+)

Added: nss-myhostname/trunk/PKGBUILD
===
--- nss-myhostname/trunk/PKGBUILD   (rev 0)
+++ nss-myhostname/trunk/PKGBUILD   2012-02-21 23:41:51 UTC (rev 150776)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Mantas M. graw...@gmail.com
+pkgname=nss-myhostname
+pkgver=0.3
+pkgrel=2
+pkgdesc=NSS plugin providing host name resolution for the locally configured 
system hostname
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/nss-myhostname/;
+license=('LGPL2.1')
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=nss-myhostname.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('d4ab9ac36c053ab8fb836db1cbd4a48f')


Property changes on: nss-myhostname/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: nss-myhostname/trunk/nss-myhostname.install
===
--- nss-myhostname/trunk/nss-myhostname.install (rev 0)
+++ nss-myhostname/trunk/nss-myhostname.install 2012-02-21 23:41:51 UTC (rev 
150776)
@@ -0,0 +1,6 @@
+post_install() {
+  cat  'EOM'
+== To enable resolution of the local hostname, append 'myhostname' to the 
hosts
+line in /etc/nsswitch.conf.
+EOM
+}



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

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 18:57:46
  Author: tomegun
Revision: 150777

upgpkg: nss-myhostname 0.3-2

add glibc dependency

Modified:
  nss-myhostname/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 23:41:51 UTC (rev 150776)
+++ PKGBUILD2012-02-21 23:57:46 UTC (rev 150777)
@@ -8,6 +8,7 @@
 arch=(i686 x86_64)
 url=http://0pointer.de/lennart/projects/nss-myhostname/;
 license=('LGPL2.1')
+depends=('glibc')
 
source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 install=nss-myhostname.install
 



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

2012-02-21 Thread Tom Gundersen
Date: Tuesday, February 21, 2012 @ 18:58:05
  Author: tomegun
Revision: 150778

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

Added:
  nss-myhostname/repos/extra-i686/
  nss-myhostname/repos/extra-i686/PKGBUILD
(from rev 150777, nss-myhostname/trunk/PKGBUILD)
  nss-myhostname/repos/extra-i686/nss-myhostname.install
(from rev 150777, nss-myhostname/trunk/nss-myhostname.install)
  nss-myhostname/repos/extra-x86_64/
  nss-myhostname/repos/extra-x86_64/PKGBUILD
(from rev 150777, nss-myhostname/trunk/PKGBUILD)
  nss-myhostname/repos/extra-x86_64/nss-myhostname.install
(from rev 150777, nss-myhostname/trunk/nss-myhostname.install)

-+
 extra-i686/PKGBUILD |   30 ++
 extra-i686/nss-myhostname.install   |6 ++
 extra-x86_64/PKGBUILD   |   30 ++
 extra-x86_64/nss-myhostname.install |6 ++
 4 files changed, 72 insertions(+)

Copied: nss-myhostname/repos/extra-i686/PKGBUILD (from rev 150777, 
nss-myhostname/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-21 23:58:05 UTC (rev 150778)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Mantas M. graw...@gmail.com
+pkgname=nss-myhostname
+pkgver=0.3
+pkgrel=2
+pkgdesc=NSS plugin providing host name resolution for the locally configured 
system hostname
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/nss-myhostname/;
+license=('LGPL2.1')
+depends=('glibc')
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=nss-myhostname.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('d4ab9ac36c053ab8fb836db1cbd4a48f')

Copied: nss-myhostname/repos/extra-i686/nss-myhostname.install (from rev 
150777, nss-myhostname/trunk/nss-myhostname.install)
===
--- extra-i686/nss-myhostname.install   (rev 0)
+++ extra-i686/nss-myhostname.install   2012-02-21 23:58:05 UTC (rev 150778)
@@ -0,0 +1,6 @@
+post_install() {
+  cat  'EOM'
+== To enable resolution of the local hostname, append 'myhostname' to the 
hosts
+line in /etc/nsswitch.conf.
+EOM
+}

Copied: nss-myhostname/repos/extra-x86_64/PKGBUILD (from rev 150777, 
nss-myhostname/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-21 23:58:05 UTC (rev 150778)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Mantas M. graw...@gmail.com
+pkgname=nss-myhostname
+pkgver=0.3
+pkgrel=2
+pkgdesc=NSS plugin providing host name resolution for the locally configured 
system hostname
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/nss-myhostname/;
+license=('LGPL2.1')
+depends=('glibc')
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+install=nss-myhostname.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('d4ab9ac36c053ab8fb836db1cbd4a48f')

Copied: nss-myhostname/repos/extra-x86_64/nss-myhostname.install (from rev 
150777, nss-myhostname/trunk/nss-myhostname.install)
===
--- extra-x86_64/nss-myhostname.install (rev 0)
+++ extra-x86_64/nss-myhostname.install 2012-02-21 23:58:05 UTC (rev 150778)
@@ -0,0 +1,6 @@
+post_install() {
+  cat  'EOM'
+== To enable resolution of the local hostname, append 'myhostname' to the 
hosts
+line in /etc/nsswitch.conf.
+EOM
+}



[arch-commits] Commit in mkinitcpio/trunk (2 files)

2012-02-21 Thread Dave Reisner
Date: Tuesday, February 21, 2012 @ 21:06:44
  Author: dreisner
Revision: 150779

upgpkg: mkinitcpio 0.8.2-3

- backport patch to fix FS#28569

Added:
  mkinitcpio/trunk/0001-autodetect-resolve-guessed-filesystem-modules.patch
Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 0001-autodetect-resolve-guessed-filesystem-modules.patch |   45 +
 PKGBUILD |   16 +++-
 2 files changed, 57 insertions(+), 4 deletions(-)

Added: 0001-autodetect-resolve-guessed-filesystem-modules.patch
===
--- 0001-autodetect-resolve-guessed-filesystem-modules.patch
(rev 0)
+++ 0001-autodetect-resolve-guessed-filesystem-modules.patch2012-02-22 
02:06:44 UTC (rev 150779)
@@ -0,0 +1,45 @@
+From be9a42675f3ea125c9daa45986a3b58ba8bae226 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 21 Feb 2012 16:47:56 -0500
+Subject: [PATCH] autodetect: resolve guessed filesystem modules
+
+Trading out modinfo for modprobe allows us to detect filesystems like
+ext2 and ext3 which might be aliased to ext4 in the case of Kconfig
+CONFIG_EXT4_USE_FOR_EXT23 being enabled. Maybe this catches other insane
+corner cases, too.
+
+Since we now treat this as possible aliases, we also need to be mindful
+of the fact that it could resolve to multiple module names. Assign the
+output as an array to respect this.
+
+Fixes FS#28569.
+
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ install/autodetect |   10 --
+ 1 files changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/install/autodetect b/install/autodetect
+index 5cc908c..cc12124 100644
+--- a/install/autodetect
 b/install/autodetect
+@@ -7,8 +7,14 @@ build() {
+ MODULE_FILE=$workdir/autodetect_modules
+ 
+ add_if_avail() {
+-if modinfo -k $KERNELVERSION $1 /dev/null; then
+-printf '%s\n' $1 $MODULE_FILE
++local resolved
++
++# treat this as an alias, since ext3 might be aliased to ext4.
++IFS=$'\n' read -rd '' -a resolved  \
++(modprobe -S $KERNELVERSION -R $1 2/dev/null)
++
++if (( ${#resolved[*]} )); then
++printf '%s\n' ${resolved[@]} $MODULE_FILE
+ fi
+ }
+ 
+-- 
+1.7.9.1
+

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 23:58:05 UTC (rev 150778)
+++ PKGBUILD2012-02-22 02:06:44 UTC (rev 150779)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -16,10 +16,18 @@
 'lzop: Use lzo compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 backup=('etc/mkinitcpio.conf')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
-sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;
+'0001-autodetect-resolve-guessed-filesystem-modules.patch')
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44'
+ '9a5f9cf5e9ca429824e927662a5095ea')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb'
+'769e7a5eabb9b77802b1b55f4d123566e13c26dc4966189e4101a38069b6fe8f')
 
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 
$srcdir/0001-autodetect-resolve-guessed-filesystem-modules.patch
+}
+
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 



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

2012-02-21 Thread Dave Reisner
Date: Tuesday, February 21, 2012 @ 21:06:52
  Author: dreisner
Revision: 150780

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  
mkinitcpio/repos/testing-any/0001-autodetect-resolve-guessed-filesystem-modules.patch
(from rev 150779, 
mkinitcpio/trunk/0001-autodetect-resolve-guessed-filesystem-modules.patch)
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 150779, mkinitcpio/trunk/PKGBUILD)

--+
 0001-autodetect-resolve-guessed-filesystem-modules.patch |   45 +
 PKGBUILD |   41 +++
 2 files changed, 86 insertions(+)

Copied: 
mkinitcpio/repos/testing-any/0001-autodetect-resolve-guessed-filesystem-modules.patch
 (from rev 150779, 
mkinitcpio/trunk/0001-autodetect-resolve-guessed-filesystem-modules.patch)
===
--- testing-any/0001-autodetect-resolve-guessed-filesystem-modules.patch
(rev 0)
+++ testing-any/0001-autodetect-resolve-guessed-filesystem-modules.patch
2012-02-22 02:06:52 UTC (rev 150780)
@@ -0,0 +1,45 @@
+From be9a42675f3ea125c9daa45986a3b58ba8bae226 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 21 Feb 2012 16:47:56 -0500
+Subject: [PATCH] autodetect: resolve guessed filesystem modules
+
+Trading out modinfo for modprobe allows us to detect filesystems like
+ext2 and ext3 which might be aliased to ext4 in the case of Kconfig
+CONFIG_EXT4_USE_FOR_EXT23 being enabled. Maybe this catches other insane
+corner cases, too.
+
+Since we now treat this as possible aliases, we also need to be mindful
+of the fact that it could resolve to multiple module names. Assign the
+output as an array to respect this.
+
+Fixes FS#28569.
+
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ install/autodetect |   10 --
+ 1 files changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/install/autodetect b/install/autodetect
+index 5cc908c..cc12124 100644
+--- a/install/autodetect
 b/install/autodetect
+@@ -7,8 +7,14 @@ build() {
+ MODULE_FILE=$workdir/autodetect_modules
+ 
+ add_if_avail() {
+-if modinfo -k $KERNELVERSION $1 /dev/null; then
+-printf '%s\n' $1 $MODULE_FILE
++local resolved
++
++# treat this as an alias, since ext3 might be aliased to ext4.
++IFS=$'\n' read -rd '' -a resolved  \
++(modprobe -S $KERNELVERSION -R $1 2/dev/null)
++
++if (( ${#resolved[*]} )); then
++printf '%s\n' ${resolved[@]} $MODULE_FILE
+ fi
+ }
+ 
+-- 
+1.7.9.1
+

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 150779, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-02-22 02:06:52 UTC (rev 150780)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.2
+pkgrel=3
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.20.1-2' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;
+'0001-autodetect-resolve-guessed-filesystem-modules.patch')
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44'
+ '9a5f9cf5e9ca429824e927662a5095ea')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb'
+'769e7a5eabb9b77802b1b55f4d123566e13c26dc4966189e4101a38069b6fe8f')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 
$srcdir/0001-autodetect-resolve-guessed-filesystem-modules.patch
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+
+  # XXX: remove udev hooks -- they belong to the udev package
+  rm $pkgdir/lib/initcpio/{hooks,install}/udev
+}
+



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

2012-02-21 Thread Gaetan Bisson
Date: Tuesday, February 21, 2012 @ 22:37:47
  Author: bisson
Revision: 150781

upstream update

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-22 02:06:52 UTC (rev 150780)
+++ PKGBUILD2012-02-22 03:37:47 UTC (rev 150781)
@@ -3,12 +3,13 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=avahi
-pkgver=0.6.30
-pkgrel=7
-pkgdesc='A multicast/unicast DNS-SD framework'
-arch=('i686' 'x86_64')
+pkgver=0.6.31
+pkgrel=1
+pkgdesc='Multicast/unicast DNS-SD framework'
 url='http://www.avahi.org/'
 license=('LGPL')
+arch=('i686' 'x86_64')
+options=('!libtool' '!emptydirs')
 depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
 optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
 'gtk2: gtk2 bindings'
@@ -21,43 +22,44 @@
 'nss-mdns: NSS support for mDNS')
 makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
  'gtk-sharp-2' 'gobject-introspection' 'gtk3')
-backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
-install=install
-conflicts=('howl' 'mdnsresponder')
-provides=('howl' 'mdnsresponder')
-replaces=('howl' 'mdnsresponder')
-options=('!libtool')
+backup=('etc/avahi/avahi-daemon.conf'
+'etc/avahi/services/ssh.service'
+'etc/avahi/services/sftp-ssh.service')
 source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz;
 'gnome-nettool.png'
 'rc.d.patch')
-sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06'
+sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684'
   'cf56387c88aed246b9f435efc182ef44de4d52f3'
   '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
 
+conflicts=('howl' 'mdnsresponder')
+provides=('howl' 'mdnsresponder')
+replaces=('howl' 'mdnsresponder')
+
+install=install
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
-   patch -p1 -i ../rc.d.patch
+   patch -p1 -i ../rc.d.patch
 
# pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
PYTHON=python2 \
PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
-   ./configure \
+   ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-monodoc \
-   --disable-doxygen-doc \
-   --disable-xmltoman \
--enable-compat-libdns_sd \
--enable-compat-howl \
--with-distro=archlinux \
--with-avahi-priv-access-group=network \
--with-autoipd-user=avahi \
--with-autoipd-group=avahi \
-   --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
+   --with-systemdsystemunitdir=/lib/systemd/system \
 
make
 }
@@ -65,10 +67,11 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-   install -D -m 644 ../gnome-nettool.png 
${pkgdir}/usr/share/pixmaps/gnome-nettool.png
+   install -Dm644 ../gnome-nettool.png 
${pkgdir}/usr/share/pixmaps/gnome-nettool.png
 
cd ${pkgdir}
sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}
+
# howl and mdnsresponder compatability
(cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s 
avahi-compat-howl howl)
(cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)



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

2012-02-21 Thread Gaetan Bisson
Date: Tuesday, February 21, 2012 @ 22:38:27
  Author: bisson
Revision: 150782

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

Added:
  avahi/repos/extra-i686/PKGBUILD
(from rev 150781, avahi/trunk/PKGBUILD)
  avahi/repos/extra-i686/gnome-nettool.png
(from rev 150781, avahi/trunk/gnome-nettool.png)
  avahi/repos/extra-i686/install
(from rev 150781, avahi/trunk/install)
  avahi/repos/extra-i686/rc.d.patch
(from rev 150781, avahi/trunk/rc.d.patch)
  avahi/repos/extra-x86_64/PKGBUILD
(from rev 150781, avahi/trunk/PKGBUILD)
  avahi/repos/extra-x86_64/gnome-nettool.png
(from rev 150781, avahi/trunk/gnome-nettool.png)
  avahi/repos/extra-x86_64/install
(from rev 150781, avahi/trunk/install)
  avahi/repos/extra-x86_64/rc.d.patch
(from rev 150781, avahi/trunk/rc.d.patch)
Deleted:
  avahi/repos/extra-i686/PKGBUILD
  avahi/repos/extra-i686/gnome-nettool.png
  avahi/repos/extra-i686/install
  avahi/repos/extra-i686/rc.d.patch
  avahi/repos/extra-x86_64/PKGBUILD
  avahi/repos/extra-x86_64/gnome-nettool.png
  avahi/repos/extra-x86_64/install
  avahi/repos/extra-x86_64/rc.d.patch

-+
 extra-i686/PKGBUILD |  153 +++---
 extra-i686/install  |   42 ++--
 extra-i686/rc.d.patch   |   22 +++---
 extra-x86_64/PKGBUILD   |  153 +++---
 extra-x86_64/install|   42 ++--
 extra-x86_64/rc.d.patch |   22 +++---
 6 files changed, 220 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-22 03:37:47 UTC (rev 150781)
+++ extra-i686/PKGBUILD 2012-02-22 03:38:27 UTC (rev 150782)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=avahi
-pkgver=0.6.30
-pkgrel=7
-pkgdesc='A multicast/unicast DNS-SD framework'
-arch=('i686' 'x86_64')
-url='http://www.avahi.org/'
-license=('LGPL')
-depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm')
-optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
-'gtk2: gtk2 bindings'
-'qt3: qt3 bindings'
-'qt: qt bindings'
-'pygtk: avahi-bookmarks, avahi-discover'
-'twisted: avahi-bookmarks'
-'mono: mono bindings'
-'dbus-python: avahi-discover'
-'nss-mdns: NSS support for mDNS')
-makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python'
- 'gtk-sharp-2' 'gobject-introspection' 'gtk3')
-backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service)
-install=install
-conflicts=('howl' 'mdnsresponder')
-provides=('howl' 'mdnsresponder')
-replaces=('howl' 'mdnsresponder')
-options=('!libtool')
-source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz;
-'gnome-nettool.png'
-'rc.d.patch')
-sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06'
-  'cf56387c88aed246b9f435efc182ef44de4d52f3'
-  '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
-   patch -p1 -i ../rc.d.patch
-
-   # pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
-   PYTHON=python2 \
-   PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-monodoc \
-   --disable-doxygen-doc \
-   --disable-xmltoman \
-   --enable-compat-libdns_sd \
-   --enable-compat-howl \
-   --with-distro=archlinux \
-   --with-avahi-priv-access-group=network \
-   --with-autoipd-user=avahi \
-   --with-autoipd-group=avahi \
-   --with-systemdsystemunitdir=/lib/systemd/system # See FS#20999
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m 644 ../gnome-nettool.png 
${pkgdir}/usr/share/pixmaps/gnome-nettool.png
-
-   cd ${pkgdir}
-   sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}
-   # howl and mdnsresponder compatability
-   (cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s 
avahi-compat-howl howl)
-   (cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)
-}

Copied: avahi/repos/extra-i686/PKGBUILD (from rev 150781, avahi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-22 03:38:27 UTC (rev 150782)
@@ -0,0 +1,78 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in windowmaker-crm-git/repos (extra-x86_64)

2012-02-21 Thread Daniel Isenmann
Date: Wednesday, February 22, 2012 @ 02:08:45
  Author: daniel
Revision: 150783

db-remove: windowmaker-crm-git removed by daniel

Deleted:
  windowmaker-crm-git/repos/extra-x86_64/



[arch-commits] Commit in windowmaker-crm-git/repos (extra-i686)

2012-02-21 Thread Daniel Isenmann
Date: Wednesday, February 22, 2012 @ 02:09:01
  Author: daniel
Revision: 150784

db-remove: windowmaker-crm-git removed by daniel

Deleted:
  windowmaker-crm-git/repos/extra-i686/