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

2013-04-19 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:11:16
  Author: cinelli
Revision: 88504

upgraded to 1.1.0

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
+++ PKGBUILD2013-04-19 06:11:16 UTC (rev 88504)
@@ -5,15 +5,15 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=PIC Programming Utilities
 arch=('i686' 'x86_64')
 url=http://gputils.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2013-04-19 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:14:12
  Author: cinelli
Revision: 88505

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 06:11:16 UTC (rev 88504)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=PIC Programming Utilities
-arch=('i686' 'x86_64')
-url=http://gputils.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=PIC Programming Utilities
+arch=('i686' 'x86_64')
+url=http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 06:11:16 UTC (rev 88504)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc=PIC Programming Utilities
-arch=('i686' 'x86_64')
-url=http://gputils.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=PIC Programming Utilities
+arch=('i686' 'x86_64')
+url=http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}



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

2013-04-19 Thread Florian Pritz
Date: Friday, April 19, 2013 @ 10:13:48
  Author: bluewind
Revision: 88506

upstream update

upgpkg: ack 2.02-1

Modified:
  ack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 06:14:12 UTC (rev 88505)
+++ PKGBUILD2013-04-19 08:13:48 UTC (rev 88506)
@@ -4,7 +4,7 @@
 # Contributor: Michael S. Walker barrucadu@localhost
 
 pkgname=ack
-pkgver=1.96
+pkgver=2.02
 pkgrel=1
 pkgdesc=A Perl-based grep replacement, aimed at programmers with large trees 
of heterogeneous source code
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl-file-next')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz)
-md5sums=('21701fb5f4670181dbf6ebe47984634b')
+md5sums=('9ae2c3939d0f069c6781ee5b6de47c27')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -21,6 +21,12 @@
   make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  # some standalone tests are failing
+  make test || true
+}
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install



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

2013-04-19 Thread Florian Pritz
Date: Friday, April 19, 2013 @ 10:13:51
  Author: bluewind
Revision: 88507

archrelease: copy trunk to community-testing-any

Added:
  ack/repos/community-testing-any/
  ack/repos/community-testing-any/PKGBUILD
(from rev 88506, ack/trunk/PKGBUILD)

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

