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

2013-01-24 Thread remy
Date: Thursday, January 24, 2013 @ 09:14:06
  Author: remy
Revision: 175912

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

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

--+
 extra-i686/PKGBUILD  |  105 -
 extra-i686/scribus.install   |   26 +-
 extra-x86_64/PKGBUILD|  105 -
 extra-x86_64/scribus.install |   26 +-
 4 files changed, 132 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-24 08:14:02 UTC (rev 175911)
+++ extra-i686/PKGBUILD 2013-01-24 08:14:06 UTC (rev 175912)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scribus
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=A desktop publishing program
-arch=('i686' 'x86_64')
-url=http://www.scribus.net;
-license=('GPL')
-install=scribus.install
-depends=('libcups=1.3.11' 'lcms=1.18' 'qt' 'ghostscript=8.70' \
- 'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
- 'desktop-file-utils' 'shared-mime-info')
-makedepends=('cmake')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('c79593dc61bc137d9e7968b37d070993')
-sha1sums=('fb48bc492d79abc2275b1903692defe9b3931adf')
-
-build() {
-   cd ${srcdir}
-
-   sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-  -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   Scribus/scribus/plugins/scriptplugin/{samples,scripts}/*
-
-   mkdir build
-   cd build
-   cmake ../Scribus \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_SKIP_RPATH=ON \
-  -DWANT_CAIRO=1 \
-  -DLIB_SUFFIX=
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # fix icon path in .desktop file
-   sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
-  ${srcdir}/Scribus/scribus.desktop
-
-   install -Dm644 ${srcdir}/Scribus/scribus.desktop \
-  ${pkgdir}/usr/share/applications/scribus.desktop
-}

Copied: scribus/repos/extra-i686/PKGBUILD (from rev 175911, 
scribus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-24 08:14:06 UTC (rev 175912)
@@ -0,0 +1,53 @@
+# $Id$
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scribus
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=A desktop publishing program
+arch=('i686' 'x86_64')
+url=http://www.scribus.net;
+license=('GPL')
+install=scribus.install
+depends=('libcups=1.3.11' 'lcms=1.18' 'qt' 'ghostscript=8.70' \
+ 'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
+ 'desktop-file-utils' 'shared-mime-info' \
+ 'hyphen' 'aspell' 'boost-libs')
+makedepends=('cmake' 'boost')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('5c2a6bb7107e67a0083e32275bdb1a13')
+sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
+
+build() {
+   cd ${srcdir}
+
+   sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+  -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   
scribus-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
+
+   mkdir build
+   cd build
+   cmake ../scribus-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_SKIP_RPATH=ON \
+  -DWANT_CAIRO=1 \
+  -DLIB_SUFFIX=
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # fix icon path in .desktop file
+   sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
+  ${srcdir}/scribus-${pkgver}/scribus.desktop
+
+   install -Dm644 ${srcdir}/scribus-${pkgver}/scribus.desktop \
+  ${pkgdir}/usr/share/applications/scribus.desktop
+}

Deleted: extra-i686/scribus.install

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

2013-01-24 Thread remy
Date: Thursday, January 24, 2013 @ 09:14:02
  Author: remy
Revision: 175911

upgpkg: scribus 1.4.2-1

Add aspell, boost-libs, hyphen to dependencies.

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-23 21:20:09 UTC (rev 175910)
+++ PKGBUILD2013-01-24 08:14:02 UTC (rev 175911)
@@ -5,7 +5,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scribus
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=A desktop publishing program
 arch=('i686' 'x86_64')
@@ -14,23 +14,24 @@
 install=scribus.install
 depends=('libcups=1.3.11' 'lcms=1.18' 'qt' 'ghostscript=8.70' \
  'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
- 'desktop-file-utils' 'shared-mime-info')
-makedepends=('cmake')
+ 'desktop-file-utils' 'shared-mime-info' \
+ 'hyphen' 'aspell' 'boost-libs')
+makedepends=('cmake' 'boost')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('c79593dc61bc137d9e7968b37d070993')
-sha1sums=('fb48bc492d79abc2275b1903692defe9b3931adf')
+md5sums=('5c2a6bb7107e67a0083e32275bdb1a13')
+sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
 
 build() {
cd ${srcdir}
 
sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   Scribus/scribus/plugins/scriptplugin/{samples,scripts}/*
+   
scribus-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
 
mkdir build
cd build
-   cmake ../Scribus \
+   cmake ../scribus-${pkgver} \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \
   -DCMAKE_SKIP_RPATH=ON \
@@ -45,8 +46,8 @@
 
# fix icon path in .desktop file
sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
-  ${srcdir}/Scribus/scribus.desktop
+  ${srcdir}/scribus-${pkgver}/scribus.desktop
 
-   install -Dm644 ${srcdir}/Scribus/scribus.desktop \
+   install -Dm644 ${srcdir}/scribus-${pkgver}/scribus.desktop \
   ${pkgdir}/usr/share/applications/scribus.desktop
 }



[arch-commits] Commit in percona-server/repos (28 files)

2013-01-24 Thread mtorromeo
Date: Thursday, January 24, 2013 @ 09:41:17
  Author: mtorromeo
Revision: 82764

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 82763, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 82763, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 82763, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 82763, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.rc
(from rev 82763, percona-server/trunk/mysqld.rc)
  percona-server/repos/community-i686/mysqld.service
(from rev 82763, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 82763, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 82763, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 82763, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 82763, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 82763, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.rc
(from rev 82763, percona-server/trunk/mysqld.rc)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 82763, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 82763, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.rc
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.rc
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 community-i686/PKGBUILD  |  220 -
 community-i686/my.cnf|  290 -
 community-i686/mysqld-post.sh|   12 -
 community-i686/mysqld-tmpfile.conf   |2 
 community-i686/mysqld.rc |  154 -
 community-i686/mysqld.service|   42 ++--
 community-i686/percona.install   |   56 +++---
 community-x86_64/PKGBUILD|  220 -
 community-x86_64/my.cnf  |  290 -
 community-x86_64/mysqld-post.sh  |   12 -
 community-x86_64/mysqld-tmpfile.conf |2 
 community-x86_64/mysqld.rc   |  154 -
 community-x86_64/mysqld.service  |   42 ++--
 community-x86_64/percona.install |   56 +++---
 14 files changed, 776 insertions(+), 776 deletions(-)

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


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

2013-01-24 Thread Florian Pritz
Date: Thursday, January 24, 2013 @ 11:06:20
  Author: bluewind
Revision: 82765

upgpkg: inxi 1.8.32-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 08:41:17 UTC (rev 82764)
+++ PKGBUILD2013-01-24 10:06:20 UTC (rev 82765)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.8.28
+pkgver=1.8.32
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('526a8337ffb97d2658e2eaa58f523375')
+md5sums=('ed96e23bd4c65dece30647a6e2f4ed25')
 
 package() {
   cd $srcdir



[arch-commits] Commit in inxi/repos/community-any (PKGBUILD PKGBUILD upgpkg upgpkg)

2013-01-24 Thread Florian Pritz
Date: Thursday, January 24, 2013 @ 11:06:26
  Author: bluewind
Revision: 82766

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 82765, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 82765, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 10:06:20 UTC (rev 82765)
+++ PKGBUILD2013-01-24 10:06:26 UTC (rev 82766)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.8.28
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('526a8337ffb97d2658e2eaa58f523375')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 82765, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 10:06:26 UTC (rev 82766)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.8.32
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('ed96e23bd4c65dece30647a6e2f4ed25')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-01-24 10:06:20 UTC (rev 82765)
+++ upgpkg  2013-01-24 10:06:26 UTC (rev 82766)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 82765, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-01-24 10:06:26 UTC (rev 82766)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-01-24 Thread Florian Pritz
Date: Thursday, January 24, 2013 @ 11:10:54
  Author: bluewind
Revision: 82767

upgpkg: zim 0.59-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 10:06:26 UTC (rev 82766)
+++ PKGBUILD2013-01-24 10:10:54 UTC (rev 82767)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=zim
-pkgver=0.58
+pkgver=0.59
 pkgrel=1
 pkgdesc=A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop.
 arch=(any)
@@ -25,7 +25,7 @@
 'texlive-bin: Insert Equation plugin')
 install=zim.install
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b58eb2331e5395de58208d5a7a2df4bb')
+md5sums=('f73eb8ed903ac93ffce0a42ac3d75106')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-24 Thread Florian Pritz
Date: Thursday, January 24, 2013 @ 11:15:20
  Author: bluewind
Revision: 82769

upgpkg: lib32-pango 1.32.5-1

upstream update

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 10:11:00 UTC (rev 82768)
+++ PKGBUILD2013-01-24 10:15:20 UTC (rev 82769)
@@ -4,7 +4,7 @@
 # Maintainer: Biru Ionut io...@archlinux.ro
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.32.4
+pkgver=1.32.5
 pkgrel=1
 pkgdesc=A library for layout and rendering of text (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
+sha256sums=('7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2013-01-24 Thread Florian Pritz
Date: Thursday, January 24, 2013 @ 11:15:26
  Author: bluewind
Revision: 82770

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 82769, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 82769, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   86 
 pango.install |   42 +--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 10:15:20 UTC (rev 82769)
+++ PKGBUILD2013-01-24 10:15:26 UTC (rev 82770)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Maintainer: Biru Ionut io...@archlinux.ro
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.32.4
-pkgrel=1
-pkgdesc=A library for layout and rendering of text (32-bit)
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-glib2=2.25.15' 'lib32-cairo=1.10.0' 'lib32-libxft=2.1.14'
- 'lib32-freetype2=2.4.2' 'lib32-harfbuzz' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool' '!emptydirs')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc
-  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
-  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 82769, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 10:15:26 UTC (rev 82770)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Maintainer: Biru Ionut io...@archlinux.ro
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.32.5
+pkgrel=1
+pkgdesc=A library for layout and rendering of text (32-bit)
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-glib2=2.25.15' 'lib32-cairo=1.10.0' 'lib32-libxft=2.1.14'
+ 'lib32-freetype2=2.4.2' 'lib32-harfbuzz' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc
+  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
+  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
+}

Deleted: pango.install
===
--- pango.install   2013-01-24 10:15:20 UTC (rev 82769)
+++ pango.install   2013-01-24 10:15:26 UTC (rev 82770)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules-32 etc/pango/pango.modules-32
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f etc/pango/pango.modules-32 ]; then
-   rm etc/pango/pango.modules-32
-   fi
-   post_install $1
-}
-
-# arg 1:  the old 

[arch-commits] Commit in java-commons-daemon/trunk (PKGBUILD)

2013-01-24 Thread guillaume
Date: Thursday, January 24, 2013 @ 11:41:04
  Author: guillaume
Revision: 175913

Upstream release

Modified:
  java-commons-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 08:14:06 UTC (rev 175912)
+++ PKGBUILD2013-01-24 10:41:04 UTC (rev 175913)
@@ -1,19 +1,20 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=('java-commons-daemon' 'java-jsvc')
 pkgbase=java-commons-daemon
-pkgver=1.0.8
+pkgver=1.0.12
 pkgrel=1
 arch=('i686' 'x86_64')
-url=http://commons.apache.org/daemon/;
+url='http://commons.apache.org/daemon/'
 license=('APACHE')
 _libname=commons-daemon
 
source=(http://archive.apache.org/dist/commons/daemon/source/${_libname}-${pkgver}-src.tar.gz)
-md5sums=('323a0bd9e2786256f02c5aed4e887fed')
+sha256sums=('09135e4f3a26ebdd6d3035e2e7f631568af06beae32808527217373e3e31a9d0')
 makedepends=('apache-ant' 'docbook2x' 'docbook-xsl')
 
 build() {
   # commons-daemon.jar
   cd ${srcdir}/${_libname}-${pkgver}-src
+  . /etc/profile.d/jdk.sh
   ant
 
   # jsvc
@@ -24,7 +25,7 @@
 }
 
 package_java-commons-daemon() {
-  pkgdesc=Alternative invocation mechanism for unix-daemon-like java code
+  pkgdesc='Alternative invocation mechanism for unix-daemon-like java code'
   depends=('java-runtime')
 
   cd ${srcdir}/${_libname}-${pkgver}-src
@@ -36,7 +37,7 @@
 }
 
 package_java-jsvc() {
-  pkgdesc=Apache application for making Java applications run on UNIX more 
easily
+  pkgdesc='Apache application for making Java applications run on UNIX more 
easily'
   depends=(java-${_libname} 'libcap')
 
   cd ${srcdir}/${_libname}-${pkgver}-src/src/native/unix



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:11:57
  Author: seblu
Revision: 82771

upgpkg: bird 1.3.9-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 10:15:26 UTC (rev 82770)
+++ PKGBUILD2013-01-24 11:11:57 UTC (rev 82771)
@@ -3,8 +3,8 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.3.8
-pkgrel=2.1
+pkgver=1.3.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
 license=('GPL2')
@@ -12,7 +12,7 @@
 source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('965fee1be1d5cd45ceef3926e49c18ce'
+md5sums=('86042560b5053dd008ba0b5ecbdde136'
  'ccd12c994501e28a7256a6a2a17154b2'
  '631eea3de9be2f259aaf91f281d2d39a')
 



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:12:07
  Author: seblu
Revision: 82772

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

Added:
  bird/repos/community-i686/PKGBUILD
(from rev 82771, bird/trunk/PKGBUILD)
  bird/repos/community-i686/bird.service
(from rev 82771, bird/trunk/bird.service)
  bird/repos/community-i686/bird6.service
(from rev 82771, bird/trunk/bird6.service)
  bird/repos/community-x86_64/PKGBUILD
(from rev 82771, bird/trunk/PKGBUILD)
  bird/repos/community-x86_64/bird.service
(from rev 82771, bird/trunk/bird.service)
  bird/repos/community-x86_64/bird6.service
(from rev 82771, bird/trunk/bird6.service)
Deleted:
  bird/repos/community-i686/PKGBUILD
  bird/repos/community-i686/bird.conf
  bird/repos/community-i686/bird.rc
  bird/repos/community-i686/bird.service
  bird/repos/community-i686/bird6.service
  bird/repos/community-x86_64/PKGBUILD
  bird/repos/community-x86_64/bird.conf
  bird/repos/community-x86_64/bird.rc
  bird/repos/community-x86_64/bird.service
  bird/repos/community-x86_64/bird6.service

+
 community-i686/PKGBUILD|  142 ++-
 community-i686/bird.conf   |3 
 community-i686/bird.rc |   33 -
 community-i686/bird.service|   21 +++--
 community-i686/bird6.service   |   21 +++--
 community-x86_64/PKGBUILD  |  142 ++-
 community-x86_64/bird.conf |3 
 community-x86_64/bird.rc   |   33 -
 community-x86_64/bird.service  |   21 +++--
 community-x86_64/bird6.service |   21 +++--
 10 files changed, 176 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 11:11:57 UTC (rev 82771)
+++ community-i686/PKGBUILD 2013-01-24 11:12:07 UTC (rev 82772)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.8
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.rc'
-'bird.conf'
-'bird.service'
-'bird6.service')
-md5sums=('965fee1be1d5cd45ceef3926e49c18ce'
- '5e5346a057f187f56cce928b7e423636'
- '25241a4d7ef639506e0080431b2c1690'
- '14e684c84249b8f7748d94eee6df155a'
- '4988006fc8169c5e00771c75ca67e78f')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]]  rm -rf _build4
-  [[ -e _build6 ]]  rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure --prefix=/usr --sysconfdir=/etc  --localstatedir=/var
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure --prefix=/usr --sysconfdir=/etc  --localstatedir=/var 
--enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc 
localstatedir=$pkgdir/var install
-  make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # iniscripts files
-  install -D -m 755 $srcdir/bird.rc $pkgdir/etc/rc.d/bird
-  install -D -m 644 $srcdir/bird.conf $pkgdir/etc/conf.d/bird
-  # systemd file
-  install -D -m 644 $srcdir/bird.service 
$pkgdir/usr/lib/systemd/system/bird.service
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc 
localstatedir=$pkgdir/var install
-  make docdir=$pkgdir/usr/share/doc/$pkgname install-docs
-
-  # no /var inside pkg
-  rm -r $pkgdir/var
-
-  # iniscripts files
-  install -D -m 755 $srcdir/bird.rc $pkgdir/etc/rc.d/bird6
-  install -D -m 644 $srcdir/bird.conf $pkgdir/etc/conf.d/bird6
-  # systemd config file
-  install -D -m 644 $srcdir/bird6.service 
$pkgdir/usr/lib/systemd/system/bird6.service
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: bird/repos/community-i686/PKGBUILD (from rev 82771, bird/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 11:12:07 UTC (rev 82772)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.3.9
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=(ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('86042560b5053dd008ba0b5ecbdde136'
+ 'ccd12c994501e28a7256a6a2a17154b2'
+ '631eea3de9be2f259aaf91f281d2d39a')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e 

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:14:34
  Author: seblu
Revision: 82773

upgpkg: arptables 0.0.4-1

Modified:
  arptables/trunk/PKGBUILD
Deleted:
  arptables/trunk/arptables.install

---+
 PKGBUILD  |   10 ++
 arptables.install |   10 --
 2 files changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 11:12:07 UTC (rev 82772)
+++ PKGBUILD2013-01-24 11:14:34 UTC (rev 82773)
@@ -4,18 +4,18 @@
 # Contributor: Michal Soltys sol...@ziu.info
 
 pkgname=arptables
-pkgver=0.0.3_4
-pkgrel=3.1
+pkgver=0.0.4
+pkgrel=1
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
+depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=(etc/$pkgname.conf)
-install=$pkgname.install
 
source=(http://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
 $pkgname.systemd
 $pkgname.service)
-md5sums=('1d4ab05761f063b0751645d8f2b8f8e5'
+md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
  'e54342a833c52b2bc67e7985e8f8fdfd'
  'b26771191e52905d8aea6333c26cb1c3')
 
@@ -42,6 +42,8 @@
 $pkgdir/usr/lib/systemd/system/$pkgname.service
   # default config file
   install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # remove upstream rc
+  rm -rf $pkgdir/etc/rc.d
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: arptables.install
===
--- arptables.install   2013-01-24 11:12:07 UTC (rev 82772)
+++ arptables.install   2013-01-24 11:14:34 UTC (rev 82773)
@@ -1,10 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  [ $(vercmp $2 '0.0.3_4-2') -gt 0 ] || cat EOF
-Config file have been moved from /etc/arptables/arptables to 
/etc/arptables.conf.
-You can revert to the previous location by editing /etc/conf.d/arptables.
-EOF
-}
-
-# vim:set ts=2 sw=2 ft=sh et:



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:14:44
  Author: seblu
Revision: 82774

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

Added:
  arptables/repos/community-i686/PKGBUILD
(from rev 82773, arptables/trunk/PKGBUILD)
  arptables/repos/community-i686/arptables.service
(from rev 82773, arptables/trunk/arptables.service)
  arptables/repos/community-i686/arptables.systemd
(from rev 82773, arptables/trunk/arptables.systemd)
  arptables/repos/community-x86_64/PKGBUILD
(from rev 82773, arptables/trunk/PKGBUILD)
  arptables/repos/community-x86_64/arptables.service
(from rev 82773, arptables/trunk/arptables.service)
  arptables/repos/community-x86_64/arptables.systemd
(from rev 82773, arptables/trunk/arptables.systemd)
Deleted:
  arptables/repos/community-i686/PKGBUILD
  arptables/repos/community-i686/arptables.conf
  arptables/repos/community-i686/arptables.install
  arptables/repos/community-i686/arptables.rc
  arptables/repos/community-i686/arptables.service
  arptables/repos/community-i686/arptables.systemd
  arptables/repos/community-x86_64/PKGBUILD
  arptables/repos/community-x86_64/arptables.conf
  arptables/repos/community-x86_64/arptables.install
  arptables/repos/community-x86_64/arptables.rc
  arptables/repos/community-x86_64/arptables.service
  arptables/repos/community-x86_64/arptables.systemd

+
 community-i686/PKGBUILD|  103 ---
 community-i686/arptables.conf  |7 --
 community-i686/arptables.install   |   10 ---
 community-i686/arptables.rc|   34 ---
 community-i686/arptables.service   |   22 +++
 community-i686/arptables.systemd   |   43 +++---
 community-x86_64/PKGBUILD  |  103 ---
 community-x86_64/arptables.conf|7 --
 community-x86_64/arptables.install |   10 ---
 community-x86_64/arptables.rc  |   34 ---
 community-x86_64/arptables.service |   22 +++
 community-x86_64/arptables.systemd |   43 +++---
 12 files changed, 162 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 11:14:34 UTC (rev 82773)
+++ community-i686/PKGBUILD 2013-01-24 11:14:44 UTC (rev 82774)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Michal Soltys sol...@ziu.info
-
-pkgname=arptables
-pkgver=0.0.3_4
-pkgrel=3
-pkgdesc='ARP filtering utility'
-arch=('i686' 'x86_64')
-url='http://ebtables.sourceforge.net/'
-license=('GPL')
-backup=(etc/$pkgname.conf etc/conf.d/$pkgname)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
-$pkgname.conf
-$pkgname.rc
-$pkgname.systemd
-$pkgname.service)
-md5sums=('1d4ab05761f063b0751645d8f2b8f8e5'
- '00bfb5bd8a83a5b466c650ee5d8f86f3'
- '60e0319b55b1ef9e13d9ac03dd98c8d4'
- '65a9ed0b866f727184a87e4d480975bd'
- 'b26771191e52905d8aea6333c26cb1c3')
-
-build() {
-  cd $pkgname-v${pkgver//_/-}
-  make
-}
-
-package() {
-  pushd $pkgname-v${pkgver//_/-}
-  make install \
-DESTDIR=$pkgdir \
-PREFIX=/usr \
-LIBDIR=/usr/lib/arptables \
-BINDIR=/usr/sbin \
-MANDIR=/usr/share/man \
-INITDIR=/etc/rc.d \
-SYSCONFIGDIR=/etc
-  popd
-  # install initscripts
-  install -Dm 755 $pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -Dm 644 $pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  # install systemd service
-  install -Dm 755 $pkgname.systemd \
-$pkgdir/usr/lib/systemd/scripts/$pkgname
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: arptables/repos/community-i686/PKGBUILD (from rev 82773, 
arptables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 11:14:44 UTC (rev 82774)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Michal Soltys sol...@ziu.info
+
+pkgname=arptables
+pkgver=0.0.4
+pkgrel=1
+pkgdesc='ARP filtering utility'
+arch=('i686' 'x86_64')
+url='http://ebtables.sourceforge.net/'
+depends=('glibc' 'perl' 'bash')
+license=('GPL')
+backup=(etc/$pkgname.conf)
+source=(http://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
+$pkgname.systemd
+$pkgname.service)
+md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
+ 'e54342a833c52b2bc67e7985e8f8fdfd'
+ 'b26771191e52905d8aea6333c26cb1c3')
+
+build() {
+  cd $pkgname-v${pkgver//_/-}
+  make
+}
+
+package() {
+  

[arch-commits] Commit in lksctp-tools/trunk (0001-Modernize-autotools.patch PKGBUILD)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:56:28
  Author: seblu
Revision: 82775

upgpkg: lksctp-tools 1.0.13-1

Added:
  lksctp-tools/trunk/0001-Modernize-autotools.patch
Modified:
  lksctp-tools/trunk/PKGBUILD

+
 0001-Modernize-autotools.patch |  257 +++
 PKGBUILD   |   21 ++-
 2 files changed, 273 insertions(+), 5 deletions(-)

Added: 0001-Modernize-autotools.patch
===
--- 0001-Modernize-autotools.patch  (rev 0)
+++ 0001-Modernize-autotools.patch  2013-01-24 11:56:28 UTC (rev 82775)
@@ -0,0 +1,257 @@
+From 6812d5ed157869d466058ad7383e1a94c3ead65c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= se...@seblu.net
+Date: Thu, 24 Jan 2013 12:41:49 +0100
+Subject: [PATCH] Modernize autotools
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Allow compilation with last version of autotools
+- libtool 2.4.2
+- m4 1.4.16
+- autoconf 2.69
+- automake 1.13.1
+- make 3.82
+
+Signed-off-by: Sébastien Luttringer se...@seblu.net
+---
+ Makefile.am|  2 ++
+ configure.ac   | 75 ++
+ configure.in   | 74 -
+ src/apps/Makefile.am   |  2 +-
+ src/func_tests/Makefile.am |  2 +-
+ src/lib/Makefile.am|  2 +-
+ src/testlib/Makefile.am|  2 +-
+ 7 files changed, 81 insertions(+), 78 deletions(-)
+ create mode 100644 configure.ac
+ delete mode 100644 configure.in
+
+diff --git a/Makefile.am b/Makefile.am
+index 109f01d..2c9c8c6 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -12,6 +12,8 @@ EXTRA_DIST += ChangeLog AUTHORS COPYING COPYING.lib INSTALL \
+ # bin or src products may be required to generate stuff in test/
+ SUBDIRS = man bin src doc
+ 
++ACLOCAL_AMFLAGS=-I m4
++
+ # Libtool support
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
+ libtool: $(LIBTOOL_DEPS)
+diff --git a/configure.ac b/configure.ac
+new file mode 100644
+index 000..9af138b
+--- /dev/null
 b/configure.ac
+@@ -0,0 +1,75 @@
++dnl -*-autoconf-*-
++
++dnl lksctp-tools: Autoconf script
++dnl 
++dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
++
++dnl (C) 2002 Intel Corporation
++dnl I�aky P�rez-Gonz�lez inaky.perez-gonza...@intel.com
++dnl  - Initial packaging
++
++dnl Package info
++dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
++dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
++dnl configure will fail ...)
++
++AC_INIT([lksctp-tools], [1.0.13])
++AC_CONFIG_AUX_DIR(bin)
++AC_CONFIG_SRCDIR([src/apps/sctp_darn.c])
++AC_CONFIG_HEADERS([config.h])
++AC_CONFIG_MACRO_DIR([m4])
++AC_REVISION($Revision: 1.1.1.2 $)
++AM_INIT_AUTOMAKE
++AM_SILENT_RULES([yes])
++
++dnl Set defaults
++dnl CFLAGS=$CFLAGS -g -Wall
++
++dnl Checks for programs.
++AC_PROG_AWK
++AC_PROG_CC
++AC_PROG_INSTALL
++AC_PROG_LN_S
++AC_ISC_POSIX
++
++dnl Checks for libraries.
++AC_LIBTOOL_DLOPEN
++AC_PROG_LIBTOOL
++AC_SUBST(LIBTOOL_DEPS)
++
++dnl Checks for header files.
++AC_HEADER_STDC
++AC_HEADER_SYS_WAIT
++AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdint.h 
stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
++
++dnl Checks for typedefs, structures, and compiler characteristics.
++AC_C_CONST
++AC_C_INLINE
++AC_TYPE_SIZE_T
++AC_HEADER_TIME
++AC_STRUCT_TM
++AC_C_VOLATILE
++
++# Checks for library functions.
++AC_FUNC_MALLOC
++AC_FUNC_MEMCMP
++AC_FUNC_REALLOC
++AC_FUNC_SELECT_ARGTYPES
++AC_FUNC_SETVBUF_REVERSED
++AC_FUNC_VPRINTF
++AC_CHECK_FUNCS([bzero gethostbyname gettimeofday memmove memset select socket 
strchr strerror strtol strtoul])
++
++AC_CONFIG_FILES([lksctp-tools.spec
++  Makefile
++  bin/Makefile
++  man/Makefile
++  src/Makefile
++  src/apps/Makefile
++  src/func_tests/Makefile
++  src/include/Makefile
++  src/include/netinet/Makefile
++  src/lib/Makefile
++  src/testlib/Makefile
++  src/withsctp/Makefile
++  doc/Makefile])
++AC_OUTPUT
+diff --git a/configure.in b/configure.in
+deleted file mode 100644
+index c43ed9d..000
+--- a/configure.in
 /dev/null
+@@ -1,74 +0,0 @@
+-dnl -*-autoconf-*-
+-
+-dnl lksctp-tools: Autoconf script
+-dnl 
+-dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
+-
+-dnl (C) 2002 Intel Corporation
+-dnl I�aky P�rez-Gonz�lez inaky.perez-gonza...@intel.com
+-dnl  - Initial packaging
+-
+-dnl Package info
+-dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
+-dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
+-dnl configure will fail ...)
+-
+-AC_INIT([src/apps/sctp_darn.c])
+-AC_CONFIG_AUX_DIR(bin)
+-AM_INIT_AUTOMAKE(lksctp-tools,1.0.13)

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:56:36
  Author: seblu
Revision: 82776

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

Added:
  lksctp-tools/repos/community-i686/0001-Modernize-autotools.patch
(from rev 82775, lksctp-tools/trunk/0001-Modernize-autotools.patch)
  lksctp-tools/repos/community-i686/PKGBUILD
(from rev 82775, lksctp-tools/trunk/PKGBUILD)
  lksctp-tools/repos/community-x86_64/0001-Modernize-autotools.patch
(from rev 82775, lksctp-tools/trunk/0001-Modernize-autotools.patch)
  lksctp-tools/repos/community-x86_64/PKGBUILD
(from rev 82775, lksctp-tools/trunk/PKGBUILD)
Deleted:
  lksctp-tools/repos/community-i686/PKGBUILD
  lksctp-tools/repos/community-x86_64/PKGBUILD

-+
 community-i686/0001-Modernize-autotools.patch   |  257 ++
 community-i686/PKGBUILD |   67 +++--
 community-x86_64/0001-Modernize-autotools.patch |  257 ++
 community-x86_64/PKGBUILD   |   67 +++--
 4 files changed, 592 insertions(+), 56 deletions(-)

Copied: lksctp-tools/repos/community-i686/0001-Modernize-autotools.patch (from 
rev 82775, lksctp-tools/trunk/0001-Modernize-autotools.patch)
===
--- community-i686/0001-Modernize-autotools.patch   
(rev 0)
+++ community-i686/0001-Modernize-autotools.patch   2013-01-24 11:56:36 UTC 
(rev 82776)
@@ -0,0 +1,257 @@
+From 6812d5ed157869d466058ad7383e1a94c3ead65c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= se...@seblu.net
+Date: Thu, 24 Jan 2013 12:41:49 +0100
+Subject: [PATCH] Modernize autotools
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Allow compilation with last version of autotools
+- libtool 2.4.2
+- m4 1.4.16
+- autoconf 2.69
+- automake 1.13.1
+- make 3.82
+
+Signed-off-by: Sébastien Luttringer se...@seblu.net
+---
+ Makefile.am|  2 ++
+ configure.ac   | 75 ++
+ configure.in   | 74 -
+ src/apps/Makefile.am   |  2 +-
+ src/func_tests/Makefile.am |  2 +-
+ src/lib/Makefile.am|  2 +-
+ src/testlib/Makefile.am|  2 +-
+ 7 files changed, 81 insertions(+), 78 deletions(-)
+ create mode 100644 configure.ac
+ delete mode 100644 configure.in
+
+diff --git a/Makefile.am b/Makefile.am
+index 109f01d..2c9c8c6 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -12,6 +12,8 @@ EXTRA_DIST += ChangeLog AUTHORS COPYING COPYING.lib INSTALL \
+ # bin or src products may be required to generate stuff in test/
+ SUBDIRS = man bin src doc
+ 
++ACLOCAL_AMFLAGS=-I m4
++
+ # Libtool support
+ LIBTOOL_DEPS = @LIBTOOL_DEPS@
+ libtool: $(LIBTOOL_DEPS)
+diff --git a/configure.ac b/configure.ac
+new file mode 100644
+index 000..9af138b
+--- /dev/null
 b/configure.ac
+@@ -0,0 +1,75 @@
++dnl -*-autoconf-*-
++
++dnl lksctp-tools: Autoconf script
++dnl 
++dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
++
++dnl (C) 2002 Intel Corporation
++dnl I�aky P�rez-Gonz�lez inaky.perez-gonza...@intel.com
++dnl  - Initial packaging
++
++dnl Package info
++dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
++dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
++dnl configure will fail ...)
++
++AC_INIT([lksctp-tools], [1.0.13])
++AC_CONFIG_AUX_DIR(bin)
++AC_CONFIG_SRCDIR([src/apps/sctp_darn.c])
++AC_CONFIG_HEADERS([config.h])
++AC_CONFIG_MACRO_DIR([m4])
++AC_REVISION($Revision: 1.1.1.2 $)
++AM_INIT_AUTOMAKE
++AM_SILENT_RULES([yes])
++
++dnl Set defaults
++dnl CFLAGS=$CFLAGS -g -Wall
++
++dnl Checks for programs.
++AC_PROG_AWK
++AC_PROG_CC
++AC_PROG_INSTALL
++AC_PROG_LN_S
++AC_ISC_POSIX
++
++dnl Checks for libraries.
++AC_LIBTOOL_DLOPEN
++AC_PROG_LIBTOOL
++AC_SUBST(LIBTOOL_DEPS)
++
++dnl Checks for header files.
++AC_HEADER_STDC
++AC_HEADER_SYS_WAIT
++AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdint.h 
stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
++
++dnl Checks for typedefs, structures, and compiler characteristics.
++AC_C_CONST
++AC_C_INLINE
++AC_TYPE_SIZE_T
++AC_HEADER_TIME
++AC_STRUCT_TM
++AC_C_VOLATILE
++
++# Checks for library functions.
++AC_FUNC_MALLOC
++AC_FUNC_MEMCMP
++AC_FUNC_REALLOC
++AC_FUNC_SELECT_ARGTYPES
++AC_FUNC_SETVBUF_REVERSED
++AC_FUNC_VPRINTF
++AC_CHECK_FUNCS([bzero gethostbyname gettimeofday memmove memset select socket 
strchr strerror strtol strtoul])
++
++AC_CONFIG_FILES([lksctp-tools.spec
++  Makefile
++  bin/Makefile
++  man/Makefile
++  src/Makefile
++  src/apps/Makefile
++  src/func_tests/Makefile
++  src/include/Makefile
++  src/include/netinet/Makefile
++  src/lib/Makefile
++  

[arch-commits] Commit in (3 files)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:11:05
  Author: seblu
Revision: 82777

Add After=network.target

Modified:
  iperf/trunk/iperf-tcp.service
  iperf/trunk/iperf-udp.service
  netperf/trunk/netperf.service

---+
 iperf/trunk/iperf-tcp.service |1 +
 iperf/trunk/iperf-udp.service |1 +
 netperf/trunk/netperf.service |1 +
 3 files changed, 3 insertions(+)

Modified: iperf/trunk/iperf-tcp.service
===
--- iperf/trunk/iperf-tcp.service   2013-01-24 11:56:36 UTC (rev 82776)
+++ iperf/trunk/iperf-tcp.service   2013-01-24 12:11:05 UTC (rev 82777)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Iperf TCP Server
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/iperf -s -V

Modified: iperf/trunk/iperf-udp.service
===
--- iperf/trunk/iperf-udp.service   2013-01-24 11:56:36 UTC (rev 82776)
+++ iperf/trunk/iperf-udp.service   2013-01-24 12:11:05 UTC (rev 82777)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Iperf UDP Server
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/iperf -u -s -V

Modified: netperf/trunk/netperf.service
===
--- netperf/trunk/netperf.service   2013-01-24 11:56:36 UTC (rev 82776)
+++ netperf/trunk/netperf.service   2013-01-24 12:11:05 UTC (rev 82777)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Netperf Benchmark Server
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/netserver -D



[arch-commits] Commit in linux-tools/trunk (PKGBUILD usbipd.service)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:23:44
  Author: seblu
Revision: 82778

upgpkg: linux-tools 3.7-4

- Drop rc scripts
- Add After=network.target in usbip service
- fix FS#33370

Modified:
  linux-tools/trunk/PKGBUILD
  linux-tools/trunk/usbipd.service

+
 PKGBUILD   |8 
 usbipd.service |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:11:05 UTC (rev 82777)
+++ PKGBUILD2013-01-24 12:23:44 UTC (rev 82778)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Maintainer: Sébastien Luttringer se...@archlinux.org
 
 pkgbase=linux-tools
 pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
 pkgver=3.7
-pkgrel=3.1
+pkgrel=4
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -30,7 +30,7 @@
  '56883c159381ba89e50ab8ea65efec77'
  '7e0710c2f31c1eb1e1417a7972e676b1'
  '2450e8ff41b30eb58d43b5fffbfde1f4'
- 'ba7c1c513314dd21fb2334fb8417738f')
+ 'a8fb0c6159bee1b9e345a87cabb3ba27')
 
 build() {
   # apply stable patching set
@@ -89,7 +89,7 @@
 
 package_perf() {
   pkgdesc='Linux kernel performance auditing tool'
-  depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
+  depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 
'binutils')
 
   cd linux-$pkgver/tools/perf
   make \

Modified: usbipd.service
===
--- usbipd.service  2013-01-24 12:11:05 UTC (rev 82777)
+++ usbipd.service  2013-01-24 12:23:44 UTC (rev 82778)
@@ -1,5 +1,6 @@
 [Unit]
 Description=USB/IP server
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/usbipd



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:23:58
  Author: seblu
Revision: 82779

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

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 82778, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 82778, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.service
(from rev 82778, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 82778, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 82778, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 82778, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 82778, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 82778, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 82778, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 82778, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.conf
  linux-tools/repos/community-i686/cpupower.rc
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.conf
  linux-tools/repos/community-i686/usbipd.rc
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.conf
  linux-tools/repos/community-x86_64/cpupower.rc
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.conf
  linux-tools/repos/community-x86_64/usbipd.rc
  linux-tools/repos/community-x86_64/usbipd.service

---+
 community-i686/PKGBUILD   |  307 +---
 community-i686/cpupower.conf  |   29 ---
 community-i686/cpupower.default   |   29 +++
 community-i686/cpupower.rc|   16 -
 community-i686/cpupower.service   |   20 +-
 community-i686/cpupower.systemd   |   64 +++
 community-i686/usbipd.conf|3 
 community-i686/usbipd.rc  |   34 ---
 community-i686/usbipd.service |   17 +
 community-x86_64/PKGBUILD |  307 +---
 community-x86_64/cpupower.conf|   29 ---
 community-x86_64/cpupower.default |   29 +++
 community-x86_64/cpupower.rc  |   16 -
 community-x86_64/cpupower.service |   20 +-
 community-x86_64/cpupower.systemd |   64 +++
 community-x86_64/usbipd.conf  |3 
 community-x86_64/usbipd.rc|   34 ---
 community-x86_64/usbipd.service   |   17 +
 18 files changed, 458 insertions(+), 580 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 12:23:44 UTC (rev 82778)
+++ community-i686/PKGBUILD 2013-01-24 12:23:58 UTC (rev 82779)
@@ -1,158 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=linux-tools
-pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
-pkgver=3.7
-pkgrel=3
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='http://www.kernel.org'
-options=('!strip')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils')
-groups=($pkgbase)
-source=(http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz;
-http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.1.xz;
-'cpupower.conf'
-'cpupower.rc'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.conf'
-'usbipd.rc'
-'usbipd.service')
-md5sums=('21223369d682bcf44bcdfe1521095983'
- '48f5f530b048e387e978e3e49de7742a'
- '56883c159381ba89e50ab8ea65efec77'
- '5fc1fcda4cef93f16e752b1931db23e3'
- 'c0d17b5295fe964623c772a2dd981771'
- '2450e8ff41b30eb58d43b5fffbfde1f4'
- 'e8fac9c45a628015644b4150b139278a'
- '8a3831d962ff6a9968c0c20fd601cdec'
- 'ba7c1c513314dd21fb2334fb8417738f')
-
-build() {
-  # apply stable patching set
-  if (( NOEXTRACT == 0 ))  [[ -e $srcdir/patch-* ]]; then
-msg2 'Applying stable patch set'
-patch -N -p1 -i $srcdir/patch-*
-  fi
-
-  msg2 'Build libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
-  make
-  popd
-
-  msg2 'Build perf'
-  pushd linux-$pkgver/tools/perf
-  make \
-WERROR=0 \
-DESTDIR=$pkgdir/usr \
-perfexecdir='lib/perf' 

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:30:41
  Author: seblu
Revision: 82780

upgpkg: netperf 2.6.0-2

- drop rc scripts
- add After=network.target in service file

Modified:
  netperf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:23:58 UTC (rev 82779)
+++ PKGBUILD2013-01-24 12:30:41 UTC (rev 82780)
@@ -5,7 +5,7 @@
 
 pkgname=netperf
 pkgver=2.6.0
-pkgrel=1.1
+pkgrel=2
 pkgdesc='Benchmarking tool for many different types of networking'
 url='http://www.netperf.org/'
 license=('custom')
@@ -16,7 +16,7 @@
   ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
   $pkgname.service)
 md5sums=('9654ffdfd4c4f2c93ce3733cd9ed9236'
- '9a8b47101fb2b0bf8fb9bbfb73ba6486')
+ '7bce5056b2a24d76fcc0c20e4b527416')
 
 build() {
   cd $pkgname-$pkgver



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:30:51
  Author: seblu
Revision: 82781

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

Added:
  netperf/repos/community-i686/PKGBUILD
(from rev 82780, netperf/trunk/PKGBUILD)
  netperf/repos/community-i686/netperf.install
(from rev 82780, netperf/trunk/netperf.install)
  netperf/repos/community-i686/netperf.service
(from rev 82780, netperf/trunk/netperf.service)
  netperf/repos/community-x86_64/PKGBUILD
(from rev 82780, netperf/trunk/PKGBUILD)
  netperf/repos/community-x86_64/netperf.install
(from rev 82780, netperf/trunk/netperf.install)
  netperf/repos/community-x86_64/netperf.service
(from rev 82780, netperf/trunk/netperf.service)
Deleted:
  netperf/repos/community-i686/PKGBUILD
  netperf/repos/community-i686/netperf.conf
  netperf/repos/community-i686/netperf.install
  netperf/repos/community-i686/netperf.rc
  netperf/repos/community-i686/netperf.service
  netperf/repos/community-x86_64/PKGBUILD
  netperf/repos/community-x86_64/netperf.conf
  netperf/repos/community-x86_64/netperf.install
  netperf/repos/community-x86_64/netperf.rc
  netperf/repos/community-x86_64/netperf.service

--+
 community-i686/PKGBUILD  |   90 +
 community-i686/netperf.conf  |3 -
 community-i686/netperf.install   |   40 
 community-i686/netperf.rc|   41 
 community-i686/netperf.service   |   17 +++---
 community-x86_64/PKGBUILD|   90 +
 community-x86_64/netperf.conf|3 -
 community-x86_64/netperf.install |   40 
 community-x86_64/netperf.rc  |   41 
 community-x86_64/netperf.service |   17 +++---
 10 files changed, 142 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 12:30:41 UTC (rev 82780)
+++ community-i686/PKGBUILD 2013-01-24 12:30:51 UTC (rev 82781)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Tilman Blumenbach tilman (at) ax86 (dot) net
-
-pkgname=netperf
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-install=$pkgname.install
-source=(
-  ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
-  $pkgname.rc
-  $pkgname.conf
-  $pkgname.service)
-md5sums=('9654ffdfd4c4f2c93ce3733cd9ed9236'
- '4f11bf24fcd7a44c17bbe27cdc7dae01'
- '14836578ba49bbfa9e928feeca8346f1'
- '9a8b47101fb2b0bf8fb9bbfb73ba6486')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-demo \
---enable-unixdomain \
---enable-dccp \
---enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install license
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  # install initscripts  systemd files
-  install -D -m 755 ../$pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -D -m 644 ../$pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  install -D -m 644 ../$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: netperf/repos/community-i686/PKGBUILD (from rev 82780, 
netperf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 12:30:51 UTC (rev 82781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Tilman Blumenbach tilman (at) ax86 (dot) net
+
+pkgname=netperf
+pkgver=2.6.0
+pkgrel=2
+pkgdesc='Benchmarking tool for many different types of networking'
+url='http://www.netperf.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc' 'libsmbios' 'lksctp-tools')
+install=$pkgname.install
+source=(
+  ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2;
+  $pkgname.service)
+md5sums=('9654ffdfd4c4f2c93ce3733cd9ed9236'
+ '7bce5056b2a24d76fcc0c20e4b527416')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-demo \
+--enable-unixdomain \
+--enable-dccp \
+--enable-sctp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # license
+  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/netperf.conf
===
--- 

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:33:52
  Author: seblu
Revision: 82782

upgpkg: iperf 2.0.5-7

- drop rc scripts
- add After=network.target

Modified:
  iperf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:30:51 UTC (rev 82781)
+++ PKGBUILD2013-01-24 12:33:52 UTC (rev 82782)
@@ -5,7 +5,7 @@
 
 pkgname=iperf
 pkgver=2.0.5
-pkgrel=6.1
+pkgrel=7
 pkgdesc='A tool to measure maximum TCP bandwidth'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,8 +17,8 @@
 'iperf-udp.service'
 'client.cpp.patch')
 md5sums=('44b5536b67719f4250faed632a3cd016'
- 'd2203fb26bb50a3378c2699714ada8e5'
- '573964ec1b1558a78cd667459676cdb7'
+ '1d8660b540aa0db2e627d3d400cb8de4'
+ 'a27a8d27b1585bc999a04a2f082e2726'
  '82ce63c87cc8bb2f0f94069857ac14a9')
 
 build() {



[arch-commits] Commit in iperf/repos (24 files)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:34:05
  Author: seblu
Revision: 82783

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

Added:
  iperf/repos/community-i686/PKGBUILD
(from rev 82782, iperf/trunk/PKGBUILD)
  iperf/repos/community-i686/client.cpp.patch
(from rev 82782, iperf/trunk/client.cpp.patch)
  iperf/repos/community-i686/iperf-tcp.service
(from rev 82782, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-i686/iperf-udp.service
(from rev 82782, iperf/trunk/iperf-udp.service)
  iperf/repos/community-i686/iperf.install
(from rev 82782, iperf/trunk/iperf.install)
  iperf/repos/community-x86_64/PKGBUILD
(from rev 82782, iperf/trunk/PKGBUILD)
  iperf/repos/community-x86_64/client.cpp.patch
(from rev 82782, iperf/trunk/client.cpp.patch)
  iperf/repos/community-x86_64/iperf-tcp.service
(from rev 82782, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-x86_64/iperf-udp.service
(from rev 82782, iperf/trunk/iperf-udp.service)
  iperf/repos/community-x86_64/iperf.install
(from rev 82782, iperf/trunk/iperf.install)
Deleted:
  iperf/repos/community-i686/PKGBUILD
  iperf/repos/community-i686/client.cpp.patch
  iperf/repos/community-i686/iperf-tcp.service
  iperf/repos/community-i686/iperf-udp.service
  iperf/repos/community-i686/iperf.conf
  iperf/repos/community-i686/iperf.install
  iperf/repos/community-i686/iperf.rc
  iperf/repos/community-x86_64/PKGBUILD
  iperf/repos/community-x86_64/client.cpp.patch
  iperf/repos/community-x86_64/iperf-tcp.service
  iperf/repos/community-x86_64/iperf-udp.service
  iperf/repos/community-x86_64/iperf.conf
  iperf/repos/community-x86_64/iperf.install
  iperf/repos/community-x86_64/iperf.rc

+
 community-i686/PKGBUILD|   96 ---
 community-i686/client.cpp.patch|   34 ++--
 community-i686/iperf-tcp.service   |   17 +++---
 community-i686/iperf-udp.service   |   17 +++---
 community-i686/iperf.conf  |7 --
 community-i686/iperf.install   |   22 
 community-i686/iperf.rc|   52 --
 community-x86_64/PKGBUILD  |   96 ---
 community-x86_64/client.cpp.patch  |   34 ++--
 community-x86_64/iperf-tcp.service |   17 +++---
 community-x86_64/iperf-udp.service |   17 +++---
 community-x86_64/iperf.conf|7 --
 community-x86_64/iperf.install |   22 
 community-x86_64/iperf.rc  |   52 --
 14 files changed, 182 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 12:33:52 UTC (rev 82782)
+++ community-i686/PKGBUILD 2013-01-24 12:34:05 UTC (rev 82783)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=iperf
-pkgver=2.0.5
-pkgrel=6
-pkgdesc='A tool to measure maximum TCP bandwidth'
-arch=('i686' 'x86_64')
-license=('custom')
-url='http://iperf.sourceforge.net'
-depends=('gcc-libs')
-install=iperf.install
-source=(http://downloads.sourceforge.net/iperf/iperf-$pkgver.tar.gz;
-'iperf.rc'
-'iperf.conf'
-'iperf-tcp.service'
-'iperf-udp.service'
-'client.cpp.patch')
-md5sums=('44b5536b67719f4250faed632a3cd016'
- 'e99dc0d41eb800970390dd149d70b544'
- 'c75cb18434c6bf19fdc89b9caa766d7d'
- 'd2203fb26bb50a3378c2699714ada8e5'
- '573964ec1b1558a78cd667459676cdb7'
- '82ce63c87cc8bb2f0f94069857ac14a9')
-
-build() {
-  cd $pkgname-$pkgver
-  # fix FS#25159
-  patch -Np1 -i $srcdir/client.cpp.patch
-  ./configure --prefix=/usr \
-  --enable-ipv6 \
-  --enable-multicast \
-  --enable-threads
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/iperf/LICENSE
-  popd
-  # install initscripts
-  install -Dm755 iperf.rc $pkgdir/etc/rc.d/iperf
-  install -Dm644 iperf.conf $pkgdir/etc/conf.d/iperf
-  install -Dm644 iperf-tcp.service 
$pkgdir/usr/lib/systemd/system/iperf-tcp.service
-  install -Dm644 iperf-udp.service 
$pkgdir/usr/lib/systemd/system/iperf-udp.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iperf/repos/community-i686/PKGBUILD (from rev 82782, 
iperf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 12:34:05 UTC (rev 82783)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=iperf
+pkgver=2.0.5
+pkgrel=7
+pkgdesc='A tool to measure maximum TCP bandwidth'

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:55:01
  Author: seblu
Revision: 82784

upgpkg: ipset 6.16.1-2

- drop rc scripts
- fix FS#33479

Modified:
  ipset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:34:05 UTC (rev 82783)
+++ PKGBUILD2013-01-24 12:55:01 UTC (rev 82784)
@@ -3,12 +3,12 @@
 
 pkgname=ipset
 pkgver=6.16.1
-pkgrel=1.1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
 license=('GPL2')
-depends=('libmnl')
+depends=('libmnl' 'bash')
 backup=(etc/$pkgname.conf)
 options=('!libtool')
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
@@ -30,6 +30,8 @@
   # install doc
   install -dm755 $pkgdir/usr/share/doc/$pkgname
   install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
   popd
   # systemd
   install -Dm 755 $pkgname.systemd \



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

2013-01-24 Thread juergen
Date: Thursday, January 24, 2013 @ 13:55:05
  Author: juergen
Revision: 175915

update to 4.0a

Modified:
  bigloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 10:59:40 UTC (rev 175914)
+++ PKGBUILD2013-01-24 12:55:05 UTC (rev 175915)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=bigloo
-_pkgver=3.9a
+_pkgver=4.0a
 pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc=Fast scheme compiler
@@ -17,7 +17,7 @@
 options=('!makeflags')
 install=bigloo.install
 source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('7091f6f54cb5f63768a8152085d1bd02')
+md5sums=('e98c882a79d5fa1373aa4da6b61c55c8')
 
 build() {
   cd ${srcdir}/${pkgname}${_pkgver}



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:55:11
  Author: seblu
Revision: 82785

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

Added:
  ipset/repos/community-i686/PKGBUILD
(from rev 82784, ipset/trunk/PKGBUILD)
  ipset/repos/community-i686/ipset.service
(from rev 82784, ipset/trunk/ipset.service)
  ipset/repos/community-i686/ipset.systemd
(from rev 82784, ipset/trunk/ipset.systemd)
  ipset/repos/community-x86_64/PKGBUILD
(from rev 82784, ipset/trunk/PKGBUILD)
  ipset/repos/community-x86_64/ipset.service
(from rev 82784, ipset/trunk/ipset.service)
  ipset/repos/community-x86_64/ipset.systemd
(from rev 82784, ipset/trunk/ipset.systemd)
Deleted:
  ipset/repos/community-i686/PKGBUILD
  ipset/repos/community-i686/ipset.conf
  ipset/repos/community-i686/ipset.rc
  ipset/repos/community-i686/ipset.service
  ipset/repos/community-i686/ipset.systemd
  ipset/repos/community-x86_64/PKGBUILD
  ipset/repos/community-x86_64/ipset.conf
  ipset/repos/community-x86_64/ipset.rc
  ipset/repos/community-x86_64/ipset.service
  ipset/repos/community-x86_64/ipset.systemd

+
 community-i686/PKGBUILD|   95 ++-
 community-i686/ipset.conf  |7 --
 community-i686/ipset.rc|   33 -
 community-i686/ipset.service   |   24 -
 community-i686/ipset.systemd   |   43 -
 community-x86_64/PKGBUILD  |   95 ++-
 community-x86_64/ipset.conf|7 --
 community-x86_64/ipset.rc  |   33 -
 community-x86_64/ipset.service |   24 -
 community-x86_64/ipset.systemd |   43 -
 10 files changed, 156 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 12:55:01 UTC (rev 82784)
+++ community-i686/PKGBUILD 2013-01-24 12:55:11 UTC (rev 82785)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=ipset
-pkgver=6.16.1
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=(etc/$pkgname.conf etc/conf.d/$pkgname)
-options=('!libtool')
-source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
-$pkgname.conf
-$pkgname.rc
-$pkgname.systemd
-$pkgname.service)
-md5sums=('9fd70c825f052db7dc9d5ba0562b7083'
- '3e606a2823a700b4e9c5f17511a6f6a5'
- 'de89b054d967036e08b13bc6a7235286'
- 'dfc3105b89ed41fc4a1feb4f4f13f2a3'
- 'b032241b96b5802975fe4321cc511c6b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install doc
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
-  popd
-  # install initscripts
-  install -Dm 755 $pkgname.rc $pkgdir/etc/rc.d/$pkgname
-  install -Dm 644 $pkgname.conf $pkgdir/etc/conf.d/$pkgname
-  # install systemd service
-  install -Dm 755 $pkgname.systemd \
-$pkgdir/usr/lib/systemd/scripts/$pkgname
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ipset/repos/community-i686/PKGBUILD (from rev 82784, 
ipset/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 12:55:11 UTC (rev 82785)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=ipset
+pkgver=6.16.1
+pkgrel=2
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl' 'bash')
+backup=(etc/$pkgname.conf)
+options=('!libtool')
+source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
+$pkgname.systemd
+$pkgname.service)
+md5sums=('9fd70c825f052db7dc9d5ba0562b7083'
+ '7daa4f163eef9db216cb4c428e0342a3'
+ 'b032241b96b5802975fe4321cc511c6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install doc
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
+  popd
+  # systemd
+  install -Dm 755 $pkgname.systemd \
+$pkgdir/usr/lib/systemd/scripts/$pkgname
+  install -Dm 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # default config file
+  install -Dm 644 /dev/null 

[arch-commits] Commit in bigloo/repos/extra-x86_64 (4 files)

2013-01-24 Thread juergen
Date: Thursday, January 24, 2013 @ 13:57:16
  Author: juergen
Revision: 175916

archrelease: copy trunk to extra-x86_64

Added:
  bigloo/repos/extra-x86_64/PKGBUILD
(from rev 175915, bigloo/trunk/PKGBUILD)
  bigloo/repos/extra-x86_64/bigloo.install
(from rev 175915, bigloo/trunk/bigloo.install)
Deleted:
  bigloo/repos/extra-x86_64/PKGBUILD
  bigloo/repos/extra-x86_64/bigloo.install

+
 PKGBUILD   |   94 +++
 bigloo.install |   42 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 12:55:05 UTC (rev 175915)
+++ PKGBUILD2013-01-24 12:57:16 UTC (rev 175916)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=bigloo
-_pkgver=3.9a
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc=Fast scheme compiler
-arch=('i686' 'x86_64')
-url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
-license=('GPL' 'LGPL')
-depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-options=('!makeflags')
-install=bigloo.install
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('7091f6f54cb5f63768a8152085d1bd02')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
---enable-ssl \
---enable-sqlite \
---enable-avahi \
---enable-flac \
---disable-gstreamer \
---mandir=/usr/share/man \
---infodir=/usr/share/info \
---docdir=/usr/share/doc/bigloo \
---jvm=yes
-  make build compile-bee
-}
-
-check() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install install-bee
-  make -C manuals DESTDIR=${pkgdir} install-bee
-  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
-}

Copied: bigloo/repos/extra-x86_64/PKGBUILD (from rev 175915, 
bigloo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 12:57:16 UTC (rev 175916)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jürgen Hötzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=bigloo
+_pkgver=4.0a
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc=Fast scheme compiler
+arch=('i686' 'x86_64')
+url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
+license=('GPL' 'LGPL')
+depends=()
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('e98c882a79d5fa1373aa4da6b61c55c8')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install install-bee
+  make -C manuals DESTDIR=${pkgdir} install-bee
+  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
+}

Deleted: bigloo.install
===
--- bigloo.install  2013-01-24 12:55:05 UTC (rev 175915)
+++ bigloo.install  2013-01-24 12:57:16 UTC (rev 175916)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(bigloo.info bdb.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: bigloo/repos/extra-x86_64/bigloo.install (from rev 175915, 
bigloo/trunk/bigloo.install)
===
--- bigloo.install  (rev 0)
+++ bigloo.install  2013-01-24 12:57:16 UTC (rev 175916)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(bigloo.info bdb.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 

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:57:36
  Author: seblu
Revision: 82786

upgpkg: acpid 2.0.17-4

- drop rc scripts
- FS#33428

Added:
  acpid/trunk/0001-Fix-format-of-video-tabletmode-event-string.patch
Modified:
  acpid/trunk/PKGBUILD

+
 0001-Fix-format-of-video-tabletmode-event-string.patch |   45 +++
 PKGBUILD   |9 ++-
 2 files changed, 51 insertions(+), 3 deletions(-)

Added: 0001-Fix-format-of-video-tabletmode-event-string.patch
===
--- 0001-Fix-format-of-video-tabletmode-event-string.patch  
(rev 0)
+++ 0001-Fix-format-of-video-tabletmode-event-string.patch  2013-01-24 
12:57:36 UTC (rev 82786)
@@ -0,0 +1,45 @@
+From ddf5be1f8fc35c38dc241ca935bf4d408f2ff61d Mon Sep 17 00:00:00 2001
+From: Ted Felix t...@tedfelix.com
+Date: Thu, 17 Jan 2013 20:03:54 -0500
+Subject: [PATCH] Fix format of video/tabletmode event string
+
+The previous format caused Xorg's xserver to crash in
+lnxACPIGetEventFromOs() because it doesn't check for NULL
+returns from strtok().
+---
+ input_layer.c | 12 ++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/input_layer.c b/input_layer.c
+index 591ad64..db410c0 100644
+--- a/input_layer.c
 b/input_layer.c
+@@ -56,6 +56,14 @@ struct evtab_entry {
+evtest.c, acpi_genl, or kacpimon to find new events to add to this
+table. */
+ 
++/*
++ * The two numbers (e.g. 0080 ) in each string is a format
++ * that Xorg and maybe others expect.
++ *
++ * See hw/xfree86/os-support/linux/lnx_acpi.c in xserver and specifically
++ * lnxACPIGetEventFromOs().
++ */
++
+ static struct evtab_entry evtab[] = {
+ 
+   /*** COMMON EVENTS ***/
+@@ -66,8 +74,8 @@ static struct evtab_entry evtab[] = {
+   {{{0,0}, EV_KEY, KEY_SLEEP, 1}, button/sleep SBTN 0080 },
+   {{{0,0}, EV_SW, SW_LID, 1}, button/lid LID close},
+   {{{0,0}, EV_SW, SW_LID, 0}, button/lid LID open},
+-  {{{0,0}, EV_SW, SW_TABLET_MODE, 0}, video/tabletmode TBLT off},
+-  {{{0,0}, EV_SW, SW_TABLET_MODE, 1}, video/tabletmode TBLT on},
++  {{{0,0}, EV_SW, SW_TABLET_MODE, 0}, video/tabletmode TBLT 008A 
},
++  {{{0,0}, EV_SW, SW_TABLET_MODE, 1}, video/tabletmode TBLT 008A 
0001},
+ 
+ 
+   /*** VIDEO ***/
+-- 
+1.8.1.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:55:11 UTC (rev 82785)
+++ PKGBUILD2013-01-24 12:57:36 UTC (rev 82786)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.17
-pkgrel=3.1
+pkgrel=4
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('i686' 'x86_64')
 url='http://tedfelix.com/linux/acpid-netlink.html'
@@ -19,15 +19,18 @@
 'acpid.socket'
 'acpid.service'
 'anything'
-'handler.sh')
+'handler.sh'
+'0001-Fix-format-of-video-tabletmode-event-string.patch')
 md5sums=('d858729b7d984c5e3a0c7558e9de1584'
  'ee6cb99e50e580c50331a73045412ae9'
  '10290f69491206cd104654e5b900b661'
  '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
+ '47f44ff5f02685dce8bcdab8568f0c38'
+ 'a813e00553104f2129f64cae95a7983f')
 
 build() {
   cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/0001-Fix-format-of-video-tabletmode-event-string.patch
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in acpid/repos (26 files)

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 13:57:51
  Author: seblu
Revision: 82787

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

Added:
  
acpid/repos/community-i686/0001-Fix-format-of-video-tabletmode-event-string.patch
(from rev 82786, 
acpid/trunk/0001-Fix-format-of-video-tabletmode-event-string.patch)
  acpid/repos/community-i686/PKGBUILD
(from rev 82786, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 82786, acpid/trunk/acpid.service)
  acpid/repos/community-i686/acpid.socket
(from rev 82786, acpid/trunk/acpid.socket)
  acpid/repos/community-i686/anything
(from rev 82786, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 82786, acpid/trunk/handler.sh)
  
acpid/repos/community-x86_64/0001-Fix-format-of-video-tabletmode-event-string.patch
(from rev 82786, 
acpid/trunk/0001-Fix-format-of-video-tabletmode-event-string.patch)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 82786, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 82786, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/acpid.socket
(from rev 82786, acpid/trunk/acpid.socket)
  acpid/repos/community-x86_64/anything
(from rev 82786, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 82786, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.conf
  acpid/repos/community-i686/acpid.rc
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.conf
  acpid/repos/community-x86_64/acpid.rc
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

-+
 community-i686/0001-Fix-format-of-video-tabletmode-event-string.patch   |   45 
++
 community-i686/PKGBUILD |  113 
+++
 community-i686/acpid.conf   |5 
 community-i686/acpid.rc |   40 
--
 community-i686/acpid.service|   21 
-
 community-i686/acpid.socket |   16 
-
 community-i686/anything |6 
 community-i686/handler.sh   |  154 
+-
 community-x86_64/0001-Fix-format-of-video-tabletmode-event-string.patch |   45 
++
 community-x86_64/PKGBUILD   |  113 
+++
 community-x86_64/acpid.conf |5 
 community-x86_64/acpid.rc   |   40 
--
 community-x86_64/acpid.service  |   21 
-
 community-x86_64/acpid.socket   |   16 
-
 community-x86_64/anything   |6 
 community-x86_64/handler.sh |  154 
+-
 16 files changed, 396 insertions(+), 404 deletions(-)

Copied: 
acpid/repos/community-i686/0001-Fix-format-of-video-tabletmode-event-string.patch
 (from rev 82786, 
acpid/trunk/0001-Fix-format-of-video-tabletmode-event-string.patch)
===
--- community-i686/0001-Fix-format-of-video-tabletmode-event-string.patch   
(rev 0)
+++ community-i686/0001-Fix-format-of-video-tabletmode-event-string.patch   
2013-01-24 12:57:51 UTC (rev 82787)
@@ -0,0 +1,45 @@
+From ddf5be1f8fc35c38dc241ca935bf4d408f2ff61d Mon Sep 17 00:00:00 2001
+From: Ted Felix t...@tedfelix.com
+Date: Thu, 17 Jan 2013 20:03:54 -0500
+Subject: [PATCH] Fix format of video/tabletmode event string
+
+The previous format caused Xorg's xserver to crash in
+lnxACPIGetEventFromOs() because it doesn't check for NULL
+returns from strtok().
+---
+ input_layer.c | 12 ++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/input_layer.c b/input_layer.c
+index 591ad64..db410c0 100644
+--- a/input_layer.c
 b/input_layer.c
+@@ -56,6 +56,14 @@ struct evtab_entry {
+evtest.c, acpi_genl, or kacpimon to find new events to add to this
+table. */
+ 
++/*
++ * The two numbers (e.g. 0080 ) in each string is a format
++ * that Xorg and maybe others expect.
++ *
++ * See hw/xfree86/os-support/linux/lnx_acpi.c in xserver and specifically
++ * lnxACPIGetEventFromOs().
++ */
++
+ static struct evtab_entry evtab[] = {
+ 
+   /*** COMMON EVENTS ***/
+@@ -66,8 +74,8 @@ static struct evtab_entry evtab[] = {
+   

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 14:11:21
  Author: seblu
Revision: 82788

upgpkg: rxvt-unicode 9.16-2

- fix FS#33466
- fix FS#33241

Added:
  rxvt-unicode/trunk/01-fix-screen-sel.patch
Modified:
  rxvt-unicode/trunk/PKGBUILD
  rxvt-unicode/trunk/urxvt-tabbed.desktop
  rxvt-unicode/trunk/urxvt.desktop
  rxvt-unicode/trunk/urxvtc.desktop

-+
 01-fix-screen-sel.patch |   66 ++
 PKGBUILD|   11 ---
 urxvt-tabbed.desktop|3 --
 urxvt.desktop   |3 --
 urxvtc.desktop  |3 --
 5 files changed, 76 insertions(+), 10 deletions(-)

Added: 01-fix-screen-sel.patch
===
--- 01-fix-screen-sel.patch (rev 0)
+++ 01-fix-screen-sel.patch 2013-01-24 13:11:21 UTC (rev 82788)
@@ -0,0 +1,66 @@
+--- a/src/rxvt.h   2012-11-30 07:52:10.0 +0100
 b/src/rxvt.h   2013-01-19 18:14:07.477653413 +0100
+@@ -1488,6 +1488,7 @@
+   void scr_blank_screen_mem (line_t l, rend_t efs) const NOTHROW;
+   void scr_kill_char (line_t l, int col) const NOTHROW;
+   int scr_scroll_text (int row1, int row2, int count) NOTHROW;
++  void copy_line (line_t dst, line_t src);
+   void scr_reset ();
+   void scr_release () NOTHROW;
+   void scr_clear (bool really = false) NOTHROW;
+--- a/src/screen.C 2012-11-30 08:13:38.0 +0100
 b/src/screen.C 2013-01-19 18:17:13.431014964 +0100
+@@ -190,6 +190,16 @@
+   row_buf   = swap_buf  + nrow;
+ }
+ 
++void
++rxvt_term::copy_line (line_t dst, line_t src)
++{
++  scr_blank_screen_mem (dst, DEFAULT_RSTYLE);
++  dst.l = min (src.l, ncol);
++  memcpy (dst.t, src.t, sizeof (text_t) * dst.l);
++  memcpy (dst.r, src.r, sizeof (rend_t) * dst.l);
++  dst.f = src.f;
++}
++
+ void ecb_cold
+ rxvt_term::scr_reset ()
+ {
+@@ -232,8 +242,6 @@
+   line_t *prev_swap_buf  = swap_buf;
+   line_t *prev_row_buf   = row_buf;
+ 
+-  int common_col = min (prev_ncol, ncol);
+-
+   scr_alloc ();
+ 
+   if (!prev_row_buf)
+@@ -277,13 +285,8 @@
+ 
+   for (int row = min (nrow, prev_nrow); row--; )
+ {
+-  scr_blank_screen_mem (drawn_buf [row], DEFAULT_RSTYLE);
+-  scr_blank_screen_mem (swap_buf  [row], DEFAULT_RSTYLE);
+-
+-  memcpy (drawn_buf [row].t, prev_drawn_buf [row].t, sizeof (text_t) 
* common_col);
+-  memcpy (drawn_buf [row].r, prev_drawn_buf [row].r, sizeof (rend_t) 
* common_col);
+-  memcpy (swap_buf  [row].t, prev_swap_buf  [row].t, sizeof (text_t) 
* common_col);
+-  memcpy (swap_buf  [row].r, prev_swap_buf  [row].r, sizeof (rend_t) 
* common_col);
++  copy_line (drawn_buf [row], prev_drawn_buf [row]);
++  copy_line (swap_buf [row], prev_swap_buf [row]);
+ }
+ 
+   int p= MOD (term_start + prev_nrow, prev_total_rows);  // previous 
row
+@@ -388,10 +391,7 @@
+   line_t src = prev_row_buf [MOD (term_start + row, 
prev_total_rows)];
+   line_t dst = row_buf [row];
+ 
+-  scr_blank_screen_mem (dst, DEFAULT_RSTYLE);
+-
+-  memcpy (dst.t, src.t, sizeof (text_t) * common_col);
+-  memcpy (dst.r, src.r, sizeof (rend_t) * common_col);
++  copy_line (dst, src);
+ }
+ 
+   for (int row = prev_nrow; row  nrow; row++)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 12:57:51 UTC (rev 82787)
+++ PKGBUILD2013-01-24 13:11:21 UTC (rev 82788)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.16
-pkgrel=1
+pkgrel=2
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -18,14 +18,17 @@
   'urxvt.desktop'
   'urxvtc.desktop'
   'urxvt-tabbed.desktop'
+  '01-fix-screen-sel.patch'
 )
 md5sums=('2e2942e8367624affebc0568e3671b66'
- '88d8786d74b819450adf722180db09fd'
- 'bebf5b6b399b74b557fcedbdb47cc387'
- '2604896bb107fbb5511bfd6f46d65894')
+ 'c2b828d37d06cbf4c32937a2959f2fc2'
+ '10e80aebaef042fb63d2585440dc3637'
+ '830abe6f31fb926a1bcd2650731be15e'
+ '266e027bd4a998073f17d548d288d414')
 
 build() {
   cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/01-fix-screen-sel.patch
   ./configure \
 --prefix=/usr \
 --with-terminfo=/usr/share/terminfo \

Modified: urxvt-tabbed.desktop
===
--- urxvt-tabbed.desktop2013-01-24 12:57:51 UTC (rev 82787)
+++ urxvt-tabbed.desktop2013-01-24 13:11:21 UTC (rev 82788)
@@ -1,10 +1,9 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=urxvt (tabbed)
 Comment=An unicode capable and tabbed rxvt clone
 Exec=urxvt-tabbed
 Icon=terminal
 Terminal=false
 Type=Application
-Categories=Application;System;TerminalEmulator;
+Categories=System;TerminalEmulator;

Modified: urxvt.desktop

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 14:11:32
  Author: seblu
Revision: 82789

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

Added:
  rxvt-unicode/repos/community-staging-i686/
  rxvt-unicode/repos/community-staging-i686/01-fix-screen-sel.patch
(from rev 82788, rxvt-unicode/trunk/01-fix-screen-sel.patch)
  rxvt-unicode/repos/community-staging-i686/PKGBUILD
(from rev 82788, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-staging-i686/urxvt-tabbed.desktop
(from rev 82788, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-staging-i686/urxvt.desktop
(from rev 82788, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-staging-i686/urxvtc.desktop
(from rev 82788, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-staging-x86_64/
  rxvt-unicode/repos/community-staging-x86_64/01-fix-screen-sel.patch
(from rev 82788, rxvt-unicode/trunk/01-fix-screen-sel.patch)
  rxvt-unicode/repos/community-staging-x86_64/PKGBUILD
(from rev 82788, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-staging-x86_64/urxvt-tabbed.desktop
(from rev 82788, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvt.desktop
(from rev 82788, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-staging-x86_64/urxvtc.desktop
(from rev 82788, rxvt-unicode/trunk/urxvtc.desktop)

--+
 community-staging-i686/01-fix-screen-sel.patch   |   66 +
 community-staging-i686/PKGBUILD  |   79 +
 community-staging-i686/urxvt-tabbed.desktop  |9 ++
 community-staging-i686/urxvt.desktop |9 ++
 community-staging-i686/urxvtc.desktop|9 ++
 community-staging-x86_64/01-fix-screen-sel.patch |   66 +
 community-staging-x86_64/PKGBUILD|   79 +
 community-staging-x86_64/urxvt-tabbed.desktop|9 ++
 community-staging-x86_64/urxvt.desktop   |9 ++
 community-staging-x86_64/urxvtc.desktop  |9 ++
 10 files changed, 344 insertions(+)

Copied: rxvt-unicode/repos/community-staging-i686/01-fix-screen-sel.patch (from 
rev 82788, rxvt-unicode/trunk/01-fix-screen-sel.patch)
===
--- community-staging-i686/01-fix-screen-sel.patch  
(rev 0)
+++ community-staging-i686/01-fix-screen-sel.patch  2013-01-24 13:11:32 UTC 
(rev 82789)
@@ -0,0 +1,66 @@
+--- a/src/rxvt.h   2012-11-30 07:52:10.0 +0100
 b/src/rxvt.h   2013-01-19 18:14:07.477653413 +0100
+@@ -1488,6 +1488,7 @@
+   void scr_blank_screen_mem (line_t l, rend_t efs) const NOTHROW;
+   void scr_kill_char (line_t l, int col) const NOTHROW;
+   int scr_scroll_text (int row1, int row2, int count) NOTHROW;
++  void copy_line (line_t dst, line_t src);
+   void scr_reset ();
+   void scr_release () NOTHROW;
+   void scr_clear (bool really = false) NOTHROW;
+--- a/src/screen.C 2012-11-30 08:13:38.0 +0100
 b/src/screen.C 2013-01-19 18:17:13.431014964 +0100
+@@ -190,6 +190,16 @@
+   row_buf   = swap_buf  + nrow;
+ }
+ 
++void
++rxvt_term::copy_line (line_t dst, line_t src)
++{
++  scr_blank_screen_mem (dst, DEFAULT_RSTYLE);
++  dst.l = min (src.l, ncol);
++  memcpy (dst.t, src.t, sizeof (text_t) * dst.l);
++  memcpy (dst.r, src.r, sizeof (rend_t) * dst.l);
++  dst.f = src.f;
++}
++
+ void ecb_cold
+ rxvt_term::scr_reset ()
+ {
+@@ -232,8 +242,6 @@
+   line_t *prev_swap_buf  = swap_buf;
+   line_t *prev_row_buf   = row_buf;
+ 
+-  int common_col = min (prev_ncol, ncol);
+-
+   scr_alloc ();
+ 
+   if (!prev_row_buf)
+@@ -277,13 +285,8 @@
+ 
+   for (int row = min (nrow, prev_nrow); row--; )
+ {
+-  scr_blank_screen_mem (drawn_buf [row], DEFAULT_RSTYLE);
+-  scr_blank_screen_mem (swap_buf  [row], DEFAULT_RSTYLE);
+-
+-  memcpy (drawn_buf [row].t, prev_drawn_buf [row].t, sizeof (text_t) 
* common_col);
+-  memcpy (drawn_buf [row].r, prev_drawn_buf [row].r, sizeof (rend_t) 
* common_col);
+-  memcpy (swap_buf  [row].t, prev_swap_buf  [row].t, sizeof (text_t) 
* common_col);
+-  memcpy (swap_buf  [row].r, prev_swap_buf  [row].r, sizeof (rend_t) 
* common_col);
++  copy_line (drawn_buf [row], prev_drawn_buf [row]);
++  copy_line (swap_buf [row], prev_swap_buf [row]);
+ }
+ 
+   int p= MOD (term_start + prev_nrow, prev_total_rows);  // previous 
row
+@@ -388,10 +391,7 @@
+   line_t src = prev_row_buf [MOD (term_start + row, 
prev_total_rows)];
+   line_t dst = row_buf [row];
+ 
+-  scr_blank_screen_mem (dst, DEFAULT_RSTYLE);
+-
+-  memcpy (dst.t, src.t, sizeof (text_t) * common_col);
+-  memcpy (dst.r, src.r, sizeof (rend_t) * common_col);
++  

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 14:12:34
  Author: seblu
Revision: 82790

Clean package / remove rc scripts

Modified:
  ndisc6/trunk/PKGBUILD
  ndisc6/trunk/ndisc6.install
Deleted:
  ndisc6/trunk/rdnssd.confd
  ndisc6/trunk/rdnssd.rc.d

+
 PKGBUILD   |   36 +++-
 ndisc6.install |5 +
 rdnssd.confd   |8 
 rdnssd.rc.d|   51 ---
 4 files changed, 20 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 13:11:32 UTC (rev 82789)
+++ PKGBUILD2013-01-24 13:12:34 UTC (rev 82790)
@@ -1,42 +1,36 @@
 # $Id$
-# Maintainer: Chris Brannon ch...@the-brannons.com
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
 # Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
 pkgname=ndisc6
 pkgver=1.0.2
 pkgrel=4
-pkgdesc=A collection of IPv6 networking utilities - ndisc6, rdisc6, 
tcptraceroute6, tracert6, rltraceroute6, tcpspray6
+pkgdesc='Collection of IPv6 networking utilities'
 arch=('i686' 'x86_64')
-url=http://www.remlab.net/ndisc6/;
-license=(GPL)
+url='http://www.remlab.net/ndisc6/'
+license=('GPL')
 depends=('glibc' 'perl')
 makedepends=('glibc' 'gcc')
 options=(!emptydirs)
 install=ndisc6.install
-source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2
-rdnssd.rc.d
-   rdnssd.confd
-   rdnssd.service)
+source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2;
+ 'rdnssd.service')
 md5sums=('50cb4c19606cf6ff2b7388e71832f579'
- '3421fd731c4da4f9e07fc6b6ff4e5084'
- 'f1910902932e2622fc166960819db6c4'
  'beeb4f033e9eb951e2de962f609c7c2a')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/rdnssd.rc.d $pkgdir/etc/rc.d/rdnssd
-  install -Dm644 $srcdir/rdnssd.confd $pkgdir/etc/conf.d/rdnssd
-  install -Dm644 $srcdir/rdnssd.service \
-$pkgdir/usr/lib/systemd/system/rdnssd.service
+  install -Dm644 $srcdir/rdnssd.service 
$pkgdir/usr/lib/systemd/system/rdnssd.service
+  install -Dm644 /dev/null $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  echo 'd /run/rdnssd 0755 nobody root'  
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}
 
-  install -d $pkgdir/usr/lib/tmpfiles.d
-  echo d /run/rdnssd 0755 nobody root  
$pkgdir/usr/lib/tmpfiles.d/ndisc6.conf
-}
+# vim:set ts=2 sw=2 et:

Modified: ndisc6.install
===
--- ndisc6.install  2013-01-24 13:11:32 UTC (rev 82789)
+++ ndisc6.install  2013-01-24 13:12:34 UTC (rev 82790)
@@ -1,3 +1,8 @@
+#!/bin/sh
+
+# arg 1:  the new package version
 post_install() {
   systemd-tmpfiles --create usr/lib/tmpfiles.d/ndisc6.conf
 }
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: rdnssd.confd
===
--- rdnssd.confd2013-01-24 13:11:32 UTC (rev 82789)
+++ rdnssd.confd2013-01-24 13:12:34 UTC (rev 82790)
@@ -1,8 +0,0 @@
-
-# This default merge hook adds IPv6 DNS resolvers
-# before the existing IPv4 ones in /etc/resolv.conf.
-MERGEHOOK=/etc/rdnssd/merge-hook
-
-# User who runs rdnssd.
-RUN_AS=nobody
-

Deleted: rdnssd.rc.d
===
--- rdnssd.rc.d 2013-01-24 13:11:32 UTC (rev 82789)
+++ rdnssd.rc.d 2013-01-24 13:12:34 UTC (rev 82790)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/rdnssd
-
-PIDFILE=/var/run/rdnssd.pid
-PID=`cat $PIDFILE 2/dev/null`
-case $1 in
-  start)
-stat_busy Starting RDNSS Daemon
-if [ ! -z $PID -a -e /proc/$PID ]; then
-  stat_append -- Already running
-  stat_die
-else
-  /usr/sbin/rdnssd -p $PIDFILE\
-${MERGEHOOK/*/-H}  $MERGEHOOK \
-${RUN_AS/*/-u} $RUN_AS
-
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-add_daemon rdnssd
-stat_done
-  fi
-fi
-;;
-  stop)
-stat_busy Stopping RDNSS Daemon
-if [ -z $PID ]; then
-  stat_append -- Not running
-  stat_die
-else
-  kill $PID  /dev/null
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-rm_daemon sshd
-stat_done
-  fi
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac
-exit 0



[arch-commits] Commit in bigloo/repos/extra-i686 (4 files)

2013-01-24 Thread juergen
Date: Thursday, January 24, 2013 @ 14:16:54
  Author: juergen
Revision: 175917

archrelease: copy trunk to extra-i686

Added:
  bigloo/repos/extra-i686/PKGBUILD
(from rev 175916, bigloo/trunk/PKGBUILD)
  bigloo/repos/extra-i686/bigloo.install
(from rev 175916, bigloo/trunk/bigloo.install)
Deleted:
  bigloo/repos/extra-i686/PKGBUILD
  bigloo/repos/extra-i686/bigloo.install

+
 PKGBUILD   |   94 +++
 bigloo.install |   42 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 12:57:16 UTC (rev 175916)
+++ PKGBUILD2013-01-24 13:16:54 UTC (rev 175917)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=bigloo
-_pkgver=3.9a
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc=Fast scheme compiler
-arch=('i686' 'x86_64')
-url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
-license=('GPL' 'LGPL')
-depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-options=('!makeflags')
-install=bigloo.install
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('7091f6f54cb5f63768a8152085d1bd02')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
---enable-ssl \
---enable-sqlite \
---enable-avahi \
---enable-flac \
---disable-gstreamer \
---mandir=/usr/share/man \
---infodir=/usr/share/info \
---docdir=/usr/share/doc/bigloo \
---jvm=yes
-  make build compile-bee
-}
-
-check() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install install-bee
-  make -C manuals DESTDIR=${pkgdir} install-bee
-  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
-}

Copied: bigloo/repos/extra-i686/PKGBUILD (from rev 175916, 
bigloo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 13:16:54 UTC (rev 175917)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jürgen Hötzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=bigloo
+_pkgver=4.0a
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc=Fast scheme compiler
+arch=('i686' 'x86_64')
+url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
+license=('GPL' 'LGPL')
+depends=()
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('e98c882a79d5fa1373aa4da6b61c55c8')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install install-bee
+  make -C manuals DESTDIR=${pkgdir} install-bee
+  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
+}

Deleted: bigloo.install
===
--- bigloo.install  2013-01-24 12:57:16 UTC (rev 175916)
+++ bigloo.install  2013-01-24 13:16:54 UTC (rev 175917)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(bigloo.info bdb.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: bigloo/repos/extra-i686/bigloo.install (from rev 175916, 
bigloo/trunk/bigloo.install)
===
--- bigloo.install  (rev 0)
+++ bigloo.install  2013-01-24 13:16:54 UTC (rev 175917)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(bigloo.info bdb.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 

[arch-commits] Commit in bigloo/repos/extra-i686 (4 files)

2013-01-24 Thread juergen
Date: Thursday, January 24, 2013 @ 14:18:15
  Author: juergen
Revision: 175918

archrelease: copy trunk to extra-i686

Added:
  bigloo/repos/extra-i686/PKGBUILD
(from rev 175917, bigloo/trunk/PKGBUILD)
  bigloo/repos/extra-i686/bigloo.install
(from rev 175917, bigloo/trunk/bigloo.install)
Deleted:
  bigloo/repos/extra-i686/PKGBUILD
  bigloo/repos/extra-i686/bigloo.install

+
 PKGBUILD   |   94 +++
 bigloo.install |   42 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 13:16:54 UTC (rev 175917)
+++ PKGBUILD2013-01-24 13:18:15 UTC (rev 175918)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=bigloo
-_pkgver=4.0a
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc=Fast scheme compiler
-arch=('i686' 'x86_64')
-url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
-license=('GPL' 'LGPL')
-depends=()
-makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
-options=('!makeflags')
-install=bigloo.install
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
-md5sums=('e98c882a79d5fa1373aa4da6b61c55c8')
-
-build() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  ./configure --prefix=/usr \
---enable-ssl \
---enable-sqlite \
---enable-avahi \
---enable-flac \
---disable-gstreamer \
---mandir=/usr/share/man \
---infodir=/usr/share/info \
---docdir=/usr/share/doc/bigloo \
---jvm=yes
-  make build compile-bee
-}
-
-check() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${_pkgver}
-  make DESTDIR=${pkgdir} install install-bee
-  make -C manuals DESTDIR=${pkgdir} install-bee
-  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
-}

Copied: bigloo/repos/extra-i686/PKGBUILD (from rev 175917, 
bigloo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 13:18:15 UTC (rev 175918)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jürgen Hötzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Kevin Piche ke...@archlinux.org
+
+pkgname=bigloo
+_pkgver=4.0a
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc=Fast scheme compiler
+arch=('i686' 'x86_64')
+url=http://www-sop.inria.fr/mimosa/fp/Bigloo/;
+license=('GPL' 'LGPL')
+depends=()
+makedepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+optdepends=('emacs' 'java-environment' 'zip' 'sqlite' 'alsa-lib' 'flac' 
'avahi')
+options=('!makeflags')
+install=bigloo.install
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname}${_pkgver}.tar.gz)
+md5sums=('e98c882a79d5fa1373aa4da6b61c55c8')
+
+build() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  ./configure --prefix=/usr \
+--enable-ssl \
+--enable-sqlite \
+--enable-avahi \
+--enable-flac \
+--disable-gstreamer \
+--mandir=/usr/share/man \
+--infodir=/usr/share/info \
+--docdir=/usr/share/doc/bigloo \
+--jvm=yes
+  make build compile-bee
+}
+
+check() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${_pkgver}
+  make DESTDIR=${pkgdir} install install-bee
+  make -C manuals DESTDIR=${pkgdir} install-bee
+  chmod 644 ${pkgdir}/usr/lib/bigloo/${_pkgver%-*}/*.a
+}

Deleted: bigloo.install
===
--- bigloo.install  2013-01-24 13:16:54 UTC (rev 175917)
+++ bigloo.install  2013-01-24 13:18:15 UTC (rev 175918)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(bigloo.info bdb.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: bigloo/repos/extra-i686/bigloo.install (from rev 175917, 
bigloo/trunk/bigloo.install)
===
--- bigloo.install  (rev 0)
+++ bigloo.install  2013-01-24 13:18:15 UTC (rev 175918)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(bigloo.info bdb.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 

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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 14:19:57
  Author: seblu
Revision: 82791

upgpkg: ndisc6 1.0.2-5

- fix FS#33329
- drop rc scripts

Modified:
  ndisc6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 13:12:34 UTC (rev 82790)
+++ PKGBUILD2013-01-24 13:19:57 UTC (rev 82791)
@@ -5,7 +5,7 @@
 
 pkgname=ndisc6
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Collection of IPv6 networking utilities'
 arch=('i686' 'x86_64')
 url='http://www.remlab.net/ndisc6/'
@@ -21,6 +21,8 @@
 
 build() {
   cd $pkgname-$pkgver
+  # patch invalid path
+  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' 
rdnssd/merge-hook.in
   ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
   make
 }



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 14:20:12
  Author: seblu
Revision: 82792

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

Added:
  ndisc6/repos/community-i686/PKGBUILD
(from rev 82791, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-i686/ndisc6.install
(from rev 82791, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-i686/rdnssd.service
(from rev 82791, ndisc6/trunk/rdnssd.service)
  ndisc6/repos/community-x86_64/PKGBUILD
(from rev 82791, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-x86_64/ndisc6.install
(from rev 82791, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-x86_64/rdnssd.service
(from rev 82791, ndisc6/trunk/rdnssd.service)
Deleted:
  ndisc6/repos/community-i686/PKGBUILD
  ndisc6/repos/community-i686/ndisc6.install
  ndisc6/repos/community-i686/rdnssd.confd
  ndisc6/repos/community-i686/rdnssd.rc.d
  ndisc6/repos/community-i686/rdnssd.service
  ndisc6/repos/community-x86_64/PKGBUILD
  ndisc6/repos/community-x86_64/ndisc6.install
  ndisc6/repos/community-x86_64/rdnssd.confd
  ndisc6/repos/community-x86_64/rdnssd.rc.d
  ndisc6/repos/community-x86_64/rdnssd.service

-+
 community-i686/PKGBUILD |   80 ++
 community-i686/ndisc6.install   |   11 +++--
 community-i686/rdnssd.confd |8 ---
 community-i686/rdnssd.rc.d  |   51 
 community-i686/rdnssd.service   |   24 +--
 community-x86_64/PKGBUILD   |   80 ++
 community-x86_64/ndisc6.install |   11 +++--
 community-x86_64/rdnssd.confd   |8 ---
 community-x86_64/rdnssd.rc.d|   51 
 community-x86_64/rdnssd.service |   24 +--
 10 files changed, 116 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 13:19:57 UTC (rev 82791)
+++ community-i686/PKGBUILD 2013-01-24 13:20:12 UTC (rev 82792)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon ch...@the-brannons.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-pkgname=ndisc6
-pkgver=1.0.2
-pkgrel=4
-pkgdesc=A collection of IPv6 networking utilities - ndisc6, rdisc6, 
tcptraceroute6, tracert6, rltraceroute6, tcpspray6
-arch=('i686' 'x86_64')
-url=http://www.remlab.net/ndisc6/;
-license=(GPL)
-depends=('glibc' 'perl')
-makedepends=('glibc' 'gcc')
-options=(!emptydirs)
-install=ndisc6.install
-source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2
-rdnssd.rc.d
-   rdnssd.confd
-   rdnssd.service)
-md5sums=('50cb4c19606cf6ff2b7388e71832f579'
- '3421fd731c4da4f9e07fc6b6ff4e5084'
- 'f1910902932e2622fc166960819db6c4'
- 'beeb4f033e9eb951e2de962f609c7c2a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/rdnssd.rc.d $pkgdir/etc/rc.d/rdnssd
-  install -Dm644 $srcdir/rdnssd.confd $pkgdir/etc/conf.d/rdnssd
-  install -Dm644 $srcdir/rdnssd.service \
-$pkgdir/usr/lib/systemd/system/rdnssd.service
-
-  install -d $pkgdir/usr/lib/tmpfiles.d
-  echo d /run/rdnssd 0755 nobody root  
$pkgdir/usr/lib/tmpfiles.d/ndisc6.conf
-}

Copied: ndisc6/repos/community-i686/PKGBUILD (from rev 82791, 
ndisc6/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 13:20:12 UTC (rev 82792)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=ndisc6
+pkgver=1.0.2
+pkgrel=5
+pkgdesc='Collection of IPv6 networking utilities'
+arch=('i686' 'x86_64')
+url='http://www.remlab.net/ndisc6/'
+license=('GPL')
+depends=('glibc' 'perl')
+makedepends=('glibc' 'gcc')
+options=(!emptydirs)
+install=ndisc6.install
+source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2;
+ 'rdnssd.service')
+md5sums=('50cb4c19606cf6ff2b7388e71832f579'
+ 'beeb4f033e9eb951e2de962f609c7c2a')
+
+build() {
+  cd $pkgname-$pkgver
+  # patch invalid path
+  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' 
rdnssd/merge-hook.in
+  ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/rdnssd.service 
$pkgdir/usr/lib/systemd/system/rdnssd.service
+  install -Dm644 /dev/null $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  echo 'd /run/rdnssd 0755 nobody root'  
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ndisc6.install

[arch-commits] Commit in (21 files)

2013-01-24 Thread Alexander Rødseth
Date: Thursday, January 24, 2013 @ 15:45:08
  Author: arodseth
Revision: 82826

Winter Cleanup, see arch-dev-public for more information

Deleted:
  dcron/
  espeakup/
  gmerlin-avdecoder/
  iksemel/
  isomaster/
  libmatio/
  libtlen/
  libxml-perl/
  mget/
  multipath-tools/
  nvclock/
  pam-krb5/
  perl-text-wrapi18n/
  pidgin-musictracker/
  python-simplejson/
  python2-gasp/
  python2-pypdf/
  udunits/
  unetbootin/trunk/unetbootin.sh
  vim-nerdcommenter/
  vim-timestamp/

---+
 unetbootin.sh |   24 
 1 file changed, 24 deletions(-)

Deleted: unetbootin/trunk/unetbootin.sh
===
--- unetbootin/trunk/unetbootin.sh  2013-01-24 14:33:45 UTC (rev 82825)
+++ unetbootin/trunk/unetbootin.sh  2013-01-24 14:45:08 UTC (rev 82826)
@@ -1,24 +0,0 @@
-#!/bin/sh
-# wrapper script for starting unetbootin with root permissions
-ELF=/usr/bin/unetbootin.elf
-if [ -e /usr/bin/pkexec ]; then
-  pkexec $ELF  exit 0
-fi
-if [ -z $KDE_FULL_SESSION ]; then
-  if [ -e /usr/bin/gksudo ]; then
-  gksudo $ELF  exit 0
-  fi
-  if [ -e /usr/bin/gksu ]; then
-  gksu $ELF  exit 0
-  fi
-  echo 'Could not use pkexec, gksudo or gksu'
-  $ELF  exit 0 || exit 1
-fi  
-if [ -e /usr/bin/kdesudo ]; then
-  kdesudo $ELF  exit 0
-fi
-if [ -e /usr/bin/kdesu ]; then
-  kdesu $ELF  exit 0
-fi
-echo 'Could not use kdesudo or kdesu'
-$ELF



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

2013-01-24 Thread Sergej Pupykin
Date: Thursday, January 24, 2013 @ 16:20:52
  Author: spupykin
Revision: 82827

upgpkg: opendkim 2.7.4-1

upd

Modified:
  opendkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 14:45:08 UTC (rev 82826)
+++ PKGBUILD2013-01-24 15:20:52 UTC (rev 82827)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Jost schno...@schnouki.net
 
 pkgname=opendkim
-pkgver=2.7.0
+pkgver=2.7.4
 pkgrel=1
 pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
opendkim.conf
opendkim.rc
opendkim.service)
-md5sums=('ec3f38e6b612c58cd3b4dabfd923274a'
+md5sums=('310063cabe530eb0b5c16103334b3bb0'
  '3e2bb1058ac0662f01e675aa6ac7ee8f'
  '093f5c098a45cc68753f97e45a5b374c'
  'bc1b73856bc1941faaa4842e00437cb5')



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

2013-01-24 Thread Sergej Pupykin
Date: Thursday, January 24, 2013 @ 16:21:21
  Author: spupykin
Revision: 82828

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 82827, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 82827, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 82827, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.rc
(from rev 82827, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-i686/opendkim.service
(from rev 82827, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 82827, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 82827, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 82827, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.rc
(from rev 82827, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 82827, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.rc
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.rc
  opendkim/repos/community-x86_64/opendkim.service

---+
 community-i686/PKGBUILD   |  118 ++--
 community-i686/opendkim.conf  |2 
 community-i686/opendkim.install   |   22 +++---
 community-i686/opendkim.rc|   78 +++
 community-i686/opendkim.service   |   22 +++---
 community-x86_64/PKGBUILD |  118 ++--
 community-x86_64/opendkim.conf|2 
 community-x86_64/opendkim.install |   22 +++---
 community-x86_64/opendkim.rc  |   78 +++
 community-x86_64/opendkim.service |   22 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 15:20:52 UTC (rev 82827)
+++ community-i686/PKGBUILD 2013-01-24 15:21:21 UTC (rev 82828)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.7.0
-pkgrel=1
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl)
-makedepends=(libmilter)
-options=(!libtool !emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.rc
-   opendkim.service)
-md5sums=('ec3f38e6b612c58cd3b4dabfd923274a'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '093f5c098a45cc68753f97e45a5b374c'
- 'bc1b73856bc1941faaa4842e00437cb5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-
-  # Init script
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-  install -Dm755 $srcdir/opendkim.rc $pkgdir/etc/rc.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 82827, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 15:21:21 UTC (rev 82828)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.7.4
+pkgrel=1
+pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
+arch=(i686 x86_64)
+url=http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=(db openssl)
+makedepends=(libmilter)
+options=(!libtool 

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

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 16:24:30
  Author: fyan
Revision: 82829

upgpkg: python-bottle 0.11.5-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 15:21:21 UTC (rev 82828)
+++ PKGBUILD2013-01-24 15:24:30 UTC (rev 82829)
@@ -6,8 +6,8 @@
 
 pkgbase=python-bottle
 pkgname=(python-bottle python2-bottle)
-pkgver=0.11.4
-pkgrel=2
+pkgver=0.11.5
+pkgrel=1
 pkgdesc=A fast and simple micro-framework for small web-applications
 arch=(any)
 url=http://bottlepy.org;
@@ -40,4 +40,4 @@
   mv $pkgdir/usr/bin/bottle.py{,2}
 }
   
-md5sums=('cab1d6179f2a6573b868d769e0c9bcf9')
+md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')



[arch-commits] Commit in python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 16:25:20
  Author: fyan
Revision: 82830

archrelease: copy trunk to community-any

Added:
  python-bottle/repos/community-any/PKGBUILD
(from rev 82829, python-bottle/trunk/PKGBUILD)
Deleted:
  python-bottle/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 15:24:30 UTC (rev 82829)
+++ PKGBUILD2013-01-24 15:25:20 UTC (rev 82830)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.11.4
-pkgrel=2
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd ${srcdir}/bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-md5sums=('cab1d6179f2a6573b868d769e0c9bcf9')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 82829, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 15:25:20 UTC (rev 82830)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.11.5
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2')
+source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  cp -r bottle-${pkgver} python2-bottle-${pkgver}
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd ${srcdir}/bottle-${pkgver}
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd ${srcdir}/python2-bottle-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')



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

2013-01-24 Thread Alexander Rødseth
Date: Thursday, January 24, 2013 @ 16:29:09
  Author: arodseth
Revision: 82831

pkexec fix + message

Modified:
  unetbootin/trunk/PKGBUILD
  unetbootin/trunk/unetbootin.install

+
 PKGBUILD   |   12 ++--
 unetbootin.install |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 15:25:20 UTC (rev 82830)
+++ PKGBUILD2013-01-24 15:29:09 UTC (rev 82831)
@@ -6,18 +6,16 @@
 
 pkgname=unetbootin
 pkgver=583
-pkgrel=1
+pkgrel=3
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
-url=http://unetbootin.sourceforge.net/;
-depends=('syslinux' 'p7zip' 'qt' 'mtools' 'xorg-xmessage' 'desktop-file-utils' 
'gtk-update-icon-cache' 'polkit')
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt' 'mtools' 'xorg-xmessage' 'desktop-file-utils' 
'gtk-update-icon-cache' 'polkit' 'polkit-gnome')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-$pkgname.sh
 'org.archlinux.pkexec.unetbootin.policy')
 sha256sums=('0fba985a6d4a7a4c388cb99d100cb46fbd9bbae831501ad887a8d5f148a24029'
-'77cd9824c4aecf668ce8b53418d7ac9ebb191b4a592c9ba9d2e430545476cb01'
 '4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
 
 build() {
@@ -27,6 +25,9 @@
   lrelease $pkgname.pro
   qmake
   make
+
+  echo '#!/bin/sh'  $pkgname.sh
+  echo 'pkexec /usr/bin/unetbootin.elf'  $pkgname.sh
 }
 
 package() {
@@ -34,7 +35,6 @@
 
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
   install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
-  #ln -s /usr/bin/ponysu $pkgdir/usr/bin/$pkgname
 
   mkdir -p $pkgdir/usr/share/$pkgname
   install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/

Modified: unetbootin.install
===
--- unetbootin.install  2013-01-24 15:25:20 UTC (rev 82830)
+++ unetbootin.install  2013-01-24 15:29:09 UTC (rev 82831)
@@ -1,6 +1,9 @@
 post_install() {
   gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
   update-desktop-database -q
+  echo 'If you use a lightweight windowmanager, remember to run'
+  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
+  echo 'graphical authentication, which may be needed for pkexec to work.'
 }
 
 post_upgrade() {



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

2013-01-24 Thread Alexander Rødseth
Date: Thursday, January 24, 2013 @ 16:29:22
  Author: arodseth
Revision: 82832

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 82831, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 82831, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 82831, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 82831, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 82831, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 82831, unetbootin/trunk/unetbootin.install)

-+
 community-i686/PKGBUILD |   51 ++
 community-i686/unetbootin.install   |   17 +++
 community-x86_64/PKGBUILD   |   51 ++
 community-x86_64/unetbootin.install |   17 +++
 4 files changed, 136 insertions(+)

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 82831, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 15:29:22 UTC (rev 82832)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
+# Contributor: Michai Coman mi...@m1x.ro
+
+pkgname=unetbootin
+pkgver=583
+pkgrel=3
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt' 'mtools' 'xorg-xmessage' 'desktop-file-utils' 
'gtk-update-icon-cache' 'polkit' 'polkit-gnome')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
+'org.archlinux.pkexec.unetbootin.policy')
+sha256sums=('0fba985a6d4a7a4c388cb99d100cb46fbd9bbae831501ad887a8d5f148a24029'
+'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
+
+build() {
+  cd $srcdir
+
+  lupdate $pkgname.pro
+  lrelease $pkgname.pro
+  qmake
+  make
+
+  echo '#!/bin/sh'  $pkgname.sh
+  echo 'pkexec /usr/bin/unetbootin.elf'  $pkgname.sh
+}
+
+package() {
+  cd $srcdir
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
+  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  for i in 16 22 24 32 48 256; do
+install -D ${pkgname}_${i}.png \
+  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
+  done
+  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
+$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
+}
+
+# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy 
(from rev 82831, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
===
(Binary files differ)

Copied: unetbootin/repos/community-i686/unetbootin.install (from rev 82831, 
unetbootin/trunk/unetbootin.install)
===
--- community-i686/unetbootin.install   (rev 0)
+++ community-i686/unetbootin.install   2013-01-24 15:29:22 UTC (rev 82832)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+  echo 'If you use a lightweight windowmanager, remember to run'
+  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
+  echo 'graphical authentication, which may be needed for pkexec to work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-x86_64/PKGBUILD (from rev 82831, 
unetbootin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-24 15:29:22 UTC (rev 82832)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
+# Contributor: Michai Coman mi...@m1x.ro
+
+pkgname=unetbootin
+pkgver=583
+pkgrel=3
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt' 

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

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 17:37:16
  Author: fyan
Revision: 82833

upgpkg: boinc 7.0.45-1

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 15:29:22 UTC (rev 82832)
+++ PKGBUILD2013-01-24 16:37:16 UTC (rev 82833)
@@ -5,9 +5,9 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.0.44
+pkgver=7.0.45
 _tag=client_release_$pkgver
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://boinc.berkeley.edu/;
 license=('LGPL')



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

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 17:39:36
  Author: fyan
Revision: 82834

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

Deleted:
  boinc/repos/community-testing-i686/PKGBUILD
  boinc/repos/community-testing-i686/boinc-AM_CONDITIONAL.patch
  boinc/repos/community-testing-x86_64/PKGBUILD
  boinc/repos/community-testing-x86_64/boinc-AM_CONDITIONAL.patch

-+
 community-testing-i686/PKGBUILD |  142 --
 community-testing-i686/boinc-AM_CONDITIONAL.patch   |   19 --
 community-testing-x86_64/PKGBUILD   |  142 --
 community-testing-x86_64/boinc-AM_CONDITIONAL.patch |   19 --
 4 files changed, 322 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-01-24 16:37:16 UTC (rev 82833)
+++ community-testing-i686/PKGBUILD 2013-01-24 16:39:36 UTC (rev 82834)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgbase=boinc
-pkgname=(boinc boinc-nox)
-pkgver=7.0.44
-_tag=client_release_$pkgver
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://boinc.berkeley.edu/;
-license=('LGPL')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'sqlite3' 'curl')
-options=('!libtool')
-install=$pkgbase.install
-source=(boinc.rc
-   boinc.bash
-   boinc.desktop
-   boinc.service
-   boinc-AM_CONDITIONAL.patch)
-
-__gitroot=git://boinc.berkeley.edu/boinc.git
-__gitname=boinc
-
-build() {
-  cd ${srcdir}
-  msg Connecting to GIT server
-  if [ -d $__gitname ] ; then
-cd $__gitname  git pull origin
-msg The local files are updated.
-  else
-git clone $__gitroot
-  fi
-
-  msg GIT checkout done or server timeout
-  msg Starting make...
-  
-  # Build boinc
-  rm -rf $srcdir/$__gitname-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-build
-  cd $srcdir/$__gitname-build
-  git checkout $_tag
-
-  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
-
-  ./_autosetup
-
-  LDFLAGS='-lX11' ./configure \
---prefix=/usr \
---disable-server \
---enable-unicode \
---with-ssl \
---enable-dynamic-client-linkage \
---with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config) \
---disable-static \
---enable-client \
---enable-manager \
---with-x
-  make
-
-  # Build boinc-nox
-  rm -rf $srcdir/$__gitname-nox-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-nox-build
-  cd $srcdir/$__gitname-nox-build
-  git checkout $_tag
-
-  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
-
-  ./_autosetup
-
-  PKG_CONFIG=$(which pkg-config) ./configure \
---prefix=/usr \
---disable-server \
---enable-unicode \
---with-ssl \
---enable-dynamic-client-linkage \
---disable-xss \
---disable-static \
---enable-client \
---disable-manager \
---without-wxdir \
---without-x
-  make
-}
-
-package_boinc() {
-  pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
-  depends=(libxss libnotify wxgtk curl sqlite3)
-
-  cd $srcdir/$__gitname-build
-
-  make DESTDIR=$pkgdir install
-
-#install rc-script
-  install -Dm755 ${srcdir}/$pkgbase.rc ${pkgdir}/etc/rc.d/$pkgbase
-
-#install systemd unit
-  install -Dm644 ${srcdir}/$pkgbase.service 
${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-
-#install bash-completion
-  install -Dm644 ${srcdir}/$pkgbase.bash 
${pkgdir}/usr/share/bash-completion/completions/$pkgbase
-
-#install .desktop File
-  install -Dm644 ${srcdir}/${pkgbase}.desktop 
${pkgdir}/usr/share/applications/${pkgbase}.desktop
-
-#install icons
-  install -Dm644 ${srcdir}/${pkgbase}-build/clientgui/res/boincmgr.48x48.png 
${pkgdir}/usr/share/pixmaps/$pkgbase.png
-
-#killing /etc/init.d directory
-  rm -rf ${pkgdir}/etc/init.d
-}
-
-package_boinc-nox() {
-  pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop 
without Xorg dependencies
-  depends=(curl)
-  provides=(boinc)
-  conflicts=(boinc)
-
-  cd $srcdir/$__gitname-nox-build
-
-  make DESTDIR=$pkgdir install
-
-#install rc-script
-  install -Dm755 ${srcdir}/$pkgbase.rc ${pkgdir}/etc/rc.d/$pkgbase
-
-#install systemd unit
-  install -Dm644 ${srcdir}/$pkgbase.service 
${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-
-#install bash-completion
-  install -Dm644 ${srcdir}/$pkgbase.bash 
${pkgdir}/usr/share/bash-completion/completions/$pkgbase
-
-#killing /etc/init.d directory
-  rm -rf ${pkgdir}/etc/init.d
-}
-
-md5sums=('c6dadc333f982ea7b548602a70bd1e93'
- '4d00e1aa4090a3f51feb20f5a541b9ee'
- 'db62de2f08117e6379a3c613b58fa7ff'
- '3d5cbab785cc8b004661b17c65883fd5'
- 'e27047518dec54d4db38816487a28661')

Deleted: community-testing-i686/boinc-AM_CONDITIONAL.patch

[arch-commits] Commit in boinc/repos (24 files)

2013-01-24 Thread Felix Yan
Date: Thursday, January 24, 2013 @ 17:47:45
  Author: fyan
Revision: 82835

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

Added:
  boinc/repos/community-testing-i686/PKGBUILD
(from rev 82834, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-i686/boinc-AM_CONDITIONAL.patch
(from rev 82834, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-i686/boinc.bash
(from rev 82834, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-i686/boinc.desktop
(from rev 82834, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-i686/boinc.install
(from rev 82834, boinc/trunk/boinc.install)
  boinc/repos/community-testing-i686/boinc.rc
(from rev 82834, boinc/trunk/boinc.rc)
  boinc/repos/community-testing-i686/boinc.service
(from rev 82834, boinc/trunk/boinc.service)
  boinc/repos/community-testing-x86_64/PKGBUILD
(from rev 82834, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-x86_64/boinc-AM_CONDITIONAL.patch
(from rev 82834, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-x86_64/boinc.bash
(from rev 82834, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-x86_64/boinc.desktop
(from rev 82834, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-x86_64/boinc.install
(from rev 82834, boinc/trunk/boinc.install)
  boinc/repos/community-testing-x86_64/boinc.rc
(from rev 82834, boinc/trunk/boinc.rc)
  boinc/repos/community-testing-x86_64/boinc.service
(from rev 82834, boinc/trunk/boinc.service)
Deleted:
  boinc/repos/community-testing-i686/boinc.bash
  boinc/repos/community-testing-i686/boinc.desktop
  boinc/repos/community-testing-i686/boinc.install
  boinc/repos/community-testing-i686/boinc.rc
  boinc/repos/community-testing-i686/boinc.service
  boinc/repos/community-testing-x86_64/boinc.bash
  boinc/repos/community-testing-x86_64/boinc.desktop
  boinc/repos/community-testing-x86_64/boinc.install
  boinc/repos/community-testing-x86_64/boinc.rc
  boinc/repos/community-testing-x86_64/boinc.service

-+
 community-testing-i686/PKGBUILD |  142 
 community-testing-i686/boinc-AM_CONDITIONAL.patch   |   19 +
 community-testing-i686/boinc.bash   |  198 +-
 community-testing-i686/boinc.desktop|   32 +-
 community-testing-i686/boinc.install|   46 ++--
 community-testing-i686/boinc.rc |  104 -
 community-testing-i686/boinc.service|   20 -
 community-testing-x86_64/PKGBUILD   |  142 
 community-testing-x86_64/boinc-AM_CONDITIONAL.patch |   19 +
 community-testing-x86_64/boinc.bash |  198 +-
 community-testing-x86_64/boinc.desktop  |   32 +-
 community-testing-x86_64/boinc.install  |   46 ++--
 community-testing-x86_64/boinc.rc   |  104 -
 community-testing-x86_64/boinc.service  |   20 -
 14 files changed, 722 insertions(+), 400 deletions(-)

Copied: boinc/repos/community-testing-i686/PKGBUILD (from rev 82834, 
boinc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-01-24 16:47:45 UTC (rev 82835)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgbase=boinc
+pkgname=(boinc boinc-nox)
+pkgver=7.0.45
+_tag=client_release_$pkgver
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://boinc.berkeley.edu/;
+license=('LGPL')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'sqlite3' 'curl')
+options=('!libtool')
+install=$pkgbase.install
+source=(boinc.rc
+   boinc.bash
+   boinc.desktop
+   boinc.service
+   boinc-AM_CONDITIONAL.patch)
+
+__gitroot=git://boinc.berkeley.edu/boinc.git
+__gitname=boinc
+
+build() {
+  cd ${srcdir}
+  msg Connecting to GIT server
+  if [ -d $__gitname ] ; then
+cd $__gitname  git pull origin
+msg The local files are updated.
+  else
+git clone $__gitroot
+  fi
+
+  msg GIT checkout done or server timeout
+  msg Starting make...
+  
+  # Build boinc
+  rm -rf $srcdir/$__gitname-build
+  git clone $srcdir/$__gitname $srcdir/$__gitname-build
+  cd $srcdir/$__gitname-build
+  git checkout $_tag
+
+  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
+
+  ./_autosetup
+
+  LDFLAGS='-lX11' ./configure \
+--prefix=/usr \
+--disable-server \
+--enable-unicode \
+--with-ssl \
+--enable-dynamic-client-linkage \
+--with-wxdir=/usr/lib \
+--with-wx-config=$(which wx-config) \
+--disable-static \
+--enable-client \
+--enable-manager \
+--with-x
+  make
+
+  # Build boinc-nox
+  rm -rf 

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

2013-01-24 Thread Ionuț Mircea Bîru
Date: Thursday, January 24, 2013 @ 21:03:16
  Author: ioni
Revision: 82836

update to 3.6.2

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 16:47:45 UTC (rev 82835)
+++ PKGBUILD2013-01-24 20:03:16 UTC (rev 82836)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
 pkgname=gnote
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc=A note taking application.
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f1f62ccf9cce1eef2ee2b41039360f946f3b4223983ca52223ccb6687a59f2f9')
+sha256sums=('38f3b069874658f281445e04b8376d946580e4a5e39620f7e30fdd8216d46c1e')
 
 build() {
 cd $pkgname-$pkgver



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

2013-01-24 Thread Ionuț Mircea Bîru
Date: Thursday, January 24, 2013 @ 21:04:23
  Author: ioni
Revision: 82837

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

Added:
  gnote/repos/community-i686/PKGBUILD
(from rev 82836, gnote/trunk/PKGBUILD)
  gnote/repos/community-i686/gnote.install
(from rev 82836, gnote/trunk/gnote.install)
  gnote/repos/community-x86_64/PKGBUILD
(from rev 82836, gnote/trunk/PKGBUILD)
  gnote/repos/community-x86_64/gnote.install
(from rev 82836, gnote/trunk/gnote.install)
Deleted:
  gnote/repos/community-i686/PKGBUILD
  gnote/repos/community-i686/gnote.install
  gnote/repos/community-x86_64/PKGBUILD
  gnote/repos/community-x86_64/gnote.install

+
 community-i686/PKGBUILD|   66 +++
 community-i686/gnote.install   |   42 
 community-x86_64/PKGBUILD  |   66 +++
 community-x86_64/gnote.install |   42 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 20:03:16 UTC (rev 82836)
+++ community-i686/PKGBUILD 2013-01-24 20:04:23 UTC (rev 82837)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=A note taking application.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-options=('!libtool')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f1f62ccf9cce1eef2ee2b41039360f946f3b4223983ca52223ccb6687a59f2f9')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 82836, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 20:04:23 UTC (rev 82837)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('38f3b069874658f281445e04b8376d946580e4a5e39620f7e30fdd8216d46c1e')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2013-01-24 20:03:16 UTC (rev 82836)
+++ community-i686/gnote.install2013-01-24 20:04:23 UTC (rev 82837)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 82836, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-01-24 20:04:23 UTC (rev 82837)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 00:13:07
  Author: arodseth
Revision: 82838

upgpkg: python-pymongo 2.4.2-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 20:04:23 UTC (rev 82837)
+++ PKGBUILD2013-01-24 23:13:07 UTC (rev 82838)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='Python driver for MongoDB'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 url='http://pypi.python.org/pypi/pymongo/'
 makedepends=('python-distribute' 'python2-distribute')
 
source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
+sha256sums=('6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f')
 
 build() {
   cd $srcdir



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

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 00:13:20
  Author: arodseth
Revision: 82839

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

Added:
  python-pymongo/repos/community-i686/PKGBUILD
(from rev 82838, python-pymongo/trunk/PKGBUILD)
  python-pymongo/repos/community-x86_64/PKGBUILD
(from rev 82838, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-i686/PKGBUILD
  python-pymongo/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   70 ++--
 community-x86_64/PKGBUILD |   70 ++--
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-24 23:13:07 UTC (rev 82838)
+++ community-i686/PKGBUILD 2013-01-24 23:13:20 UTC (rev 82839)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Python driver for MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
-
-build() {
-  cd $srcdir
-  cp -a pymongo-$pkgver pymongo2-$pkgver
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-  cd $srcdir/pymongo2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-  cd $srcdir/pymongo-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 82838, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-24 23:13:20 UTC (rev 82839)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='Python driver for MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha256sums=('6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f')
+
+build() {
+  cd $srcdir
+  cp -a pymongo-$pkgver pymongo2-$pkgver
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+  cd $srcdir/pymongo2-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+  cd $srcdir/pymongo-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-24 23:13:07 UTC (rev 82838)
+++ community-x86_64/PKGBUILD   2013-01-24 23:13:20 UTC (rev 82839)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Python driver for MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
-
-build() {
-  cd $srcdir
-  cp -a pymongo-$pkgver pymongo2-$pkgver
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-  cd $srcdir/pymongo2-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-  cd $srcdir/pymongo-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-x86_64/PKGBUILD (from rev 82838, 
python-pymongo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-24 23:13:20 UTC (rev 82839)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-pymongo

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

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 00:50:24
  Author: arodseth
Revision: 82840

Fix for FS#33510

Modified:
  python2-pylorcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 23:13:20 UTC (rev 82839)
+++ PKGBUILD2013-01-24 23:50:24 UTC (rev 82840)
@@ -5,12 +5,13 @@
 
 pkgname=python2-pylorcon
 pkgver=2
-pkgrel=2
-pkgdesc=Python wrapper for the LORCON (Loss Of Radio CONnectivity) library
+pkgrel=3
+_pyver=2.7
+pkgdesc='Wrapper for the LORCON (Loss Of Radio CONnectivity) library'
 arch=('any')
-url=https://github.com/tom5760/pylorcon2;
+url='https://github.com/tom5760/pylorcon2'
 license=('GPL2')
-depends=('python2=2.7' 'lorcon')
+depends=(python2=$pyver 'lorcon')
 replaces=('pylorcon')
 
source=(pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master;)
 sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
@@ -24,7 +25,8 @@
 package() {
   cd $srcdir/tom5760-pylorcon2-aeb74d1/
 
-  install -Dm644 lorcon.py $pkgdir/usr/lib/python2.7/site-packages/lorcon.py
+  install -Dm644 lorcon.py \
+$pkgdir/usr/lib/python2.7/site-packages/PyLorcon2.py
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in python2-pylorcon/repos/community-any (PKGBUILD PKGBUILD)

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 00:50:32
  Author: arodseth
Revision: 82841

archrelease: copy trunk to community-any

Added:
  python2-pylorcon/repos/community-any/PKGBUILD
(from rev 82840, python2-pylorcon/trunk/PKGBUILD)
Deleted:
  python2-pylorcon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-24 23:50:24 UTC (rev 82840)
+++ PKGBUILD2013-01-24 23:50:32 UTC (rev 82841)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: fnord0 fnord0 AT riseup DOT net
-
-pkgname=python2-pylorcon
-pkgver=2
-pkgrel=2
-pkgdesc=Python wrapper for the LORCON (Loss Of Radio CONnectivity) library
-arch=('any')
-url=https://github.com/tom5760/pylorcon2;
-license=('GPL2')
-depends=('python2=2.7' 'lorcon')
-replaces=('pylorcon')
-source=(pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master;)
-sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
-
-build() {
-  cd $srcdir/tom5760-pylorcon2-aeb74d1/
-
-  sed -i '0,/on/s//on2/' lorcon.py
-}
-
-package() {
-  cd $srcdir/tom5760-pylorcon2-aeb74d1/
-
-  install -Dm644 lorcon.py $pkgdir/usr/lib/python2.7/site-packages/lorcon.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pylorcon/repos/community-any/PKGBUILD (from rev 82840, 
python2-pylorcon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-24 23:50:32 UTC (rev 82841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=python2-pylorcon
+pkgver=2
+pkgrel=3
+_pyver=2.7
+pkgdesc='Wrapper for the LORCON (Loss Of Radio CONnectivity) library'
+arch=('any')
+url='https://github.com/tom5760/pylorcon2'
+license=('GPL2')
+depends=(python2=$pyver 'lorcon')
+replaces=('pylorcon')
+source=(pylorcon2.zip::https://github.com/tom5760/pylorcon$pkgver/zipball/master;)
+sha256sums=('194bf213b67823f657e22c025fce6664c66ac0cb8be7b4a497584c01fa6deaec')
+
+build() {
+  cd $srcdir/tom5760-pylorcon2-aeb74d1/
+
+  sed -i '0,/on/s//on2/' lorcon.py
+}
+
+package() {
+  cd $srcdir/tom5760-pylorcon2-aeb74d1/
+
+  install -Dm644 lorcon.py \
+$pkgdir/usr/lib/python2.7/site-packages/PyLorcon2.py
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (11 files)

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 01:09:06
  Author: arodseth
Revision: 82842

re-added

Added:
  python-simplejson/
  python-simplejson/repos/
  python-simplejson/repos/community-i686/
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-i686/python-simplejson.changelog
  python-simplejson/repos/community-x86_64/
  python-simplejson/repos/community-x86_64/PKGBUILD
  python-simplejson/repos/community-x86_64/python-simplejson.changelog
  python-simplejson/trunk/
  python-simplejson/trunk/PKGBUILD
  python-simplejson/trunk/python-simplejson.changelog

+
 repos/community-i686/PKGBUILD  |   39 +++
 repos/community-i686/python-simplejson.changelog   |   20 +
 repos/community-x86_64/PKGBUILD|   39 +++
 repos/community-x86_64/python-simplejson.changelog |   20 +
 trunk/PKGBUILD |   39 +++
 trunk/python-simplejson.changelog  |   20 +
 6 files changed, 177 insertions(+)

Added: python-simplejson/repos/community-i686/PKGBUILD
===
--- python-simplejson/repos/community-i686/PKGBUILD 
(rev 0)
+++ python-simplejson/repos/community-i686/PKGBUILD 2013-01-25 00:09:06 UTC 
(rev 82842)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
+license=('MIT')
+arch=('i686' 'x86_64')
+url=http://undefined.org/python/#simplejson;
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+  true
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd ${srcdir}/simplejson-simplejson-*
+  python setup.py install --root=${pkgdir}
+  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd ${srcdir}/simplejson-simplejson-*
+  python2 setup.py install --root=${pkgdir}
+  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Added: python-simplejson/repos/community-i686/python-simplejson.changelog
===
--- python-simplejson/repos/community-i686/python-simplejson.changelog  
(rev 0)
+++ python-simplejson/repos/community-i686/python-simplejson.changelog  
2013-01-25 00:09:06 UTC (rev 82842)
@@ -0,0 +1,20 @@
+2012-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * python-simplejson 2.6.1-1
+
+2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * python-simplejson 2.5.2-1
+
+2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * python-simplejson 2.3.3-1
+
+2011-10-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * python-simplejson 2.2.1-1
+
+2011-05-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * python-simplejson 2.1.3-1
+
+2010-05-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 2.1.1
+
+2010-03-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 2.1.0

Added: python-simplejson/repos/community-x86_64/PKGBUILD
===
--- python-simplejson/repos/community-x86_64/PKGBUILD   
(rev 0)
+++ python-simplejson/repos/community-x86_64/PKGBUILD   2013-01-25 00:09:06 UTC 
(rev 82842)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
+license=('MIT')
+arch=('i686' 'x86_64')
+url=http://undefined.org/python/#simplejson;
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+  true
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd ${srcdir}/simplejson-simplejson-*
+  python setup.py install --root=${pkgdir}
+  install -Dm644 

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

2013-01-24 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 01:09:28
  Author: arodseth
Revision: 82843

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 82842, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-i686/python-simplejson.changelog
(from rev 82842, python-simplejson/trunk/python-simplejson.changelog)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 82842, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/python-simplejson.changelog
(from rev 82842, python-simplejson/trunk/python-simplejson.changelog)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-i686/python-simplejson.changelog
  python-simplejson/repos/community-x86_64/PKGBUILD
  python-simplejson/repos/community-x86_64/python-simplejson.changelog

--+
 community-i686/PKGBUILD  |   78 -
 community-i686/python-simplejson.changelog   |   40 ++--
 community-x86_64/PKGBUILD|   78 -
 community-x86_64/python-simplejson.changelog |   40 ++--
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 00:09:06 UTC (rev 82842)
+++ community-i686/PKGBUILD 2013-01-25 00:09:28 UTC (rev 82843)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=(python-simplejson python2-simplejson)
-pkgver=3.0.7
-pkgrel=2
-pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
-license=('MIT')
-arch=('i686' 'x86_64')
-url=http://undefined.org/python/#simplejson;
-makedepends=('python' 'python2-distribute')
-changelog=python-simplejson.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
-md5sums=('fc9013eab6330514196a7f19c2cff386')
-
-build() {
-  true
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd ${srcdir}/simplejson-simplejson-*
-  python setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd ${srcdir}/simplejson-simplejson-*
-  python2 setup.py install --root=${pkgdir}
-  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 82842, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 00:09:28 UTC (rev 82843)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc=Simple, fast, extensible JSON encoder/decoder for Python
+license=('MIT')
+arch=('i686' 'x86_64')
+url=http://undefined.org/python/#simplejson;
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+  true
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd ${srcdir}/simplejson-simplejson-*
+  python setup.py install --root=${pkgdir}
+  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd ${srcdir}/simplejson-simplejson-*
+  python2 setup.py install --root=${pkgdir}
+  install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/python-simplejson.changelog
===
--- community-i686/python-simplejson.changelog  2013-01-25 00:09:06 UTC (rev 
82842)
+++ community-i686/python-simplejson.changelog  2013-01-25 00:09:28 UTC (rev 
82843)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.3.3-1
-
-2011-10-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * 

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

2013-01-24 Thread Kyle Keen
Date: Friday, January 25, 2013 @ 01:58:35
  Author: kkeen
Revision: 82844

upgpkg: multitail 5.2.12-1

Modified:
  multitail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 00:09:28 UTC (rev 82843)
+++ PKGBUILD2013-01-25 00:58:35 UTC (rev 82844)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Carvajal robe...@archlinux.org
 
 pkgname=multitail
-pkgver=5.2.11
+pkgver=5.2.12
 pkgrel=1
 pkgdesc=Lets you view one or multiple files like the original tail program
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses')
 backup=('etc/multitail.conf')
 source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('2dc525c718ed99265ad3f6e09e6d2e4a')
+md5sums=('15fc4a54778327192b0b5f1c0005a1b3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-24 Thread Kyle Keen
Date: Friday, January 25, 2013 @ 02:03:39
  Author: kkeen
Revision: 82845

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

Added:
  multitail/repos/community-i686/PKGBUILD
(from rev 82844, multitail/trunk/PKGBUILD)
  multitail/repos/community-x86_64/PKGBUILD
(from rev 82844, multitail/trunk/PKGBUILD)
Deleted:
  multitail/repos/community-i686/PKGBUILD
  multitail/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   58 ++--
 community-x86_64/PKGBUILD |   58 ++--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 00:58:35 UTC (rev 82844)
+++ community-i686/PKGBUILD 2013-01-25 01:03:39 UTC (rev 82845)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Roberto Carvajal robe...@archlinux.org
-
-pkgname=multitail
-pkgver=5.2.11
-pkgrel=1
-pkgdesc=Lets you view one or multiple files like the original tail program
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.vanheusden.com/multitail;
-depends=('ncurses')
-backup=('etc/multitail.conf')
-source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('2dc525c718ed99265ad3f6e09e6d2e4a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
-  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
-  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: multitail/repos/community-i686/PKGBUILD (from rev 82844, 
multitail/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 01:03:39 UTC (rev 82845)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Roberto Carvajal robe...@archlinux.org
+
+pkgname=multitail
+pkgver=5.2.12
+pkgrel=1
+pkgdesc=Lets you view one or multiple files like the original tail program
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.vanheusden.com/multitail;
+depends=('ncurses')
+backup=('etc/multitail.conf')
+source=(${url}/${pkgname}-${pkgver}.tgz)
+md5sums=('15fc4a54778327192b0b5f1c0005a1b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
+  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
+  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
+}
+# vim: ts=2 sw=2 et ft=sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-25 00:58:35 UTC (rev 82844)
+++ community-x86_64/PKGBUILD   2013-01-25 01:03:39 UTC (rev 82845)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Roberto Carvajal robe...@archlinux.org
-
-pkgname=multitail
-pkgver=5.2.11
-pkgrel=1
-pkgdesc=Lets you view one or multiple files like the original tail program
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.vanheusden.com/multitail;
-depends=('ncurses')
-backup=('etc/multitail.conf')
-source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('2dc525c718ed99265ad3f6e09e6d2e4a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
-  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
-  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: multitail/repos/community-x86_64/PKGBUILD (from rev 82844, 
multitail/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 01:03:39 UTC (rev 82845)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Roberto Carvajal robe...@archlinux.org
+
+pkgname=multitail
+pkgver=5.2.12
+pkgrel=1
+pkgdesc=Lets you view one or multiple files like the original tail program
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.vanheusden.com/multitail;
+depends=('ncurses')
+backup=('etc/multitail.conf')
+source=(${url}/${pkgname}-${pkgver}.tgz)
+md5sums=('15fc4a54778327192b0b5f1c0005a1b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
+  install -D -m 644 multitail.1

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

2013-01-24 Thread Gaetan Bisson
Date: Friday, January 25, 2013 @ 02:06:48
  Author: bisson
Revision: 175919

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 175918, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 175918, gnupg/repos/testing-i686/install)
  gnupg/repos/core-i686/protect-tool-env.patch
(from rev 175918, gnupg/repos/testing-i686/protect-tool-env.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 175918, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 175918, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/protect-tool-env.patch
(from rev 175918, gnupg/repos/testing-x86_64/protect-tool-env.patch)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/protect-tool-env.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/protect-tool-env.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   99 +--
 core-i686/install  |   40 +++---
 core-i686/protect-tool-env.patch   |   56 +--
 core-x86_64/PKGBUILD   |   99 +--
 core-x86_64/install|   40 +++---
 core-x86_64/protect-tool-env.patch |   56 +--
 6 files changed, 196 insertions(+), 194 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-01-24 13:18:15 UTC (rev 175918)
+++ core-i686/PKGBUILD  2013-01-25 01:06:48 UTC (rev 175919)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.0.19
-pkgrel=3
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('curl: gpg2keys_curl'
-'libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('curl' 'libldap' 'libusb-compat')
-depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'protect-tool-env.patch')
-sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
-  'f6e6830610a8629b0aad69d789373bf8ca481733'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../protect-tool-env.patch # FS#31900
-   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpg2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 175918, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-01-25 01:06:48 UTC (rev 175919)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=4
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+'protect-tool-env.patch')
+sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln 

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

2013-01-24 Thread Gaetan Bisson
Date: Friday, January 25, 2013 @ 02:06:49
  Author: bisson
Revision: 175920

db-move: moved gpgme from [testing] to [core] (i686, x86_64)

Added:
  gpgme/repos/core-i686/PKGBUILD
(from rev 175918, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 175918, gpgme/repos/testing-i686/gpgme.install)
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 175918, gpgme/repos/testing-x86_64/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 175918, gpgme/repos/testing-x86_64/gpgme.install)
Deleted:
  gpgme/repos/core-i686/PKGBUILD
  gpgme/repos/core-i686/gpgme.install
  gpgme/repos/core-x86_64/PKGBUILD
  gpgme/repos/core-x86_64/gpgme.install
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   72 ++--
 core-i686/gpgme.install   |   38 ---
 core-x86_64/PKGBUILD  |   72 ++--
 core-x86_64/gpgme.install |   38 ---
 4 files changed, 112 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-01-25 01:06:48 UTC (rev 175919)
+++ core-i686/PKGBUILD  2013-01-25 01:06:49 UTC (rev 175920)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=gpgme
-pkgver=1.3.1
-pkgrel=4
-pkgdesc=A C wrapper library for GnuPG
-arch=('i686' 'x86_64')
-url=http://www.gnupg.org/related_software/gpgme/;
-license=('GPL')
-depends=('libgpg-error' 'pth' 'gnupg=2')
-install=${pkgname}.install
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('90afa8436ce2b2683c001c824bd22601'
- 'a032ddc27177ef4ee54e25a231e62da5')
-sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37'
-  '93316a81a8f903c5b604716b6937884ea7b0917a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 175918, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-01-25 01:06:49 UTC (rev 175920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.3.1
+pkgrel=5
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('90afa8436ce2b2683c001c824bd22601'
+ 'a032ddc27177ef4ee54e25a231e62da5')
+sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37'
+  '93316a81a8f903c5b604716b6937884ea7b0917a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gpgme.install
===
--- core-i686/gpgme.install 2013-01-25 01:06:48 UTC (rev 175919)
+++ core-i686/gpgme.install 2013-01-25 01:06:49 UTC (rev 175920)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: gpgme/repos/core-i686/gpgme.install (from rev 175918, 
gpgme/repos/testing-i686/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2013-01-25 01:06:49 UTC (rev 175920)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+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 

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

2013-01-24 Thread Gaetan Bisson
Date: Friday, January 25, 2013 @ 02:07:36
  Author: bisson
Revision: 175921

db-move: moved libao from [testing] to [extra] (i686, x86_64)

Added:
  libao/repos/extra-i686/PKGBUILD
(from rev 175920, libao/repos/testing-i686/PKGBUILD)
  libao/repos/extra-i686/libao.conf
(from rev 175920, libao/repos/testing-i686/libao.conf)
  libao/repos/extra-x86_64/PKGBUILD
(from rev 175920, libao/repos/testing-x86_64/PKGBUILD)
  libao/repos/extra-x86_64/libao.conf
(from rev 175920, libao/repos/testing-x86_64/libao.conf)
Deleted:
  libao/repos/extra-i686/PKGBUILD
  libao/repos/extra-i686/libao.conf
  libao/repos/extra-x86_64/PKGBUILD
  libao/repos/extra-x86_64/libao.conf
  libao/repos/testing-i686/
  libao/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   78 +++---
 extra-i686/libao.conf   |3 +
 extra-x86_64/PKGBUILD   |   78 +++---
 extra-x86_64/libao.conf |3 +
 4 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 01:06:49 UTC (rev 175920)
+++ extra-i686/PKGBUILD 2013-01-25 01:07:36 UTC (rev 175921)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libao
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='Cross-platform audio output library and plugins'
-url='http://xiph.org/ao/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!libtool')
-depends=('alsa-lib')
-makedepends=('libpulse')
-backup=('etc/libao.conf')
-source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
-'libao.conf')
-sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
-  '558b3d297e0956af6959565db477023dbd492ca0')
-
-conflicts=('libao-pulse')
-provides=(libao-pulse=${pkgver}-${pkgrel})
-replaces=('libao-pulse')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-alsa-mmap \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
-}

Copied: libao/repos/extra-i686/PKGBUILD (from rev 175920, 
libao/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 01:07:36 UTC (rev 175921)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libao
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+options=('!libtool')
+depends=('alsa-lib')
+makedepends=('libpulse')
+backup=('etc/libao.conf')
+source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+'libao.conf')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+  '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=(libao-pulse=${pkgver}-${pkgrel})
+replaces=('libao-pulse')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
+}

Deleted: extra-i686/libao.conf
===
--- extra-i686/libao.conf   2013-01-25 01:06:49 UTC (rev 175920)
+++ extra-i686/libao.conf   2013-01-25 01:07:36 UTC (rev 175921)
@@ -1 +0,0 @@
-default_driver=alsa

Copied: libao/repos/extra-i686/libao.conf (from rev 175920, 
libao/repos/testing-i686/libao.conf)
===
--- extra-i686/libao.conf   (rev 0)
+++ extra-i686/libao.conf   2013-01-25 01:07:36 UTC (rev 175921)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 01:06:49 UTC (rev 175920)
+++ extra-x86_64/PKGBUILD   2013-01-25 01:07:36 UTC (rev 175921)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libao
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='Cross-platform audio output library and plugins'
-url='http://xiph.org/ao/'
-arch=('i686' 'x86_64')
-license=('GPL')
-options=('!libtool')
-depends=('alsa-lib')
-makedepends=('libpulse')
-backup=('etc/libao.conf')
-source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
-'libao.conf')

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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 02:52:58
  Author: svenstaro
Revision: 82846

upgpkg: gdal 1.9.1-1

Updating to 1.9.1

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 01:03:39 UTC (rev 82845)
+++ PKGBUILD2013-01-25 01:52:58 UTC (rev 82846)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=gdal
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 changelog=$pkgname.changelog
 source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
 gdal-1.5.1-python-install.patch)
-md5sums=('1853f3d8eb5232ae030abe007840cade'
+md5sums=('c5cf09b92dac1f5775db056e165b34f5'
  '81afc1c26d29cee84aadb6924fe33861')
 
 build() {



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 02:53:13
  Author: svenstaro
Revision: 82847

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

Added:
  gdal/repos/community-i686/PKGBUILD
(from rev 82846, gdal/trunk/PKGBUILD)
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
(from rev 82846, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-i686/gdal.changelog
(from rev 82846, gdal/trunk/gdal.changelog)
  gdal/repos/community-x86_64/PKGBUILD
(from rev 82846, gdal/trunk/PKGBUILD)
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
(from rev 82846, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-x86_64/gdal.changelog
(from rev 82846, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-i686/PKGBUILD
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
  gdal/repos/community-i686/gdal.changelog
  gdal/repos/community-x86_64/PKGBUILD
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
  gdal/repos/community-x86_64/gdal.changelog

--+
 community-i686/PKGBUILD  |  126 ++---
 community-i686/gdal-1.5.1-python-install.patch   |   20 +--
 community-i686/gdal.changelog|   22 +--
 community-x86_64/PKGBUILD|  126 ++---
 community-x86_64/gdal-1.5.1-python-install.patch |   20 +--
 community-x86_64/gdal.changelog  |   22 +--
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 01:52:58 UTC (rev 82846)
+++ community-i686/PKGBUILD 2013-01-25 01:53:13 UTC (rev 82847)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gdal
-pkgver=1.9.0
-pkgrel=1
-pkgdesc=A translator library for raster geospatial data formats
-arch=('i686' 'x86_64')
-url=http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 
'libmysqlclient' 'postgresql-libs')
-makedepends=('perl' 'swig')
-optdepends=('postgresql: postgresql database support'
-'mysql: mysql database support'
-'perl:  perl binding support'
-'swig:  perl binding support')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch)
-md5sums=('1853f3d8eb5232ae030abe007840cade'
- '81afc1c26d29cee84aadb6924fe33861')
-
-build() {
-  export CFLAGS=$CFLAGS -fno-strict-aliasing
-
-  # bug 23654
-  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
-
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
-
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-# install license
-  install -D -m644 LICENSE.TXT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f ${pkgdir}/usr/bin/*.dox
-}

Copied: gdal/repos/community-i686/PKGBUILD (from rev 82846, gdal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 01:53:13 UTC (rev 82847)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.9.1
+pkgrel=1
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmysqlclient' 'postgresql-libs')
+makedepends=('perl' 'swig')
+optdepends=('postgresql: postgresql database support'
+'mysql: mysql database support'
+'perl:  perl binding support'
+

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

2013-01-24 Thread Daniel Wallace
Date: Friday, January 25, 2013 @ 02:54:48
  Author: dwallace
Revision: 82848

upgpkg: terminus-font 4.38-1

upgpkg: terminus-font 4.38-1

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 01:53:13 UTC (rev 82847)
+++ PKGBUILD2013-01-25 01:54:48 UTC (rev 82848)
@@ -3,8 +3,8 @@
 # Contributor: Kristoffer Fossgård k...@online.no
 
 pkgname=terminus-font
-pkgver=4.36
-pkgrel=2
+pkgver=4.38
+pkgrel=1
 pkgdesc=A superb, monospace bitmap font (for X11 and console)
 arch=('any')
 url=http://sourceforge.net/projects/terminus-font/;
@@ -13,20 +13,22 @@
 replaces=('xserver-terminus-fonts')
 install=terminus-font.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de925a7ee7351581033d4b615dcb1eb1')
+md5sums=('a8e792fe6e84c86ed2b6ed3e2a12ba66')
 
 build() { 
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
+  sh ./configure --prefix=/usr \
   --x11dir=/usr/share/fonts/local \
   --psfdir=/usr/share/kbd/consolefonts
+  make
 }
 package()
 {
-  cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/OFL.TXT \
  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
 }



[arch-commits] Commit in terminus-font/repos/community-any (4 files)

2013-01-24 Thread Daniel Wallace
Date: Friday, January 25, 2013 @ 02:55:11
  Author: dwallace
Revision: 82849

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 82848, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/terminus-font.install
(from rev 82848, terminus-font/trunk/terminus-font.install)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/terminus-font.install

---+
 PKGBUILD  |   66 
 terminus-font.install |   32 +++
 2 files changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 01:54:48 UTC (rev 82848)
+++ PKGBUILD2013-01-25 01:55:11 UTC (rev 82849)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Kristoffer Fossgård k...@online.no
-
-pkgname=terminus-font
-pkgver=4.36
-pkgrel=2
-pkgdesc=A superb, monospace bitmap font (for X11 and console)
-arch=('any')
-url=http://sourceforge.net/projects/terminus-font/;
-license=('GPL2' 'custom:OFL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-replaces=('xserver-terminus-fonts')
-install=terminus-font.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de925a7ee7351581033d4b615dcb1eb1')
-
-build() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --x11dir=/usr/share/fonts/local \
-  --psfdir=/usr/share/kbd/consolefonts
-}
-package()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/OFL.TXT \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 82848, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 01:55:11 UTC (rev 82849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Kristoffer Fossgård k...@online.no
+
+pkgname=terminus-font
+pkgver=4.38
+pkgrel=1
+pkgdesc=A superb, monospace bitmap font (for X11 and console)
+arch=('any')
+url=http://sourceforge.net/projects/terminus-font/;
+license=('GPL2' 'custom:OFL')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+replaces=('xserver-terminus-fonts')
+install=terminus-font.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a8e792fe6e84c86ed2b6ed3e2a12ba66')
+
+build() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sh ./configure --prefix=/usr \
+  --x11dir=/usr/share/fonts/local \
+  --psfdir=/usr/share/kbd/consolefonts
+  make
+}
+package()
+{
+
+  make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/OFL.TXT \
+ ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+}

Deleted: terminus-font.install
===
--- terminus-font.install   2013-01-25 01:54:48 UTC (rev 82848)
+++ terminus-font.install   2013-01-25 01:55:11 UTC (rev 82849)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/local
-  mkfontdir /usr/share/fonts/local
-  echo done.
-  echo Note: terminus-font is in /usr/share/fonts/local/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: terminus-font/repos/community-any/terminus-font.install (from rev 
82848, terminus-font/trunk/terminus-font.install)
===
--- terminus-font.install   (rev 0)
+++ terminus-font.install   2013-01-25 01:55:11 UTC (rev 82849)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/local
+  mkfontdir /usr/share/fonts/local
+  echo done.
+  echo Note: terminus-font is in /usr/share/fonts/local/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-01-24 Thread Kyle Keen
Date: Friday, January 25, 2013 @ 03:07:15
  Author: kkeen
Revision: 82850

upgpkg: macchanger 1.5.0-6

Modified:
  macchanger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 01:55:11 UTC (rev 82849)
+++ PKGBUILD2013-01-25 02:07:15 UTC (rev 82850)
@@ -4,8 +4,8 @@
 
 pkgname=macchanger
 pkgver=1.5.0
-pkgrel=5
-pkgdesc=A small utility to change you NIC's MAC address
+pkgrel=6
+pkgdesc=A small utility to change your NIC's MAC address
 arch=('i686' 'x86_64')
 url=http://ftp.gnu.org/gnu/macchanger;
 license=('GPL')
@@ -23,5 +23,5 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }



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

2013-01-24 Thread Kyle Keen
Date: Friday, January 25, 2013 @ 03:08:04
  Author: kkeen
Revision: 82851

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

Added:
  macchanger/repos/community-i686/PKGBUILD
(from rev 82850, macchanger/trunk/PKGBUILD)
  macchanger/repos/community-x86_64/PKGBUILD
(from rev 82850, macchanger/trunk/PKGBUILD)
Deleted:
  macchanger/repos/community-i686/PKGBUILD
  macchanger/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   54 ++--
 community-x86_64/PKGBUILD |   54 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 02:07:15 UTC (rev 82850)
+++ community-i686/PKGBUILD 2013-01-25 02:08:04 UTC (rev 82851)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=macchanger
-pkgver=1.5.0
-pkgrel=5
-pkgdesc=A small utility to change you NIC's MAC address
-arch=('i686' 'x86_64')
-url=http://ftp.gnu.org/gnu/macchanger;
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: macchanger/repos/community-i686/PKGBUILD (from rev 82850, 
macchanger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 02:08:04 UTC (rev 82851)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=macchanger
+pkgver=1.5.0
+pkgrel=6
+pkgdesc=A small utility to change your NIC's MAC address
+arch=('i686' 'x86_64')
+url=http://ftp.gnu.org/gnu/macchanger;
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
+md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-25 02:07:15 UTC (rev 82850)
+++ community-x86_64/PKGBUILD   2013-01-25 02:08:04 UTC (rev 82851)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=macchanger
-pkgver=1.5.0
-pkgrel=5
-pkgdesc=A small utility to change you NIC's MAC address
-arch=('i686' 'x86_64')
-url=http://ftp.gnu.org/gnu/macchanger;
-license=('GPL')
-source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
-md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: macchanger/repos/community-x86_64/PKGBUILD (from rev 82850, 
macchanger/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 02:08:04 UTC (rev 82851)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=macchanger
+pkgver=1.5.0
+pkgrel=6
+pkgdesc=A small utility to change your NIC's MAC address
+arch=('i686' 'x86_64')
+url=http://ftp.gnu.org/gnu/macchanger;
+license=('GPL')
+source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz)
+md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:41:20
  Author: svenstaro
Revision: 82852

upgpkg: yaml-cpp 0.5.0-1

Updating to 0.5

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 02:08:04 UTC (rev 82851)
+++ PKGBUILD2013-01-25 03:41:20 UTC (rev 82852)
@@ -2,25 +2,25 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Markus Martin mar...@archwyrm.net
 pkgname=yaml-cpp
-pkgver=0.3.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
 url=http://code.google.com/p/yaml-cpp/;
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
 source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
+md5sums=('c6d96190434d5959d814c603f98512c6')
 
 build() {
-cd $srcdir/$pkgname
+cd $srcdir/$pkgname-$pkgver
 
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
 make
 }
 
 package() {
-cd $srcdir/$pkgname
+cd $srcdir/$pkgname-$pkgver
 
 make DESTDIR=$pkgdir install
 }



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:41:30
  Author: svenstaro
Revision: 82853

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

Added:
  yaml-cpp/repos/community-i686/PKGBUILD
(from rev 82852, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 82852, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   51 ++--
 community-x86_64/PKGBUILD |   51 ++--
 2 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 03:41:20 UTC (rev 82852)
+++ community-i686/PKGBUILD 2013-01-25 03:41:30 UTC (rev 82853)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-cd $srcdir/$pkgname
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-i686/PKGBUILD (from rev 82852, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 03:41:30 UTC (rev 82853)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c6d96190434d5959d814c603f98512c6')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+
+make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-25 03:41:20 UTC (rev 82852)
+++ community-x86_64/PKGBUILD   2013-01-25 03:41:30 UTC (rev 82853)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-cd $srcdir/$pkgname
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 82852, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 03:41:30 UTC (rev 82853)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake' 'boost')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c6d96190434d5959d814c603f98512c6')
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (4 files)

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:43:14
  Author: svenstaro
Revision: 82854

Adding yaml-cpp0.3

Added:
  yaml-cpp0.3/
  yaml-cpp0.3/repos/
  yaml-cpp0.3/trunk/
  yaml-cpp0.3/trunk/PKGBUILD

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

Added: yaml-cpp0.3/trunk/PKGBUILD
===
--- yaml-cpp0.3/trunk/PKGBUILD  (rev 0)
+++ yaml-cpp0.3/trunk/PKGBUILD  2013-01-25 03:43:14 UTC (rev 82854)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp0.3
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c6d96190434d5959d814c603f98512c6')
+
+build() {
+cd $srcdir/$pkgname
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname
+
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yaml-cpp0.3/trunk (PKGBUILD)

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:46:25
  Author: svenstaro
Revision: 82855

upgpkg: yaml-cpp0.3 0.3.0-1

Pushing yaml-cpp0.3

Modified:
  yaml-cpp0.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 03:43:14 UTC (rev 82854)
+++ PKGBUILD2013-01-25 03:46:25 UTC (rev 82855)
@@ -2,6 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Markus Martin mar...@archwyrm.net
 pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
 pkgver=0.3.0
 pkgrel=1
 pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
@@ -9,18 +10,18 @@
 arch=('i686' 'x86_64')
 license=('MIT')
 makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c6d96190434d5959d814c603f98512c6')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
 
 build() {
-cd $srcdir/$pkgname
+cd $srcdir/$_pkgname
 
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
 make
 }
 
 package() {
-cd $srcdir/$pkgname
+cd $srcdir/$_pkgname
 
 make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in yaml-cpp0.3/repos (4 files)

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:46:33
  Author: svenstaro
Revision: 82856

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

Added:
  yaml-cpp0.3/repos/community-i686/
  yaml-cpp0.3/repos/community-i686/PKGBUILD
(from rev 82855, yaml-cpp0.3/trunk/PKGBUILD)
  yaml-cpp0.3/repos/community-x86_64/
  yaml-cpp0.3/repos/community-x86_64/PKGBUILD
(from rev 82855, yaml-cpp0.3/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: yaml-cpp0.3/repos/community-i686/PKGBUILD (from rev 82855, 
yaml-cpp0.3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 03:46:33 UTC (rev 82856)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+cd $srcdir/$_pkgname
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$_pkgname
+
+make DESTDIR=$pkgdir install
+}

Copied: yaml-cpp0.3/repos/community-x86_64/PKGBUILD (from rev 82855, 
yaml-cpp0.3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 03:46:33 UTC (rev 82856)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+cd $srcdir/$_pkgname
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$_pkgname
+
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in yaml-cpp0.3/trunk (PKGBUILD)

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:48:32
  Author: svenstaro
Revision: 82857

upgpkg: yaml-cpp0.3 0.3.0-2

Add conflicts

Modified:
  yaml-cpp0.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 03:46:33 UTC (rev 82856)
+++ PKGBUILD2013-01-25 03:48:32 UTC (rev 82857)
@@ -4,11 +4,13 @@
 pkgname=yaml-cpp0.3
 _pkgname=yaml-cpp
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
 url=http://code.google.com/p/yaml-cpp/;
 arch=('i686' 'x86_64')
 license=('MIT')
+conflicts=('yaml-cpp')
+provides=('yaml-cpp=0.3')
 makedepends=('cmake')
 source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
 md5sums=('9aa519205a543f9372bf4179071c8ac6')



[arch-commits] Commit in yaml-cpp0.3/repos (4 files)

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 04:48:42
  Author: svenstaro
Revision: 82858

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

Added:
  yaml-cpp0.3/repos/community-i686/PKGBUILD
(from rev 82857, yaml-cpp0.3/trunk/PKGBUILD)
  yaml-cpp0.3/repos/community-x86_64/PKGBUILD
(from rev 82857, yaml-cpp0.3/trunk/PKGBUILD)
Deleted:
  yaml-cpp0.3/repos/community-i686/PKGBUILD
  yaml-cpp0.3/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   56 ++--
 community-x86_64/PKGBUILD |   56 ++--
 2 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 03:48:32 UTC (rev 82857)
+++ community-i686/PKGBUILD 2013-01-25 03:48:42 UTC (rev 82858)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp0.3
-_pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-cd $srcdir/$_pkgname
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$_pkgname
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp0.3/repos/community-i686/PKGBUILD (from rev 82857, 
yaml-cpp0.3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 03:48:42 UTC (rev 82858)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+conflicts=('yaml-cpp')
+provides=('yaml-cpp=0.3')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+cd $srcdir/$_pkgname
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$_pkgname
+
+make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-25 03:48:32 UTC (rev 82857)
+++ community-x86_64/PKGBUILD   2013-01-25 03:48:42 UTC (rev 82858)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Markus Martin mar...@archwyrm.net
-pkgname=yaml-cpp0.3
-_pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
-url=http://code.google.com/p/yaml-cpp/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
-cd $srcdir/$_pkgname
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$_pkgname
-
-make DESTDIR=$pkgdir install
-}

Copied: yaml-cpp0.3/repos/community-x86_64/PKGBUILD (from rev 82857, 
yaml-cpp0.3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 03:48:42 UTC (rev 82858)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Markus Martin mar...@archwyrm.net
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=YAML parser and emitter in C++, written around the YAML 1.2 spec
+url=http://code.google.com/p/yaml-cpp/;
+arch=('i686' 'x86_64')
+license=('MIT')
+conflicts=('yaml-cpp')
+provides=('yaml-cpp=0.3')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+cd $srcdir/$_pkgname
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$_pkgname
+
+make DESTDIR=$pkgdir install
+}



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 04:50:19
  Author: eric
Revision: 175922

upgpkg: perl-dbd-mysql 4.022-1

Upstream update

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 01:07:36 UTC (rev 175921)
+++ PKGBUILD2013-01-25 03:50:19 UTC (rev 175922)
@@ -4,7 +4,7 @@
 
 pkgname=perl-dbd-mysql
 _realname=DBD-mysql
-pkgver=4.021
+pkgver=4.022
 pkgrel=1
 pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('mysql')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('35653efca4bbe6e49ef31d237b4a50b7')
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 04:51:01
  Author: eric
Revision: 175923

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 175922, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 175922, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 03:50:19 UTC (rev 175922)
+++ extra-i686/PKGBUILD 2013-01-25 03:51:01 UTC (rev 175923)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.021
-pkgrel=1
-pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('libmysqlclient' 'perl-dbi')
-makedepends=('mysql')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('35653efca4bbe6e49ef31d237b4a50b7')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test 
-  sleep 10
-  DAEMON_PORT=$!
-  make test || true
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 175922, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 03:51:01 UTC (rev 175923)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.022
+pkgrel=1
+pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('libmysqlclient' 'perl-dbi')
+makedepends=('mysql')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test 
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 03:50:19 UTC (rev 175922)
+++ extra-x86_64/PKGBUILD   2013-01-25 03:51:01 UTC (rev 175923)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-dbd-mysql
-_realname=DBD-mysql
-pkgver=4.021
-pkgrel=1
-pkgdesc=Perl/CPAN DBD::mysql module for interacting with MySQL via DBD
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('libmysqlclient' 'perl-dbi')
-makedepends=('mysql')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('35653efca4bbe6e49ef31d237b4a50b7')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test 
-  sleep 10
-  DAEMON_PORT=$!
-  make test || true
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: 

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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:00:33
  Author: eric
Revision: 175924

upgpkg: perl-dbi 1.623-1

Upstream update

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 03:51:01 UTC (rev 175923)
+++ PKGBUILD2013-01-25 04:00:33 UTC (rev 175924)
@@ -4,7 +4,7 @@
 
 pkgname=perl-dbi
 _realname=DBI
-pkgver=1.622
+pkgver=1.623
 pkgrel=1
 pkgdesc=Database independent interface for Perl
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('9836bcf1b9acc842089aa10b16736909')
+md5sums=('b45654dca3b495f3d496c359f0029d96')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:01:07
  Author: eric
Revision: 175925

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 175924, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 175924, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 04:00:33 UTC (rev 175924)
+++ extra-i686/PKGBUILD 2013-01-25 04:01:07 UTC (rev 175925)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor:  Matt Thompson ma...@defunct.ca
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.622
-pkgrel=1
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('9836bcf1b9acc842089aa10b16736909')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 175924, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 04:01:07 UTC (rev 175925)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor:  Matt Thompson ma...@defunct.ca
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.623
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b45654dca3b495f3d496c359f0029d96')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 04:00:33 UTC (rev 175924)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:01:07 UTC (rev 175925)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor:  Matt Thompson ma...@defunct.ca
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.622
-pkgrel=1
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('9836bcf1b9acc842089aa10b16736909')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 175924, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:01:07 UTC (rev 175925)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor:  Matt Thompson ma...@defunct.ca
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.623
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b45654dca3b495f3d496c359f0029d96')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:11:02
  Author: eric
Revision: 175926

upgpkg: perl-error 0.17019-1

Upstream update

Modified:
  perl-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:01:07 UTC (rev 175925)
+++ PKGBUILD2013-01-25 04:11:02 UTC (rev 175926)
@@ -4,7 +4,7 @@
 
 pkgname=perl-error
 _realname=Error
-pkgver=0.17018
+pkgver=0.17019
 pkgrel=1
 pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
 url=http://search.cpan.org/dist/${_realname}/;
@@ -13,7 +13,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('1137a7bbb94c9508a2268c467583207f')
+md5sums=('47d4168c8dc064a73f6e49b6c81c21ab')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:11:21
  Author: eric
Revision: 175927

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 175926, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 04:11:02 UTC (rev 175926)
+++ PKGBUILD2013-01-25 04:11:21 UTC (rev 175927)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount d...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=perl-error
-_realname=Error
-pkgver=0.17018
-pkgrel=1
-pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
-url=http://search.cpan.org/dist/${_realname}/;
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('1137a7bbb94c9508a2268c467583207f')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 175926, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 04:11:21 UTC (rev 175927)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dale Blount d...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=perl-error
+_realname=Error
+pkgver=0.17019
+pkgrel=1
+pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
+url=http://search.cpan.org/dist/${_realname}/;
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
+md5sums=('47d4168c8dc064a73f6e49b6c81c21ab')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 05:18:54
  Author: svenstaro
Revision: 82859

upgpkg: librime 0.9.7-3

Rebuild against yaml-cpp0.3

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 03:48:42 UTC (rev 82858)
+++ PKGBUILD2013-01-25 04:18:54 UTC (rev 82859)
@@ -5,12 +5,12 @@
 
 pkgname=librime
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake')
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 05:19:04
  Author: svenstaro
Revision: 82860

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

Added:
  librime/repos/community-i686/PKGBUILD
(from rev 82859, librime/trunk/PKGBUILD)
  librime/repos/community-x86_64/PKGBUILD
(from rev 82859, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-i686/PKGBUILD
  librime/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   56 ++--
 community-x86_64/PKGBUILD |   56 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 04:18:54 UTC (rev 82859)
+++ community-i686/PKGBUILD 2013-01-25 04:19:04 UTC (rev 82860)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-i686/PKGBUILD (from rev 82859, 
librime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 04:19:04 UTC (rev 82860)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=3
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-25 04:18:54 UTC (rev 82859)
+++ community-x86_64/PKGBUILD   2013-01-25 04:19:04 UTC (rev 82860)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 82859, 
librime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-25 04:19:04 UTC (rev 82860)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=3
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:36:58
  Author: eric
Revision: 175928

upgpkg: perl-io-socket-ssl 1.81-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:11:21 UTC (rev 175927)
+++ PKGBUILD2013-01-25 04:36:58 UTC (rev 175928)
@@ -5,7 +5,7 @@
 
 pkgname=perl-io-socket-ssl
 _cpanname=IO-Socket-SSL
-pkgver=1.77
+pkgver=1.81
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl-net-ssleay' 'perl=5.10.0')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('6e3c717351e34ec91d9d537c57beb1f56e8c6574')
+sha1sums=('4ad8f441c53830239f829d2b9f381a37493c37b2')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:37:17
  Author: eric
Revision: 175929

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 175928, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 04:36:58 UTC (rev 175928)
+++ PKGBUILD2013-01-25 04:37:17 UTC (rev 175929)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.77
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('perl-net-ssleay' 'perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('6e3c717351e34ec91d9d537c57beb1f56e8c6574')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 175928, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 04:37:17 UTC (rev 175929)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-io-socket-ssl
+_cpanname=IO-Socket-SSL
+pkgver=1.81
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('perl-net-ssleay' 'perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
+sha1sums=('4ad8f441c53830239f829d2b9f381a37493c37b2')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 05:43:26
  Author: svenstaro
Revision: 82861

upgpkg: wesnoth 1.10.5-2

Boost 1.52.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:19:04 UTC (rev 82860)
+++ PKGBUILD2013-01-25 04:43:26 UTC (rev 82861)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 05:43:41
  Author: svenstaro
Revision: 82862

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 82861, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 82861, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 82861, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 82861, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 82861, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 82861, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 82861, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 82861, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 82861, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-25 04:43:41 UTC (rev 82862)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.5
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.rc.d
+wesnothd.service)
+md5sums=('03d9683cd83d17c6536bdf5c4940bbc8'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 82861, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-01-25 04:43:41 UTC (rev 
82862)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your 

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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:44:22
  Author: eric
Revision: 175930

upgpkg: perl-netaddr-ip 4.066-1

Upstream update

Modified:
  perl-netaddr-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:37:17 UTC (rev 175929)
+++ PKGBUILD2013-01-25 04:44:22 UTC (rev 175930)
@@ -5,7 +5,7 @@
 
 pkgname=perl-netaddr-ip
 _realname=NetAddr-IP
-pkgver=4.065
+pkgver=4.066
 pkgrel=1
 pkgdesc=Perl module to manage IP addresses and subnets
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 url=http://search.cpan.org/dist/${_realname}/;
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f')
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



[arch-commits] Commit in perl-netaddr-ip/repos (4 files)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:44:59
  Author: eric
Revision: 175931

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

Added:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
(from rev 175930, perl-netaddr-ip/trunk/PKGBUILD)
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD
(from rev 175930, perl-netaddr-ip/trunk/PKGBUILD)
Deleted:
  perl-netaddr-ip/repos/extra-i686/PKGBUILD
  perl-netaddr-ip/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 04:44:22 UTC (rev 175930)
+++ extra-i686/PKGBUILD 2013-01-25 04:44:59 UTC (rev 175931)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-netaddr-ip
-_realname=NetAddr-IP
-pkgver=4.065
-pkgrel=1
-pkgdesc=Perl module to manage IP addresses and subnets
-arch=(i686 x86_64)
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url=http://search.cpan.org/dist/${_realname}/;
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-netaddr-ip/repos/extra-i686/PKGBUILD (from rev 175930, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 04:44:59 UTC (rev 175931)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.066
+pkgrel=1
+pkgdesc=Perl module to manage IP addresses and subnets
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url=http://search.cpan.org/dist/${_realname}/;
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 04:44:22 UTC (rev 175930)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:44:59 UTC (rev 175931)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-netaddr-ip
-_realname=NetAddr-IP
-pkgver=4.065
-pkgrel=1
-pkgdesc=Perl module to manage IP addresses and subnets
-arch=(i686 x86_64)
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url=http://search.cpan.org/dist/${_realname}/;
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-netaddr-ip/repos/extra-x86_64/PKGBUILD (from rev 175930, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:44:59 UTC (rev 175931)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-netaddr-ip
+_realname=NetAddr-IP
+pkgver=4.066
+pkgrel=1
+pkgdesc=Perl module to manage IP addresses and subnets
+arch=(i686 x86_64)
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url=http://search.cpan.org/dist/${_realname}/;
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  

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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:56:47
  Author: eric
Revision: 175932

upgpkg: perl-net-dns 0.72-1

Upstream update, Update source url

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:44:59 UTC (rev 175931)
+++ PKGBUILD2013-01-25 04:56:47 UTC (rev 175932)
@@ -4,16 +4,16 @@
 
 pkgname=perl-net-dns
 _realname=Net-DNS
-pkgver=0.68
-pkgrel=2
+pkgver=0.72
+pkgrel=1
 pkgdesc=Perl Module: Interface to the DNS resolver.
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
 url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz)
-md5sums=('05c0f6955747758bb5c9578d9bc6c3a5')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz)
+md5sums=('393e48ec6f28abe5ed30204276e02775')
 
 build() {
   cd $srcdir/${_realname}-${pkgver}



[arch-commits] Commit in perl-net-dns/repos (4 files)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 05:57:21
  Author: eric
Revision: 175933

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

Added:
  perl-net-dns/repos/extra-i686/PKGBUILD
(from rev 175932, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/extra-x86_64/PKGBUILD
(from rev 175932, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-i686/PKGBUILD
  perl-net-dns/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 04:56:47 UTC (rev 175932)
+++ extra-i686/PKGBUILD 2013-01-25 04:57:21 UTC (rev 175933)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-dns
-_realname=Net-DNS
-pkgver=0.68
-pkgrel=2
-pkgdesc=Perl Module: Interface to the DNS resolver.
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz)
-md5sums=('05c0f6955747758bb5c9578d9bc6c3a5')
-
-build() {
-  cd $srcdir/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd $srcdir/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-net-dns/repos/extra-i686/PKGBUILD (from rev 175932, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 04:57:21 UTC (rev 175933)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-dns
+_realname=Net-DNS
+pkgver=0.72
+pkgrel=1
+pkgdesc=Perl Module: Interface to the DNS resolver.
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz)
+md5sums=('393e48ec6f28abe5ed30204276e02775')
+
+build() {
+  cd $srcdir/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 04:56:47 UTC (rev 175932)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:57:21 UTC (rev 175933)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-dns
-_realname=Net-DNS
-pkgver=0.68
-pkgrel=2
-pkgdesc=Perl Module: Interface to the DNS resolver.
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz)
-md5sums=('05c0f6955747758bb5c9578d9bc6c3a5')
-
-build() {
-  cd $srcdir/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd $srcdir/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-net-dns/repos/extra-x86_64/PKGBUILD (from rev 175932, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-25 04:57:21 UTC (rev 175933)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-dns
+_realname=Net-DNS
+pkgver=0.72
+pkgrel=1
+pkgdesc=Perl Module: Interface to the DNS resolver.
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz)
+md5sums=('393e48ec6f28abe5ed30204276e02775')
+
+build() {
+  cd $srcdir/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd 

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

2013-01-24 Thread Felix Yan
Date: Friday, January 25, 2013 @ 06:09:25
  Author: fyan
Revision: 82863

upgpkg: librime 0.9.7-4 boost 1.52.0 rebuild

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:43:41 UTC (rev 82862)
+++ PKGBUILD2013-01-25 05:09:25 UTC (rev 82863)
@@ -5,12 +5,12 @@
 
 pkgname=librime
 pkgver=0.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake')
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)



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

2013-01-24 Thread Felix Yan
Date: Friday, January 25, 2013 @ 06:11:12
  Author: fyan
Revision: 82864

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

Added:
  librime/repos/community-staging-i686/PKGBUILD
(from rev 82863, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/PKGBUILD
(from rev 82863, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-staging-i686/PKGBUILD
  librime/repos/community-staging-x86_64/PKGBUILD

---+
 community-staging-i686/PKGBUILD   |   56 ++--
 community-staging-x86_64/PKGBUILD |   56 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-01-25 05:09:25 UTC (rev 82863)
+++ community-staging-i686/PKGBUILD 2013-01-25 05:11:12 UTC (rev 82864)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=2
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 82863, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-25 05:11:12 UTC (rev 82864)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=4
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-01-25 05:09:25 UTC (rev 82863)
+++ community-staging-x86_64/PKGBUILD   2013-01-25 05:11:12 UTC (rev 82864)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=2
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 82863, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-25 05:11:12 UTC (rev 82864)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=4
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:14:20
  Author: eric
Revision: 175934

upgpkg: perl-net-ip 1.26-1

Upstream update, Move binaries to /usr/bin/vendor_perl/, Add check function

Modified:
  perl-net-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 04:57:21 UTC (rev 175933)
+++ PKGBUILD2013-01-25 05:14:20 UTC (rev 175934)
@@ -3,8 +3,8 @@
 
 pkgname=perl-net-ip
 _realname=Net-IP
-pkgver=1.25
-pkgrel=5
+pkgver=1.26
+pkgrel=1
 pkgdesc=Perl Module:  Easy manipulation of IPv4 and IPv6 addresses
 arch=('any')
 license=('PerlArtistic')
@@ -12,17 +12,21 @@
 depends=('perl=5.10.0')
 options=(!emptydirs)
 source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
-md5sums=('a49c0b02a9b793ff60191cdafc0c202e')
+md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-INSTALLVENDORSCRIPT=/usr/bin
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
 }



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:14:40
  Author: eric
Revision: 175935

archrelease: copy trunk to extra-any

Added:
  perl-net-ip/repos/extra-any/PKGBUILD
(from rev 175934, perl-net-ip/trunk/PKGBUILD)
Deleted:
  perl-net-ip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 05:14:20 UTC (rev 175934)
+++ PKGBUILD2013-01-25 05:14:40 UTC (rev 175935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=perl-net-ip
-_realname=Net-IP
-pkgver=1.25
-pkgrel=5
-pkgdesc=Perl Module:  Easy manipulation of IPv4 and IPv6 addresses
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
-md5sums=('a49c0b02a9b793ff60191cdafc0c202e')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-INSTALLVENDORSCRIPT=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-net-ip/repos/extra-any/PKGBUILD (from rev 175934, 
perl-net-ip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 05:14:40 UTC (rev 175935)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=perl-net-ip
+_realname=Net-IP
+pkgver=1.26
+pkgrel=1
+pkgdesc=Perl Module:  Easy manipulation of IPv4 and IPv6 addresses
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
+md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:24:49
  Author: eric
Revision: 175936

upgpkg: perl-xml-twig 3.42-1

Upstream update

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 05:14:40 UTC (rev 175935)
+++ PKGBUILD2013-01-25 05:24:49 UTC (rev 175936)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-twig
 _realname=XML-Twig
-pkgver=3.41
+pkgver=3.42
 pkgrel=1
 pkgdesc=A module for easy processing of XML
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-sha1sums=('e03e69f2ba03287db15bdf7003f184e4ce0d5442')
+sha1sums=('ec1577a3f8a89f7229f05e2a87bfb753d08f9af6')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}



[arch-commits] Commit in perl-xml-twig/repos/extra-any (PKGBUILD PKGBUILD)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:25:09
  Author: eric
Revision: 175937

archrelease: copy trunk to extra-any

Added:
  perl-xml-twig/repos/extra-any/PKGBUILD
(from rev 175936, perl-xml-twig/trunk/PKGBUILD)
Deleted:
  perl-xml-twig/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-25 05:24:49 UTC (rev 175936)
+++ PKGBUILD2013-01-25 05:25:09 UTC (rev 175937)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Maintainer/Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-twig
-_realname=XML-Twig
-pkgver=3.41
-pkgrel=1
-pkgdesc=A module for easy processing of XML
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
-checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
-sha1sums=('e03e69f2ba03287db15bdf7003f184e4ce0d5442')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL -y INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-twig/repos/extra-any/PKGBUILD (from rev 175936, 
perl-xml-twig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-25 05:25:09 UTC (rev 175937)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Maintainer/Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-twig
+_realname=XML-Twig
+pkgver=3.42
+pkgrel=1
+pkgdesc=A module for easy processing of XML
+arch=('any')
+url=http://search.cpan.org/dist/${_realname}/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MI/MIROD/${_realname}-${pkgver}.tar.gz;)
+sha1sums=('ec1577a3f8a89f7229f05e2a87bfb753d08f9af6')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL -y INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:33:05
  Author: eric
Revision: 175938

upgpkg: perl-yaml-syck 1.22-1

Upstream update

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 05:25:09 UTC (rev 175937)
+++ PKGBUILD2013-01-25 05:33:05 UTC (rev 175938)
@@ -4,7 +4,7 @@
 
 pkgname=perl-yaml-syck
 _realname=YAML-Syck
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc=Fast, lightweight YAML loader and dumper
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('e9f8d4f9cea7def4d0b132dbf66516b2')
+md5sums=('361db9a4dcaf8fa279ca813e146ce7d7')
 
 build() {
   cd ${srcdir}/${_realname}-$pkgver



[arch-commits] Commit in perl-yaml-syck/repos (4 files)

2013-01-24 Thread Eric Bélanger
Date: Friday, January 25, 2013 @ 06:33:39
  Author: eric
Revision: 175939

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

Added:
  perl-yaml-syck/repos/extra-i686/PKGBUILD
(from rev 175938, perl-yaml-syck/trunk/PKGBUILD)
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD
(from rev 175938, perl-yaml-syck/trunk/PKGBUILD)
Deleted:
  perl-yaml-syck/repos/extra-i686/PKGBUILD
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-25 05:33:05 UTC (rev 175938)
+++ extra-i686/PKGBUILD 2013-01-25 05:33:39 UTC (rev 175939)
@@ -1,37 +0,0 @@
-# $Id$
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: kevin ke...@archlinux.org
-
-pkgname=perl-yaml-syck
-_realname=YAML-Syck
-pkgver=1.21
-pkgrel=1
-pkgdesc=Fast, lightweight YAML loader and dumper
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('e9f8d4f9cea7def4d0b132dbf66516b2')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-
-  # license.
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: perl-yaml-syck/repos/extra-i686/PKGBUILD (from rev 175938, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-25 05:33:39 UTC (rev 175939)
@@ -0,0 +1,37 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: kevin ke...@archlinux.org
+
+pkgname=perl-yaml-syck
+_realname=YAML-Syck
+pkgver=1.22
+pkgrel=1
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
+md5sums=('361db9a4dcaf8fa279ca813e146ce7d7')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+
+  # license.
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-25 05:33:05 UTC (rev 175938)
+++ extra-x86_64/PKGBUILD   2013-01-25 05:33:39 UTC (rev 175939)
@@ -1,37 +0,0 @@
-# $Id$
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: kevin ke...@archlinux.org
-
-pkgname=perl-yaml-syck
-_realname=YAML-Syck
-pkgver=1.21
-pkgrel=1
-pkgdesc=Fast, lightweight YAML loader and dumper
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('e9f8d4f9cea7def4d0b132dbf66516b2')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-
-  # license.
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: perl-yaml-syck/repos/extra-x86_64/PKGBUILD (from rev 175938, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-25 05:33:39 UTC (rev 175939)
@@ -0,0 +1,37 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: kevin ke...@archlinux.org
+
+pkgname=perl-yaml-syck
+_realname=YAML-Syck
+pkgver=1.22
+pkgrel=1
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
+md5sums=('361db9a4dcaf8fa279ca813e146ce7d7')
+
+build() {
+  cd 

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

2013-01-24 Thread Evangelos Foutras
Date: Friday, January 25, 2013 @ 07:07:49
  Author: foutrelis
Revision: 175940

upgpkg: sudo 1.8.6.p5-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 05:33:39 UTC (rev 175939)
+++ PKGBUILD2013-01-25 06:07:49 UTC (rev 175940)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.6p4
+_sudover=1.8.6p5
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -16,8 +16,8 @@
 options=('!libtool')
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('364ad88ca3afcadcff6bd6820b0af19c56ce4876704dae210e21845d923e59e8'
-'e0495c4594d58c6360b9399d3225e41224284afbd64055280f509efa24e7a000'
+sha256sums=('2b3f7128bd5747444c52abb29b5c8681752b53b098129f604a4c549d6aacec69'
+'41a412d480742807661928307f6f184d4e474f0cdf44d4931318e89d97202653'
 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
 
 build() {



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

2013-01-24 Thread Evangelos Foutras
Date: Friday, January 25, 2013 @ 07:08:03
  Author: foutrelis
Revision: 175941

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 175940, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.pam
(from rev 175940, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 175940, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 175940, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/sudo.pam   |3 ++
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/sudo.pam |3 ++
 4 files changed, 108 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 175940, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-25 06:08:03 UTC (rev 175941)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.6p5
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool')
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('2b3f7128bd5747444c52abb29b5c8681752b53b098129f604a4c549d6aacec69'
+'41a412d480742807661928307f6f184d4e474f0cdf44d4931318e89d97202653'
+'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--with-logfac=auth \
+--with-pam \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 175940, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2013-01-25 06:08:03 UTC (rev 175941)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 175940, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-25 06:08:03 UTC (rev 175941)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.6p5
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool')
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('2b3f7128bd5747444c52abb29b5c8681752b53b098129f604a4c549d6aacec69'
+'41a412d480742807661928307f6f184d4e474f0cdf44d4931318e89d97202653'
+'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--with-logfac=auth \
+--with-pam \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 175940, 
sudo/trunk/sudo.pam)
===
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2013-01-25 06:08:03 UTC (rev 175941)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so