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

2014-03-18 Thread Sven-Hendrik Haase
Date: Tuesday, March 18, 2014 @ 07:26:46
  Author: svenstaro
Revision: 107587

upgpkg: blender 13:2.70rc2-1

Python 3.4 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 05:48:37 UTC (rev 107586)
+++ PKGBUILD2014-03-18 06:26:46 UTC (rev 107587)
@@ -11,11 +11,11 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.70-rc
+_gittag=v2.70-rc2
 #_gitcommit=ff
 
 pkgname=blender
-pkgver=2.70rc
+pkgver=2.70rc2
 [[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
 pkgrel=1
 epoch=13
@@ -80,10 +80,10 @@
 -DWITH_CYCLES_OSL=ON \
 -DWITH_FFTW3=ON \
 -DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
+-DPYTHON_VERSION=3.4 \
 -DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
   make
 }
 



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

2014-03-18 Thread Sven-Hendrik Haase
Date: Tuesday, March 18, 2014 @ 07:26:56
  Author: svenstaro
Revision: 107588

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 107587, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 107587, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 107587, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 107587, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |   95 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   95 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 216 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 107587, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 06:26:56 UTC (rev 107588)
@@ -0,0 +1,95 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.70-rc2
+#_gitcommit=ff
+
+pkgname=blender
+pkgver=2.70rc2
+[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
+pkgrel=1
+epoch=13
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_LLVM=ON \
+-DLLVM_VERSION=3.4 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 107587, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  2014-03-18 06:26:56 UTC (rev 
107588)
@@ -0,0 +1,13 @@

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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 07:46:53
  Author: eric
Revision: 208130

upgpkg: racket 6.0-1

Upstream update

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 04:35:54 UTC (rev 208129)
+++ PKGBUILD2014-03-18 06:46:53 UTC (rev 208130)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=racket
-pkgver=5.93
+pkgver=6.0
 pkgrel=1
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 makedepends=('gsfonts' 'sqlite')
 options=('!strip' '!emptydirs')
 install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src-builtpkgs.tgz)
-sha1sums=('94b7e2708b6eff2083e3e9c6a3ac338011958e13')
+source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src-unix.tgz)
+sha1sums=('1d08758ed2278681f8c97b2872417b963183d5c9')
 
 prepare() {
   echo Icon=drracket  
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 07:47:28
  Author: eric
Revision: 208131

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

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

-+
 /PKGBUILD   |   80 ++
 /racket.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/racket.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/racket.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 06:46:53 UTC (rev 208130)
+++ extra-i686/PKGBUILD 2014-03-18 06:47:28 UTC (rev 208131)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.93
-pkgrel=1
-pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('GPL3' 'LGPL3' 'custom')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('gsfonts' 'sqlite')
-options=('!strip' '!emptydirs')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src-builtpkgs.tgz)
-sha1sums=('94b7e2708b6eff2083e3e9c6a3ac338011958e13')
-
-prepare() {
-  echo Icon=drracket  
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  [ $CARCH == x86_64 ]  export CFLAGS+= -fPIC
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING-libscheme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  install -D -m644 ../share/pkgs/drracket/drracket/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-  install -d 
${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
-  ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png
-  ln -s /usr/share/racket/pkgs/icons/plt-32x32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png
-  ln -s /usr/share/racket/pkgs/icons/plt-48x48.png 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png
-  ln -s /usr/share/racket/pkgs/icons/plt-logo-red-diffuse.png 
${pkgdir}/usr/share/icons/hicolor/256x256/apps/drracket.png
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 208130, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 06:47:28 UTC (rev 208131)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=6.0
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('GPL3' 'LGPL3' 'custom')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip' '!emptydirs')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src-unix.tgz)
+sha1sums=('1d08758ed2278681f8c97b2872417b963183d5c9')
+
+prepare() {
+  echo Icon=drracket  
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+= -fPIC
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING-libscheme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  install -D -m644 ../share/pkgs/drracket/drracket/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+  install -d 
${pkgdir}/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
+  ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png
+  ln -s /usr/share/racket/pkgs/icons/plt-32x32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png
+  ln -s /usr/share/racket/pkgs/icons/plt-48x48.png 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png
+  ln -s /usr/share/racket/pkgs/icons/plt-logo-red-diffuse.png 

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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:22:56
  Author: tpowa
Revision: 208133

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 208132, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 208132, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 208132, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 208132, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.service
(from rev 208132, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 208132, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 208132, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 208132, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 208132, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.service
(from rev 208132, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.service

-+
 /PKGBUILD   |  432 ++
 /webmin.install |   70 ++
 /webmin.service |   22 ++
 extra-i686/PKGBUILD |  216 -
 extra-i686/webmin.install   |   35 ---
 extra-i686/webmin.service   |   11 -
 extra-x86_64/PKGBUILD   |  216 -
 extra-x86_64/webmin.install |   35 ---
 extra-x86_64/webmin.service |   11 -
 9 files changed, 524 insertions(+), 524 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:22:29 UTC (rev 208132)
+++ extra-i686/PKGBUILD 2014-03-18 07:22:56 UTC (rev 208133)
@@ -1,216 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=webmin
-pkgver=1.670
-pkgrel=1
-pkgdesc=a web-based interface for system administration
-arch=(i686 x86_64)
-license=('custom:webmin')
-url=http://www.webmin.com/;
-depends=('perl' 'perl-perl4-corelibs')
-makedepends=('perl-net-ssleay')
-backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 
'etc/webmin/config' 'etc/webmin/webmin.cats' \
-'etc/webmin/pacman/config' \
-'etc/webmin/at/config' \
-'etc/webmin/acl/config' \
-'etc/webmin/lvm/config' \
-'etc/webmin/net/config' \
-'etc/webmin/nis/config' \
-'etc/webmin/pam/config' \
-'etc/webmin/cron/config' \
-'etc/webmin/file/config' \
-'etc/webmin/grub/config' \
-'etc/webmin/init/config' \
-'etc/webmin/ipfw/config' \
-'etc/webmin/lilo/config' \
-'etc/webmin/proc/config' \
-'etc/webmin/raid/config' \
-'etc/webmin/spam/config' \
-'etc/webmin/sshd/config' \
-'etc/webmin/time/config' \
-'etc/webmin/cluster-passwd/config' \
-'etc/webmin/software/config' \
-'etc/webmin/webminlog/config' \
-'etc/webmin/cluster-webmin/config' \
-'etc/webmin/bind8/config' \
-'etc/webmin/dhcpd/config' \
-'etc/webmin/fdisk/config' \
-'etc/webmin/mount/config' \
-'etc/webmin/mysql/config' \
-'etc/webmin/quota/config' \
-'etc/webmin/samba/config' \
-'etc/webmin/shell/config' \
-'etc/webmin/squid/config' \
-'etc/webmin/adsl-client/config' \
-'etc/webmin/servers/config' \
-'etc/webmin/cluster-shell/config' \
-'etc/webmin/bandwidth/config' \
-'etc/webmin/ppp-client/config' \
-'etc/webmin/lpadmin/config' \
-'etc/webmin/apache/config' \
-'etc/webmin/firewall/config' \
-'etc/webmin/stunnel/config' \
-'etc/webmin/burner/config' \
-'etc/webmin/exports/config' \
-'etc/webmin/backup-config/config' \
-'etc/webmin/custom/config' \
-'etc/webmin/htaccess-htpasswd/config' \
-'etc/webmin/logrotate/config' \
-'etc/webmin/format/config' \
-'etc/webmin/fsdump/config' \
-'etc/webmin/passwd/config' \
-'etc/webmin/cluster-useradmin/config' \
-'etc/webmin/cluster-software/config' \
-'etc/webmin/cluster-copy/config' \
-'etc/webmin/cluster-cron/config' \
-'etc/webmin/telnet/config' \
-'etc/webmin/status/config' \
-'etc/webmin/syslog/config' \
-'etc/webmin/updown/config' \
-'etc/webmin/usermin/config' \
-'etc/webmin/webmin/config' \
-'etc/webmin/xinetd/config' \
-'etc/webmin/openslp/config' \
-'etc/webmin/procmail/config' \
-'etc/webmin/fetchmail/config' \
-'etc/webmin/postgresql/config' \
-'etc/webmin/useradmin/config' \
-'etc/webmin/mailboxes/config' \
-'etc/webmin/inittab/config' \
-'etc/webmin/change-user/config' \
-'etc/webmin/postfix/config' \
-'etc/webmin/proftpd/config' \
-'etc/webmin/pserver/config' \
-'etc/webmin/dnsadmin/config' )
-install=webmin.install

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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:22:29
  Author: tpowa
Revision: 208132

upgpkg: webmin 1.680-1

bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 06:47:28 UTC (rev 208131)
+++ PKGBUILD2014-03-18 07:22:29 UTC (rev 208132)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=webmin
-pkgver=1.670
+pkgver=1.680
 pkgrel=1
 pkgdesc=a web-based interface for system administration
 arch=(i686 x86_64)
@@ -210,7 +210,7 @@
   # install license
   install -m 644 -D $srcdir/$pkgname-$pkgver/LICENCE 
$pkgdir/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('db2edf10ad1eb0cc8d80849a61dafd3a'
+md5sums=('52654bd0fe36e9cace00fa74e49d41d8'
  'b0b3e3fb231a12e60165b6b4d604dcfa'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'fc29ecb6a5cd8c278abe054e60381095')



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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:25:18
  Author: tpowa
Revision: 208134

upgpkg: usermin 1.590-1

bump to latest version

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:22:56 UTC (rev 208133)
+++ PKGBUILD2014-03-18 07:25:18 UTC (rev 208134)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=usermin
-pkgver=1.570
+pkgver=1.590
 pkgrel=1
 pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
 arch=(i686 x86_64)
@@ -124,6 +124,6 @@
   #install license
   install -m 644 -D $srcdir/$pkgname-$pkgver/LICENCE 
$pkgdir/usr/share/licenses/usermin/LICENCE
 }
-md5sums=('4cfb713bb2fa2582cfe9a62802d588ab'
+md5sums=('e2c8ab2d0269f860f85b562e02e69ca2'
  'a5bd5e5ee779f8a3cf3d776ca77ee36e'
  'ec37a79f948f778224550930d2a7ca07')



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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:25:47
  Author: tpowa
Revision: 208135

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

Added:
  usermin/repos/extra-i686/PKGBUILD
(from rev 208134, usermin/trunk/PKGBUILD)
  usermin/repos/extra-i686/usermin-config.tar.bz2
(from rev 208134, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-i686/usermin.install
(from rev 208134, usermin/trunk/usermin.install)
  usermin/repos/extra-i686/usermin.service
(from rev 208134, usermin/trunk/usermin.service)
  usermin/repos/extra-x86_64/PKGBUILD
(from rev 208134, usermin/trunk/PKGBUILD)
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
(from rev 208134, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-x86_64/usermin.install
(from rev 208134, usermin/trunk/usermin.install)
  usermin/repos/extra-x86_64/usermin.service
(from rev 208134, usermin/trunk/usermin.service)
Deleted:
  usermin/repos/extra-i686/PKGBUILD
  usermin/repos/extra-i686/usermin-config.tar.bz2
  usermin/repos/extra-i686/usermin.install
  usermin/repos/extra-i686/usermin.service
  usermin/repos/extra-x86_64/PKGBUILD
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
  usermin/repos/extra-x86_64/usermin.install
  usermin/repos/extra-x86_64/usermin.service

--+
 /PKGBUILD|  258 +
 /usermin.install |   68 ++
 /usermin.service |   18 ++
 extra-i686/PKGBUILD  |  129 
 extra-i686/usermin.install   |   34 -
 extra-i686/usermin.service   |9 -
 extra-x86_64/PKGBUILD|  129 
 extra-x86_64/usermin.install |   34 -
 extra-x86_64/usermin.service |9 -
 9 files changed, 344 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:25:18 UTC (rev 208134)
+++ extra-i686/PKGBUILD 2014-03-18 07:25:47 UTC (rev 208135)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=usermin
-pkgver=1.570
-pkgrel=1
-pkgdesc=a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding
-arch=(i686 x86_64)
-license=('custom:usermin')
-url=http://www.webmin.com/;
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.service
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p $pkgdir/opt/usermin
-  mkdir -p $pkgdir/var/log/usermin
-  mkdir -p $pkgdir/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam $pkgdir/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d /etc/pacman.d'  os_list.txt
-  
-  # copy stuff to right dirs
-  cd $srcdir/$pkgname-$pkgver
-  cp -rp * $pkgdir/opt/usermin
-  cd $srcdir/usermin-config
-  cp -rfp * $pkgdir/opt/usermin
-
-  # define parameters for setup.sh
-  config_dir=$pkgdir/etc/usermin
-  var_dir=$pkgdir/var/log/usermin
-  perl=/usr/bin/perl
-  autoos=1
-  port=2
-  login=root
-  crypt=XXX
-  ssl=1
-  

[arch-commits] Commit in samba/repos (54 files)

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:27:57
  Author: tpowa
Revision: 208136

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 208135, samba/repos/testing-i686/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 208135, samba/repos/testing-i686/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 208135, 
samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 208135, samba/repos/testing-i686/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 208135, samba/repos/testing-i686/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 208135, samba/repos/testing-i686/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 208135, samba/repos/testing-i686/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 208135, samba/repos/testing-i686/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 208135, samba/repos/testing-i686/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 208135, samba/repos/testing-i686/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 208135, samba/repos/testing-i686/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 208135, samba/repos/testing-i686/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 208135, samba/repos/testing-i686/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 208135, samba/repos/testing-x86_64/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 208135, samba/repos/testing-x86_64/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 208135, 
samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 208135, samba/repos/testing-x86_64/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 208135, samba/repos/testing-x86_64/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 208135, samba/repos/testing-x86_64/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 208135, samba/repos/testing-x86_64/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 208135, samba/repos/testing-x86_64/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 208135, samba/repos/testing-x86_64/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 208135, samba/repos/testing-x86_64/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 208135, samba/repos/testing-x86_64/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 208135, samba/repos/testing-x86_64/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 208135, samba/repos/testing-x86_64/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service
  samba/repos/testing-i686/
  samba/repos/testing-x86_64/

+
 /PKGBUILD  |  534 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 

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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:32:43
  Author: tpowa
Revision: 208137

upgpkg: tevent 0.9.21-1

bump to latest version

Modified:
  tevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:27:57 UTC (rev 208136)
+++ PKGBUILD2014-03-18 07:32:43 UTC (rev 208137)
@@ -6,7 +6,7 @@
 # Contributor: Thomas Burdick thomas.burd...@gmail.com
 
 pkgname=tevent
-pkgver=0.9.19
+pkgver=0.9.21
 pkgrel=1
 pkgdesc=An event system based on the talloc memory management library
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
make
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('f9ecb7e344bd20fb40f05e97116523f2')
+md5sums=('3d5a76c0a1b5f724842d785fd055633f')



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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:32:56
  Author: tpowa
Revision: 208138

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:32:43 UTC (rev 208137)
+++ extra-i686/PKGBUILD 2014-03-18 07:32:56 UTC (rev 208138)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-# Contributor: Thomas Burdick thomas.burd...@gmail.com
-
-pkgname=tevent
-pkgver=0.9.19
-pkgrel=1
-pkgdesc=An event system based on the talloc memory management library
-arch=('i686' 'x86_64')
-url=https://tevent.samba.org/;
-source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('f9ecb7e344bd20fb40f05e97116523f2')

Copied: tevent/repos/extra-i686/PKGBUILD (from rev 208137, 
tevent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 07:32:56 UTC (rev 208138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.21
+pkgrel=1
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('3d5a76c0a1b5f724842d785fd055633f')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-18 07:32:43 UTC (rev 208137)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:32:56 UTC (rev 208138)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-# Contributor: Thomas Burdick thomas.burd...@gmail.com
-
-pkgname=tevent
-pkgver=0.9.19
-pkgrel=1
-pkgdesc=An event system based on the talloc memory management library
-arch=('i686' 'x86_64')
-url=https://tevent.samba.org/;
-source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('f9ecb7e344bd20fb40f05e97116523f2')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 208137, 
tevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:32:56 UTC (rev 208138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# 

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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 08:40:55
  Author: eric
Revision: 208139

upgpkg: hwloc 1.8.1-1

Upstream update

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:32:56 UTC (rev 208138)
+++ PKGBUILD2014-03-18 07:40:55 UTC (rev 208139)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL ellde...@gmail.com
 
 pkgname=hwloc
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('BSD')
 depends=('sh' 'pciutils' 'cairo' 'libxml2')
 options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040')
 
 build() {
cd ${pkgname}-${pkgver}



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 08:41:23
  Author: eric
Revision: 208140

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:40:55 UTC (rev 208139)
+++ extra-i686/PKGBUILD 2014-03-18 07:41:23 UTC (rev 208140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 208139, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 07:41:23 UTC (rev 208140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-18 07:40:55 UTC (rev 208139)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:41:23 UTC (rev 208140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.8
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-options=('!docs')
-source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('548a0d111775bceca9f1388d1d03e86a209ed6a8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 208139, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:41:23 UTC (rev 208140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)

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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:51:13
  Author: tpowa
Revision: 208141

upgpkg: talloc 2.1.0-1

bump to latest version

Modified:
  talloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:41:23 UTC (rev 208140)
+++ PKGBUILD2014-03-18 07:51:13 UTC (rev 208141)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=talloc
-pkgver=2.0.8
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc=Hierarchical pool based memory allocator with destructors
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,7 +13,6 @@
 makedepends=('python2' 'docbook-xsl')
 optdepends=('python2: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7857200b58a8617ca18fe2c91296cd93')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -33,3 +32,4 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 }
+md5sums=('85a69bfb5808fcadf378bd9eadb1f9c2')



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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:51:26
  Author: tpowa
Revision: 208142

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:51:13 UTC (rev 208141)
+++ extra-i686/PKGBUILD 2014-03-18 07:51:26 UTC (rev 208142)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=talloc
-pkgver=2.0.8
-pkgrel=2
-pkgdesc=Hierarchical pool based memory allocator with destructors
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://talloc.samba.org/;
-depends=('glibc')
-makedepends=('python2' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7857200b58a8617ca18fe2c91296cd93')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-talloc-compat1
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: talloc/repos/extra-i686/PKGBUILD (from rev 208141, 
talloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 07:51:26 UTC (rev 208142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=talloc
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Hierarchical pool based memory allocator with destructors
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --enable-talloc-compat1
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('85a69bfb5808fcadf378bd9eadb1f9c2')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-18 07:51:13 UTC (rev 208141)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:51:26 UTC (rev 208142)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=talloc
-pkgver=2.0.8
-pkgrel=2
-pkgdesc=Hierarchical pool based memory allocator with destructors
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://talloc.samba.org/;
-depends=('glibc')
-makedepends=('python2' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7857200b58a8617ca18fe2c91296cd93')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i -e 's#python#python2#g' buildtools/bin/waf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-talloc-compat1
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: talloc/repos/extra-x86_64/PKGBUILD (from rev 208141, 
talloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:51:26 UTC (rev 208142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=talloc
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Hierarchical pool based memory allocator with destructors
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://talloc.samba.org/;
+depends=('glibc')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i -e 's#python#python2#g' buildtools/bin/waf
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ 

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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:55:45
  Author: tpowa
Revision: 208145

upgpkg: tevent 0.9.21-2

rebuild against talloc 2.1.0

Modified:
  tevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:53:38 UTC (rev 208144)
+++ PKGBUILD2014-03-18 07:55:45 UTC (rev 208145)
@@ -7,7 +7,7 @@
 
 pkgname=tevent
 pkgver=0.9.21
-pkgrel=1
+pkgrel=2
 pkgdesc=An event system based on the talloc memory management library
 arch=('i686' 'x86_64')
 url=https://tevent.samba.org/;



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

2014-03-18 Thread Tobias Powalowski
Date: Tuesday, March 18, 2014 @ 08:55:57
  Author: tpowa
Revision: 208146

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-18 07:55:45 UTC (rev 208145)
+++ extra-i686/PKGBUILD 2014-03-18 07:55:57 UTC (rev 208146)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-# Contributor: Thomas Burdick thomas.burd...@gmail.com
-
-pkgname=tevent
-pkgver=0.9.21
-pkgrel=1
-pkgdesc=An event system based on the talloc memory management library
-arch=('i686' 'x86_64')
-url=https://tevent.samba.org/;
-source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('3d5a76c0a1b5f724842d785fd055633f')

Copied: tevent/repos/extra-i686/PKGBUILD (from rev 208145, 
tevent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-18 07:55:57 UTC (rev 208146)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.21
+pkgrel=2
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('3d5a76c0a1b5f724842d785fd055633f')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-18 07:55:45 UTC (rev 208145)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:55:57 UTC (rev 208146)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-# Contributor: Thomas Burdick thomas.burd...@gmail.com
-
-pkgname=tevent
-pkgver=0.9.21
-pkgrel=1
-pkgdesc=An event system based on the talloc memory management library
-arch=('i686' 'x86_64')
-url=https://tevent.samba.org/;
-source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('3d5a76c0a1b5f724842d785fd055633f')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 208145, 
tevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-18 07:55:57 UTC (rev 208146)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# 

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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 09:27:40
  Author: eric
Revision: 208147

upgpkg: perl-date-manip 6.43-1

Upstream update

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 07:55:57 UTC (rev 208146)
+++ PKGBUILD2014-03-18 08:27:40 UTC (rev 208147)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-date-manip
-pkgver=6.42
+pkgver=6.43
 pkgrel=1
 pkgdesc=Date::Manip - date manipulation routines
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('70ec592364c3f7f5aea26a852f2dc8ed')
+md5sums=('205d4a158d367dffaca217d55679a51a')
 
 build() {
   cd Date-Manip-${pkgver}



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 09:27:56
  Author: eric
Revision: 208148

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 208147, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 08:27:40 UTC (rev 208147)
+++ PKGBUILD2014-03-18 08:27:56 UTC (rev 208148)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-date-manip
-pkgver=6.42
-pkgrel=1
-pkgdesc=Date::Manip - date manipulation routines
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
-md5sums=('70ec592364c3f7f5aea26a852f2dc8ed')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  perl Build destdir=${pkgdir} install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 208147, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 08:27:56 UTC (rev 208148)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-date-manip
+pkgver=6.43
+pkgrel=1
+pkgdesc=Date::Manip - date manipulation routines
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz)
+md5sums=('205d4a158d367dffaca217d55679a51a')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  perl Build destdir=${pkgdir} install
+}



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 09:37:39
  Author: spupykin
Revision: 107590

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 107589, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 107589, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 107589, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 107589, lazarus/trunk/lazcontrols2.diff)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 107589, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 107589, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 107589, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 107589, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

--+
 /ChangeLog   |   36 
 /PKGBUILD|  262 +
 /lazarus-ide.install |   68 
 /lazcontrols2.diff   |   92 +++
 community-i686/ChangeLog |   18 --
 community-i686/PKGBUILD  |  131 
 community-i686/lazarus-ide.install   |   34 
 community-i686/lazcontrols2.diff |   46 -
 community-x86_64/ChangeLog   |   18 --
 community-x86_64/PKGBUILD|  131 
 community-x86_64/lazarus-ide.install |   34 
 community-x86_64/lazcontrols2.diff   |   46 -
 12 files changed, 458 insertions(+), 458 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-03-18 08:37:14 UTC (rev 107589)
+++ community-i686/ChangeLog2014-03-18 08:37:39 UTC (rev 107590)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 107589, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-03-18 08:37:39 UTC (rev 107590)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 08:37:14 UTC (rev 107589)
+++ community-i686/PKGBUILD 2014-03-18 08:37:39 UTC (rev 107590)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:modifiedLGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
-   'lazcontrols2.diff')
-md5sums=('f36e7182cf5a5d75a7157104d1370e0b'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv 

[arch-commits] Commit in gst-editing-services/repos (4 files)

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 09:37:14
  Author: spupykin
Revision: 107589

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 107588, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 107588, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 06:26:56 UTC (rev 107588)
+++ community-i686/PKGBUILD 2014-03-18 08:37:14 UTC (rev 107589)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Lubosz Sarnecki lub...@gmail.com
-# Contributor: Kerrick Staley m...@kerrickstaley.com
-# Contributor: Thijs Vermeir thijsverm...@gmail.com
-
-pkgname=gst-editing-services
-pkgver=1.1.90.1.1774.fb6aabf
-pkgrel=1
-pkgdesc='GStreamer editing services (Git version)'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/gst-editing-services
-  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
-  hash=$(git log --pretty=format:'%h' -n 1)
-  revision=$(git rev-list --count HEAD)
-  echo $version.$revision.$hash
-}
-
-build() {
-  cd $srcdir/gst-editing-services
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gst-editing-services
-  make DESTDIR=$pkgdir install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 107588, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 08:37:14 UTC (rev 107589)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Lubosz Sarnecki lub...@gmail.com
+# Contributor: Kerrick Staley m...@kerrickstaley.com
+# Contributor: Thijs Vermeir thijsverm...@gmail.com
+
+pkgname=gst-editing-services
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='GStreamer editing services (Git version)'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz;)
+sha256sums=('6025842f3f83d18794576fbf181a7d6eb7470854efd1529c4acaf28d33e2f6d8')
+
+build() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-18 06:26:56 UTC (rev 107588)
+++ community-x86_64/PKGBUILD   2014-03-18 08:37:14 UTC (rev 107589)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Lubosz Sarnecki lub...@gmail.com
-# Contributor: Kerrick Staley m...@kerrickstaley.com
-# Contributor: Thijs Vermeir thijsverm...@gmail.com
-
-pkgname=gst-editing-services
-pkgver=1.1.90.1.1774.fb6aabf
-pkgrel=1
-pkgdesc='GStreamer editing services (Git version)'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/gst-editing-services
-  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
-  hash=$(git log --pretty=format:'%h' -n 1)
-  revision=$(git rev-list --count HEAD)
-  echo $version.$revision.$hash
-}
-
-build() {
-  cd $srcdir/gst-editing-services
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gst-editing-services
-  make DESTDIR=$pkgdir install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 107588, 
gst-editing-services/trunk/PKGBUILD)
===
--- 

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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 09:58:01
  Author: eric
Revision: 208149

upgpkg: perl-xml-twig 3.46-1

Upstream update

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 08:27:56 UTC (rev 208148)
+++ PKGBUILD2014-03-18 08:58:01 UTC (rev 208149)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
-# Maintainer/Contributor: Francois Charette firmi...@gmx.net
+# Maintainer:
 
 pkgname=perl-xml-twig
-pkgver=3.44
+pkgver=3.46
 pkgrel=1
 pkgdesc=A module for easy processing of XML
 arch=('any')
@@ -10,10 +9,10 @@
 url=http://search.cpan.org/dist/XML-Twig/;
 license=('GPL' 'PerlArtistic')
 depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
-checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree' 
'perl-xml-xpath' 'perl-tie-ixhash')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz;)
-sha1sums=('76760e94f799bbeed40de17e72420f8837dc4c73')
+sha1sums=('0b31fa34cc67c739a961c55ccbf9103a8e333c3b')
 
 build() {
   cd XML-Twig-${pkgver}



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 09:58:27
  Author: eric
Revision: 208150

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   63 ++---
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 08:58:01 UTC (rev 208149)
+++ PKGBUILD2014-03-18 08:58:27 UTC (rev 208150)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Maintainer/Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-twig
-pkgver=3.44
-pkgrel=1
-pkgdesc=A module for easy processing of XML
-arch=('any')
-url=http://search.cpan.org/dist/XML-Twig/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
-checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz;)
-sha1sums=('76760e94f799bbeed40de17e72420f8837dc4c73')
-
-build() {
-  cd XML-Twig-${pkgver}
-  perl Makefile.PL -y INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-Twig-${pkgver}
-#  make test
-}
-
-package() {
-  cd XML-Twig-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-xml-twig/repos/extra-any/PKGBUILD (from rev 208149, 
perl-xml-twig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 08:58:27 UTC (rev 208150)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-xml-twig
+pkgver=3.46
+pkgrel=1
+pkgdesc=A module for easy processing of XML
+arch=('any')
+url=http://search.cpan.org/dist/XML-Twig/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
+checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree' 
'perl-xml-xpath' 'perl-tie-ixhash')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz;)
+sha1sums=('0b31fa34cc67c739a961c55ccbf9103a8e333c3b')
+
+build() {
+  cd XML-Twig-${pkgver}
+  perl Makefile.PL -y INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Twig-${pkgver}
+#  make test
+}
+
+package() {
+  cd XML-Twig-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:04:25
  Author: spupykin
Revision: 107591

upgpkg: gogglesmm 0.13.0-5

upd

Modified:
  gogglesmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 08:37:39 UTC (rev 107590)
+++ PKGBUILD2014-03-18 09:04:25 UTC (rev 107591)
@@ -4,16 +4,16 @@
 
 pkgname=gogglesmm
 pkgver=0.13.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Music Manager and Player
 arch=('i686' 'x86_64')
 url=http://gogglesmm.github.io/;
 license=('GPL3')
 install=gogglesmm.install
-depends=('glew' 'fox-devel' 'xine-lib=1.0' 'sqlite=3.4.0' 'taglib'
-'dbus-core' 'curl' 'expat' 'libgcrypt' 'gcc-libs' 'libmad'
-'libpulse' 'opus' 'faad2')
-makedepends=('pkgconfig' 'glproto' 'dri2proto' 'glu' 'mesa')
+depends=('fox-devel=1.7.46' 'libogg' 'libvorbis' 'flac' 'libmad' 'faad2'
+'expat' 'opus' 'dbus-core' 'taglib=1.9.0' 'sqlite3' 'libgcrypt'
+'glew' 'glu')
+makedepends=('pkgconfig' 'libpulse' 'alsa-lib' 'glproto' 'dri2proto' )
 replaces=('musicmanager')
 conflicts=('musicmanager')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:02
  Author: spupykin
Revision: 107592

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

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

+
 /PKGBUILD  |   66 +++
 /gogglesmm.install |   22 +++
 community-i686/PKGBUILD|   33 -
 community-i686/gogglesmm.install   |   11 -
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/gogglesmm.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:04:25 UTC (rev 107591)
+++ community-i686/PKGBUILD 2014-03-18 09:05:02 UTC (rev 107592)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sander Jansen san...@knology.net
-
-pkgname=gogglesmm
-pkgver=0.13.0
-pkgrel=4
-pkgdesc=Music Manager and Player
-arch=('i686' 'x86_64')
-url=http://gogglesmm.github.io/;
-license=('GPL3')
-install=gogglesmm.install
-depends=('glew' 'fox-devel' 'xine-lib=1.0' 'sqlite=3.4.0' 'taglib'
-'dbus-core' 'curl' 'expat' 'libgcrypt' 'gcc-libs' 'libmad'
-'libpulse' 'opus' 'faad2')
-makedepends=('pkgconfig' 'glproto' 'dri2proto' 'glu' 'mesa')
-replaces=('musicmanager')
-conflicts=('musicmanager')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
-md5sums=('aa912ea42958311412e2300361d15812')
-
-build() {
-  cd $srcdir/gogglesmm-$pkgver
-  export RESWRAP=/usr/bin/reswrap-1.7
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gogglesmm-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-i686/PKGBUILD (from rev 107591, 
gogglesmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:05:02 UTC (rev 107592)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sander Jansen san...@knology.net
+
+pkgname=gogglesmm
+pkgver=0.13.0
+pkgrel=5
+pkgdesc=Music Manager and Player
+arch=('i686' 'x86_64')
+url=http://gogglesmm.github.io/;
+license=('GPL3')
+install=gogglesmm.install
+depends=('fox-devel=1.7.46' 'libogg' 'libvorbis' 'flac' 'libmad' 'faad2'
+'expat' 'opus' 'dbus-core' 'taglib=1.9.0' 'sqlite3' 'libgcrypt'
+'glew' 'glu')
+makedepends=('pkgconfig' 'libpulse' 'alsa-lib' 'glproto' 'dri2proto' )
+replaces=('musicmanager')
+conflicts=('musicmanager')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
+md5sums=('aa912ea42958311412e2300361d15812')
+
+build() {
+  cd $srcdir/gogglesmm-$pkgver
+  export RESWRAP=/usr/bin/reswrap-1.7
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gogglesmm-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gogglesmm.install
===
--- community-i686/gogglesmm.install2014-03-18 09:04:25 UTC (rev 107591)
+++ community-i686/gogglesmm.install2014-03-18 09:05:02 UTC (rev 107592)
@@ -1,11 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache 
/usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-i686/gogglesmm.install (from rev 107591, 
gogglesmm/trunk/gogglesmm.install)
===
--- community-i686/gogglesmm.install(rev 0)
+++ community-i686/gogglesmm.install2014-03-18 09:05:02 UTC (rev 107592)
@@ -0,0 +1,11 @@
+post_install() {
+  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache 
/usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-18 09:04:25 UTC (rev 107591)
+++ community-x86_64/PKGBUILD   2014-03-18 09:05:02 UTC (rev 107592)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:24
  Author: spupykin
Revision: 107595

upgpkg: rsyslog 7.6.2-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:05:22 UTC (rev 107594)
+++ PKGBUILD2014-03-18 09:05:24 UTC (rev 107595)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.6.1
+pkgver=7.6.2
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('093c462a5245012bd9e7b82dd8aedffb'
+md5sums=('e132218d3e623f965503664d1eceb410'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:07
  Author: spupykin
Revision: 107593

upgpkg: liblogging 1.0.2-1

upd

Modified:
  liblogging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:05:02 UTC (rev 107592)
+++ PKGBUILD2014-03-18 09:05:07 UTC (rev 107593)
@@ -3,27 +3,20 @@
 # Maintainer: Denis Wernert deniswern...@gmail.com
 
 pkgname=liblogging
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=easy to use, portable, open source library for system logging
 url=http://www.liblogging.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
-makedepends=('git')
+depends=('systemd')
+makedepends=('python-docutils')
 options=('strip' 'zipman' '!libtool')
 source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-#source=(git://git.adiscon.com/git/liblogging.git)
-md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
+md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-#  libtoolize --force --copy
-#  aclocal
-#  autoheader
-#  automake --add-missing --copy
-#  autoconf
-
   ./configure --prefix=/usr
   make
 }



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:40
  Author: spupykin
Revision: 107596

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

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

+
 /PKGBUILD  |  116 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   58 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:05:24 UTC (rev 107595)
+++ community-i686/PKGBUILD 2014-03-18 09:05:40 UTC (rev 107596)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.6.1
-pkgrel=1
-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' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('093c462a5245012bd9e7b82dd8aedffb'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --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 -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}
-
-  # 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: rsyslog/repos/community-i686/PKGBUILD (from rev 107595, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:05:40 UTC (rev 107596)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=7.6.2
+pkgrel=1
+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' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')

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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:22
  Author: spupykin
Revision: 107594

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:05:07 UTC (rev 107593)
+++ community-i686/PKGBUILD 2014-03-18 09:05:22 UTC (rev 107594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Denis Wernert deniswern...@gmail.com
-
-pkgname=liblogging
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=easy to use, portable, open source library for system logging
-url=http://www.liblogging.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('git')
-options=('strip' 'zipman' '!libtool')
-source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-#source=(git://git.adiscon.com/git/liblogging.git)
-md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-#  libtoolize --force --copy
-#  aclocal
-#  autoheader
-#  automake --add-missing --copy
-#  autoconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-i686/PKGBUILD (from rev 107593, 
liblogging/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:05:22 UTC (rev 107594)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Denis Wernert deniswern...@gmail.com
+
+pkgname=liblogging
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=easy to use, portable, open source library for system logging
+url=http://www.liblogging.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('systemd')
+makedepends=('python-docutils')
+options=('strip' 'zipman' '!libtool')
+source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
+
+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   2014-03-18 09:05:07 UTC (rev 107593)
+++ community-x86_64/PKGBUILD   2014-03-18 09:05:22 UTC (rev 107594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Denis Wernert deniswern...@gmail.com
-
-pkgname=liblogging
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=easy to use, portable, open source library for system logging
-url=http://www.liblogging.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('git')
-options=('strip' 'zipman' '!libtool')
-source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-#source=(git://git.adiscon.com/git/liblogging.git)
-md5sums=('1db6bef59157a5676f8fad49be6e5d9d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-#  libtoolize --force --copy
-#  aclocal
-#  autoheader
-#  automake --add-missing --copy
-#  autoconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: liblogging/repos/community-x86_64/PKGBUILD (from rev 107593, 
liblogging/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-18 09:05:22 UTC (rev 107594)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Denis Wernert deniswern...@gmail.com
+
+pkgname=liblogging
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=easy to use, portable, open source library for system logging
+url=http://www.liblogging.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('systemd')
+makedepends=('python-docutils')
+options=('strip' 'zipman' '!libtool')
+source=(http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('ba57db94a8fdddce92e3bf720ced40b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:44
  Author: spupykin
Revision: 107597

upgpkg: sysstat 10.3.1-1

upd

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:05:40 UTC (rev 107596)
+++ PKGBUILD2014-03-18 09:05:44 UTC (rev 107597)
@@ -3,7 +3,7 @@
 # Contributor: Martin Devera de...@cdi.cz
 
 pkgname=sysstat
-pkgver=10.2.1
+pkgver=10.3.1
 pkgrel=1
 pkgdesc=a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
sysstat.service
lib64-fix.patch)
-md5sums=('039dcd235dfcfb3d4acc0a05730f9512'
+md5sums=('54f73330d26147b02b35adb2bb622aac'
  '12ba479c606620193e8b7c6e982d5088'
  '7ffa6bf990609d85367070f71b40a34b')
 
@@ -45,5 +45,4 @@
   install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
   chown -R root:root $pkgdir
   install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
 }



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:05:58
  Author: spupykin
Revision: 107598

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

Added:
  sysstat/repos/community-i686/PKGBUILD
(from rev 107597, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-i686/lib64-fix.patch
(from rev 107597, sysstat/trunk/lib64-fix.patch)
  sysstat/repos/community-i686/sysstat.service
(from rev 107597, sysstat/trunk/sysstat.service)
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 107597, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 107597, sysstat/trunk/lib64-fix.patch)
  sysstat/repos/community-x86_64/sysstat.service
(from rev 107597, sysstat/trunk/sysstat.service)
Deleted:
  sysstat/repos/community-i686/PKGBUILD
  sysstat/repos/community-i686/lib64-fix.patch
  sysstat/repos/community-i686/sysstat.service
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch
  sysstat/repos/community-x86_64/sysstat.service

--+
 /PKGBUILD|   96 +
 /lib64-fix.patch |   34 +
 /sysstat.service |   22 
 community-i686/PKGBUILD  |   49 --
 community-i686/lib64-fix.patch   |   17 --
 community-i686/sysstat.service   |   11 
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/lib64-fix.patch |   17 --
 community-x86_64/sysstat.service |   11 
 9 files changed, 152 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:05:44 UTC (rev 107597)
+++ community-i686/PKGBUILD 2014-03-18 09:05:58 UTC (rev 107598)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Martin Devera de...@cdi.cz
-
-pkgname=sysstat
-pkgver=10.2.1
-pkgrel=1
-pkgdesc=a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)
-arch=('i686' 'x86_64')
-url=http://pagesperso-orange.fr/sebastien.godard/;
-license=('GPL')
-depends=('lm_sensors')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
-   sysstat.service
-   lib64-fix.patch)
-md5sums=('039dcd235dfcfb3d4acc0a05730f9512'
- '12ba479c606620193e8b7c6e982d5088'
- '7ffa6bf990609d85367070f71b40a34b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --disable-man-group
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
-  install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
-  chown -R root:root $pkgdir
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/bin/nfsiostat $pkgdir/usr/bin/$pkgname-nfsiostat
-}

Copied: sysstat/repos/community-i686/PKGBUILD (from rev 107597, 
sysstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:05:58 UTC (rev 107598)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Martin Devera de...@cdi.cz
+
+pkgname=sysstat
+pkgver=10.3.1
+pkgrel=1
+pkgdesc=a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)
+arch=('i686' 'x86_64')
+url=http://pagesperso-orange.fr/sebastien.godard/;
+license=('GPL')
+depends=('lm_sensors')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
+   sysstat.service
+   lib64-fix.patch)
+md5sums=('54f73330d26147b02b35adb2bb622aac'
+ '12ba479c606620193e8b7c6e982d5088'
+ '7ffa6bf990609d85367070f71b40a34b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --enable-yesterday \
+   --mandir=/usr/share/man \
+   --enable-install-isag \
+   --disable-man-group
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
+  install -D -m 744 

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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 10:08:09
  Author: eric
Revision: 208152

archrelease: copy trunk to extra-any

Added:
  perl-encode-locale/repos/extra-any/PKGBUILD
(from rev 208151, perl-encode-locale/trunk/PKGBUILD)
Deleted:
  perl-encode-locale/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 09:07:53 UTC (rev 208151)
+++ PKGBUILD2014-03-18 09:08:09 UTC (rev 208152)
@@ -1,52 +0,0 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
-# $Id$
-
-pkgname=perl-encode-locale
-pkgver=1.03
-pkgrel=1
-pkgdesc=Determine the locale encoding
-arch=(any)
-license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl=5.008')
-makedepends=()
-checkdepends=()
-conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/Encode-Locale
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz)
-md5sums=('96a950ee9b57e47e2b990b4c5dd7bf6e')
-sha512sums=('7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf')
-_distdir=${srcdir}/Encode-Locale-1.02
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-  )
-}
-
-package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
-find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-encode-locale/repos/extra-any/PKGBUILD (from rev 208151, 
perl-encode-locale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 09:08:09 UTC (rev 208152)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-encode-locale
+pkgver=1.03
+pkgrel=2
+pkgdesc=Determine the locale encoding
+arch=('any')
+url=http://search.cpan.org/dist/Encode-Locale;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('b37c3dbb98b56d31cc8af35a548096bfbf44820f')
+
+build() {
+  cd Encode-Locale-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Encode-Locale-$pkgver
+  make test
+}
+
+package() {
+  cd Encode-Locale-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 10:07:53
  Author: eric
Revision: 208151

upgpkg: perl-encode-locale 1.03-2

Fix source url, fix build issue (close FS#39492)

Modified:
  perl-encode-locale/trunk/PKGBUILD

--+
 PKGBUILD |   51 +++
 1 file changed, 15 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 08:58:27 UTC (rev 208150)
+++ PKGBUILD2014-03-18 09:07:53 UTC (rev 208151)
@@ -1,51 +1,30 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
 # $Id$
+# Maintainer:
 
 pkgname=perl-encode-locale
 pkgver=1.03
-pkgrel=1
+pkgrel=2
 pkgdesc=Determine the locale encoding
-arch=(any)
-license=(PerlArtistic GPL)
+arch=('any')
+url=http://search.cpan.org/dist/Encode-Locale;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
 options=('!emptydirs')
-depends=('perl=5.008')
-makedepends=()
-checkdepends=()
-conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/Encode-Locale
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz)
-md5sums=('96a950ee9b57e47e2b990b4c5dd7bf6e')
-sha512sums=('7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf')
-_distdir=${srcdir}/Encode-Locale-1.02
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('b37c3dbb98b56d31cc8af35a548096bfbf44820f')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd Encode-Locale-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-  )
+  cd Encode-Locale-$pkgver
+  make test
 }
 
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd Encode-Locale-$pkgver
+  make DESTDIR=$pkgdir install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 10:21:55
  Author: eric
Revision: 208153

upgpkg: perl-class-inspector 1.28-2

Fix build issue (close FS#39376)

Modified:
  perl-class-inspector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:08:09 UTC (rev 208152)
+++ PKGBUILD2014-03-18 09:21:55 UTC (rev 208153)
@@ -1,45 +1,30 @@
 # $Id$
-# Maintainer: Justin juster Davis jrc...@gmail.com
+# Maintainer:
 
 pkgname=perl-class-inspector
 pkgver=1.28
-pkgrel=1
+pkgrel=2
 pkgdesc=Get information about a class and its structure
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.0')
-url=http://search.cpan.org/dist/Class-Inspector
+arch=('any')
+url=http://search.cpan.org/dist/Class-Inspector;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
-md5sums=('7ab3ca22d3147236dddfb58f2366ad22')
-_distdir=${srcdir}/Class-Inspector-${pkgver}
+sha1sums=('65db163ee3b1147afad55b2cc9148ec106356ecd')
 
 build() {
- export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
+  cd Class-Inspector-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-
+  cd Class-Inspector-${pkgver}
+  make test
 }
 
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd Class-Inspector-${pkgver}
+  make DESTDIR=$pkgdir install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2014-03-18 Thread Eric Bélanger
Date: Tuesday, March 18, 2014 @ 10:22:12
  Author: eric
Revision: 208154

archrelease: copy trunk to extra-any

Added:
  perl-class-inspector/repos/extra-any/PKGBUILD
(from rev 208153, perl-class-inspector/trunk/PKGBUILD)
Deleted:
  perl-class-inspector/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 09:21:55 UTC (rev 208153)
+++ PKGBUILD2014-03-18 09:22:12 UTC (rev 208154)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Justin juster Davis jrc...@gmail.com
-
-pkgname=perl-class-inspector
-pkgver=1.28
-pkgrel=1
-pkgdesc=Get information about a class and its structure
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.0')
-url=http://search.cpan.org/dist/Class-Inspector
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
-md5sums=('7ab3ca22d3147236dddfb58f2366ad22')
-_distdir=${srcdir}/Class-Inspector-${pkgver}
-
-build() {
- export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-
-}
-
-package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-class-inspector/repos/extra-any/PKGBUILD (from rev 208153, 
perl-class-inspector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 09:22:12 UTC (rev 208154)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-class-inspector
+pkgver=1.28
+pkgrel=2
+pkgdesc=Get information about a class and its structure
+arch=('any')
+url=http://search.cpan.org/dist/Class-Inspector;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
+sha1sums=('65db163ee3b1147afad55b2cc9148ec106356ecd')
+
+build() {
+  cd Class-Inspector-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Inspector-${pkgver}
+  make test
+}
+
+package() {
+  cd Class-Inspector-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:30:13
  Author: kkeen
Revision: 107599

upgpkg: zeromq 4.0.4-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:05:58 UTC (rev 107598)
+++ PKGBUILD2014-03-18 09:30:13 UTC (rev 107599)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Kyle Keen keen...@gmail.com
 pkgname=zeromq
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
-pkgdesc=Fast messaging system built on sockets, C and C++ bindings.  aka 0MQ, 
ZMQ.
+pkgdesc=Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ.
 arch=('i686' 'x86_64')
 url=http://www.zeromq.org;
 license=('LGPL')
@@ -12,8 +12,8 @@
 options=('staticlibs')
 source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
 https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('8348341a0ea577ff311630da0d624d45'
- '388ddb07fdd88b040769e8f4c9b397fa')
+md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
+ 'b563c578864e99b67a7b0b5384e7086e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:31:39
  Author: kkeen
Revision: 107600

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

Added:
  zeromq/repos/community-i686/PKGBUILD
(from rev 107599, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-x86_64/PKGBUILD
(from rev 107599, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-i686/PKGBUILD
  zeromq/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 2014-03-18 09:30:13 UTC (rev 107599)
+++ community-i686/PKGBUILD 2014-03-18 09:31:39 UTC (rev 107600)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=zeromq
-pkgver=4.0.3
-pkgrel=1
-pkgdesc=Fast messaging system built on sockets, C and C++ bindings.  aka 0MQ, 
ZMQ.
-arch=('i686' 'x86_64')
-url=http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium')
-makedepends=('python2')
-options=('staticlibs')
-source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
-https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('8348341a0ea577ff311630da0d624d45'
- '388ddb07fdd88b040769e8f4c9b397fa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr --with-pgm --with-libsodium
-  sed -i 's/python$/2/' 
foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/zmq.hpp $pkgdir/usr/include/zmq.hpp
-}
-
-

Copied: zeromq/repos/community-i686/PKGBUILD (from rev 107599, 
zeromq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:31:39 UTC (rev 107600)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=zeromq
+pkgver=4.0.4
+pkgrel=1
+pkgdesc=Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ.
+arch=('i686' 'x86_64')
+url=http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
+md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
+ 'b563c578864e99b67a7b0b5384e7086e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr --with-pgm --with-libsodium
+  sed -i 's/python$/2/' 
foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/zmq.hpp $pkgdir/usr/include/zmq.hpp
+}
+
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-18 09:30:13 UTC (rev 107599)
+++ community-x86_64/PKGBUILD   2014-03-18 09:31:39 UTC (rev 107600)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=zeromq
-pkgver=4.0.3
-pkgrel=1
-pkgdesc=Fast messaging system built on sockets, C and C++ bindings.  aka 0MQ, 
ZMQ.
-arch=('i686' 'x86_64')
-url=http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium')
-makedepends=('python2')
-options=('staticlibs')
-source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
-https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('8348341a0ea577ff311630da0d624d45'
- '388ddb07fdd88b040769e8f4c9b397fa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr --with-pgm --with-libsodium
-  sed -i 's/python$/2/' 
foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/zmq.hpp $pkgdir/usr/include/zmq.hpp
-}
-
-

Copied: zeromq/repos/community-x86_64/PKGBUILD (from rev 107599, 
zeromq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-18 09:31:39 UTC (rev 107600)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=zeromq
+pkgver=4.0.4
+pkgrel=1
+pkgdesc=Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ.
+arch=('i686' 'x86_64')
+url=http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+

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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:41:20
  Author: kkeen
Revision: 107601

upgpkg: python-pyzmq 14.1.0-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:31:39 UTC (rev 107600)
+++ PKGBUILD2014-03-18 09:41:20 UTC (rev 107601)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen keenerd at gmail dot com
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.0.1
+pkgver=14.1.0
 pkgrel=1
 pkgdesc=Python bindings for zeromq, written in Cython
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(python python2 zeromq)
 #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
 source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('c35fa03e58d48e6f3df2ab2c2dfa1413')
+md5sums=('174901a85e4574629d4e586b5d37acc4')
 
 build() {
   cd $srcdir



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:42:57
  Author: kkeen
Revision: 107602

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:41:20 UTC (rev 107601)
+++ community-i686/PKGBUILD 2014-03-18 09:42:57 UTC (rev 107602)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keenerd at gmail dot com
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.0.1
-pkgrel=1
-pkgdesc=Python bindings for zeromq, written in Cython
-arch=(i686 x86_64)
-url=http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 zeromq)
-#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('c35fa03e58d48e6f3df2ab2c2dfa1413')
-
-build() {
-  cd $srcdir
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-  cd $srcdir/pyzmq-$pkgver
-  # py3 errors added in 2.2.0.1 
-  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
-  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
-  cd $srcdir/py2zmq-$pkgver
-  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
-}
-
-package_python2-pyzmq() {
-  pkgdesc=Python2 bindings for zeromq, written in Cython
-  depends=(zeromq python2)
-  cd $srcdir/py2zmq-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=0
-}
-
-package_python-pyzmq() {
-  pkgdesc=Python3 bindings for zeromq, written in Cython
-  depends=(zeromq python)
-  cd $srcdir/pyzmq-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=0
-}
-
-check()
-{
-  cd $srcdir/pyzmq-$pkgver
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd $srcdir/py2zmq-$pkgver
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}

Copied: python-pyzmq/repos/community-i686/PKGBUILD (from rev 107601, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:42:57 UTC (rev 107602)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen keenerd at gmail dot com
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.1.0
+pkgrel=1
+pkgdesc=Python bindings for zeromq, written in Cython
+arch=(i686 x86_64)
+url=http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('174901a85e4574629d4e586b5d37acc4')
+
+build() {
+  cd $srcdir
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd $srcdir/pyzmq-$pkgver
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd $srcdir/py2zmq-$pkgver
+  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc=Python2 bindings for zeromq, written in Cython
+  depends=(zeromq python2)
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc=Python3 bindings for zeromq, written in Cython
+  depends=(zeromq python)
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+}
+
+check()
+{
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-18 09:41:20 UTC (rev 107601)
+++ community-x86_64/PKGBUILD   2014-03-18 09:42:57 UTC (rev 107602)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keenerd at gmail dot com
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.0.1
-pkgrel=1
-pkgdesc=Python bindings for zeromq, written in Cython
-arch=(i686 x86_64)
-url=http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 

[arch-commits] Commit in (8 files)

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:45:25
  Author: spupykin
Revision: 107603

Added:
  openvswitch/
  openvswitch/repos/
  openvswitch/trunk/
  openvswitch/trunk/PKGBUILD
  openvswitch/trunk/openvswitch.install
  openvswitch/trunk/openvswitch.tmpfiles
  openvswitch/trunk/ovs-vswitchd.service
  openvswitch/trunk/ovsdb-server.service

--+
 PKGBUILD |   46 ++
 openvswitch.install  |   16 
 openvswitch.tmpfiles |1 +
 ovs-vswitchd.service |   14 ++
 ovsdb-server.service |6 ++
 5 files changed, 83 insertions(+)

Added: openvswitch/trunk/PKGBUILD
===
--- openvswitch/trunk/PKGBUILD  (rev 0)
+++ openvswitch/trunk/PKGBUILD  2014-03-18 09:45:25 UTC (rev 107603)
@@ -0,0 +1,46 @@
+# Maintainer:  Pedro Martinez-Julia (pedr...@um.es)
+# Contributor:  Matt Monaco net 0x01b dgbaley27
+
+pkgname=openvswitch
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Production Quality, Multilayer Open Virtual Switch
+url=http://openvswitch.org;
+license=(APACHE)
+arch=(x86_64 i686)
+install=openvswitch.install
+source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.install
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl')
+makedepends=('python2')
+sha256sums=('014907bcf2f98228dfa4472ea1547871d24b8fb8192dcfff3ead1af93c433a67'
+'9d30ed859214f4cdeb6b6450d5c5defaf31f2c593c05201109df66fa9373ef0c'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'5900728bca0292ec66e6da234eaa6f32f28ead6bda163d89a480eac08558c657'
+'c2cb5e2685240ea50b1aba4e77784f4dd66d157e7cd05a17853868aa8d8a2a45')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./boot.sh
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --with-rundir=/run/openvswitch \
+   --sbindir=/usr/bin \
+   PYTHON=/usr/bin/python2
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
+   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
+   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
+   install -dm0755 $pkgdir/etc/openvswitch
+}

Added: openvswitch/trunk/openvswitch.install
===
--- openvswitch/trunk/openvswitch.install   (rev 0)
+++ openvswitch/trunk/openvswitch.install   2014-03-18 09:45:25 UTC (rev 
107603)
@@ -0,0 +1,16 @@
+post_install() {
+
+   if [[ ! -f etc/openvswitch/conf.db ]]; then
+   
+   cmd=(ovsdb-tool create
+   etc/openvswitch/conf.db
+   usr/share/openvswitch/vswitch.ovsschema)
+
+   printf Running: %s\n ${cmd[*]}
+   ${cmd[@]}
+   fi
+}
+
+post_upgrade() {
+   post_install
+}

Added: openvswitch/trunk/openvswitch.tmpfiles
===
--- openvswitch/trunk/openvswitch.tmpfiles  (rev 0)
+++ openvswitch/trunk/openvswitch.tmpfiles  2014-03-18 09:45:25 UTC (rev 
107603)
@@ -0,0 +1 @@
+d /run/openvswitch 0770 root root -

Added: openvswitch/trunk/ovs-vswitchd.service
===
--- openvswitch/trunk/ovs-vswitchd.service  (rev 0)
+++ openvswitch/trunk/ovs-vswitchd.service  2014-03-18 09:45:25 UTC (rev 
107603)
@@ -0,0 +1,14 @@
+[Unit]
+Description= Open vSwitch Daemon
+Documentation  = man:ovs-vswitchd
+Wants  = network.target
+Before = network.target
+Requires   = ovsdb-server.service
+After  = ovsdb-server.service
+
+[Service]
+ExecStartPre   = /sbin/modprobe openvswitch
+ExecStart  = /usr/sbin/ovs-vswitchd
+
+[Install]
+WantedBy   = multi-user.target

Added: openvswitch/trunk/ovsdb-server.service
===
--- openvswitch/trunk/ovsdb-server.service  (rev 0)
+++ openvswitch/trunk/ovsdb-server.service  2014-03-18 09:45:25 UTC (rev 
107603)
@@ -0,0 +1,6 @@
+[Unit]
+Description=  Open vSwitch Database Server
+Documentation  =  man:ovsdb-server
+
+[Service]
+ExecStart  = /usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock



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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:51:23
  Author: spupykin
Revision: 107604

upgpkg: openvswitch 2.0.1-1

upd

Modified:
  openvswitch/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:45:25 UTC (rev 107603)
+++ PKGBUILD2014-03-18 09:51:23 UTC (rev 107604)
@@ -1,5 +1,7 @@
-# Maintainer:  Pedro Martinez-Julia (pedr...@um.es)
-# Contributor:  Matt Monaco net 0x01b dgbaley27
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco net 0x01b dgbaley27
 
 pkgname=openvswitch
 pkgver=2.0.1
@@ -6,7 +8,7 @@
 pkgrel=1
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
-license=(APACHE)
+license=('APACHE')
 arch=(x86_64 i686)
 install=openvswitch.install
 source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
@@ -16,6 +18,7 @@
ovs-vswitchd.service)
 depends=('openssl')
 makedepends=('python2')
+optdepends=('python2')
 sha256sums=('014907bcf2f98228dfa4472ea1547871d24b8fb8192dcfff3ead1af93c433a67'
 '9d30ed859214f4cdeb6b6450d5c5defaf31f2c593c05201109df66fa9373ef0c'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
@@ -24,7 +27,6 @@
 
 build() {
cd $srcdir/$pkgname-$pkgver
-
./boot.sh
./configure \
--prefix=/usr \
@@ -43,4 +45,5 @@
install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
install -dm0755 $pkgdir/etc/openvswitch
+   rm -rf $pkgdir/run
 }


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


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

2014-03-18 Thread Sergej Pupykin
Date: Tuesday, March 18, 2014 @ 10:51:41
  Author: spupykin
Revision: 107605

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

Added:
  openvswitch/repos/community-i686/
  openvswitch/repos/community-i686/PKGBUILD
(from rev 107604, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 107604, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 107604, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 107604, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 107604, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 107604, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 107604, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 107604, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 107604, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 107604, openvswitch/trunk/ovsdb-server.service)

---+
 community-i686/PKGBUILD   |   49 
 community-i686/openvswitch.install|   16 ++
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   14 +
 community-i686/ovsdb-server.service   |6 +++
 community-x86_64/PKGBUILD |   49 
 community-x86_64/openvswitch.install  |   16 ++
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   14 +
 community-x86_64/ovsdb-server.service |6 +++
 10 files changed, 172 insertions(+)

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 107604, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:51:41 UTC (rev 107605)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco net 0x01b dgbaley27
+
+pkgname=openvswitch
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Production Quality, Multilayer Open Virtual Switch
+url=http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64 i686)
+install=openvswitch.install
+source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.install
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl')
+makedepends=('python2')
+optdepends=('python2')
+sha256sums=('014907bcf2f98228dfa4472ea1547871d24b8fb8192dcfff3ead1af93c433a67'
+'9d30ed859214f4cdeb6b6450d5c5defaf31f2c593c05201109df66fa9373ef0c'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'5900728bca0292ec66e6da234eaa6f32f28ead6bda163d89a480eac08558c657'
+'c2cb5e2685240ea50b1aba4e77784f4dd66d157e7cd05a17853868aa8d8a2a45')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./boot.sh
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --with-rundir=/run/openvswitch \
+   --sbindir=/usr/bin \
+   PYTHON=/usr/bin/python2
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
+   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
+   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
+   install -dm0755 $pkgdir/etc/openvswitch
+   rm -rf $pkgdir/run
+}

Copied: openvswitch/repos/community-i686/openvswitch.install (from rev 107604, 
openvswitch/trunk/openvswitch.install)
===
--- community-i686/openvswitch.install  (rev 0)
+++ community-i686/openvswitch.install  2014-03-18 09:51:41 UTC (rev 107605)
@@ -0,0 +1,16 @@
+post_install() {
+
+   if [[ ! -f etc/openvswitch/conf.db ]]; then
+   
+   cmd=(ovsdb-tool create
+   etc/openvswitch/conf.db
+   usr/share/openvswitch/vswitch.ovsschema)
+
+   printf Running: %s\n ${cmd[*]}
+   ${cmd[@]}
+   fi
+}
+
+post_upgrade() {
+   post_install
+}

Copied: openvswitch/repos/community-i686/openvswitch.tmpfiles (from rev 107604, 

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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:55:48
  Author: kkeen
Revision: 107606

upgpkg: python-pillow 2.3.1-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:51:41 UTC (rev 107605)
+++ PKGBUILD2014-03-18 09:55:48 UTC (rev 107606)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.3.1
+pkgrel=1
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.3m
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('56b6614499aacb7d6b5983c4914daea7')
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
 
 build() {
   cd $srcdir



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 10:57:17
  Author: kkeen
Revision: 107607

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 09:55:48 UTC (rev 107606)
+++ community-i686/PKGBUILD 2014-03-18 09:57:17 UTC (rev 107607)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.3.0
-pkgrel=3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.3m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('56b6614499aacb7d6b5983c4914daea7')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python3 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py3basever/
-  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py2basever/
-  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 107606, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-18 09:57:17 UTC (rev 107607)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.3m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  

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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 11:06:12
  Author: fyan
Revision: 208155

upgpkg: dbus-python 1.2.0-3

- python 3.4 rebuild

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:22:12 UTC (rev 208154)
+++ PKGBUILD2014-03-18 10:06:12 UTC (rev 208155)
@@ -4,7 +4,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Python bindings for DBUS
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 11:07:50
  Author: fyan
Revision: 208156

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

Added:
  dbus-python/repos/staging-i686/
  dbus-python/repos/staging-i686/PKGBUILD
(from rev 208155, dbus-python/trunk/PKGBUILD)
  dbus-python/repos/staging-x86_64/
  dbus-python/repos/staging-x86_64/PKGBUILD
(from rev 208155, dbus-python/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   69 ++
 staging-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: dbus-python/repos/staging-i686/PKGBUILD (from rev 208155, 
dbus-python/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-18 10:07:50 UTC (rev 208156)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=Python bindings for DBUS
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+makedepends=('docutils' 'dbus-glib' 'python' 'python2')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
+ 'SKIP')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
+  conflicts=('dbus-python1.1.0')
+
+  cd build-python3
+  make DESTDIR=${pkgdir} install-data
+  rm -rf ${pkgdir}/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends=('python-dbus-common' 'python' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 3.3 bindings for DBUS
+
+  cd build-python3
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}
+
+package_python2-dbus() {
+  depends=('python-dbus-common' 'python2' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 2.7 bindings for DBUS
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=(dbus-python=$pkgver)
+
+  cd build-python2
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}

Copied: dbus-python/repos/staging-x86_64/PKGBUILD (from rev 208155, 
dbus-python/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-18 10:07:50 UTC (rev 208156)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=Python bindings for DBUS
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+makedepends=('docutils' 'dbus-glib' 'python' 'python2')
+source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
+ 'SKIP')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc=Common dbus-python files shared between python-dbus and 
python2-dbus
+  conflicts=('dbus-python1.1.0')
+
+  cd build-python3
+  make DESTDIR=${pkgdir} install-data
+  rm -rf ${pkgdir}/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends=('python-dbus-common' 'python' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 3.3 bindings for DBUS
+
+  cd build-python3
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}
+
+package_python2-dbus() {
+  depends=('python-dbus-common' 'python2' 'dbus-core')
+  optdepends=('dbus-glib: glib mainloop support')
+  pkgdesc=Python 2.7 bindings for DBUS
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=(dbus-python=$pkgver)
+
+  cd build-python2
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/share
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/lib/pkgconfig
+}



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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:13:25
  Author: jelle
Revision: 107608

upgpkg: python-html5lib 0.999-4

python3.4

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 09:57:17 UTC (rev 107607)
+++ PKGBUILD2014-03-18 10:13:25 UTC (rev 107608)
@@ -4,9 +4,9 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=0.999
-pkgrel=3
+pkgrel=4
 arch=('any')
-url=http://code.google.com/p/html5lib/;
+url=https://github.com/html5lib;
 license=('MIT')
 makedepends=('python2' 'python' 'unzip')
 source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz



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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:14:42
  Author: jelle
Revision: 107609

archrelease: copy trunk to community-staging-any

Added:
  python-html5lib/repos/community-staging-any/
  python-html5lib/repos/community-staging-any/LICENSE
(from rev 107608, python-html5lib/trunk/LICENSE)
  python-html5lib/repos/community-staging-any/PKGBUILD
(from rev 107608, python-html5lib/trunk/PKGBUILD)

--+
 LICENSE  |   17 +
 PKGBUILD |   37 +
 2 files changed, 54 insertions(+)

Copied: python-html5lib/repos/community-staging-any/LICENSE (from rev 107608, 
python-html5lib/trunk/LICENSE)
===
--- community-staging-any/LICENSE   (rev 0)
+++ community-staging-any/LICENSE   2014-03-18 10:14:42 UTC (rev 107609)
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python-html5lib/repos/community-staging-any/PKGBUILD (from rev 107608, 
python-html5lib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-18 10:14:42 UTC (rev 107609)
@@ -0,0 +1,37 @@
+# Contributor: Erol V. Aktay e.ak...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=python-html5lib
+pkgname=('python2-html5lib' 'python-html5lib')
+pkgver=0.999
+pkgrel=4
+arch=('any')
+url=https://github.com/html5lib;
+license=('MIT')
+makedepends=('python2' 'python' 'unzip')
+source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
+LICENSE)
+md5sums=('f74b320f10d74df9cca8a08b42cb278c'
+ '838c366f69b72c5df05c96dff79b35f2')
+
+build() {
+/bin/true
+}
+
+package_python-html5lib() {
+pkgdesc=A Python HTML parser/tokenizer based on the WHATWG HTML5 spec
+depends=('python')
+cd ${srcdir}/html5lib-python-${pkgver}
+
+python3 setup.py install --root=${pkgdir}
+install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
+}
+
+package_python2-html5lib() {
+depends=('python2' 'python2-six')
+pkgdesc=A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec
+cd ${srcdir}/html5lib-python-${pkgver}
+
+python2 setup.py install --root=${pkgdir}
+install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
+}



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 11:19:59
  Author: fyan
Revision: 107610

upgpkg: python-pyparsing 2.0.1-3

- python 3.4 rebuild

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:14:42 UTC (rev 107609)
+++ PKGBUILD2014-03-18 10:19:59 UTC (rev 107610)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General parsing module for Python'
 arch=('any')
 url='http://pyparsing.wikispaces.com'



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 11:20:40
  Author: fyan
Revision: 107611

archrelease: copy trunk to community-staging-any

Added:
  python-pyparsing/repos/community-staging-any/
  python-pyparsing/repos/community-staging-any/PKGBUILD
(from rev 107610, python-pyparsing/trunk/PKGBUILD)

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

Copied: python-pyparsing/repos/community-staging-any/PKGBUILD (from rev 107610, 
python-pyparsing/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-18 10:20:40 UTC (rev 107611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Arvid Ephraim Picciani a...@exys.org
+# Contributor: Michael Krauss hippodri...@gmx.net
+
+pkgname=python-pyparsing
+pkgver=2.0.1
+pkgrel=3
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com'
+license=('MIT')
+depends=('python')
+source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
+
+package() {
+  cd $srcdir/pyparsing-$pkgver
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 11:22:07
  Author: flexiondotorg
Revision: 107612

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

Added:
  python-qrencode/repos/community-staging-i686/
  python-qrencode/repos/community-staging-i686/PKGBUILD
(from rev 107611, python-qrencode/trunk/PKGBUILD)
  python-qrencode/repos/community-staging-x86_64/
  python-qrencode/repos/community-staging-x86_64/PKGBUILD
(from rev 107611, python-qrencode/trunk/PKGBUILD)
Deleted:
  python-qrencode/repos/staging-i686/
  python-qrencode/repos/staging-x86_64/

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

Copied: python-qrencode/repos/community-staging-i686/PKGBUILD (from rev 107611, 
python-qrencode/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 10:22:07 UTC (rev 107612)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=6
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+

Copied: python-qrencode/repos/community-staging-x86_64/PKGBUILD (from rev 
107611, python-qrencode/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-18 10:22:07 UTC (rev 107612)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=6
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 11:24:04
  Author: kkeen
Revision: 107613

upgpkg: python-pyzmq py3.4 rebuild

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:22:07 UTC (rev 107612)
+++ PKGBUILD2014-03-18 10:24:04 UTC (rev 107613)
@@ -3,7 +3,7 @@
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
 pkgver=14.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for zeromq, written in Cython
 arch=(i686 x86_64)
 url=http://www.zeromq.org/bindings:python;



[arch-commits] Commit in python-html5lib/repos/community-staging-any (4 files)

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:24:55
  Author: jelle
Revision: 107614

archrelease: copy trunk to community-staging-any

Added:
  python-html5lib/repos/community-staging-any/LICENSE
(from rev 107613, python-html5lib/trunk/LICENSE)
  python-html5lib/repos/community-staging-any/PKGBUILD
(from rev 107613, python-html5lib/trunk/PKGBUILD)
Deleted:
  python-html5lib/repos/community-staging-any/LICENSE
  python-html5lib/repos/community-staging-any/PKGBUILD

--+
 LICENSE  |   34 ++--
 PKGBUILD |   74 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-18 10:24:04 UTC (rev 107613)
+++ LICENSE 2014-03-18 10:24:55 UTC (rev 107614)
@@ -1,17 +0,0 @@
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-html5lib/repos/community-staging-any/LICENSE (from rev 107613, 
python-html5lib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-18 10:24:55 UTC (rev 107614)
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 10:24:04 UTC (rev 107613)
+++ PKGBUILD2014-03-18 10:24:55 UTC (rev 107614)
@@ -1,37 +0,0 @@
-# Contributor: Erol V. Aktay e.ak...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=python-html5lib
-pkgname=('python2-html5lib' 'python-html5lib')
-pkgver=0.999
-pkgrel=4
-arch=('any')
-url=https://github.com/html5lib;
-license=('MIT')
-makedepends=('python2' 'python' 'unzip')
-source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
-LICENSE)
-md5sums=('f74b320f10d74df9cca8a08b42cb278c'
- '838c366f69b72c5df05c96dff79b35f2')
-
-build() {
-/bin/true
-}
-
-package_python-html5lib() {
-pkgdesc=A Python HTML parser/tokenizer based on the WHATWG HTML5 spec
-depends=('python')
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python3 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}
-
-package_python2-html5lib() {
-depends=('python2' 'python2-six')
-pkgdesc=A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec
-cd ${srcdir}/html5lib-python-${pkgver}
-
-python2 setup.py install --root=${pkgdir}
-install -Dm755 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  
-}

Copied: python-html5lib/repos/community-staging-any/PKGBUILD (from rev 107613, 
python-html5lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 10:24:55 UTC (rev 107614)
@@ -0,0 +1,37 @@
+# Contributor: Erol V. Aktay e.ak...@gmail.com
+# Maintainer: Daniel J Griffiths 

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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:32:13
  Author: jelle
Revision: 107615

upgpkg: python-reportlab 3.0-2

python3.4 rebuild

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:24:55 UTC (rev 107614)
+++ PKGBUILD2014-03-18 10:32:13 UTC (rev 107615)
@@ -7,13 +7,13 @@
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A proven industry-strength PDF generating solution
 arch=('i686' 'x86_64')
 url=http://www.reportlab.org/rl_toolkit.html;
 depends=('freetype2')
 conflicts=('python-reportlab=2.5-2')
-checkdepends=('python' 'python2')
+checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
 replaces=('python-reportlab=2.5-2')
 license=('CUSTOM')
 source=(http://www.reportlab.com/ftp/reportlab-$pkgver.tar.gz)



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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:32:19
  Author: jelle
Revision: 107616

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

Added:
  python-reportlab/repos/community-staging-i686/
  python-reportlab/repos/community-staging-i686/ChangeLog
(from rev 107615, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-staging-i686/PKGBUILD
(from rev 107615, python-reportlab/trunk/PKGBUILD)
  python-reportlab/repos/community-staging-x86_64/
  python-reportlab/repos/community-staging-x86_64/ChangeLog
(from rev 107615, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-staging-x86_64/PKGBUILD
(from rev 107615, python-reportlab/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   18 +
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-x86_64/ChangeLog |   18 +
 community-staging-x86_64/PKGBUILD  |   46 +++
 4 files changed, 128 insertions(+)

Copied: python-reportlab/repos/community-staging-i686/ChangeLog (from rev 
107615, python-reportlab/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-03-18 10:32:19 UTC (rev 107616)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   giova...@archlinux.org
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Copied: python-reportlab/repos/community-staging-i686/PKGBUILD (from rev 
107615, python-reportlab/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 10:32:19 UTC (rev 107616)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.0
+pkgrel=2
+pkgdesc=A proven industry-strength PDF generating solution
+arch=('i686' 'x86_64')
+url=http://www.reportlab.org/rl_toolkit.html;
+depends=('freetype2')
+conflicts=('python-reportlab=2.5-2')
+checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
+replaces=('python-reportlab=2.5-2')
+license=('CUSTOM')
+source=(http://www.reportlab.com/ftp/reportlab-$pkgver.tar.gz)
+md5sums=('a4fd40abcfb604aa3bd907181133c071')
+
+build() {
+cd $srcdir
+cp -rf ${_origname}-$pkgver ${_origname}2-$pkgver
+}
+
+package_python2-reportlab() {
+depends=('python2')
+cd $srcdir/${_origname}2-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-reportlab() {
+depends=('python3')
+cd $srcdir/${_origname}-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+
+check() {
+cd ${srcdir}/${_origname}-${pkgver}
+python2 setup.py tests
+python setup.py tests
+}

Copied: python-reportlab/repos/community-staging-x86_64/ChangeLog (from rev 
107615, python-reportlab/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-03-18 10:32:19 UTC (rev 107616)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   giova...@archlinux.org
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Copied: python-reportlab/repos/community-staging-x86_64/PKGBUILD (from rev 
107615, python-reportlab/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-18 10:32:19 UTC (rev 107616)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.0
+pkgrel=2
+pkgdesc=A proven industry-strength PDF 

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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:35:09
  Author: jelle
Revision: 107617

upgpkg: pyudev 0.16.1-3

python3.4 rebuild

Modified:
  pyudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:32:19 UTC (rev 107616)
+++ PKGBUILD2014-03-18 10:35:09 UTC (rev 107617)
@@ -7,11 +7,11 @@
 pkgbase=pyudev
 pkgname=('python-pyudev' 'python2-pyudev')
 pkgver=0.16.1
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://pyudev.readthedocs.org/en/latest/index.html'
 license=('LGPL')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('python2-pyqt: PyQt integration'
 'python2-gobject2: Glib integration'
 'wxpython: WX integration')



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

2014-03-18 Thread Jelle van der Waa
Date: Tuesday, March 18, 2014 @ 11:35:13
  Author: jelle
Revision: 107618

archrelease: copy trunk to community-staging-any

Added:
  pyudev/repos/community-staging-any/
  pyudev/repos/community-staging-any/PKGBUILD
(from rev 107617, pyudev/trunk/PKGBUILD)

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

Copied: pyudev/repos/community-staging-any/PKGBUILD (from rev 107617, 
pyudev/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-18 10:35:13 UTC (rev 107618)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: examon examon.mail[at]gmail[dot]com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Dwight Schauer dscha...@ti.com
+
+pkgbase=pyudev
+pkgname=('python-pyudev' 'python2-pyudev')
+pkgver=0.16.1
+pkgrel=3
+arch=('any')
+url='http://pyudev.readthedocs.org/en/latest/index.html'
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('python2-pyqt: PyQt integration'
+'python2-gobject2: Glib integration'
+'wxpython: WX integration')
+source=(http://pypi.python.org/packages/source/p/pyudev/pyudev-${pkgver}.tar.gz;)
+md5sums=('4034de584b6d9efcbfc590a047c63285')
+
+build() {
+  cp -rf ${srcdir}/${pkgbase}-${pkgver} 
${srcdir}/python2-${pkgbase}-${pkgver}
+}
+
+package_python-pyudev() {
+  pkgdesc='A pure Python 3.x binding to libudev'
+  depends=('python' 'udev')
+  optdepends=('pyqt: PyQt integration'
+  'python-gobject2: Glib integration')
+  replaces=('pyudev')
+  conflicts=('pyudev')
+  provides=('pyudev')
+  
+  cd ${pkgbase}-${pkgver}
+  python3 setup.py install --root ${pkgdir} --optimize=1
+}
+
+package_python2-pyudev() {
+  pkgdesc='A pure Python 2.x binding to libudev'
+  depends=('python2' 'udev')
+  optdepends=('python2-pyqt: PyQt integration'
+  'python2-gobject2: Glib integration'
+  'wxpython: WX integration')
+  replaces=('python2-udev')
+  conflicts=('python2-udev')
+  provides=('python2-udev')
+  
+  cd python2-${pkgbase}-${pkgver}
+  python2 setup.py install --root ${pkgdir} --optimize=1
+}



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 11:37:49
  Author: kkeen
Revision: 107619

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

Added:
  python-pyzmq/repos/community-staging-i686/
  python-pyzmq/repos/community-staging-i686/PKGBUILD
(from rev 107618, python-pyzmq/trunk/PKGBUILD)
  python-pyzmq/repos/community-staging-x86_64/
  python-pyzmq/repos/community-staging-x86_64/PKGBUILD
(from rev 107618, python-pyzmq/trunk/PKGBUILD)

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

Copied: python-pyzmq/repos/community-staging-i686/PKGBUILD (from rev 107618, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 10:37:49 UTC (rev 107619)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen keenerd at gmail dot com
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.1.0
+pkgrel=2
+pkgdesc=Python bindings for zeromq, written in Cython
+arch=(i686 x86_64)
+url=http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('174901a85e4574629d4e586b5d37acc4')
+
+build() {
+  cd $srcdir
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd $srcdir/pyzmq-$pkgver
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd $srcdir/py2zmq-$pkgver
+  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc=Python2 bindings for zeromq, written in Cython
+  depends=(zeromq python2)
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc=Python3 bindings for zeromq, written in Cython
+  depends=(zeromq python)
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+}
+
+check()
+{
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}

Copied: python-pyzmq/repos/community-staging-x86_64/PKGBUILD (from rev 107618, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-18 10:37:49 UTC (rev 107619)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen keenerd at gmail dot com
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.1.0
+pkgrel=2
+pkgdesc=Python bindings for zeromq, written in Cython
+arch=(i686 x86_64)
+url=http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('174901a85e4574629d4e586b5d37acc4')
+
+build() {
+  cd $srcdir
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd $srcdir/pyzmq-$pkgver
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd $srcdir/py2zmq-$pkgver
+  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc=Python2 bindings for zeromq, written in Cython
+  depends=(zeromq python2)
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc=Python3 bindings for zeromq, written in Cython
+  depends=(zeromq python)
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+}
+
+check()
+{
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 11:57:45
  Author: kkeen
Revision: 107620

upgpkg: python-pillow py3.4 rebuild

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:37:49 UTC (rev 107619)
+++ PKGBUILD2014-03-18 10:57:45 UTC (rev 107620)
@@ -5,10 +5,10 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 _appname=Pillow
 _py2basever=2.7
-_py3basever=3.3m
+_py3basever=3.4m
 pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
 arch=('i686' 'x86_64')
 url=http://python-imaging.github.io/;



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 12:02:03
  Author: kkeen
Revision: 107621

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

Added:
  python-pillow/repos/community-staging-i686/
  python-pillow/repos/community-staging-i686/PKGBUILD
(from rev 107620, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-staging-x86_64/
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 107620, python-pillow/trunk/PKGBUILD)

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

Copied: python-pillow/repos/community-staging-i686/PKGBUILD (from rev 107620, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 11:02:03 UTC (rev 107621)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python2-pyqt4: for the ImageQt module')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python2 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py2basever/
+  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+

Copied: python-pillow/repos/community-staging-x86_64/PKGBUILD (from rev 107620, 
python-pillow/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-18 11:02:03 UTC (rev 107621)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.3.1
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('0946bb3aa18b3836eeb45cc64588fe94')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+

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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:05:13
  Author: fyan
Revision: 107623

archrelease: copy trunk to community-staging-any

Added:
  reflector/repos/community-staging-any/
  reflector/repos/community-staging-any/PKGBUILD
(from rev 107622, reflector/trunk/PKGBUILD)

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

Copied: reflector/repos/community-staging-any/PKGBUILD (from rev 107622, 
reflector/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-18 11:05:13 UTC (rev 107623)
@@ -0,0 +1,32 @@
+#Maintainer: Xyne ac xunilhcra enyx, backwards
+pkgname=reflector
+pkgver=2014
+pkgrel=4
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url=http://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz
+  http://xyne.archlinux.ca/projects/reflector/src/reflector-2014.tar.xz.sig
+)
+sha512sums=(
+  
ac9e0026019048c96be5dd4d156bf79b7d7616f764b5d8fb169cb09cbf629a3e2b1efb1ee7cb53b4e0cd109b985f598d9f80941714e47ed0f21c6417df9b073b
+  
04550a26b67bfe43d116c21e7ee4a8e4d425e323dda1f4aa684a791fb7a7893aa383d8e830fd6e2cc554a645cb12b896996298a48dc11f7e2f75b572e0cb6773
+)
+md5sums=(
+  69ab92b948ffe842189229d09bfbf1c0
+  8486857524e3e55acf2a8e400014fc93
+)
+
+package ()
+{
+  cd $srcdir/$pkgname-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm755 $srcdir/$pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
+}
+
+
+# vim: set ts=2 sw=2 et:



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:04:39
  Author: fyan
Revision: 107622

upgpkg: reflector 2014-4

- python 3.4 rebuild

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:02:03 UTC (rev 107621)
+++ PKGBUILD2014-03-18 11:04:39 UTC (rev 107622)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne ac xunilhcra enyx, backwards
 pkgname=reflector
 pkgver=2014
-pkgrel=3
+pkgrel=4
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:06:49
  Author: fyan
Revision: 208157

upgpkg: liblouis 2.5.2-3

- python 3.4 rebuild

Modified:
  liblouis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 10:07:50 UTC (rev 208156)
+++ PKGBUILD2014-03-18 11:06:49 UTC (rev 208157)
@@ -3,7 +3,7 @@
 
 pkgname=liblouis
 pkgver=2.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Open-source braille translator and back-translator
 arch=(i686 x86_64)
 url=http://code.google.com/p/liblouis/;



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:06:26
  Author: fyan
Revision: 107624

upgpkg: python-matplotlib 1.3.1-3

- python 3.4 rebuild

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:05:13 UTC (rev 107623)
+++ PKGBUILD2014-03-18 11:06:26 UTC (rev 107624)
@@ -7,19 +7,17 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A python plotting library, making publication quality plots
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
 license=('custom')
+checkdepends=('python-nose' 'python2-nose')
 makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
  'python-pyqt4' 'tk' 'python-cairo' 'python2-cairo' 
'python-dateutil'
  'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin')
-optdepends=('pygtk: for use with the GTK or GTKAgg backend'
-'tk: used by the TkAgg backend'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies')
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin' 'agg'
+ 'python-tornado' 'python2-tornado' 'gtk3')
 
source=(http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz;
 ffmpeg-2.0.patch)
 
sha512sums=('04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40'
@@ -53,6 +51,11 @@
 
 package_python2-matplotlib() {
depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt4' 
'python2-dateutil' 'python2-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+   'tk: used by the TkAgg backend'
+   'ghostscript: usetex dependencies'
+   'texlive-bin: usetex dependencies'
+   'python2-tornado: for webagg backend')
 
cd matplotlib-${pkgver}
python2 setup.py install -O1 --skip-build --root ${pkgdir} --prefix=/usr
@@ -63,6 +66,11 @@
 
 package_python-matplotlib() {
depends=('python-pytz' 'python-numpy' 'python-cairo' 'python-pyqt4' 
'python-dateutil' 'python-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+   'tk: used by the TkAgg backend'
+   'ghostscript: usetex dependencies'
+   'texlive-bin: usetex dependencies'
+   'python-tornado: for webagg backend')
 
cd matplotlib-${pkgver}-py3
python3 setup.py install -O1 --skip-build --root ${pkgdir} --prefix=/usr



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:08:00
  Author: fyan
Revision: 208158

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

Added:
  liblouis/repos/staging-i686/
  liblouis/repos/staging-i686/PKGBUILD
(from rev 208157, liblouis/trunk/PKGBUILD)
  liblouis/repos/staging-i686/liblouis.install
(from rev 208157, liblouis/trunk/liblouis.install)
  liblouis/repos/staging-x86_64/
  liblouis/repos/staging-x86_64/PKGBUILD
(from rev 208157, liblouis/trunk/PKGBUILD)
  liblouis/repos/staging-x86_64/liblouis.install
(from rev 208157, liblouis/trunk/liblouis.install)

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/liblouis.install   |   20 
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/liblouis.install |   20 
 4 files changed, 104 insertions(+)

Copied: liblouis/repos/staging-i686/PKGBUILD (from rev 208157, 
liblouis/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-03-18 11:08:00 UTC (rev 208158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=liblouis
+pkgver=2.5.2
+pkgrel=3
+pkgdesc=Open-source braille translator and back-translator
+arch=(i686 x86_64)
+url=http://code.google.com/p/liblouis/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python2 python)
+install=liblouis.install
+source=(http://liblouis.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('   93437f3c3a9a178ad08bdf6daca2a82cf3df2cc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd python
+  LD_PRELOAD+=:$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so
+  python2 setup.py install --root=$pkgdir --prefix=/usr --optimize=1
+  python setup.py install --root=$pkgdir --prefix=/usr --optimize=1
+}
+# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/staging-i686/liblouis.install (from rev 208157, 
liblouis/trunk/liblouis.install)
===
--- staging-i686/liblouis.install   (rev 0)
+++ staging-i686/liblouis.install   2014-03-18 11:08:00 UTC (rev 208158)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(liblouis.info)
+
+post_install() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+done
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+done
+}

Copied: liblouis/repos/staging-x86_64/PKGBUILD (from rev 208157, 
liblouis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-03-18 11:08:00 UTC (rev 208158)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=liblouis
+pkgver=2.5.2
+pkgrel=3
+pkgdesc=Open-source braille translator and back-translator
+arch=(i686 x86_64)
+url=http://code.google.com/p/liblouis/;
+license=('GPL3')
+depends=(glibc)
+makedepends=(help2man python2 python)
+install=liblouis.install
+source=(http://liblouis.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('   93437f3c3a9a178ad08bdf6daca2a82cf3df2cc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd python
+  LD_PRELOAD+=:$srcdir/$pkgname-$pkgver/liblouis/.libs/liblouis.so
+  python2 setup.py install --root=$pkgdir --prefix=/usr --optimize=1
+  python setup.py install --root=$pkgdir --prefix=/usr --optimize=1
+}
+# vim:set ts=2 sw=2 et:

Copied: liblouis/repos/staging-x86_64/liblouis.install (from rev 208157, 
liblouis/trunk/liblouis.install)
===
--- staging-x86_64/liblouis.install (rev 0)
+++ staging-x86_64/liblouis.install 2014-03-18 11:08:00 UTC (rev 208158)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(liblouis.info)
+
+post_install() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+done
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -x usr/bin/install-info ] || return 0
+for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+done
+}



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:07:18
  Author: fyan
Revision: 107625

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

Added:
  python-matplotlib/repos/community-staging-i686/
  python-matplotlib/repos/community-staging-i686/PKGBUILD
(from rev 107624, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-i686/ffmpeg-2.0.patch
(from rev 107624, python-matplotlib/trunk/ffmpeg-2.0.patch)
  python-matplotlib/repos/community-staging-x86_64/
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
(from rev 107624, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-x86_64/ffmpeg-2.0.patch
(from rev 107624, python-matplotlib/trunk/ffmpeg-2.0.patch)

---+
 community-staging-i686/PKGBUILD   |   80 ++
 community-staging-i686/ffmpeg-2.0.patch   |   98 
 community-staging-x86_64/PKGBUILD |   80 ++
 community-staging-x86_64/ffmpeg-2.0.patch |   98 
 4 files changed, 356 insertions(+)

Copied: python-matplotlib/repos/community-staging-i686/PKGBUILD (from rev 
107624, python-matplotlib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-18 11:07:18 UTC (rev 107625)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=python-matplotlib
+pkgname=('python2-matplotlib' 'python-matplotlib')
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=A python plotting library, making publication quality plots
+arch=('i686' 'x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-nose' 'python2-nose')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairo' 'python2-cairo' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin' 'agg'
+ 'python-tornado' 'python2-tornado' 'gtk3')
+source=(http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz;
+ffmpeg-2.0.patch)
+sha512sums=('04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40'
+
'f76cde48aee9819f080bc34717c9cb6270f6dfac0490e7b19673ee665392be1837621aa858435f48595fa7d095e8efaee6737c87f9d42419499f5b8b8b001129')
+
+prepare() {
+   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py3
+
+   cd matplotlib-${pkgver}
+   patch -Np1 -i ../ffmpeg-2.0.patch
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python2| \
+ -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| ${file}
+   done
+
+   cd ../matplotlib-${pkgver}-py3
+   patch -Np1 -i ../ffmpeg-2.0.patch
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e s|^#!.*/usr/bin/python|#!/usr/bin/python3| \
+ -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3| ${file}
+   done
+}
+
+build() {
+   cd matplotlib-${pkgver}
+   python2 setup.py build
+
+   cd ../matplotlib-${pkgver}-py3
+   python3 setup.py build
+}
+
+package_python2-matplotlib() {
+   depends=('python2-pytz' 'python2-numpy' 'python2-cairo' 'python2-pyqt4' 
'python2-dateutil' 'python2-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+   'tk: used by the TkAgg backend'
+   'ghostscript: usetex dependencies'
+   'texlive-bin: usetex dependencies'
+   'python2-tornado: for webagg backend')
+
+   cd matplotlib-${pkgver}
+   python2 setup.py install -O1 --skip-build --root ${pkgdir} --prefix=/usr
+
+   install -dm755 ${pkgdir}/usr/share/licenses/python2-matplotlib
+   install -m 644 doc/users/license.rst 
${pkgdir}/usr/share/licenses/python2-matplotlib
+}
+
+package_python-matplotlib() {
+   depends=('python-pytz' 'python-numpy' 'python-cairo' 'python-pyqt4' 
'python-dateutil' 'python-pyparsing')
+   optdepends=('pygtk: for use with the GTK or GTKAgg backend'
+   'tk: used by the TkAgg backend'
+   'ghostscript: usetex dependencies'
+   'texlive-bin: usetex dependencies'
+   'python-tornado: for webagg backend')
+
+   cd matplotlib-${pkgver}-py3
+   python3 setup.py install -O1 --skip-build --root ${pkgdir} --prefix=/usr
+
+   install -dm755 ${pkgdir}/usr/share/licenses/python-matplotlib
+   install -m 644 doc/users/license.rst 

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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:47
  Author: flexiondotorg
Revision: 107627

Remove unneccessary options.

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:44 UTC (rev 107626)
+++ PKGBUILD2014-03-18 11:09:47 UTC (rev 107627)
@@ -14,7 +14,6 @@
 'onboard: On-screen keyboard useful for mobility impaired users'
 'orca: Screen reader for blind or visually impaired individuals'
 'yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:44
  Author: flexiondotorg
Revision: 107626

Remove unneccessary options.

Modified:
  mate-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:07:18 UTC (rev 107625)
+++ PKGBUILD2014-03-18 11:09:44 UTC (rev 107626)
@@ -7,7 +7,6 @@
 arch=('any')
 license=('GPL')
 depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' 
'pkg-config')
-options=('!emptydirs')
 url=http://mate-desktop.org;
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:53
  Author: flexiondotorg
Revision: 107629

Remove unneccessary options.

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:50 UTC (rev 107628)
+++ PKGBUILD2014-03-18 11:09:53 UTC (rev 107629)
@@ -9,7 +9,6 @@
 license=('LGPL')
 depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
 makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
 install=${pkgname}.install



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:50
  Author: flexiondotorg
Revision: 107628

Remove unneccessary options.

Modified:
  libmatekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:47 UTC (rev 107627)
+++ PKGBUILD2014-03-18 11:09:50 UTC (rev 107628)
@@ -9,7 +9,6 @@
 license=('LGPL')
 depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
 makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('8034737a40d5a2f1e4857a21110b4f1eacf0db30')
 install=${pkgname}.install



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:57
  Author: flexiondotorg
Revision: 107630

Remove unneccessary options.

Modified:
  mate-dialogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:53 UTC (rev 107629)
+++ PKGBUILD2014-03-18 11:09:57 UTC (rev 107630)
@@ -10,7 +10,6 @@
 depends=('gtk2' 'libnotify')
 makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('b0248c54d1c5ff17573a8257f223e7a828c01f7c')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:19
  Author: flexiondotorg
Revision: 107634

Remove unneccessary options.

Modified:
  mate-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:13 UTC (rev 107633)
+++ PKGBUILD2014-03-18 11:10:19 UTC (rev 107634)
@@ -9,7 +9,6 @@
 license=('GPL')
 depends=('glib2' 'python2')
 makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('e2c3eda5123da8ff30dcd5f86c4ad9426e34a7b5')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:13
  Author: flexiondotorg
Revision: 107633

Remove unneccessary options.

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:08 UTC (rev 107632)
+++ PKGBUILD2014-03-18 11:10:13 UTC (rev 107633)
@@ -15,7 +15,6 @@
 replaces=('mate-window-manager')
 provides=('mate-window-manager')
 conflicts=('mate-window-manager')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('7083d090aa2966ec590020aaf21ead77417bccba')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:08
  Author: flexiondotorg
Revision: 107632

Remove unneccessary options.

Modified:
  mate-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:05 UTC (rev 107631)
+++ PKGBUILD2014-03-18 11:10:08 UTC (rev 107632)
@@ -9,7 +9,6 @@
 license=('LGPL')
 depends=('gtk2' 'polkit')
 makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('8b74b8d270a0392b9b54ae12693df2bdea1f429a')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:40
  Author: flexiondotorg
Revision: 107641

Remove unneccessary options.

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:37 UTC (rev 107640)
+++ PKGBUILD2014-03-18 11:10:40 UTC (rev 107641)
@@ -18,7 +18,6 @@
 replaces=('mate-file-archiver')
 provides=('mate-file-archiver')
 conflicts=('mate-file-archiver')
-options=( '!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:30
  Author: flexiondotorg
Revision: 107638

Remove unneccessary options.

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:27 UTC (rev 107637)
+++ PKGBUILD2014-03-18 11:10:30 UTC (rev 107638)
@@ -10,7 +10,6 @@
 depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
 makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
 optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('1a02c95b8fc94b47c29399ae952e25e954dd4284')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:49
  Author: flexiondotorg
Revision: 107644

Remove unneccessary options.

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:46 UTC (rev 107643)
+++ PKGBUILD2014-03-18 11:10:49 UTC (rev 107644)
@@ -22,7 +22,6 @@
 replaces=('mate-document-viewer')
 provides=('mate-document-viewer')
 conflicts=('mate-document-viewer')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('8327437ba12df61326b83342cea746d1764727d0')



[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:42
  Author: flexiondotorg
Revision: 107642

Remove unneccessary options.

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:40 UTC (rev 107641)
+++ PKGBUILD2014-03-18 11:10:42 UTC (rev 107642)
@@ -12,7 +12,6 @@
 makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'perl-xml-parser'
  'xmlto' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('5cde22f2d6498294a76e3bf9005b4f73bbdd0db8')



[arch-commits] Commit in mate-system-monitor/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:46
  Author: flexiondotorg
Revision: 107643

Remove unneccessary options.

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:42 UTC (rev 107642)
+++ PKGBUILD2014-03-18 11:10:46 UTC (rev 107643)
@@ -11,7 +11,6 @@
  'mate-icon-theme')
 makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('a8f652340613154fac994cdc060bae95460c1d6f')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:37
  Author: flexiondotorg
Revision: 107640

Remove unneccessary options.

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:33 UTC (rev 107639)
+++ PKGBUILD2014-03-18 11:10:37 UTC (rev 107640)
@@ -14,7 +14,6 @@
 'mate-screensaver-hacks: Additional screensavers.'
 'rss-glx: Really slick screensavers.'
 'yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('b7ab88c3ee5b513630ff99a64c18626ed8ef49fa')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:05
  Author: flexiondotorg
Revision: 107631

Remove unneccessary options.

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:57 UTC (rev 107630)
+++ PKGBUILD2014-03-18 11:10:05 UTC (rev 107631)
@@ -16,7 +16,6 @@
 replaces=('mate-file-manager')
 provides=('mate-file-manager')
 conflicts=('mate-file-manager')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('3bfb52dceae4fa7b39eb26099b07326fa4197f3f')



[arch-commits] Commit in mate-notification-daemon/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:33
  Author: flexiondotorg
Revision: 107639

Remove unneccessary options.

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:30 UTC (rev 107638)
+++ PKGBUILD2014-03-18 11:10:33 UTC (rev 107639)
@@ -9,7 +9,6 @@
 license=('GPL' 'LGPL')
 depends=('dconf' 'dbus-glib' 'gtk2' 'libcanberra' 'libwnck' 'libnotify')
 makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 groups=('mate')
 provides=('notification-daemon')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:22
  Author: flexiondotorg
Revision: 107635

Remove unneccessary options.

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:19 UTC (rev 107634)
+++ PKGBUILD2014-03-18 11:10:22 UTC (rev 107635)
@@ -13,7 +13,6 @@
 makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
  'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:24
  Author: flexiondotorg
Revision: 107636

Remove unneccessary options.

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:22 UTC (rev 107635)
+++ PKGBUILD2014-03-18 11:10:24 UTC (rev 107636)
@@ -12,7 +12,6 @@
 makedepends=('mate-common' 'mate-panel' 'mate-settings-daemon-gstreamer'
  'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('8ec726baa6c6b02664a1190aedbc2467ec562a89')
 



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:14
  Author: flexiondotorg
Revision: 107652

Remove unneccessary options.

Modified:
  mate-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:10 UTC (rev 107651)
+++ PKGBUILD2014-03-18 11:11:14 UTC (rev 107652)
@@ -10,7 +10,6 @@
 depends=('dbus' 'dconf' 'gtk2' 'libsm' 'mate-desktop' 'vte')
 makedepends=('docbook2x' 'mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('14b380c71aaf73499f5ae292ee14d2eb27920074')



[arch-commits] Commit in mate-user-share/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:21
  Author: flexiondotorg
Revision: 107654

Remove unneccessary options.

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:19 UTC (rev 107653)
+++ PKGBUILD2014-03-18 11:11:21 UTC (rev 107654)
@@ -10,7 +10,6 @@
 depends=('caja' 'dbus-glib' 'dconf' 'libunique' 'mod_dnssd')
 makedepends=('libcanberra' 'libnotify' 'mate-common' 'perl-xml-parser' 
'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('dbeab8c06b098b2787b68541810e268c70764b14')
 install=${pkgname}.install



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:26
  Author: flexiondotorg
Revision: 107655

Remove unneccessary options.

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:21 UTC (rev 107654)
+++ PKGBUILD2014-03-18 11:11:26 UTC (rev 107655)
@@ -11,7 +11,6 @@
 makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 
'yelp-tools')
 optdepends=('mate-panel: Look up words in dictionaries from the panel'
 'yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:27
  Author: flexiondotorg
Revision: 107637

Remove unneccessary options.

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:24 UTC (rev 107636)
+++ PKGBUILD2014-03-18 11:10:27 UTC (rev 107637)
@@ -8,7 +8,6 @@
 arch=('any')
 license=('GPL')
 makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 groups=('mate')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('10ac06edf3255a21535916a44b0d67f3710e8145')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:03
  Author: flexiondotorg
Revision: 107649

Remove unneccessary options.

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:59 UTC (rev 107648)
+++ PKGBUILD2014-03-18 11:11:03 UTC (rev 107649)
@@ -14,7 +14,6 @@
 replaces=('mate-menu-editor')
 provides=('mate-menu-editor')
 conflicts=('mate-menu-editor')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('0b0779088181c74837dda85134e2c451e3399b2a')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:57
  Author: flexiondotorg
Revision: 107647

Remove unneccessary options.

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:54 UTC (rev 107646)
+++ PKGBUILD2014-03-18 11:10:57 UTC (rev 107647)
@@ -10,7 +10,6 @@
 depends=('dconf' 'gtk2')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')



[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:10
  Author: flexiondotorg
Revision: 107651

Remove unneccessary options.

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:06 UTC (rev 107650)
+++ PKGBUILD2014-03-18 11:11:10 UTC (rev 107651)
@@ -10,7 +10,6 @@
 depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel')
 makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 
'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:54
  Author: flexiondotorg
Revision: 107646

Remove unneccessary options.

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:52 UTC (rev 107645)
+++ PKGBUILD2014-03-18 11:10:54 UTC (rev 107646)
@@ -12,7 +12,6 @@
 makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
  'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 12:11:41
  Author: kkeen
Revision: 107657

upgpkg: python-markdown py3.4 rebuild

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:28 UTC (rev 107656)
+++ PKGBUILD2014-03-18 11:11:41 UTC (rev 107657)
@@ -9,7 +9,7 @@
 pkgname=('python-markdown' 'python2-markdown')
 _pkgbasename=Markdown
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Python implementation of John Gruber's Markdown.
 arch=('any')
 url='http://pypi.python.org/pypi/Markdown'



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:06
  Author: flexiondotorg
Revision: 107650

Remove unneccessary options.

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:03 UTC (rev 107649)
+++ PKGBUILD2014-03-18 11:11:06 UTC (rev 107650)
@@ -10,7 +10,6 @@
 depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
 install=${pkgname}.install



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:19
  Author: flexiondotorg
Revision: 107653

Remove unneccessary options.

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:14 UTC (rev 107652)
+++ PKGBUILD2014-03-18 11:11:19 UTC (rev 107653)
@@ -16,7 +16,6 @@
 replaces=('mate-text-editor')
 provides=('mate-text-editor')
 conflicts=('mate-text-editor')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:59
  Author: flexiondotorg
Revision: 107648

Remove unneccessary options.

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:57 UTC (rev 107647)
+++ PKGBUILD2014-03-18 11:10:59 UTC (rev 107648)
@@ -16,7 +16,6 @@
 replaces=('mate-image-viewer')
 provides=('mate-image-viewer')
 conflicts=('mate-image-viewer')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('580b3c06e16e14dd3f72d545f47f295af5d67dd1')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:52
  Author: flexiondotorg
Revision: 107645

Remove unneccessary options.

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:49 UTC (rev 107644)
+++ PKGBUILD2014-03-18 11:10:52 UTC (rev 107645)
@@ -14,7 +14,6 @@
 'gajim: Support for sending to Jabber.')
 conflicts=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
 replaces=('mate-file-manager-gksu' 'mate-file-manager-image-converter' 
'mate-file-manager-open-terminal' 'mate-file-manager-sendto' 
'mate-file-manager-share')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('b4872265988745bfc39531e2eb6ac6d41a01a645')



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:11:28
  Author: flexiondotorg
Revision: 107656

Remove unneccessary options.

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:11:26 UTC (rev 107655)
+++ PKGBUILD2014-03-18 11:11:28 UTC (rev 107656)
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('caja' 'python2' 'python2-gobject')
 makedepends=('mate-common')
-options=('!emptydirs')
 replaces=('python-caja')
 provides=('python-caja')
 
source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;)



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

2014-03-18 Thread Kyle Keen
Date: Tuesday, March 18, 2014 @ 12:13:05
  Author: kkeen
Revision: 107658

archrelease: copy trunk to community-staging-any

Added:
  python-markdown/repos/community-staging-any/
  python-markdown/repos/community-staging-any/PKGBUILD
(from rev 107657, python-markdown/trunk/PKGBUILD)

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

Copied: python-markdown/repos/community-staging-any/PKGBUILD (from rev 107657, 
python-markdown/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-18 11:13:05 UTC (rev 107658)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrew Antle andrew dot antle at gmail dot com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chaiwat Suttipongsakul cwt at bashell dot com
+
+pkgbase=python-markdown
+pkgname=('python-markdown' 'python2-markdown')
+_pkgbasename=Markdown
+pkgver=2.4
+pkgrel=3
+pkgdesc=Python implementation of John Gruber's Markdown.
+arch=('any')
+url='http://pypi.python.org/pypi/Markdown'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('4bb9b82f617cac599b399b635fe2356b')
+
+build() {
+  # bug in 2.4, some DOS line endings slipped in
+  find $_pkgbasename-$pkgver/ -name '*py' | xargs sed -i 's|\r||g'
+
+  cp -r $_pkgbasename-$pkgver $srcdir/python2-markdown
+  cd $srcdir/python2-markdown
+  find $srcdir/python2-markdown -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|2|'
+}
+
+package_python-markdown() {
+  depends=('python')
+  cd $srcdir/$_pkgbasename-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python-markdown/LICENSE
+}
+
+package_python2-markdown() {
+  depends=('python2')
+  cd $srcdir/python2-markdown
+  python2 setup.py install --root=$pkgdir --optimize=0
+  mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
+}



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

2014-03-18 Thread Felix Yan
Date: Tuesday, March 18, 2014 @ 12:13:10
  Author: fyan
Revision: 107659

upgpkg: python-sqlalchemy 0.9.3-2

- python 3.4 rebuild

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:13:05 UTC (rev 107658)
+++ PKGBUILD2014-03-18 11:13:10 UTC (rev 107659)
@@ -5,7 +5,7 @@
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
 license=('custom: MIT')



  1   2   3   >