Copied: ack/repos/community-testing-any/PKGBUILD (from rev 88506, 
ack/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-04-19 08:13:51 UTC (rev 88507)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor:  TDY t...@gmx.com
+# Contributor: Michael S. Walker barrucadu@localhost
+
+pkgname=ack
+pkgver=2.02
+pkgrel=1
+pkgdesc=A Perl-based grep replacement, aimed at programmers with large trees 
of heterogeneous source code
+arch=('any')
+url=http://betterthangrep.com/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-next')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz)
+md5sums=('9ae2c3939d0f069c6781ee5b6de47c27')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  # some standalone tests are failing
+  make test || true
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-19 Thread Daniel Micay
Date: Friday, April 19, 2013 @ 10:15:04
  Author: thestinger
Revision: 88508

upgpkg: python-pygit2 0.18.0-1

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 08:13:51 UTC (rev 88507)
+++ PKGBUILD2013-04-19 08:15:04 UTC (rev 88508)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.17.3
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 url=https://github.com/libgit2/pygit2;
 depends=(libgit2)
@@ -12,7 +12,7 @@
 arch=(i686 x86_64)
 license=('GPL2')
 source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('d7a03ddd2d3b0dee1c7ee89998dd3022')
+md5sums=('25dedbcf38d690dc8b3716389f2702de')
 
 package_python-pygit2() {
   cd $srcdir/pygit2-$pkgver



[arch-commits] Commit in ack/repos/community-testing-any (PKGBUILD PKGBUILD)

2013-04-19 Thread Florian Pritz
Date: Friday, April 19, 2013 @ 10:15:15
  Author: bluewind
Revision: 88509

archrelease: copy trunk to community-testing-any

Added:
  ack/repos/community-testing-any/PKGBUILD
(from rev 88508, ack/trunk/PKGBUILD)
Deleted:
  ack/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 08:15:04 UTC (rev 88508)
+++ PKGBUILD2013-04-19 08:15:15 UTC (rev 88509)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor:  TDY t...@gmx.com
-# Contributor: Michael S. Walker barrucadu@localhost
-
-pkgname=ack
-pkgver=2.02
-pkgrel=1
-pkgdesc=A Perl-based grep replacement, aimed at programmers with large trees 
of heterogeneous source code
-arch=('any')
-url=http://betterthangrep.com/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-file-next')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz)
-md5sums=('9ae2c3939d0f069c6781ee5b6de47c27')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  # some standalone tests are failing
-  make test || true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ack/repos/community-testing-any/PKGBUILD (from rev 88508, 
ack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 08:15:15 UTC (rev 88509)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor:  TDY t...@gmx.com
+# Contributor: Michael S. Walker barrucadu@localhost
+
+pkgname=ack
+pkgver=2.02
+pkgrel=1
+pkgdesc=A Perl-based grep replacement, aimed at programmers with large trees 
of heterogeneous source code
+arch=('any')
+url=http://betterthangrep.com/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-next')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/$pkgname-$pkgver.tar.gz)
+md5sums=('9ae2c3939d0f069c6781ee5b6de47c27')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  # some standalone tests are failing
+  make test || true
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-19 Thread Daniel Micay
Date: Friday, April 19, 2013 @ 10:16:34
  Author: thestinger
Revision: 88510

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 08:15:15 UTC (rev 88509)
+++ community-i686/PKGBUILD 2013-04-19 08:16:34 UTC (rev 88510)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.17.3
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-url=https://github.com/libgit2/pygit2;
-depends=(libgit2)
-makedepends=(python python2)
-arch=(i686 x86_64)
-license=('GPL2')
-source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('d7a03ddd2d3b0dee1c7ee89998dd3022')
-
-package_python-pygit2() {
-  cd $srcdir/pygit2-$pkgver
-  depends+=(python)
-  replaces=(python-libgit2)
-  conflicts=(python-libgit2)
-  LANG=en_US.UTF8 python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-pygit2() {
-  cd $srcdir/pygit2-$pkgver
-  depends+=(python2)
-  replaces=(python2-libgit2)
-  conflicts=(python2-libgit2)
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: python-pygit2/repos/community-i686/PKGBUILD (from rev 88509, 
python-pygit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 08:16:34 UTC (rev 88510)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+url=https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python python2)
+arch=(i686 x86_64)
+license=('GPL2')
+source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
+md5sums=('25dedbcf38d690dc8b3716389f2702de')
+
+package_python-pygit2() {
+  cd $srcdir/pygit2-$pkgver
+  depends+=(python)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-pygit2() {
+  cd $srcdir/pygit2-$pkgver
+  depends+=(python2)
+  replaces=(python2-libgit2)
+  conflicts=(python2-libgit2)
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 08:15:15 UTC (rev 88509)
+++ community-x86_64/PKGBUILD   2013-04-19 08:16:34 UTC (rev 88510)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.17.3
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-url=https://github.com/libgit2/pygit2;
-depends=(libgit2)
-makedepends=(python python2)
-arch=(i686 x86_64)
-license=('GPL2')
-source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('d7a03ddd2d3b0dee1c7ee89998dd3022')
-
-package_python-pygit2() {
-  cd $srcdir/pygit2-$pkgver
-  depends+=(python)
-  replaces=(python-libgit2)
-  conflicts=(python-libgit2)
-  LANG=en_US.UTF8 python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-pygit2() {
-  cd $srcdir/pygit2-$pkgver
-  depends+=(python2)
-  replaces=(python2-libgit2)
-  conflicts=(python2-libgit2)
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 88509, 
python-pygit2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 08:16:34 UTC (rev 88510)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+url=https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python python2)
+arch=(i686 x86_64)
+license=('GPL2')
+source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
+md5sums=('25dedbcf38d690dc8b3716389f2702de')
+
+package_python-pygit2() {
+  cd $srcdir/pygit2-$pkgver
+  depends+=(python)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install 

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

2013-04-19 Thread Felix Yan
Date: Friday, April 19, 2013 @ 10:17:44
  Author: fyan
Revision: 88511

upgpkg: pidgin-lwqq 0.1d-3 hotfix

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 08:16:34 UTC (rev 88510)
+++ PKGBUILD2013-04-19 08:17:44 UTC (rev 88511)
@@ -4,7 +4,7 @@
 pkgname=pidgin-lwqq
 pkgver=0.1d
 _pkgver=0.1-d
-pkgrel=2
+pkgrel=3
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/pidgin-lwqq;
@@ -14,11 +14,14 @@
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
 install=$pkgname.install
-source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;)
+source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;
+   
https://github.com/xiehuc/pidgin-lwqq/commit/afdefd3fb8ecce36f6387c5895339671f5833b4e.patch)
 
 build()
 {
   cd ${srcdir}/$pkgname-${_pkgver}
+  patch -Np1 -i ../afdefd3fb8ecce36f6387c5895339671f5833b4e.patch
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
@@ -28,4 +31,5 @@
   cd $srcdir/$pkgname-${_pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034'
+ '18fcaf7c7c9a4fb944d34e90e622a9dd')



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

2013-04-19 Thread Felix Yan
Date: Friday, April 19, 2013 @ 10:19:36
  Author: fyan
Revision: 88512

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 88511, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 88511, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 88511, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 88511, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   70 +
 /pidgin-lwqq.install |   22 ++
 community-i686/PKGBUILD  |   31 --
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   31 --
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 92 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 08:17:44 UTC (rev 88511)
+++ community-i686/PKGBUILD 2013-04-19 08:19:36 UTC (rev 88512)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.1d
-_pkgver=0.1-d
-pkgrel=2
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;)
-
-build()
-{
-  cd ${srcdir}/$pkgname-${_pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package()
-{
-  cd $srcdir/$pkgname-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 88511, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 08:19:36 UTC (rev 88512)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.1d
+_pkgver=0.1-d
+pkgrel=3
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;
+   
https://github.com/xiehuc/pidgin-lwqq/commit/afdefd3fb8ecce36f6387c5895339671f5833b4e.patch)
+
+build()
+{
+  cd ${srcdir}/$pkgname-${_pkgver}
+  patch -Np1 -i ../afdefd3fb8ecce36f6387c5895339671f5833b4e.patch
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package()
+{
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034'
+ '18fcaf7c7c9a4fb944d34e90e622a9dd')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-04-19 08:17:44 UTC (rev 88511)
+++ community-i686/pidgin-lwqq.install  2013-04-19 08:19:36 UTC (rev 88512)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 88511, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-04-19 08:19:36 UTC (rev 88512)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 08:17:44 UTC (rev 88511)
+++ community-x86_64/PKGBUILD   2013-04-19 08:19:36 UTC (rev 88512)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:29:50
  Author: spupykin
Revision: 88513

upgpkg: firefox-noscript 2.6.6-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 08:19:36 UTC (rev 88512)
+++ PKGBUILD2013-04-19 10:29:50 UTC (rev 88513)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.5.9
+pkgver=2.6.6
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
+md5sums=('a018efb1fe0f722ff307382791bf3c98')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:03
  Author: spupykin
Revision: 88514

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 88513, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 10:29:50 UTC (rev 88513)
+++ PKGBUILD2013-04-19 10:30:03 UTC (rev 88514)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.5.9
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 88513, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 10:30:03 UTC (rev 88514)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.6
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('a018efb1fe0f722ff307382791bf3c98')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:07
  Author: spupykin
Revision: 88515

upgpkg: kdbg 2.5.3-1

upd

Modified:
  kdbg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:30:03 UTC (rev 88514)
+++ PKGBUILD2013-04-19 10:30:07 UTC (rev 88515)
@@ -5,7 +5,7 @@
 # Contributor: Georg Grabler ggrab...@chello.at
 
 pkgname=kdbg
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc=A gdb GUI for KDE
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('automoc4' 'cmake')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb')
+md5sums=('345183d07eb11a9c841d3dc34b734613')
 
 build() {
   cd $srcdir



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:24
  Author: spupykin
Revision: 88516

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:30:07 UTC (rev 88515)
+++ community-i686/PKGBUILD 2013-04-19 10:30:24 UTC (rev 88516)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.2
-pkgrel=1
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-i686/PKGBUILD (from rev 88515, kdbg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:30:24 UTC (rev 88516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.3
+pkgrel=1
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('345183d07eb11a9c841d3dc34b734613')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:30:07 UTC (rev 88515)
+++ community-x86_64/PKGBUILD   2013-04-19 10:30:24 UTC (rev 88516)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.2
-pkgrel=1
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-x86_64/PKGBUILD (from rev 88515, 
kdbg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:30:24 UTC (rev 88516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.3
+pkgrel=1
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('345183d07eb11a9c841d3dc34b734613')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:28
  Author: spupykin
Revision: 88517

upgpkg: libestr 0.1.5-1

upd

Modified:
  libestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:30:24 UTC (rev 88516)
+++ PKGBUILD2013-04-19 10:30:28 UTC (rev 88517)
@@ -3,7 +3,7 @@
 # Maintainer: Brian Knox taote...@gmail.com
 
 pkgname=libestr
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc=essentials for string handling (and a bit more)
 url=http://libestr.adiscon.com/;
@@ -12,7 +12,7 @@
 depends=()
 options=(!libtool)
 source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('ee3ff39f421f47b2a9551a7f9011d084')
+md5sums=('f180c0cdc82883d161eba3f2e8a34eb4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:46
  Author: spupykin
Revision: 88518

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

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

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:30:28 UTC (rev 88517)
+++ community-i686/PKGBUILD 2013-04-19 10:30:46 UTC (rev 88518)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Brian Knox taote...@gmail.com
-
-pkgname=libestr
-pkgver=0.1.4
-pkgrel=1
-pkgdesc=essentials for string handling (and a bit more)
-url=http://libestr.adiscon.com/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=()
-options=(!libtool)
-source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('ee3ff39f421f47b2a9551a7f9011d084')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: libestr/repos/community-i686/PKGBUILD (from rev 88517, 
libestr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:30:46 UTC (rev 88518)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Brian Knox taote...@gmail.com
+
+pkgname=libestr
+pkgver=0.1.5
+pkgrel=1
+pkgdesc=essentials for string handling (and a bit more)
+url=http://libestr.adiscon.com/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=()
+options=(!libtool)
+source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
+md5sums=('f180c0cdc82883d161eba3f2e8a34eb4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:30:28 UTC (rev 88517)
+++ community-x86_64/PKGBUILD   2013-04-19 10:30:46 UTC (rev 88518)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Brian Knox taote...@gmail.com
-
-pkgname=libestr
-pkgver=0.1.4
-pkgrel=1
-pkgdesc=essentials for string handling (and a bit more)
-url=http://libestr.adiscon.com/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=()
-options=(!libtool)
-source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('ee3ff39f421f47b2a9551a7f9011d084')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: libestr/repos/community-x86_64/PKGBUILD (from rev 88517, 
libestr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:30:46 UTC (rev 88518)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Brian Knox taote...@gmail.com
+
+pkgname=libestr
+pkgver=0.1.5
+pkgrel=1
+pkgdesc=essentials for string handling (and a bit more)
+url=http://libestr.adiscon.com/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=()
+options=(!libtool)
+source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
+md5sums=('f180c0cdc82883d161eba3f2e8a34eb4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:30:49
  Author: spupykin
Revision: 88519

upgpkg: librtfcomp 1.2-1

upd

Modified:
  librtfcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:30:46 UTC (rev 88518)
+++ PKGBUILD2013-04-19 10:30:49 UTC (rev 88519)
@@ -2,15 +2,15 @@
 # Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
 
 pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
+pkgver=1.2
+pkgrel=1
 pkgdesc=SynCE librtfcomp library
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.synce.org/;
 depends=(pyrex)
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
+md5sums=('cdff301ff346905595d0bb6efd432850')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,5 +21,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/bin/test
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
 }



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:06
  Author: spupykin
Revision: 88520

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:30:49 UTC (rev 88519)
+++ community-i686/PKGBUILD 2013-04-19 10:31:06 UTC (rev 88520)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
-# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
-
-pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
-pkgdesc=SynCE librtfcomp library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.synce.org/;
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
-
-build() {
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-#Remove the conflicting binary file (conflict with core-utils). I don't know 
any other workaround.
-  rm ${pkgdir}/usr/bin/test
-  cd ..
-
-} 

Copied: librtfcomp/repos/community-i686/PKGBUILD (from rev 88519, 
librtfcomp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:31:06 UTC (rev 88520)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
+
+pkgname=librtfcomp
+pkgver=1.2
+pkgrel=1
+pkgdesc=SynCE librtfcomp library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.synce.org/;
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cdff301ff346905595d0bb6efd432850')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:30:49 UTC (rev 88519)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:06 UTC (rev 88520)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
-
-pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
-pkgdesc=SynCE librtfcomp library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.synce.org/;
-depends=(pyrex)
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
-
-build() {
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-#Remove the conflicting binary file (conflict with core-utils). I don't know 
any other workaround.
-  rm ${pkgdir}/usr/bin/test
-  cd ..
-
-} 

Copied: librtfcomp/repos/community-x86_64/PKGBUILD (from rev 88519, 
librtfcomp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:06 UTC (rev 88520)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
+
+pkgname=librtfcomp
+pkgver=1.2
+pkgrel=1
+pkgdesc=SynCE librtfcomp library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.synce.org/;
+depends=(pyrex)
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cdff301ff346905595d0bb6efd432850')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -dm0755 $pkgdir/usr/bin
+  install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:09
  Author: spupykin
Revision: 88521

upgpkg: libuser 0.59-1

upd

Modified:
  libuser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:31:06 UTC (rev 88520)
+++ PKGBUILD2013-04-19 10:31:09 UTC (rev 88521)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=libuser
-pkgver=0.58
+pkgver=0.59
 pkgrel=1
 pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 backup=('etc/libuser.conf')
 
source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('1fc3ef3f3a3955b2d78562ff4daed793')
+md5sums=('22835cbfec894b1e9491845ed5023244')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:27
  Author: spupykin
Revision: 88522

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

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

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:31:09 UTC (rev 88521)
+++ community-i686/PKGBUILD 2013-04-19 10:31:27 UTC (rev 88522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=libuser
-pkgver=0.58
-pkgrel=1
-pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='https://fedorahosted.org/libuser/'
-depends=('python2' 'glib2' 'popt')
-options=('!libtool')
-backup=('etc/libuser.conf')
-source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('1fc3ef3f3a3955b2d78562ff4daed793')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-gtk-doc-html \
---disable-rpath
-  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libuser/repos/community-i686/PKGBUILD (from rev 88521, 
libuser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:31:27 UTC (rev 88522)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=libuser
+pkgver=0.59
+pkgrel=1
+pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='https://fedorahosted.org/libuser/'
+depends=('python2' 'glib2' 'popt')
+options=('!libtool')
+backup=('etc/libuser.conf')
+source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
+md5sums=('22835cbfec894b1e9491845ed5023244')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-gtk-doc-html \
+--disable-rpath
+  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:31:09 UTC (rev 88521)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:27 UTC (rev 88522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=libuser
-pkgver=0.58
-pkgrel=1
-pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='https://fedorahosted.org/libuser/'
-depends=('python2' 'glib2' 'popt')
-options=('!libtool')
-backup=('etc/libuser.conf')
-source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
-md5sums=('1fc3ef3f3a3955b2d78562ff4daed793')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-gtk-doc-html \
---disable-rpath
-  sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libuser/repos/community-x86_64/PKGBUILD (from rev 88521, 
libuser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:27 UTC (rev 88522)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=libuser
+pkgver=0.59
+pkgrel=1
+pkgdesc='A standardized interface for manipulating and administering user and 
group accounts.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='https://fedorahosted.org/libuser/'
+depends=('python2' 'glib2' 'popt')
+options=('!libtool')
+backup=('etc/libuser.conf')
+source=(https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz;)
+md5sums=('22835cbfec894b1e9491845ed5023244')
+
+build() {
+  cd 

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:31
  Author: spupykin
Revision: 88523

upgpkg: parrot 5.3.0-1

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:31:27 UTC (rev 88522)
+++ PKGBUILD2013-04-19 10:31:31 UTC (rev 88523)
@@ -3,7 +3,7 @@
 # Contributor: mpie michael.kyne-philli...@ntlworld.com
 
 pkgname=parrot
-pkgver=5.2.0
+pkgver=5.3.0
 #_rel=stable
 _rel=devel
 pkgrel=1
@@ -16,7 +16,7 @@
 optdepends=('freeglut')
 options=('!makeflags')
 
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed8e30dda7439f44d6cbf5b3ab40bc28')
+md5sums=('4f9fd4994bffd7664901dcace9ab6c16')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:48
  Author: spupykin
Revision: 88524

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:31:31 UTC (rev 88523)
+++ community-i686/PKGBUILD 2013-04-19 10:31:48 UTC (rev 88524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.2.0
-#_rel=stable
-_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed8e30dda7439f44d6cbf5b3ab40bc28')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 88523, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:31:48 UTC (rev 88524)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=5.3.0
+#_rel=stable
+_rel=devel
+pkgrel=1
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('4f9fd4994bffd7664901dcace9ab6c16')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:31:31 UTC (rev 88523)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:48 UTC (rev 88524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.2.0
-#_rel=stable
-_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed8e30dda7439f44d6cbf5b3ab40bc28')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 88523, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:31:48 UTC (rev 88524)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej 

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:31:54
  Author: spupykin
Revision: 88525

upgpkg: rsyslog 7.2.7-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:31:48 UTC (rev 88524)
+++ PKGBUILD2013-04-19 10:31:54 UTC (rev 88525)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.2.6
-pkgrel=6
+pkgver=7.2.7
+pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
'rsyslog.logrotate'
'rsyslog.conf.d'
'rsyslog.conf')
-md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
+md5sums=('4a61d182acb5b5487e7b99dea8974857'
  'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
  '8065db4bef3061a4f000ba58779f6829'
  '18565f38a4445136446a31a3c95ffc3e'



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:32:19
  Author: spupykin
Revision: 88526

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 88525, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog
(from rev 88525, rsyslog/trunk/rsyslog)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 88525, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.conf.d
(from rev 88525, rsyslog/trunk/rsyslog.conf.d)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 88525, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 88525, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog
(from rev 88525, rsyslog/trunk/rsyslog)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 88525, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.conf.d
(from rev 88525, rsyslog/trunk/rsyslog.conf.d)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 88525, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.conf.d
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.conf.d
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  120 +++
 /rsyslog   |   78 ++
 /rsyslog.conf  |   88 +
 /rsyslog.conf.d|   12 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   60 -
 community-i686/rsyslog |   39 ---
 community-i686/rsyslog.conf|   44 
 community-i686/rsyslog.conf.d  |6 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rsyslog   |   39 ---
 community-x86_64/rsyslog.conf  |   44 
 community-x86_64/rsyslog.conf.d|6 -
 community-x86_64/rsyslog.logrotate |7 --
 15 files changed, 312 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:31:54 UTC (rev 88525)
+++ community-i686/PKGBUILD 2013-04-19 10:32:19 UTC (rev 88526)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.2.6
-pkgrel=6
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog'
-   'etc/conf.d/rsyslog')
-options=('strip' 'zipman' '!libtool')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog'
-   'rsyslog.logrotate'
-   'rsyslog.conf.d'
-   'rsyslog.conf')
-md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
- 'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
- '8065db4bef3061a4f000ba58779f6829'
- '18565f38a4445136446a31a3c95ffc3e'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: 

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:32:24
  Author: spupykin
Revision: 88527

upgpkg: xdebug 2.2.2-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:32:19 UTC (rev 88526)
+++ PKGBUILD2013-04-19 10:32:24 UTC (rev 88527)
@@ -5,7 +5,7 @@
 # Contributor: sracker smb@gmail.com
 
 pkgname=xdebug
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc=PHP debugging extension
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
-md5sums=('5e5c467e920240c20f165687d7ac3709'
+md5sums=('5687bca6270b9668721090d780c7c966'
  '6b7fdbbe0bf381bda40e77e29981f439'
  '68de800943369d4c76bdf7eb35c8463b')
 



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:32:46
  Author: spupykin
Revision: 88528

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

Added:
  xdebug/repos/community-i686/PKGBUILD
(from rev 88527, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug-5.2.ini
(from rev 88527, xdebug/trunk/xdebug-5.2.ini)
  xdebug/repos/community-i686/xdebug.ini
(from rev 88527, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-i686/xdebug.install
(from rev 88527, xdebug/trunk/xdebug.install)
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 88527, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug-5.2.ini
(from rev 88527, xdebug/trunk/xdebug-5.2.ini)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 88527, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/xdebug.install
(from rev 88527, xdebug/trunk/xdebug.install)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug-5.2.ini
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-i686/xdebug.install
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug-5.2.ini
  xdebug/repos/community-x86_64/xdebug.ini
  xdebug/repos/community-x86_64/xdebug.install

-+
 /PKGBUILD   |   98 ++
 /xdebug-5.2.ini |   10 +++
 /xdebug.ini |   10 +++
 /xdebug.install |   36 +
 community-i686/PKGBUILD |   45 -
 community-i686/xdebug-5.2.ini   |5 -
 community-i686/xdebug.ini   |5 -
 community-i686/xdebug.install   |   18 --
 community-x86_64/PKGBUILD   |   45 -
 community-x86_64/xdebug-5.2.ini |5 -
 community-x86_64/xdebug.ini |5 -
 community-x86_64/xdebug.install |   18 --
 12 files changed, 154 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:32:24 UTC (rev 88527)
+++ community-i686/PKGBUILD 2013-04-19 10:32:46 UTC (rev 88528)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: sracker smb@gmail.com
-
-pkgname=xdebug
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=PHP debugging extension
-arch=('i686' 'x86_64')
-url=http://www.xdebug.org;
-license=('GPL')
-depends=('php')
-install=${pkgname}.install
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug-5.2.ini
-   xdebug.ini)
-md5sums=('5e5c467e920240c20f165687d7ac3709'
- '6b7fdbbe0bf381bda40e77e29981f439'
- '68de800943369d4c76bdf7eb35c8463b')
-
-build() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname-$pkgver
-  if [ $PHPVER \ 5.3.0 ] ; then
-install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so
-install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  else
-install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  fi
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 88527, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:32:46 UTC (rev 88528)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: sracker smb@gmail.com
+
+pkgname=xdebug
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=PHP debugging extension
+arch=('i686' 'x86_64')
+url=http://www.xdebug.org;
+license=('GPL')
+depends=('php')
+install=${pkgname}.install
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug-5.2.ini
+   xdebug.ini)
+md5sums=('5687bca6270b9668721090d780c7c966'
+ '6b7fdbbe0bf381bda40e77e29981f439'
+ '68de800943369d4c76bdf7eb35c8463b')
+
+build() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  if [ $PHPVER \ 5.3.0 ] ; then
+install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so
+install -D -m 644 $srcdir/xdebug-5.2.ini 

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:32:50
  Author: spupykin
Revision: 88529

upgpkg: xvkbd 3.4a-1

upd

Modified:
  xvkbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:32:46 UTC (rev 88528)
+++ PKGBUILD2013-04-19 10:32:50 UTC (rev 88529)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppдlд t-r-...@mbnet.fi
 
 pkgname=xvkbd
-pkgver=3.3
+pkgver=3.4a
 pkgrel=1
 pkgdesc=virtual (graphical) keyboard program for X Window System
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
 makedepends=('imake')
 source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('8495402211a610293563a749bb45a0f0')
+md5sums=('3d996ba9f84b5ed2392f9809ada22711')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 12:33:08
  Author: spupykin
Revision: 88530

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

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

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 10:32:50 UTC (rev 88529)
+++ community-i686/PKGBUILD 2013-04-19 10:33:08 UTC (rev 88530)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
-
-pkgname=xvkbd
-pkgver=3.3
-pkgrel=1
-pkgdesc=virtual (graphical) keyboard program for X Window System
-arch=('i686' 'x86_64')
-url=http://homepage3.nifty.com/tsato/xvkbd/;
-license=('GPL')
-depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
-makedepends=('imake')
-source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('8495402211a610293563a749bb45a0f0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # fix
-  rm -f $pkgdir/usr/lib/X11/app-defaults
-  mkdir -p $pkgdir/usr/lib/X11
-  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
-  rm -rf $pkgdir/etc/
-}

Copied: xvkbd/repos/community-i686/PKGBUILD (from rev 88529, 
xvkbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 10:33:08 UTC (rev 88530)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
+
+pkgname=xvkbd
+pkgver=3.4a
+pkgrel=1
+pkgdesc=virtual (graphical) keyboard program for X Window System
+arch=('i686' 'x86_64')
+url=http://homepage3.nifty.com/tsato/xvkbd/;
+license=('GPL')
+depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
+makedepends=('imake')
+source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
+md5sums=('3d996ba9f84b5ed2392f9809ada22711')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  xmkmf
+  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # fix
+  rm -f $pkgdir/usr/lib/X11/app-defaults
+  mkdir -p $pkgdir/usr/lib/X11
+  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
+  rm -rf $pkgdir/etc/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 10:32:50 UTC (rev 88529)
+++ community-x86_64/PKGBUILD   2013-04-19 10:33:08 UTC (rev 88530)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
-
-pkgname=xvkbd
-pkgver=3.3
-pkgrel=1
-pkgdesc=virtual (graphical) keyboard program for X Window System
-arch=('i686' 'x86_64')
-url=http://homepage3.nifty.com/tsato/xvkbd/;
-license=('GPL')
-depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
-makedepends=('imake')
-source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('8495402211a610293563a749bb45a0f0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  sed -i 's|#include X11/Xaw/|#include X11/Xaw3d/|' xvkbd.c
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # fix
-  rm -f $pkgdir/usr/lib/X11/app-defaults
-  mkdir -p $pkgdir/usr/lib/X11
-  mv $pkgdir/etc/X11/app-defaults $pkgdir/usr/lib/X11/
-  rm -rf $pkgdir/etc/
-}

Copied: xvkbd/repos/community-x86_64/PKGBUILD (from rev 88529, 
xvkbd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 10:33:08 UTC (rev 88530)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+# Contributor: Mikko Seppдlд t-r-...@mbnet.fi
+
+pkgname=xvkbd
+pkgver=3.4a
+pkgrel=1
+pkgdesc=virtual (graphical) keyboard program for X Window System
+arch=('i686' 'x86_64')
+url=http://homepage3.nifty.com/tsato/xvkbd/;
+license=('GPL')
+depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 

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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 13:56:04
  Author: seblu
Revision: 88531

upgpkg: opensmtpd 5.3.1p1-2

- fix FS#34836

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 10:33:08 UTC (rev 88530)
+++ PKGBUILD2013-04-19 11:56:04 UTC (rev 88531)
@@ -3,7 +3,7 @@
 
 pkgname=opensmtpd
 pkgver=5.3.1p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
@@ -11,7 +11,7 @@
 depends=('libevent')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases')
+backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets')
 install=opensmtpd.install
 source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
 'smtpd.service'
@@ -54,7 +54,7 @@
   # empty aliases file
   install -Dm644 /dev/null $pkgdir/etc/aliases
   install -Dm644 /dev/null $pkgdir/etc/virtual
-  install -Dm644 /dev/null $pkgdir/etc/secrets
+  install -Dm640 /dev/null $pkgdir/etc/secrets
   # fake sendmail binary (used to be smtp-forwarder)
   # use hardlink as upstream does...
   cd $pkgdir/usr/bin



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 13:57:55
  Author: seblu
Revision: 88532

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

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 88531, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 88531, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 88531, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 88531, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 88531, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 88531, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 88531, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 88531, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  138 +++
 /opensmtpd.install |   28 +++
 /smtpd.service |   20 +
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   69 -
 community-i686/opensmtpd.install   |   14 ---
 community-i686/smtpd.service   |   10 --
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   69 -
 community-x86_64/opensmtpd.install |   14 ---
 community-x86_64/smtpd.service |   10 --
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 11:56:04 UTC (rev 88531)
+++ community-i686/PKGBUILD 2013-04-19 11:57:55 UTC (rev 88532)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.3.1p1
-pkgrel=1
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libevent')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases')
-install=opensmtpd.install
-source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'smtpd.service'
-'smtpd.socket')
-md5sums=('0ee036a473f19fe27012cda0068cd287'
- 'a278f272d97a9fe5a8aac784a7c98d67'
- 'c2c01e9ca78df3f65efe40a7c0e17ee0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./bootstrap
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/bin \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-privsep-user=mail \
---with-filter-user=mail \
---with-queue-user=mail \
---with-pam
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd $pkgdir
-  # working directory
-  install -dm711 var/spool/smtpd
-  # license
-  install -Dm644 $srcdir/smtpd.service usr/lib/systemd/system/smtpd.service
-  install -Dm644 $srcdir/smtpd.socket usr/lib/systemd/system/smtpd.socket
-  # remove duplicate hardlink into a subfolder
-  rm -r usr/bin/opensmtpd
-  # empty aliases file
-  install -Dm644 /dev/null $pkgdir/etc/aliases
-  install -Dm644 /dev/null $pkgdir/etc/virtual
-  install -Dm644 /dev/null $pkgdir/etc/secrets
-  # fake sendmail binary (used to be smtp-forwarder)
-  # use hardlink as upstream does...
-  cd $pkgdir/usr/bin
-  ln smtpctl $pkgdir/usr/bin/sendmail
-  # symlink binary from usr/bin to usr/sbin (waiting /usr merge)
-  install -dm755 $pkgdir/usr/sbin
-  for _p in *; do
-ln -s ../bin/$_p $pkgdir/usr/sbin/$_p
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 88531, 
opensmtpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 11:57:55 UTC (rev 88532)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.3.1p1
+pkgrel=2
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libevent')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')

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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 14:58:47
  Author: seblu
Revision: 88533

upgpkg: exabgp 3.1.10-1

Modified:
  exabgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 11:57:55 UTC (rev 88532)
+++ PKGBUILD2013-04-19 12:58:47 UTC (rev 88533)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=exabgp
-pkgver=3.1.7
+pkgver=3.1.10
 pkgrel=1
 pkgdesc='BPG route injector'
 arch=('any')
@@ -12,7 +12,7 @@
 backup=('etc/exabgp.conf')
 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
 'exabgp.service')
-sha1sums=('765935357038f15036f6984a40f060ea0ef3b062'
+sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
   '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
 
 build() {



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 14:58:53
  Author: seblu
Revision: 88534

upgpkg: sfk 1.6.7-1

Modified:
  sfk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 12:58:47 UTC (rev 88533)
+++ PKGBUILD2013-04-19 12:58:53 UTC (rev 88534)
@@ -3,7 +3,7 @@
 # Contributor: Baumi ba...@gmx.com
 
 pkgname=sfk
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc='Swiss File Knife - A Command Line Tools Collection'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom: BSD')
 depends=('gcc-libs')
 
source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('d32f487d783356eb15e23f5e26bf7ac7')
+md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
 
 build() {
   cd ${pkgname}${pkgver//./}



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 14:59:02
  Author: seblu
Revision: 88535

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 12:58:53 UTC (rev 88534)
+++ community-i686/PKGBUILD 2013-04-19 12:59:02 UTC (rev 88535)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Baumi ba...@gmx.com
-
-pkgname=sfk
-pkgver=1.6.6
-pkgrel=1
-pkgdesc='Swiss File Knife - A Command Line Tools Collection'
-arch=('i686' 'x86_64')
-url='http://stahlforce.com/dev/?tool=sfk'
-license=('custom: BSD')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('d32f487d783356eb15e23f5e26bf7ac7')
-
-build() {
-  cd ${pkgname}${pkgver//./}
-  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
-}
-
-package() {
-  cd ${pkgname}${pkgver//./}
-  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: sfk/repos/community-i686/PKGBUILD (from rev 88534, sfk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 12:59:02 UTC (rev 88535)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Baumi ba...@gmx.com
+
+pkgname=sfk
+pkgver=1.6.7
+pkgrel=1
+pkgdesc='Swiss File Knife - A Command Line Tools Collection'
+arch=('i686' 'x86_64')
+url='http://stahlforce.com/dev/?tool=sfk'
+license=('custom: BSD')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
+md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
+
+build() {
+  cd ${pkgname}${pkgver//./}
+  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
+}
+
+package() {
+  cd ${pkgname}${pkgver//./}
+  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 12:58:53 UTC (rev 88534)
+++ community-x86_64/PKGBUILD   2013-04-19 12:59:02 UTC (rev 88535)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Baumi ba...@gmx.com
-
-pkgname=sfk
-pkgver=1.6.6
-pkgrel=1
-pkgdesc='Swiss File Knife - A Command Line Tools Collection'
-arch=('i686' 'x86_64')
-url='http://stahlforce.com/dev/?tool=sfk'
-license=('custom: BSD')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('d32f487d783356eb15e23f5e26bf7ac7')
-
-build() {
-  cd ${pkgname}${pkgver//./}
-  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
-}
-
-package() {
-  cd ${pkgname}${pkgver//./}
-  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: sfk/repos/community-x86_64/PKGBUILD (from rev 88534, sfk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 12:59:02 UTC (rev 88535)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Baumi ba...@gmx.com
+
+pkgname=sfk
+pkgver=1.6.7
+pkgrel=1
+pkgdesc='Swiss File Knife - A Command Line Tools Collection'
+arch=('i686' 'x86_64')
+url='http://stahlforce.com/dev/?tool=sfk'
+license=('custom: BSD')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
+md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
+
+build() {
+  cd ${pkgname}${pkgver//./}
+  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
+}
+
+package() {
+  cd ${pkgname}${pkgver//./}
+  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 15:01:49
  Author: seblu
Revision: 88536

upgpkg: ldoc 1.3.11-1

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 12:59:02 UTC (rev 88535)
+++ PKGBUILD2013-04-19 13:01:49 UTC (rev 88536)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.3.7
+pkgver=1.3.11
 pkgrel=1
 pkgdesc='A LuaDoc-compatible documentation generation system'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lua' 'lua-penlight')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('139eb6b4e1e416beedd32aaa8f3a0cf6')
+md5sums=('03f967ed92078fc689ffb0fc75bd78de')
 
 package() {
   cd LDoc-$pkgver
@@ -22,7 +22,7 @@
   ln -s ldoc.lua $pkgdir/usr/bin/ldoc
   # copy docs
   install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
-  install -Dm644 docs/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
   # copy license
   install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 15:01:55
  Author: seblu
Revision: 88537

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 88536, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 13:01:49 UTC (rev 88536)
+++ PKGBUILD2013-04-19 13:01:55 UTC (rev 88537)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.7
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('139eb6b4e1e416beedd32aaa8f3a0cf6')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
-  install -Dm644 docs/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 88536, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 13:01:55 UTC (rev 88537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.3.11
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
+md5sums=('03f967ed92078fc689ffb0fc75bd78de')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
+  # copy license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 15:02:32
  Author: seblu
Revision: 88538

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 88537, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 13:01:55 UTC (rev 88537)
+++ PKGBUILD2013-04-19 13:02:32 UTC (rev 88538)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.11
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('03f967ed92078fc689ffb0fc75bd78de')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
-  install -Dm644 doc/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 88537, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 13:02:32 UTC (rev 88538)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.3.11
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
+md5sums=('03f967ed92078fc689ffb0fc75bd78de')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
+  # copy license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 15:05:23
  Author: seblu
Revision: 88539

archrelease: copy trunk to community-any

Added:
  exabgp/repos/community-any/PKGBUILD
(from rev 88533, exabgp/trunk/PKGBUILD)
  exabgp/repos/community-any/exabgp.service
(from rev 88533, exabgp/trunk/exabgp.service)
Deleted:
  exabgp/repos/community-any/PKGBUILD
  exabgp/repos/community-any/exabgp.service

+
 PKGBUILD   |   80 +++
 exabgp.service |   22 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 13:02:32 UTC (rev 88538)
+++ PKGBUILD2013-04-19 13:05:23 UTC (rev 88539)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=exabgp
-pkgver=3.1.7
-pkgrel=1
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'exabgp.service')
-sha1sums=('765935357038f15036f6984a40f060ea0ef3b062'
-  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
-
-build() {
-  # arch python2
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # upstream installer
-  python2 setup.py install --root=$pkgdir --install-data=/
-  # install license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  popd
-  # systemd
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # install empty config file
-  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
-  # move data in a more private directory
-  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exabgp/repos/community-any/PKGBUILD (from rev 88533, 
exabgp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 13:05:23 UTC (rev 88539)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=exabgp
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'exabgp.service')
+sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
+  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+  # arch python2
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # upstream installer
+  python2 setup.py install --root=$pkgdir --install-data=/
+  # install license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  popd
+  # systemd
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # install empty config file
+  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # move data in a more private directory
+  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: exabgp.service
===
--- exabgp.service  2013-04-19 13:02:32 UTC (rev 88538)
+++ exabgp.service  2013-04-19 13:05:23 UTC (rev 88539)
@@ -1,11 +0,0 @@
-[Unit]
-Description=ExaBGP
-After=network.target
-
-[Service]
-Environment=exabgp.daemon.daemonize=false
-Environment=exabgp.log.destination=stdout
-ExecStart=/usr/bin/exabgp /etc/exabgp.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: exabgp/repos/community-any/exabgp.service (from rev 88533, 
exabgp/trunk/exabgp.service)
===
--- exabgp.service  (rev 0)
+++ exabgp.service  2013-04-19 13:05:23 UTC (rev 88539)
@@ -0,0 +1,11 @@
+[Unit]
+Description=ExaBGP
+After=network.target
+
+[Service]
+Environment=exabgp.daemon.daemonize=false
+Environment=exabgp.log.destination=stdout
+ExecStart=/usr/bin/exabgp /etc/exabgp.conf
+
+[Install]
+WantedBy=multi-user.target



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

2013-04-19 Thread Sébastien Luttringer
Date: Friday, April 19, 2013 @ 15:05:32
  Author: seblu
Revision: 88540

archrelease: copy trunk to community-any

Added:
  exabgp/repos/community-any/PKGBUILD
(from rev 88539, exabgp/trunk/PKGBUILD)
  exabgp/repos/community-any/exabgp.service
(from rev 88539, exabgp/trunk/exabgp.service)
Deleted:
  exabgp/repos/community-any/PKGBUILD
  exabgp/repos/community-any/exabgp.service

+
 PKGBUILD   |   80 +++
 exabgp.service |   22 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 13:05:23 UTC (rev 88539)
+++ PKGBUILD2013-04-19 13:05:32 UTC (rev 88540)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=exabgp
-pkgver=3.1.10
-pkgrel=1
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'exabgp.service')
-sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
-  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
-
-build() {
-  # arch python2
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # upstream installer
-  python2 setup.py install --root=$pkgdir --install-data=/
-  # install license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  popd
-  # systemd
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # install empty config file
-  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
-  # move data in a more private directory
-  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exabgp/repos/community-any/PKGBUILD (from rev 88539, 
exabgp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 13:05:32 UTC (rev 88540)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=exabgp
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'exabgp.service')
+sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
+  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+  # arch python2
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # upstream installer
+  python2 setup.py install --root=$pkgdir --install-data=/
+  # install license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  popd
+  # systemd
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # install empty config file
+  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # move data in a more private directory
+  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: exabgp.service
===
--- exabgp.service  2013-04-19 13:05:23 UTC (rev 88539)
+++ exabgp.service  2013-04-19 13:05:32 UTC (rev 88540)
@@ -1,11 +0,0 @@
-[Unit]
-Description=ExaBGP
-After=network.target
-
-[Service]
-Environment=exabgp.daemon.daemonize=false
-Environment=exabgp.log.destination=stdout
-ExecStart=/usr/bin/exabgp /etc/exabgp.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: exabgp/repos/community-any/exabgp.service (from rev 88539, 
exabgp/trunk/exabgp.service)
===
--- exabgp.service  (rev 0)
+++ exabgp.service  2013-04-19 13:05:32 UTC (rev 88540)
@@ -0,0 +1,11 @@
+[Unit]
+Description=ExaBGP
+After=network.target
+
+[Service]
+Environment=exabgp.daemon.daemonize=false
+Environment=exabgp.log.destination=stdout
+ExecStart=/usr/bin/exabgp /etc/exabgp.conf
+
+[Install]
+WantedBy=multi-user.target



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

2013-04-19 Thread Laurent Carlier
Date: Friday, April 19, 2013 @ 15:26:28
  Author: lcarlier
Revision: 88541

upgpkg: lib32-systemd 202-1

Sync with testing

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 13:05:32 UTC (rev 88540)
+++ PKGBUILD2013-04-19 13:26:28 UTC (rev 88541)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=201
+pkgver=202
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
 use-split-usr-path.patch)
-md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
+md5sums=('3136c6912d3ee1f6d4deb16234783731'
  '76bf83fe34c5b40533abc5dc940576a6')
 
 prepare() {



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

2013-04-19 Thread Laurent Carlier
Date: Friday, April 19, 2013 @ 15:26:33
  Author: lcarlier
Revision: 88542

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88541, lib32-systemd/trunk/PKGBUILD)
  lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch
(from rev 88541, lib32-systemd/trunk/use-split-usr-path.patch)

--+
 PKGBUILD |   63 +
 use-split-usr-path.patch |   14 ++
 2 files changed, 77 insertions(+)

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 88541, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-19 13:26:33 UTC (rev 88542)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=202
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-dbus-core' 'lib32-libcap' 
'lib32-acl' 
+ 'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
+use-split-usr-path.patch)
+md5sums=('3136c6912d3ee1f6d4deb16234783731'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+prepare() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--enable-static \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path=
+
+  make
+}
+
+package() {
+  depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+}

Copied: lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch 
(from rev 88541, lib32-systemd/trunk/use-split-usr-path.patch)
===
--- multilib-testing-x86_64/use-split-usr-path.patch
(rev 0)
+++ multilib-testing-x86_64/use-split-usr-path.patch2013-04-19 13:26:33 UTC 
(rev 88542)
@@ -0,0 +1,14 @@
+--- a/src/core/main.c  2012-09-20 23:02:54.0 -0400
 b/src/core/main.c  2012-09-20 23:03:13.0 -0400
+@@ -1487,11 +1487,7 @@ int main(int argc, char *argv[]) {
+ 
+ /* Set up PATH unless it is already set */
+ setenv(PATH,
+-#ifdef HAVE_SPLIT_USR
+/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,
+-#else
+-   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin,
+-#endif
+arg_running_as == SYSTEMD_SYSTEM);
+ 
+ if (arg_running_as == SYSTEMD_SYSTEM) {



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 15:27:23
  Author: spupykin
Revision: 88543

upgpkg: libzdb 2.11.2-1

upd

Modified:
  libzdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 13:26:33 UTC (rev 88542)
+++ PKGBUILD2013-04-19 13:27:23 UTC (rev 88543)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=libzdb
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.11.2
+pkgrel=1
 pkgdesc=Zild Database Library
 arch=('i686' 'x86_64')
 url=http://www.tildeslash.com/libzdb/;
@@ -11,7 +11,7 @@
 depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
 options=('!libtool')
 source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('155e89d96df4ec22e984442137f75289')
+md5sums=('f3ebd6c32c47be084643a44d34459499')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 15:27:42
  Author: spupykin
Revision: 88544

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

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

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 13:27:23 UTC (rev 88543)
+++ community-i686/PKGBUILD 2013-04-19 13:27:42 UTC (rev 88544)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libzdb
-pkgver=2.11.1
-pkgrel=2
-pkgdesc=Zild Database Library
-arch=('i686' 'x86_64')
-url=http://www.tildeslash.com/libzdb/;
-license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
-options=('!libtool')
-source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('155e89d96df4ec22e984442137f75289')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libzdb/repos/community-i686/PKGBUILD (from rev 88543, 
libzdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 13:27:42 UTC (rev 88544)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libzdb
+pkgver=2.11.2
+pkgrel=1
+pkgdesc=Zild Database Library
+arch=('i686' 'x86_64')
+url=http://www.tildeslash.com/libzdb/;
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
+options=('!libtool')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+md5sums=('f3ebd6c32c47be084643a44d34459499')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 13:27:23 UTC (rev 88543)
+++ community-x86_64/PKGBUILD   2013-04-19 13:27:42 UTC (rev 88544)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libzdb
-pkgver=2.11.1
-pkgrel=2
-pkgdesc=Zild Database Library
-arch=('i686' 'x86_64')
-url=http://www.tildeslash.com/libzdb/;
-license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
-options=('!libtool')
-source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('155e89d96df4ec22e984442137f75289')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libzdb/repos/community-x86_64/PKGBUILD (from rev 88543, 
libzdb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 13:27:42 UTC (rev 88544)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libzdb
+pkgver=2.11.2
+pkgrel=1
+pkgdesc=Zild Database Library
+arch=('i686' 'x86_64')
+url=http://www.tildeslash.com/libzdb/;
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
+options=('!libtool')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+md5sums=('f3ebd6c32c47be084643a44d34459499')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:14:47
  Author: giovanni
Revision: 183245

upgpkg: whois 5.0.24-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 04:51:03 UTC (rev 183244)
+++ PKGBUILD2013-04-19 14:14:47 UTC (rev 183245)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.20
+pkgver=5.0.24
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2e33c03536082ae8156b2cbe78c0299d')
+md5sums=('34c45f9beaafa5ae58d7d8b366c7c262')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:14:54
  Author: giovanni
Revision: 183246

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

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

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 14:14:47 UTC (rev 183245)
+++ extra-i686/PKGBUILD 2013-04-19 14:14:54 UTC (rev 183246)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.20
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2e33c03536082ae8156b2cbe78c0299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 183245, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 14:14:54 UTC (rev 183246)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.24
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('34c45f9beaafa5ae58d7d8b366c7c262')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-19 14:14:47 UTC (rev 183245)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:14:54 UTC (rev 183246)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.20
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-md5sums=('2e33c03536082ae8156b2cbe78c0299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 183245, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:14:54 UTC (rev 183246)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.24
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+md5sums=('34c45f9beaafa5ae58d7d8b366c7c262')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:20:08
  Author: giovanni
Revision: 183247

upgpkg: link-grammar 4.7.11-1

upstream release

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:14:54 UTC (rev 183246)
+++ PKGBUILD2013-04-19 14:20:08 UTC (rev 183247)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=link-grammar
-pkgver=4.7.9
+pkgver=4.7.11
 pkgrel=1
 pkgdesc=A Grammar Checking library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('aspell')
 options=('!libtool' '!makeflags')
 
source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c115f2b46d577e038e52128ece034144')
+md5sums=('1a990ecf0b517813a4c7b3b6f9c01f00')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:20:16
  Author: giovanni
Revision: 183248

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

Added:
  link-grammar/repos/extra-i686/PKGBUILD
(from rev 183247, link-grammar/trunk/PKGBUILD)
  link-grammar/repos/extra-x86_64/PKGBUILD
(from rev 183247, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/extra-i686/PKGBUILD
  link-grammar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 14:20:08 UTC (rev 183247)
+++ extra-i686/PKGBUILD 2013-04-19 14:20:16 UTC (rev 183248)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.7.9
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('aspell')
-options=('!libtool' '!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c115f2b46d577e038e52128ece034144')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-i686/PKGBUILD (from rev 183247, 
link-grammar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 14:20:16 UTC (rev 183248)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=4.7.11
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell')
+options=('!libtool' '!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1a990ecf0b517813a4c7b3b6f9c01f00')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-19 14:20:08 UTC (rev 183247)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:20:16 UTC (rev 183248)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=link-grammar
-pkgver=4.7.9
-pkgrel=1
-pkgdesc=A Grammar Checking library
-arch=('i686' 'x86_64')
-url=http://www.abisource.com/downloads/link-grammar/;
-license=('BSD')
-depends=('aspell')
-options=('!libtool' '!makeflags')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c115f2b46d577e038e52128ece034144')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
-}

Copied: link-grammar/repos/extra-x86_64/PKGBUILD (from rev 183247, 
link-grammar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:20:16 UTC (rev 183248)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=link-grammar
+pkgver=4.7.11
+pkgrel=1
+pkgdesc=A Grammar Checking library
+arch=('i686' 'x86_64')
+url=http://www.abisource.com/downloads/link-grammar/;
+license=('BSD')
+depends=('aspell')
+options=('!libtool' '!makeflags')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1a990ecf0b517813a4c7b3b6f9c01f00')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/link-grammar/LICENSE
+}



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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 16:20:49
  Author: andyrtr
Revision: 183249

fix description, FS#34846

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:20:16 UTC (rev 183248)
+++ PKGBUILD2013-04-19 14:20:49 UTC (rev 183249)
@@ -4,7 +4,7 @@
 pkgname=libgcrypt
 pkgver=1.5.2
 pkgrel=1
-pkgdesc=a general purpose crypto library based on the code used
+pkgdesc=General purpose cryptographic library based on the code from GnuPG
 arch=(i686 x86_64)
 url=http://www.gnupg.org;
 license=('LGPL')



[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:27:00
  Author: giovanni
Revision: 88545

upgpkg: c++-gtk-utils 2.0.16-1

upstream release

Modified:
  c++-gtk-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 13:27:42 UTC (rev 88544)
+++ PKGBUILD2013-04-19 14:27:00 UTC (rev 88545)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=c++-gtk-utils
-pkgver=2.0.15
+pkgver=2.0.16
 pkgrel=1
 pkgdesc=Classes and functions for programming in GTK+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b9de1eb63916d167effa76b6e7b180f3')
+md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:27:07
  Author: giovanni
Revision: 88546

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

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 88545, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 88545, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 14:27:00 UTC (rev 88545)
+++ community-i686/PKGBUILD 2013-04-19 14:27:07 UTC (rev 88546)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.15
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b9de1eb63916d167effa76b6e7b180f3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 88545, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 14:27:07 UTC (rev 88546)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.16
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-19 14:27:00 UTC (rev 88545)
+++ community-x86_64/PKGBUILD   2013-04-19 14:27:07 UTC (rev 88546)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=c++-gtk-utils
-pkgver=2.0.15
-pkgrel=1
-pkgdesc=Classes and functions for programming in GTK+
-arch=('i686' 'x86_64')
-url=http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b9de1eb63916d167effa76b6e7b180f3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 88545, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 14:27:07 UTC (rev 88546)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=c++-gtk-utils
+pkgver=2.0.16
+pkgrel=1
+pkgdesc=Classes and functions for programming in GTK+
+arch=('i686' 'x86_64')
+url=http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:34:19
  Author: giovanni
Revision: 183250

upgpkg: diffstat 1.57-1

upstream release

Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:20:49 UTC (rev 183249)
+++ PKGBUILD2013-04-19 14:34:19 UTC (rev 183250)
@@ -3,7 +3,7 @@
 # Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
 
 pkgname=diffstat
-pkgver=1.56
+pkgver=1.57
 pkgrel=1
 pkgdesc=Display a histogram of diff changes
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 license=('MIT')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('3841a3831122674865d41be39d27052f')
+md5sums=('a70ae35e479ab91da7eb6023a4e9240a')
 
 build () {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-19 Thread Giovanni Scafora
Date: Friday, April 19, 2013 @ 16:34:26
  Author: giovanni
Revision: 183251

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

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

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 14:34:19 UTC (rev 183250)
+++ extra-i686/PKGBUILD 2013-04-19 14:34:26 UTC (rev 183251)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.56
-pkgrel=1
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('3841a3831122674865d41be39d27052f')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-i686/PKGBUILD (from rev 183250, 
diffstat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 14:34:26 UTC (rev 183251)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.57
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('a70ae35e479ab91da7eb6023a4e9240a')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-19 14:34:19 UTC (rev 183250)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:34:26 UTC (rev 183251)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.56
-pkgrel=1
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('3841a3831122674865d41be39d27052f')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-x86_64/PKGBUILD (from rev 183250, 
diffstat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 14:34:26 UTC (rev 183251)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.57
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('a70ae35e479ab91da7eb6023a4e9240a')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 16:51:31
  Author: andyrtr
Revision: 183252

upgpkg: dovecot 2.2.1-1

upstream update 2.2.1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:34:26 UTC (rev 183251)
+++ PKGBUILD2013-04-19 14:51:31 UTC (rev 183252)
@@ -8,7 +8,7 @@
 # --- remember to rebuild/bump pigeonhole in one step ---
 
 pkgname=dovecot
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('905b8bb783a9a9da2f2c5ece929942ac'
+md5sums=('6628f513ca841846176e81db870052f8'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 



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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 16:51:53
  Author: andyrtr
Revision: 183253

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

Added:
  dovecot/repos/testing-i686/PKGBUILD
(from rev 183252, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-i686/dovecot.install
(from rev 183252, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-i686/dovecot.tmpfilesd
(from rev 183252, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/testing-x86_64/PKGBUILD
(from rev 183252, dovecot/trunk/PKGBUILD)
  dovecot/repos/testing-x86_64/dovecot.install
(from rev 183252, dovecot/trunk/dovecot.install)
  dovecot/repos/testing-x86_64/dovecot.tmpfilesd
(from rev 183252, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/testing-i686/PKGBUILD
  dovecot/repos/testing-i686/dovecot.install
  dovecot/repos/testing-i686/dovecot.tmpfilesd
  dovecot/repos/testing-x86_64/PKGBUILD
  dovecot/repos/testing-x86_64/dovecot.install
  dovecot/repos/testing-x86_64/dovecot.tmpfilesd

--+
 /PKGBUILD|  170 +
 /dovecot.install |  116 +
 /dovecot.tmpfilesd   |2 
 testing-i686/PKGBUILD|   85 --
 testing-i686/dovecot.install |   58 
 testing-i686/dovecot.tmpfilesd   |1 
 testing-x86_64/PKGBUILD  |   85 --
 testing-x86_64/dovecot.install   |   58 
 testing-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 288 insertions(+), 288 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-19 14:51:31 UTC (rev 183252)
+++ testing-i686/PKGBUILD   2013-04-19 14:51:53 UTC (rev 183253)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-
-# --- remember to rebuild/bump pigeonhole in one step ---
-
-pkgname=dovecot
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite=3.7.5' 'libmariadbclient'
-'postgresql-libs=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam=1.1.1' 'libcap=2.19' 'libldap=2.4.22' 'clucene')
-optdepends=('libldap: ldap plugin'
-   'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-options=('!libtool')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)
-md5sums=('905b8bb783a9a9da2f2c5ece929942ac'
- 'SKIP'
- '342a28251d40f983c98c0d1f1bf3d07d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # fix build with recent clucene (FC)
-  sed -i '/DEFAULT_INCLUDES *=/s|$| '$(pkg-config --cflags libclucene-core)| 
src/plugins/fts-lucene/Makefile.in
-  
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-
-  # configure with openssl, mysql, and postgresql support
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-   --disable-static \
-   --with-nss \
-   --with-pam \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-ssl=openssl \
-   --with-ssldir=/etc/ssl \
-   --with-gssapi \
-   --with-ldap=plugin \
-   --with-zlib --with-bzlib \
-   --with-libcap \
-   --with-solr \
-   --with-lucene \
-   --with-docs
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # install example conf files and ssl.conf
-  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
-  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
-  install -d -m755 ${pkgdir}/etc/ssl
-  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
-
-  # install mkcert helper script
-  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
-
-  rm ${pkgdir}/etc/dovecot/README
-  
-  # systemd tmpfile
-  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
-  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
-}

Copied: dovecot/repos/testing-i686/PKGBUILD (from rev 183252, 
dovecot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ 

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

2013-04-19 Thread Gaetan Bisson
Date: Friday, April 19, 2013 @ 17:05:48
  Author: bisson
Revision: 183254

upstream update

Modified:
  scim-tables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:51:53 UTC (rev 183253)
+++ PKGBUILD2013-04-19 15:05:48 UTC (rev 183254)
@@ -4,20 +4,22 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-tables
-pkgver=0.5.11
+pkgver=0.5.12
 pkgrel=1
 pkgdesc='Generic table input method module for SCIM'
 url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
-options=('!libtool')
+makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
 
+options=('!libtool')
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
+   ./configure --prefix=/usr --disable-static
make
 }
 



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

2013-04-19 Thread Gaetan Bisson
Date: Friday, April 19, 2013 @ 17:07:05
  Author: bisson
Revision: 183255

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

Added:
  scim-tables/repos/extra-i686/PKGBUILD
(from rev 183254, scim-tables/trunk/PKGBUILD)
  scim-tables/repos/extra-x86_64/PKGBUILD
(from rev 183254, scim-tables/trunk/PKGBUILD)
Deleted:
  scim-tables/repos/extra-i686/PKGBUILD
  scim-tables/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   27 --
 extra-x86_64/PKGBUILD |   27 --
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 15:05:48 UTC (rev 183254)
+++ extra-i686/PKGBUILD 2013-04-19 15:07:05 UTC (rev 183255)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.11
-pkgrel=1
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-i686/PKGBUILD (from rev 183254, 
scim-tables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 15:07:05 UTC (rev 183255)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.12
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+
+options=('!libtool')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-19 15:05:48 UTC (rev 183254)
+++ extra-x86_64/PKGBUILD   2013-04-19 15:07:05 UTC (rev 183255)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.11
-pkgrel=1
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-x86_64/PKGBUILD (from rev 183254, 
scim-tables/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 15:07:05 UTC (rev 183255)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.12
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+
+options=('!libtool')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2013-04-19 Thread Gaetan Bisson
Date: Friday, April 19, 2013 @ 17:20:34
  Author: bisson
Revision: 183256

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

Added:
  scim-tables/repos/extra-i686/PKGBUILD
(from rev 183255, scim-tables/trunk/PKGBUILD)
  scim-tables/repos/extra-x86_64/PKGBUILD
(from rev 183255, scim-tables/trunk/PKGBUILD)
Deleted:
  scim-tables/repos/extra-i686/PKGBUILD
  scim-tables/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 15:07:05 UTC (rev 183255)
+++ extra-i686/PKGBUILD 2013-04-19 15:20:34 UTC (rev 183256)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.12
-pkgrel=1
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
-
-options=('!libtool')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-i686/PKGBUILD (from rev 183255, 
scim-tables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 15:20:34 UTC (rev 183256)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.12
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+
+options=('!libtool')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-19 15:07:05 UTC (rev 183255)
+++ extra-x86_64/PKGBUILD   2013-04-19 15:20:34 UTC (rev 183256)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Gan Lu rhythm@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-tables
-pkgver=0.5.12
-pkgrel=1
-pkgdesc='Generic table input method module for SCIM'
-url='http://www.scim-im.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('scim')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
-
-options=('!libtool')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-tables/repos/extra-x86_64/PKGBUILD (from rev 183255, 
scim-tables/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 15:20:34 UTC (rev 183256)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Gan Lu rhythm@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-tables
+pkgver=0.5.12
+pkgrel=1
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+
+options=('!libtool')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libdrm/trunk (PKGBUILD no-pthread-stubs.patch)

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 17:22:55
  Author: andyrtr
Revision: 183257

upgpkg: libdrm 2.4.44-1

upstream update 2.4.44; enable exynos and freedreno support

Modified:
  libdrm/trunk/PKGBUILD
  libdrm/trunk/no-pthread-stubs.patch

+
 PKGBUILD   |   14 +-
 no-pthread-stubs.patch |   17 +
 2 files changed, 22 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 15:20:34 UTC (rev 183256)
+++ PKGBUILD2013-04-19 15:22:55 UTC (rev 183257)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.43
+pkgver=2.4.44
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -15,25 +15,21 @@
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
 COPYING)
-#git_fixes.diff
-sha256sums=('7fb8cd89df06e236a66a1a6a9f6d058271c1b1ec92631e08c66dc9e12abd4975'
-'3915aaff4d5b0ed523c3144911e7f79ee812dece0e3933c13a88dddcf5912ded'
+sha256sums=('42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2'
+'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../no-pthread-stubs.patch
 
-  # git_commits
-  #patch -Np1 -i ${srcdir}/git_fixes.diff
-
   #libtoolize --force
   autoreconf --force --install
   ./configure --prefix=/usr \
   --enable-udev \
   --enable-omap-experimental-api \
- # --enable-exynos-experimental-api \
- # --enable-freedreno-experimental-api 
+  --enable-exynos-experimental-api \
+  --enable-freedreno-experimental-api 
   make
 }
 

Modified: no-pthread-stubs.patch
===
--- no-pthread-stubs.patch  2013-04-19 15:20:34 UTC (rev 183256)
+++ no-pthread-stubs.patch  2013-04-19 15:22:55 UTC (rev 183257)
@@ -102,3 +102,20 @@
  
  libdrm_exynos_la_SOURCES = exynos_drm.c
  
+--- libdrm-2.4.44/freedreno/Makefile.am2013-04-19 00:59:07.0 
+0200
 libdrm-2.4.44/freedreno/Makefile.am.new2013-04-19 17:19:03.153950143 
+0200
+@@ -2,13 +2,12 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/freedreno \
+-  $(PTHREADSTUBS_CFLAGS) \
+   -I$(top_srcdir)/include/drm
+ 
+ libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
+ libdrm_freedreno_ladir = $(libdir)
+ libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+-libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
++libdrm_freedreno_la_LIBADD = ../libdrm.la
+ 
+ libdrm_freedreno_la_SOURCES = \
+   freedreno_device.c \



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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 17:23:18
  Author: andyrtr
Revision: 183258

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 183257, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 183257, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-i686/git_fixes.diff
(from rev 183257, libdrm/trunk/git_fixes.diff)
  libdrm/repos/testing-i686/no-pthread-stubs.patch
(from rev 183257, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 183257, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 183257, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/git_fixes.diff
(from rev 183257, libdrm/trunk/git_fixes.diff)
  libdrm/repos/testing-x86_64/no-pthread-stubs.patch
(from rev 183257, libdrm/trunk/no-pthread-stubs.patch)

---+
 testing-i686/COPYING  |   48 
 testing-i686/PKGBUILD |   46 
 testing-i686/git_fixes.diff   |   49 
 testing-i686/no-pthread-stubs.patch   |  121 
 testing-x86_64/COPYING|   48 
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/git_fixes.diff |   49 
 testing-x86_64/no-pthread-stubs.patch |  121 
 8 files changed, 528 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 183257, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2013-04-19 15:23:18 UTC (rev 183258)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 183257, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-19 15:23:18 UTC (rev 183258)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdrm
+pkgver=2.4.44
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
+

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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 17:28:20
  Author: andyrtr
Revision: 183259

upgpkg: man-pages 3.51-1

upstream update 3.51

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 15:23:18 UTC (rev 183258)
+++ PKGBUILD2013-04-19 15:28:20 UTC (rev 183259)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.50
+pkgver=3.51
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('41a424a405e88f2e45137485c115b8c6'
+md5sums=('63eef7d6d5abf30bc5b785e344d1df8b'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 17:28:29
  Author: andyrtr
Revision: 183260

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 183259, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 183259, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-19 15:28:29 UTC (rev 183260)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.51
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('63eef7d6d5abf30bc5b785e344d1df8b'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 18:08:27
  Author: spupykin
Revision: 88547

upgpkg: opensips 1.9.0-1

upd

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:27:07 UTC (rev 88546)
+++ PKGBUILD2013-04-19 16:08:27 UTC (rev 88547)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=opensips
-pkgver=1.8.1
-pkgrel=5
+pkgver=1.9.0
+pkgrel=1
 pkgdesc=An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ...
 url=http://www.opensips.org;
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init
opensips.service)
-md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
+md5sums=('2d989e49c9f5f6bd6d0910937fd49802'
  '685fbe00826df1285b410d4610dcbb0c'
  '7b786d758fe3174af34e2ced44b549e7')
 



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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 18:08:52
  Author: spupykin
Revision: 88548

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

Added:
  opensips/repos/community-i686/PKGBUILD
(from rev 88547, opensips/trunk/PKGBUILD)
  opensips/repos/community-i686/opensips.init
(from rev 88547, opensips/trunk/opensips.init)
  opensips/repos/community-i686/opensips.install
(from rev 88547, opensips/trunk/opensips.install)
  opensips/repos/community-i686/opensips.service
(from rev 88547, opensips/trunk/opensips.service)
  opensips/repos/community-x86_64/PKGBUILD
(from rev 88547, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.init
(from rev 88547, opensips/trunk/opensips.init)
  opensips/repos/community-x86_64/opensips.install
(from rev 88547, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 88547, opensips/trunk/opensips.service)
Deleted:
  opensips/repos/community-i686/PKGBUILD
  opensips/repos/community-i686/opensips.init
  opensips/repos/community-i686/opensips.install
  opensips/repos/community-i686/opensips.service
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.init
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

---+
 /PKGBUILD |  158 
 /opensips.init|  100 ++
 /opensips.install |   10 ++
 /opensips.service |   22 +
 community-i686/PKGBUILD   |   79 --
 community-i686/opensips.init  |   50 ---
 community-i686/opensips.install   |5 -
 community-i686/opensips.service   |   11 --
 community-x86_64/PKGBUILD |   79 --
 community-x86_64/opensips.init|   50 ---
 community-x86_64/opensips.install |5 -
 community-x86_64/opensips.service |   11 --
 12 files changed, 290 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 16:08:27 UTC (rev 88547)
+++ community-i686/PKGBUILD 2013-04-19 16:08:52 UTC (rev 88548)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=opensips
-pkgver=1.8.1
-pkgrel=5
-pkgdesc=An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ...
-url=http://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs=8.4.1' 'unixodbc' 'libldap=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=(etc/opensips/opensips.cfg
-   etc/opensips/dictionary.radius
-   etc/opensips/opensipsctlrc)
-arch=('i686' 'x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
-   opensips.init
-   opensips.service)
-md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
- '685fbe00826df1285b410d4610dcbb0c'
- '7b786d758fe3174af34e2ced44b549e7')
-
-build()
-{
-  cd $srcdir/$pkgname-$pkgver-tls/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make \
-   include_modules=ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350 \
-   TLS=1 LIBDIR=lib
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver-tls/
-
-  make \
-   include_modules=ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350 \
-   TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p $pkgdir/etc/
-  mv $pkgdir/usr/etc/opensips/ $pkgdir/etc/
-  sed -i 
's#mpath=.*lib/opensips/modules/#mpath=/usr/lib/opensips/modules/#' 
$pkgdir/etc/opensips/opensips.cfg
-
-  # Install starting script
-  mkdir -p $pkgdir/etc/rc.d/
-  cp ../opensips.init $pkgdir/etc/rc.d/opensips
-  chmod 755 $pkgdir/etc/rc.d/opensips
-
-  # fix bad paths
-  cd $pkgdir/usr/share
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  cd $pkgdir/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  cd $pkgdir/usr/sbin
-  sed -i s#$pkgdir## opensipsctl opensipsdbctl osipsconsole
-
-  cd $pkgdir/etc
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-i686/PKGBUILD (from rev 88547, 
opensips/trunk/PKGBUILD)

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:05:21
  Author: spupykin
Revision: 88549

upgpkg: python2-migrate 0.7.2-3

upd

Added:
  python2-migrate/trunk/fix_exceptions_import_for_sqlalchemy_0.8.patch
Modified:
  python2-migrate/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 fix_exceptions_import_for_sqlalchemy_0.8.patch |   12 
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 16:08:52 UTC (rev 88548)
+++ PKGBUILD2013-04-19 17:05:21 UTC (rev 88549)
@@ -4,17 +4,20 @@
 
 pkgname=python2-migrate
 pkgver=0.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
 arch=(any)
 url=http://sqlalchemy-migrate.googlecode.com/;
 depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
 makedepends=('python2-distribute')
 license=('MIT')
-source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz)
-md5sums=('10382fda16f056491e671b5307dd6713')
+source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz
+   fix_exceptions_import_for_sqlalchemy_0.8.patch)
+md5sums=('10382fda16f056491e671b5307dd6713'
+ 'f0e7a642736d0451709cf2d0684bc8e9')
 
 package() {
   cd $srcdir/sqlalchemy-migrate-$pkgver
+  patch -p1 $srcdir/fix_exceptions_import_for_sqlalchemy_0.8.patch
   python2 setup.py install --root=$pkgdir
 }

Added: fix_exceptions_import_for_sqlalchemy_0.8.patch
===
--- fix_exceptions_import_for_sqlalchemy_0.8.patch  
(rev 0)
+++ fix_exceptions_import_for_sqlalchemy_0.8.patch  2013-04-19 17:05:21 UTC 
(rev 88549)
@@ -0,0 +1,12 @@
+diff -ruNa a/migrate/versioning/schema.py b/migrate/versioning/schema.py
+--- a/migrate/versioning/schema.py
 b/migrate/versioning/schema.py
+@@ -7,7 +7,7 @@
+ from sqlalchemy import (Table, Column, MetaData, String, Text, Integer,
+ create_engine)
+ from sqlalchemy.sql import and_
+-from sqlalchemy import exceptions as sa_exceptions
++from sqlalchemy import exc as sa_exceptions
+ from sqlalchemy.sql import bindparam
+ 
+ from migrate import exceptions



[arch-commits] Commit in python2-migrate/repos/community-any (3 files)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:05:30
  Author: spupykin
Revision: 88550

archrelease: copy trunk to community-any

Added:
  python2-migrate/repos/community-any/PKGBUILD
(from rev 88549, python2-migrate/trunk/PKGBUILD)
  
python2-migrate/repos/community-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
(from rev 88549, 
python2-migrate/trunk/fix_exceptions_import_for_sqlalchemy_0.8.patch)
Deleted:
  python2-migrate/repos/community-any/PKGBUILD

+
 PKGBUILD   |   43 ---
 fix_exceptions_import_for_sqlalchemy_0.8.patch |   12 ++
 2 files changed, 35 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 17:05:21 UTC (rev 88549)
+++ PKGBUILD2013-04-19 17:05:30 UTC (rev 88550)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-migrate
-pkgver=0.7.2
-pkgrel=2
-pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
-arch=(any)
-url=http://sqlalchemy-migrate.googlecode.com/;
-depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
-makedepends=('python2-distribute')
-license=('MIT')
-source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz)
-md5sums=('10382fda16f056491e671b5307dd6713')
-
-package() {
-  cd $srcdir/sqlalchemy-migrate-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python2-migrate/repos/community-any/PKGBUILD (from rev 88549, 
python2-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 17:05:30 UTC (rev 88550)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-migrate
+pkgver=0.7.2
+pkgrel=3
+pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
+arch=(any)
+url=http://sqlalchemy-migrate.googlecode.com/;
+depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
+makedepends=('python2-distribute')
+license=('MIT')
+source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz
+   fix_exceptions_import_for_sqlalchemy_0.8.patch)
+md5sums=('10382fda16f056491e671b5307dd6713'
+ 'f0e7a642736d0451709cf2d0684bc8e9')
+
+package() {
+  cd $srcdir/sqlalchemy-migrate-$pkgver
+  patch -p1 $srcdir/fix_exceptions_import_for_sqlalchemy_0.8.patch
+  python2 setup.py install --root=$pkgdir
+}

Copied: 
python2-migrate/repos/community-any/fix_exceptions_import_for_sqlalchemy_0.8.patch
 (from rev 88549, 
python2-migrate/trunk/fix_exceptions_import_for_sqlalchemy_0.8.patch)
===
--- fix_exceptions_import_for_sqlalchemy_0.8.patch  
(rev 0)
+++ fix_exceptions_import_for_sqlalchemy_0.8.patch  2013-04-19 17:05:30 UTC 
(rev 88550)
@@ -0,0 +1,12 @@
+diff -ruNa a/migrate/versioning/schema.py b/migrate/versioning/schema.py
+--- a/migrate/versioning/schema.py
 b/migrate/versioning/schema.py
+@@ -7,7 +7,7 @@
+ from sqlalchemy import (Table, Column, MetaData, String, Text, Integer,
+ create_engine)
+ from sqlalchemy.sql import and_
+-from sqlalchemy import exceptions as sa_exceptions
++from sqlalchemy import exc as sa_exceptions
+ from sqlalchemy.sql import bindparam
+ 
+ from migrate import exceptions



[arch-commits] Commit in (4 files)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:12:51
  Author: spupykin
Revision: 88553

Added:
  gpointing-device-settings/
  gpointing-device-settings/repos/
  gpointing-device-settings/trunk/
  gpointing-device-settings/trunk/PKGBUILD

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

Added: gpointing-device-settings/trunk/PKGBUILD
===
--- gpointing-device-settings/trunk/PKGBUILD(rev 0)
+++ gpointing-device-settings/trunk/PKGBUILD2013-04-19 17:12:51 UTC (rev 
88553)
@@ -0,0 +1,85 @@
+# Contributor: Thomas Mudrunka harvie@@email..cz
+# You can also contact me on http://blog.harvie.cz/
+
+pkgname=gpointing-device-settings
+pkgver=1.5.1
+pkgrel=3
+pkgdesc=GUI tool for setting pointing device such as TrackPoint or Touchpad. 
Each UI can be written as dynamic loadable module, so a third party can add its 
own UI. This 
+will replace GSynaptics.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GPointingDeviceSettings;
+depends=(
+   'gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput'
+)
+makedepends=(
+   'intltool' 'pkgconfig'
+)
+optdepends=(
+   'xf86-input-synaptics: Synaptics touchpads'
+   'libsynaptics: Synaptics touchpads'
+)
+
+source=(http://keihanna.dl.sourceforge.jp/gsynaptics/45812/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1d1491473df8eabca3c15c997a975d7f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   #WORKAROUND!!! WE SHOULD GET RID OF THIS:###
+   echo 'diff --git a/configure.ac b/configure.ac
+index 29215e8..728d4c0 100644
+--- a/configure.ac
 b/configure.ac
+@@ -146,9 +146,9 @@ GENHTML_OPTIONS=--title 'GPointingDeviceSettings Code 
Coverage'
+ 
+ GPDS_CFLAGS=$XINPUT_CFLAGS $GTK_CFLAGS
+ GPDS_CFLAGS=$GPDS_CFLAGS $GCONF2_CFLAGS
+-GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED
+-GPDS_CFLAGS=$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED
+-GPDS_CFLAGS=$GPDS_CFLAGS -DG_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DG_DISABLE_DEPRECATED
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_MODULEDIR=\$(gpds_moduledir)
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_DATADIR=\$(gpds_datadir)
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_UIDIR=\$(gpds_uidir)
+' | patch -p1
+
+#Magic patch contributed by mattis:
+   echo '--- 
a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
 b/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
+@@ -158,6 +158,9 @@
+ plugin_class-activate = activate;
+ plugin_class-deactivate = deactivate;
+ }
++
++static void
++gsd_mouse_extension_plugin_class_finalize(GsdMouseExtensionPluginClass 
*klass);
+' | patch -p1
+   
+
+   ./configure  --prefix=/usr --sysconfdir=/etc  || return 1
+   #./configure || return 1
+   make || return 1
+   make DESTDIR=${pkgdir} install || return 1
+
+   mkdir -p ${pkgdir}/usr/bin
+   cd ${pkgdir}/usr/bin
+
+   mkdir -p ${pkgdir}/usr/share/applications
+
+#  echo '[Desktop Entry]
+#Encoding=UTF-8
+#Name=gpointing-device-settings
+#Comment=Set your pointing device (such as TrackPoint or Touchpad) preferences
+#Exec=gpointing-device-settings
+##Icon=input-mouse
+#Icon=input_devices_settings
+#Terminal=false
+#Type=Application
+#StartupNotify=true
+#Categories=GNOME;GTK;Settings;HardwareSettings;Application;
+#'  ${pkgdir}/usr/share/applications/gnome-gpointing-device-settings.desktop
+
+}



[arch-commits] Commit in gpointing-device-settings/trunk (PKGBUILD)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:20:44
  Author: spupykin
Revision: 88554

Modified:
  gpointing-device-settings/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   62 +++--
 1 file changed, 20 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 17:12:51 UTC (rev 88553)
+++ PKGBUILD2013-04-19 17:20:44 UTC (rev 88554)
@@ -1,38 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Thomas Mudrunka harvie@@email..cz
-# You can also contact me on http://blog.harvie.cz/
 
 pkgname=gpointing-device-settings
 pkgver=1.5.1
 pkgrel=3
-pkgdesc=GUI tool for setting pointing device such as TrackPoint or Touchpad. 
Each UI can be written as dynamic loadable module, so a third party can add its 
own UI. This 
+pkgdesc=GUI tool for setting pointing device such as TrackPoint or Touchpad.
+Each UI can be written as dynamic loadable module, so a third party can add 
its own UI. This
 will replace GSynaptics.
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://live.gnome.org/GPointingDeviceSettings;
-depends=(
-   'gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput'
-)
-makedepends=(
-   'intltool' 'pkgconfig'
-)
-optdepends=(
-   'xf86-input-synaptics: Synaptics touchpads'
-   'libsynaptics: Synaptics touchpads'
-)
-
+depends=('gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput')
+makedepends=('intltool' 'pkgconfig')
+optdepends=('xf86-input-synaptics: Synaptics touchpads'
+   'libsynaptics: Synaptics touchpads')
 
source=(http://keihanna.dl.sourceforge.jp/gsynaptics/45812/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('1d1491473df8eabca3c15c997a975d7f')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-   #WORKAROUND!!! WE SHOULD GET RID OF THIS:###
-   echo 'diff --git a/configure.ac b/configure.ac
+  #WORKAROUND!!! WE SHOULD GET RID OF THIS:###
+  echo 'diff --git a/configure.ac b/configure.ac
 index 29215e8..728d4c0 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -146,9 +146,9 @@ GENHTML_OPTIONS=--title 'GPointingDeviceSettings Code 
Coverage'
- 
+
  GPDS_CFLAGS=$XINPUT_CFLAGS $GTK_CFLAGS
  GPDS_CFLAGS=$GPDS_CFLAGS $GCONF2_CFLAGS
 -GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED
@@ -46,8 +41,8 @@
  GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_UIDIR=\$(gpds_uidir)
 ' | patch -p1
 
-#Magic patch contributed by mattis:
-   echo '--- 
a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
+  #Magic patch contributed by mattis:
+  echo '--- 
a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
 +++ b/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
 @@ -158,6 +158,9 @@
  plugin_class-activate = activate;
@@ -57,29 +52,12 @@
 +static void
 +gsd_mouse_extension_plugin_class_finalize(GsdMouseExtensionPluginClass 
*klass);
 ' | patch -p1
-   
 
-   ./configure  --prefix=/usr --sysconfdir=/etc  || return 1
-   #./configure || return 1
-   make || return 1
-   make DESTDIR=${pkgdir} install || return 1
+  ./configure  --prefix=/usr --sysconfdir=/etc
+  make
+}
 
-   mkdir -p ${pkgdir}/usr/bin
-   cd ${pkgdir}/usr/bin
-
-   mkdir -p ${pkgdir}/usr/share/applications
-
-#  echo '[Desktop Entry]
-#Encoding=UTF-8
-#Name=gpointing-device-settings
-#Comment=Set your pointing device (such as TrackPoint or Touchpad) preferences
-#Exec=gpointing-device-settings
-##Icon=input-mouse
-#Icon=input_devices_settings
-#Terminal=false
-#Type=Application
-#StartupNotify=true
-#Categories=GNOME;GTK;Settings;HardwareSettings;Application;
-#'  ${pkgdir}/usr/share/applications/gnome-gpointing-device-settings.desktop
-
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }


Property changes on: gpointing-device-settings/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in gpointing-device-settings/repos (4 files)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:24:27
  Author: spupykin
Revision: 88555

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

Added:
  gpointing-device-settings/repos/community-i686/
  gpointing-device-settings/repos/community-i686/PKGBUILD
(from rev 88554, gpointing-device-settings/trunk/PKGBUILD)
  gpointing-device-settings/repos/community-x86_64/
  gpointing-device-settings/repos/community-x86_64/PKGBUILD
(from rev 88554, gpointing-device-settings/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   63 
 community-x86_64/PKGBUILD |   63 
 2 files changed, 126 insertions(+)

Copied: gpointing-device-settings/repos/community-i686/PKGBUILD (from rev 
88554, gpointing-device-settings/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 17:24:27 UTC (rev 88555)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Thomas Mudrunka harvie@@email..cz
+
+pkgname=gpointing-device-settings
+pkgver=1.5.1
+pkgrel=3
+pkgdesc=GUI tool for setting pointing device such as TrackPoint or Touchpad.
+Each UI can be written as dynamic loadable module, so a third party can add 
its own UI. This
+will replace GSynaptics.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GPointingDeviceSettings;
+depends=('gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput')
+makedepends=('intltool' 'pkgconfig')
+optdepends=('xf86-input-synaptics: Synaptics touchpads'
+   'libsynaptics: Synaptics touchpads')
+source=(http://keihanna.dl.sourceforge.jp/gsynaptics/45812/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1d1491473df8eabca3c15c997a975d7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  #WORKAROUND!!! WE SHOULD GET RID OF THIS:###
+  echo 'diff --git a/configure.ac b/configure.ac
+index 29215e8..728d4c0 100644
+--- a/configure.ac
 b/configure.ac
+@@ -146,9 +146,9 @@ GENHTML_OPTIONS=--title 'GPointingDeviceSettings Code 
Coverage'
+
+ GPDS_CFLAGS=$XINPUT_CFLAGS $GTK_CFLAGS
+ GPDS_CFLAGS=$GPDS_CFLAGS $GCONF2_CFLAGS
+-GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED
+-GPDS_CFLAGS=$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED
+-GPDS_CFLAGS=$GPDS_CFLAGS -DG_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED
++#GPDS_CFLAGS=$GPDS_CFLAGS -DG_DISABLE_DEPRECATED
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_MODULEDIR=\$(gpds_moduledir)
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_DATADIR=\$(gpds_datadir)
+ GPDS_CFLAGS=$GPDS_CFLAGS -DGPDS_UIDIR=\$(gpds_uidir)
+' | patch -p1
+
+  #Magic patch contributed by mattis:
+  echo '--- 
a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
 b/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
+@@ -158,6 +158,9 @@
+ plugin_class-activate = activate;
+ plugin_class-deactivate = deactivate;
+ }
++
++static void
++gsd_mouse_extension_plugin_class_finalize(GsdMouseExtensionPluginClass 
*klass);
+' | patch -p1
+
+  ./configure  --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpointing-device-settings/repos/community-x86_64/PKGBUILD (from rev 
88554, gpointing-device-settings/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 17:24:27 UTC (rev 88555)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Thomas Mudrunka harvie@@email..cz
+
+pkgname=gpointing-device-settings
+pkgver=1.5.1
+pkgrel=3
+pkgdesc=GUI tool for setting pointing device such as TrackPoint or Touchpad.
+Each UI can be written as dynamic loadable module, so a third party can add 
its own UI. This
+will replace GSynaptics.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GPointingDeviceSettings;
+depends=('gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput')
+makedepends=('intltool' 'pkgconfig')
+optdepends=('xf86-input-synaptics: Synaptics touchpads'
+   'libsynaptics: Synaptics touchpads')
+source=(http://keihanna.dl.sourceforge.jp/gsynaptics/45812/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1d1491473df8eabca3c15c997a975d7f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  #WORKAROUND!!! WE SHOULD GET RID OF THIS:###
+  echo 'diff --git a/configure.ac b/configure.ac
+index 29215e8..728d4c0 100644
+--- a/configure.ac
 b/configure.ac
+@@ -146,9 +146,9 @@ GENHTML_OPTIONS=--title 'GPointingDeviceSettings Code 
Coverage'
+
+ GPDS_CFLAGS=$XINPUT_CFLAGS $GTK_CFLAGS
+ GPDS_CFLAGS=$GPDS_CFLAGS $GCONF2_CFLAGS
+-GPDS_CFLAGS=$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED

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

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:24:31
  Author: spupykin
Revision: 88556

upgpkg: xmms2 0.8DrO_o-12

upd

Modified:
  xmms2/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 17:24:27 UTC (rev 88555)
+++ PKGBUILD2013-04-19 17:24:31 UTC (rev 88556)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=11
+pkgrel=12
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;
@@ -12,6 +12,7 @@
 depends=('sqlite' 'libmad')
 makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib'
'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout'
+   'libdiscid' 'libcdio-paranoia'
'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex'
'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 
'libgme' 'avahi')
 optdepends=('alsa-lib: ALSA audio output'
@@ -25,6 +26,8 @@
'jack: JACK audio output'
'libao: liboa audio output'
'libgme: game-music-emu support'
+   'libdiscid: cdda support'
+   'libcdio-paranoia: cdda support'
'libofa: MusicDNS fingerprinting'
'libmms: play MMS streams'
'libmodplug: to play MOD files'
@@ -68,6 +71,8 @@
 
   # python2 fix
 #  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf
+  sed -i 's|#include cdio/cdda.h|#include cdio/paranoia/cdda.h|' 
src/plugins/cdda/cdda.c
+  sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|' 
src/plugins/samba/{samba.c,wscript}
 
   ./waf configure --prefix=/usr \

--with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater
 \



[arch-commits] Commit in xmms2/repos (36 files)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 19:25:15
  Author: spupykin
Revision: 88557

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

Added:
  xmms2/repos/community-i686/PKGBUILD
(from rev 88556, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-i686/ffmpeg-0.11.diff
(from rev 88556, xmms2/trunk/ffmpeg-0.11.diff)
  xmms2/repos/community-i686/vorbis-albumart.patch
(from rev 88556, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-i686/xmms2-helpers.patch
(from rev 88556, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
(from rev 88556, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-i686/xmms2.install
(from rev 88556, xmms2/trunk/xmms2.install)
  xmms2/repos/community-i686/xmms2d.conf
(from rev 88556, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-i686/xmms2d.rc
(from rev 88556, xmms2/trunk/xmms2d.rc)
  xmms2/repos/community-i686/xmms2d.service
(from rev 88556, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 88556, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/ffmpeg-0.11.diff
(from rev 88556, xmms2/trunk/ffmpeg-0.11.diff)
  xmms2/repos/community-x86_64/vorbis-albumart.patch
(from rev 88556, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-x86_64/xmms2-helpers.patch
(from rev 88556, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
(from rev 88556, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-x86_64/xmms2.install
(from rev 88556, xmms2/trunk/xmms2.install)
  xmms2/repos/community-x86_64/xmms2d.conf
(from rev 88556, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-x86_64/xmms2d.rc
(from rev 88556, xmms2/trunk/xmms2d.rc)
  xmms2/repos/community-x86_64/xmms2d.service
(from rev 88556, xmms2/trunk/xmms2d.service)
Deleted:
  xmms2/repos/community-i686/PKGBUILD
  xmms2/repos/community-i686/ffmpeg-0.11.diff
  xmms2/repos/community-i686/vorbis-albumart.patch
  xmms2/repos/community-i686/xmms2-helpers.patch
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
  xmms2/repos/community-i686/xmms2.install
  xmms2/repos/community-i686/xmms2d.conf
  xmms2/repos/community-i686/xmms2d.rc
  xmms2/repos/community-i686/xmms2d.service
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/ffmpeg-0.11.diff
  xmms2/repos/community-x86_64/vorbis-albumart.patch
  xmms2/repos/community-x86_64/xmms2-helpers.patch
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
  xmms2/repos/community-x86_64/xmms2.install
  xmms2/repos/community-x86_64/xmms2d.conf
  xmms2/repos/community-x86_64/xmms2d.rc
  xmms2/repos/community-x86_64/xmms2d.service

+
 /PKGBUILD  |  192 ++
 /ffmpeg-0.11.diff  |   20 +
 /vorbis-albumart.patch |  400 +++
 /xmms2-helpers.patch   |   26 ++
 /xmms2-ruby-1.9.patch  |  118 +
 /xmms2.install |6 
 /xmms2d.conf   |   62 
 /xmms2d.rc |   78 ++
 /xmms2d.service|   24 +
 community-i686/PKGBUILD|   91 ---
 community-i686/ffmpeg-0.11.diff|   10 
 community-i686/vorbis-albumart.patch   |  200 ---
 community-i686/xmms2-helpers.patch |   13 -
 community-i686/xmms2-ruby-1.9.patch|   59 
 community-i686/xmms2.install   |3 
 community-i686/xmms2d.conf |   31 --
 community-i686/xmms2d.rc   |   39 ---
 community-i686/xmms2d.service  |   12 
 community-x86_64/PKGBUILD  |   91 ---
 community-x86_64/ffmpeg-0.11.diff  |   10 
 community-x86_64/vorbis-albumart.patch |  200 ---
 community-x86_64/xmms2-helpers.patch   |   13 -
 community-x86_64/xmms2-ruby-1.9.patch  |   59 
 community-x86_64/xmms2.install |3 
 community-x86_64/xmms2d.conf   |   31 --
 community-x86_64/xmms2d.rc |   39 ---
 community-x86_64/xmms2d.service|   12 
 27 files changed, 926 insertions(+), 916 deletions(-)

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


[arch-commits] Commit in lib32-libdrm/trunk (PKGBUILD no-pthread-stubs.patch)

2013-04-19 Thread Laurent Carlier
Date: Friday, April 19, 2013 @ 19:37:59
  Author: lcarlier
Revision: 88558

upgpkg: lib32-libdrm 2.4.44-1

Sync with testing

Modified:
  lib32-libdrm/trunk/PKGBUILD
  lib32-libdrm/trunk/no-pthread-stubs.patch

+
 PKGBUILD   |   18 +++---
 no-pthread-stubs.patch |   17 +
 2 files changed, 28 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 17:25:15 UTC (rev 88557)
+++ PKGBUILD2013-04-19 17:37:59 UTC (rev 88558)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.43
+pkgver=2.4.44
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -15,9 +15,15 @@
 url=http://dri.freedesktop.org/;
 
source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
 no-pthread-stubs.patch)
-sha256sums=('7fb8cd89df06e236a66a1a6a9f6d058271c1b1ec92631e08c66dc9e12abd4975'
-'3915aaff4d5b0ed523c3144911e7f79ee812dece0e3933c13a88dddcf5912ded')
+sha256sums=('42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2'
+'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab')
 
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
+}
+
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
@@ -25,15 +31,13 @@
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
-
   # libtoolize --force
   autoreconf --force --install
   ./configure --prefix=/usr --libdir=/usr/lib32 \
   --enable-udev \
   --enable-omap-experimental-api \
-# --enable-exynos-experimental-api \
-# --enable-freedreno-experimental-api
+  --enable-exynos-experimental-api \
+  --enable-freedreno-experimental-api
 
   make
 }

Modified: no-pthread-stubs.patch
===
--- no-pthread-stubs.patch  2013-04-19 17:25:15 UTC (rev 88557)
+++ no-pthread-stubs.patch  2013-04-19 17:37:59 UTC (rev 88558)
@@ -102,3 +102,20 @@
  
  libdrm_exynos_la_SOURCES = exynos_drm.c
  
+--- libdrm-2.4.44/freedreno/Makefile.am2013-04-19 00:59:07.0 
+0200
 libdrm-2.4.44/freedreno/Makefile.am.new2013-04-19 17:19:03.153950143 
+0200
+@@ -2,13 +2,12 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/freedreno \
+-  $(PTHREADSTUBS_CFLAGS) \
+   -I$(top_srcdir)/include/drm
+ 
+ libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
+ libdrm_freedreno_ladir = $(libdir)
+ libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+-libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
++libdrm_freedreno_la_LIBADD = ../libdrm.la
+ 
+ libdrm_freedreno_la_SOURCES = \
+   freedreno_device.c \



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

2013-04-19 Thread Laurent Carlier
Date: Friday, April 19, 2013 @ 19:38:05
  Author: lcarlier
Revision: 88559

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88558, lib32-libdrm/trunk/PKGBUILD)
  lib32-libdrm/repos/multilib-testing-x86_64/no-pthread-stubs.patch
(from rev 88558, lib32-libdrm/trunk/no-pthread-stubs.patch)

+
 PKGBUILD   |   54 
 no-pthread-stubs.patch |  121 +++
 2 files changed, 175 insertions(+)

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 88558, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-19 17:38:05 UTC (rev 88559)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.44
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
+no-pthread-stubs.patch)
+sha256sums=('42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2'
+'c2d2e8575dac9d08f1271b2cfa68ac3b42e69f99efe6e3a7e20064f22f7e28ab')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/no-pthread-stubs.patch
+}
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # libtoolize --force
+  autoreconf --force --install
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev \
+  --enable-omap-experimental-api \
+  --enable-exynos-experimental-api \
+  --enable-freedreno-experimental-api
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+

Copied: lib32-libdrm/repos/multilib-testing-x86_64/no-pthread-stubs.patch (from 
rev 88558, lib32-libdrm/trunk/no-pthread-stubs.patch)
===
--- multilib-testing-x86_64/no-pthread-stubs.patch  
(rev 0)
+++ multilib-testing-x86_64/no-pthread-stubs.patch  2013-04-19 17:38:05 UTC 
(rev 88559)
@@ -0,0 +1,121 @@
+diff -Nur libdrm-2.4.34.orig/configure.ac libdrm-2.4.34/configure.ac
+--- libdrm-2.4.34.orig/configure.ac2012-05-12 14:54:06.375335490 +
 libdrm-2.4.34/configure.ac 2012-05-12 14:54:32.075142065 +
+@@ -47,10 +47,6 @@
+ LT_INIT([disable-static])
+ 
+ 
+-PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
+-AC_SUBST(PTHREADSTUBS_CFLAGS)
+-AC_SUBST(PTHREADSTUBS_LIBS)
+-
+ pkgconfigdir=${libdir}/pkgconfig
+ AC_SUBST(pkgconfigdir)
+ AC_ARG_ENABLE([udev],
+diff -Nur libdrm-2.4.34.orig/intel/Makefile.am libdrm-2.4.34/intel/Makefile.am
+--- libdrm-2.4.34.orig/intel/Makefile.am   2012-05-12 14:54:06.372001955 
+
 libdrm-2.4.34/intel/Makefile.am2012-05-12 14:55:24.164745055 +
+@@ -26,7 +26,6 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/intel \
+-  $(PTHREADSTUBS_CFLAGS) \
+   $(PCIACCESS_CFLAGS) \
+   $(VALGRIND_CFLAGS) \
+   -I$(top_srcdir)/include/drm
+@@ -35,7 +34,6 @@
+ libdrm_intel_ladir = $(libdir)
+ libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+ libdrm_intel_la_LIBADD = ../libdrm.la \
+-  @PTHREADSTUBS_LIBS@ \
+   @PCIACCESS_LIBS@ \
+   @CLOCK_LIB@
+ 
+diff -Nur libdrm-2.4.34.orig/nouveau/Makefile.am 
libdrm-2.4.34/nouveau/Makefile.am
+--- libdrm-2.4.34.orig/nouveau/Makefile.am 2012-05-12 14:54:06.331998148 
+
 libdrm-2.4.34/nouveau/Makefile.am  2012-05-12 14:56:00.941132085 +
+@@ -2,14 +2,13 @@
+   $(WARN_CFLAGS) \
+   -I$(top_srcdir) \
+   -I$(top_srcdir)/nouveau \
+-  $(PTHREADSTUBS_CFLAGS) \
+   -I$(top_srcdir)/include/drm \
+   -DDEBUG
+ 
+ libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
+ libdrm_nouveau_ladir = $(libdir)
+ libdrm_nouveau_la_LDFLAGS = -version-number 2:0:0 -no-undefined
+-libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
++libdrm_nouveau_la_LIBADD = ../libdrm.la
+ 
+ libdrm_nouveau_la_SOURCES = nouveau.c \
+   pushbuf.c \
+diff -Nur libdrm-2.4.34.orig/radeon/Makefile.am 
libdrm-2.4.34/radeon/Makefile.am
+--- libdrm-2.4.34.orig/radeon/Makefile.am  2012-05-12 14:54:06.365334765 
+
 libdrm-2.4.34/radeon/Makefile.am   

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

2013-04-19 Thread Bartłomiej Piotrowski
Date: Friday, April 19, 2013 @ 22:24:48
  Author: bpiotrowski
Revision: 88561

upgpkg: mplayer2 20130309-1

- upgrade to newest upstream commit

Modified:
  mplayer2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 18:46:04 UTC (rev 88560)
+++ PKGBUILD2013-04-19 20:24:48 UTC (rev 88561)
@@ -4,7 +4,7 @@
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=mplayer2
-pkgver=20130126
+pkgver=20130309
 pkgrel=1
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
 arch=('i686' 'x86_64')
@@ -22,11 +22,11 @@
 provides=('mplayer')
 conflicts=('mplayer')
 options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
   find -type f -exec sed -e 's/python3/python/' -i {} \;
@@ -43,7 +43,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/



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

2013-04-19 Thread Bartłomiej Piotrowski
Date: Friday, April 19, 2013 @ 22:25:06
  Author: bpiotrowski
Revision: 88562

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

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

---+
 /PKGBUILD |  110 
 /mplayer2.install |   22 +++
 community-i686/PKGBUILD   |   55 --
 community-i686/mplayer2.install   |   11 ---
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/mplayer2.install |   11 ---
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 20:24:48 UTC (rev 88561)
+++ community-i686/PKGBUILD 2013-04-19 20:25:06 UTC (rev 88562)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Martin Panter vadmium+...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=mplayer2
-pkgver=20130126
-pkgrel=1
-pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.mplayer2.org/;
-install=$pkgname.install
-depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
- 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
- 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 
'libdvdread'
- 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau'
- 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils'
- 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
-makedepends=('mesa' 'mesa-libgl' 'unzip' 'yasm' 'python' 'python-docutils')
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-provides=('mplayer')
-conflicts=('mplayer')
-options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
-  find -type f -exec sed -e 's/python3/python/' -i {} \;
-
-  ./configure --prefix=/usr --confdir=/etc/mplayer \
-  --enable-translation --language=all \
-  --enable-runtime-cpudetection \
-  --enable-joystick \
-  --disable-speex \
-  --disable-openal \
-  --disable-libdv \
-  --disable-musepack
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/
-  install -dm755 $pkgdir/usr/share/mplayer/
-  ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
-
-  install -dm755 $pkgdir/usr/share/applications/
-  install -m 644 etc/mplayer.desktop $pkgdir/usr/share/applications/
-}

Copied: mplayer2/repos/community-i686/PKGBUILD (from rev 88561, 
mplayer2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 20:25:06 UTC (rev 88562)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=mplayer2
+pkgver=20130309
+pkgrel=1
+pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.mplayer2.org/;
+install=$pkgname.install
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
+ 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
+ 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 
'libdvdread'
+ 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau'
+ 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils'
+ 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
+makedepends=('mesa' 'mesa-libgl' 'unzip' 'yasm' 'python' 'python-docutils')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+provides=('mplayer')
+conflicts=('mplayer')
+options=(!emptydirs)

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

2013-04-19 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 22:39:02
  Author: dreisner
Revision: 183261

upgpkg: systemd 202-2

- backport fix for libnss-myhostname (FS#34854)

Added:
  systemd/trunk/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
Modified:
  systemd/trunk/PKGBUILD

--+
 0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch |   36 ++
 PKGBUILD |6 +
 2 files changed, 41 insertions(+), 1 deletion(-)

Added: 0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
===
--- 0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
(rev 0)
+++ 0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
2013-04-19 20:39:02 UTC (rev 183261)
@@ -0,0 +1,36 @@
+From 1e335af70f29d1a1e9c132338aa35b8971934441 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Fri, 19 Apr 2013 16:31:25 -0400
+Subject: [PATCH] nss-myhostname: ensure that glibc's assert is used
+
+---
+ src/nss-myhostname/nss-myhostname.c | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/nss-myhostname/nss-myhostname.c 
b/src/nss-myhostname/nss-myhostname.c
+index 16ccb3e..8699098 100644
+--- a/src/nss-myhostname/nss-myhostname.c
 b/src/nss-myhostname/nss-myhostname.c
+@@ -25,7 +25,6 @@
+ #include netdb.h
+ #include errno.h
+ #include string.h
+-#include assert.h
+ #include unistd.h
+ #include net/if.h
+ #include stdlib.h
+@@ -35,6 +34,11 @@
+ #include macro.h
+ #include util.h
+ 
++/* Ensure that glibc's assert is used. We cannot use assert from macro.h, as
++ * libnss_myhostname will be linked into arbitrary programs which will, in 
turn
++ * attempt to write to the journal via log_dispatch() */
++#include assert.h
++
+ /* We use 127.0.0.2 as IPv4 address. This has the advantage over
+  * 127.0.0.1 that it can be translated back to the local hostname. For
+  * IPv6 we use ::1 which unfortunately will not translate back to the
+-- 
+1.8.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 15:28:29 UTC (rev 183260)
+++ PKGBUILD2013-04-19 20:39:02 UTC (rev 183261)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=202
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -16,11 +16,13 @@
 'initcpio-hook-udev'
 'initcpio-install-udev'
 'initcpio-install-timestamp'
+'0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch'
 'use-split-usr-path.patch')
 md5sums=('3136c6912d3ee1f6d4deb16234783731'
  'e99e9189aa2f6084ac28b8ddf605aeb8'
  'fb37e34ea006c79be1c54cbb0f803414'
  'df69615503ad293c9ddf9d8b7755282d'
+ '3090c0b9b19b76731b4cf9c01c10c534'
  '76bf83fe34c5b40533abc5dc940576a6')
 
 prepare() {
@@ -28,6 +30,8 @@
 
   # hang onto this until we do the /{,s}bin merge
   patch -Np1 $srcdir/use-split-usr-path.patch
+
+  patch -Np1 
$srcdir/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
 }
 
 build() {



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

2013-04-19 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 22:39:54
  Author: dreisner
Revision: 183262

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

Added:
  
systemd/repos/testing-i686/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
(from rev 183261, 
systemd/trunk/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 183261, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 183261, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 183261, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 183261, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 183261, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 183261, systemd/trunk/use-split-usr-path.patch)
  
systemd/repos/testing-x86_64/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
(from rev 183261, 
systemd/trunk/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 183261, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 183261, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 183261, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 183261, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 183261, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 183261, systemd/trunk/use-split-usr-path.patch)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-timestamp
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-i686/use-split-usr-path.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-timestamp
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install
  systemd/repos/testing-x86_64/use-split-usr-path.patch

-+
 /PKGBUILD   |  
296 ++
 /initcpio-hook-udev |  
 40 +
 /initcpio-install-timestamp |  
 28 
 /initcpio-install-udev  |  
 56 +
 /systemd.install|  
174 +
 /use-split-usr-path.patch   |  
 28 
 testing-i686/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch   |  
 36 +
 testing-i686/PKGBUILD   |  
144 
 testing-i686/initcpio-hook-udev |  
 20 
 testing-i686/initcpio-install-timestamp |  
 14 
 testing-i686/initcpio-install-udev  |  
 28 
 testing-i686/systemd.install|  
 87 --
 testing-i686/use-split-usr-path.patch   |  
 14 
 testing-x86_64/0001-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch |  
 36 +
 testing-x86_64/PKGBUILD |  
144 
 testing-x86_64/initcpio-hook-udev   |  
 20 
 testing-x86_64/initcpio-install-timestamp   |  
 14 
 testing-x86_64/initcpio-install-udev|  
 28 
 testing-x86_64/systemd.install  |  
 87 --
 testing-x86_64/use-split-usr-path.patch |  
 14 
 20 files changed, 694 insertions(+), 614 deletions(-)

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


[arch-commits] Commit in (ttf-envy-code-r)

2013-04-19 Thread Eric Bélanger
Date: Friday, April 19, 2013 @ 22:42:36
  Author: eric
Revision: 88563

Moved to AUR

Deleted:
  ttf-envy-code-r/



[arch-commits] Commit in (4 files)

2013-04-19 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 00:58:55
  Author: heftig
Revision: 183263

Add gstreamer vaapi plugins

Added:
  gstreamer-vaapi/
  gstreamer-vaapi/repos/
  gstreamer-vaapi/trunk/
  gstreamer-vaapi/trunk/PKGBUILD

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

Added: gstreamer-vaapi/trunk/PKGBUILD
===
--- gstreamer-vaapi/trunk/PKGBUILD  (rev 0)
+++ gstreamer-vaapi/trunk/PKGBUILD  2013-04-19 22:58:55 UTC (rev 183263)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva)
+options=(!libtool !emptydirs)
+
+source=($url/$pkgbase-${pkgver}.tar.bz2)
+sha1sums=('f99f657c8c19dd008a8066d8b2237aff4a05810d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  mkdir build-1.0 build-0.10
+}
+
+
+build() {
+  cd $pkgbase-$pkgver/build-1.0
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
+  make
+
+  cd ../build-0.10
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver/build-1.0
+  make check
+
+  cd ../build-0.10
+  make check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva)
+
+  cd $pkgbase-$pkgver/build-1.0
+  make DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva)
+
+  cd $pkgbase-$pkgver/build-0.10
+  make DESTDIR=$pkgdir install
+}


Property changes on: gstreamer-vaapi/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-19 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 01:02:28
  Author: heftig
Revision: 183264

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

Added:
  gstreamer-vaapi/repos/extra-i686/
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 183263, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 183263, gstreamer-vaapi/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 183263, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 23:02:28 UTC (rev 183264)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva)
+options=(!libtool !emptydirs)
+
+source=($url/$pkgbase-${pkgver}.tar.bz2)
+sha1sums=('f99f657c8c19dd008a8066d8b2237aff4a05810d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  mkdir build-1.0 build-0.10
+}
+
+
+build() {
+  cd $pkgbase-$pkgver/build-1.0
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
+  make
+
+  cd ../build-0.10
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver/build-1.0
+  make check
+
+  cd ../build-0.10
+  make check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva)
+
+  cd $pkgbase-$pkgver/build-1.0
+  make DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva)
+
+  cd $pkgbase-$pkgver/build-0.10
+  make DESTDIR=$pkgdir install
+}

Copied: gstreamer-vaapi/repos/extra-x86_64/PKGBUILD (from rev 183263, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-19 23:02:28 UTC (rev 183264)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva)
+options=(!libtool !emptydirs)
+
+source=($url/$pkgbase-${pkgver}.tar.bz2)
+sha1sums=('f99f657c8c19dd008a8066d8b2237aff4a05810d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  mkdir build-1.0 build-0.10
+}
+
+
+build() {
+  cd $pkgbase-$pkgver/build-1.0
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
+  make
+
+  cd ../build-0.10
+  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver/build-1.0
+  make check
+
+  cd ../build-0.10
+  make check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva)
+
+  cd $pkgbase-$pkgver/build-1.0
+  make DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva)
+
+  cd $pkgbase-$pkgver/build-0.10
+  make DESTDIR=$pkgdir install
+}



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

2013-04-19 Thread Felix Yan
Date: Saturday, April 20, 2013 @ 04:26:08
  Author: fyan
Revision: 88564

upgpkg: boinc 7.0.65-1 removed rc scripts and updated PKGBUILD to follow pacman 
4.1 VCS GUIDELINE

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 20:42:36 UTC (rev 88563)
+++ PKGBUILD2013-04-20 02:26:08 UTC (rev 88564)
@@ -5,41 +5,28 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.0.53
-_tag=client_release_$pkgver
+pkgver=7.0.65
+_tag=client_release/7.0/$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')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'sqlite3' 'curl' 'inetutils')
 options=('!libtool')
 install=$pkgbase.install
-source=(boinc.rc
+source=(git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag
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
+  rm -rf $srcdir/$pkgbase-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-build
+  cd $srcdir/$pkgbase-build
   git checkout $_tag
 
   patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
@@ -61,9 +48,9 @@
   make
 
   # Build boinc-nox
-  rm -rf $srcdir/$__gitname-nox-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-nox-build
-  cd $srcdir/$__gitname-nox-build
+  rm -rf $srcdir/$pkgbase-nox-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-nox-build
+  cd $srcdir/$pkgbase-nox-build
   git checkout $_tag
 
   patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
@@ -89,13 +76,10 @@
   pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
   depends=(libxss libnotify wxgtk curl sqlite3)
 
-  cd $srcdir/$__gitname-build
+  cd $srcdir/$pkgbase-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
 
@@ -118,13 +102,10 @@
   provides=(boinc)
   conflicts=(boinc)
 
-  cd $srcdir/$__gitname-nox-build
+  cd $srcdir/$pkgbase-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
 
@@ -135,7 +116,7 @@
   rm -rf ${pkgdir}/etc/init.d
 }
 
-md5sums=('c6dadc333f982ea7b548602a70bd1e93'
+md5sums=('SKIP'
  '4d00e1aa4090a3f51feb20f5a541b9ee'
  'db62de2f08117e6379a3c613b58fa7ff'
  '3d5cbab785cc8b004661b17c65883fd5'



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

2013-04-19 Thread Felix Yan
Date: Saturday, April 20, 2013 @ 04:26:32
  Author: fyan
Revision: 88565

remove boinc.rc

Deleted:
  boinc/trunk/boinc.rc

--+
 boinc.rc |   52 
 1 file changed, 52 deletions(-)

Deleted: boinc.rc
===
--- boinc.rc2013-04-20 02:26:08 UTC (rev 88564)
+++ boinc.rc2013-04-20 02:26:32 UTC (rev 88565)
@@ -1,52 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-
-BOINCUSER=boinc
-BOINCDIR=/var/lib/boinc
-PID=`pidof -o %PPID /usr/bin/boinc_client`
-case $1 in
-  attach)
-echo Enter the Project URL: 
-read url
-echo Enter your Account Key: 
-read key
-echo Attaching to project
-cd $BOINCDIR
-su $BOINCUSER -c boinccmd --project_attach $url $key
-;;
-  start)
-stat_busy Starting boinc
-if [ -z $PID ]; then
-  su $BOINCUSER -c nice -n 19 /usr/bin/boinc_client --daemon --dir 
${BOINCDIR} --redirectio
-else
-  false
-fi
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon boinc
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping boinc
-[ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon boinc
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 2
-$0 start
-;;
-  *)
-echo usage: $0 {attach|start|stop|restart}
-esac
-exit 0



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

2013-04-19 Thread Felix Yan
Date: Saturday, April 20, 2013 @ 05:09:13
  Author: fyan
Revision: 88566

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

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

-+
 community-testing-i686/PKGBUILD |  123 ++
 community-testing-i686/boinc-AM_CONDITIONAL.patch   |   19 ++
 community-testing-i686/boinc.bash   |   99 ++
 community-testing-i686/boinc.desktop|   16 ++
 community-testing-i686/boinc.install|   23 +++
 community-testing-i686/boinc.service|   10 +
 community-testing-x86_64/PKGBUILD   |  123 ++
 community-testing-x86_64/boinc-AM_CONDITIONAL.patch |   19 ++
 community-testing-x86_64/boinc.bash |   99 ++
 community-testing-x86_64/boinc.desktop  |   16 ++
 community-testing-x86_64/boinc.install  |   23 +++
 community-testing-x86_64/boinc.service  |   10 +
 12 files changed, 580 insertions(+)

Copied: boinc/repos/community-testing-i686/PKGBUILD (from rev 88565, 
boinc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-20 03:09:13 UTC (rev 88566)
@@ -0,0 +1,123 @@
+# $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.65
+_tag=client_release/7.0/$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' 'inetutils')
+options=('!libtool')
+install=$pkgbase.install
+source=(git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag
+   boinc.bash
+   boinc.desktop
+   boinc.service
+   boinc-AM_CONDITIONAL.patch)
+
+build() {
+  msg Starting make...
+  
+  # Build boinc
+  rm -rf $srcdir/$pkgbase-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-build
+  cd $srcdir/$pkgbase-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/$pkgbase-nox-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-nox-build
+  cd $srcdir/$pkgbase-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/$pkgbase-build
+
+  make DESTDIR=$pkgdir install
+
+#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
+  

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

2013-04-19 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 06:48:42
  Author: heftig
Revision: 183265

0.9.16

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 23:02:28 UTC (rev 183264)
+++ PKGBUILD2013-04-20 04:48:42 UTC (rev 183265)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=harfbuzz
-pkgver=0.9.15
+pkgver=0.9.16
 pkgrel=1
 pkgdesc=OpenType text shaping engine.
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('cairo: hb-view program')
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d')
+sha256sums=('6da7e032f705d8a5c91487cd296628d64975672a5b0c1704829cf2285072c92b')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-04-19 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 07:39:22
  Author: heftig
Revision: 183266

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

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

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-x86_64/PKGBUILD |   29 
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-20 04:48:42 UTC (rev 183265)
+++ extra-i686/PKGBUILD 2013-04-20 05:39:22 UTC (rev 183266)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 183265, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-20 05:39:22 UTC (rev 183266)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.16
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6da7e032f705d8a5c91487cd296628d64975672a5b0c1704829cf2285072c92b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-20 04:48:42 UTC (rev 183265)
+++ extra-x86_64/PKGBUILD   2013-04-20 05:39:22 UTC (rev 183266)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 183265, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-20 05:39:22 UTC (rev 183266)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.16
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6da7e032f705d8a5c91487cd296628d64975672a5b0c1704829cf2285072c92b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}