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

2014-01-28 Thread Massimiliano Torromeo
Date: Tuesday, January 28, 2014 @ 09:34:26
  Author: mtorromeo
Revision: 104907

upgpkg: python-requests 2.2.1-1

Updated to 2.2.1

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 03:46:35 UTC (rev 104906)
+++ PKGBUILD2014-01-28 08:34:26 UTC (rev 104907)
@@ -3,7 +3,7 @@
 
 pkgbase=python-requests
 pkgname=(python-requests python2-requests)
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 _libname=requests
 pkgdesc=Python HTTP for Humans.
@@ -56,5 +56,5 @@
 python2 setup.py install --skip-build -O1 --root=$pkgdir
 }
 
-sha256sums=('1ff74f88bbfddf94f92aa20bd8473c7d46d3398c95b1842d81b2f3c475d5625d'
+sha256sums=('1266921f1bed5fbf364cd83cf239b6d7b3ea5c32bc93980d9ba12cdcfd02'
 '55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')



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

2014-01-28 Thread Massimiliano Torromeo
Date: Tuesday, January 28, 2014 @ 09:36:17
  Author: mtorromeo
Revision: 104908

archrelease: copy trunk to community-any

Added:
  python-requests/repos/community-any/PKGBUILD
(from rev 104907, python-requests/trunk/PKGBUILD)
  python-requests/repos/community-any/certs.patch
(from rev 104907, python-requests/trunk/certs.patch)
Deleted:
  python-requests/repos/community-any/PKGBUILD
  python-requests/repos/community-any/certs.patch

-+
 PKGBUILD|  120 +-
 certs.patch |   34 
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 08:34:26 UTC (rev 104907)
+++ PKGBUILD2014-01-28 08:36:17 UTC (rev 104908)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-requests
-pkgname=(python-requests python2-requests)
-pkgver=2.2.0
-pkgrel=1
-_libname=requests
-pkgdesc=Python HTTP for Humans.
-url=http://python-requests.org;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('Apache')
-arch=('any')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
-certs.patch)
-
-prepare() {
-cd $srcdir/$_libname-$pkgver
-patch -p0 -i $srcdir/certs.patch
-sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
-rm -f requests/cacert.pem
-}
-
-build() {
-cd $srcdir/$_libname-$pkgver
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
-}
-
-check() {
-cd $srcdir/$_libname-$pkgver
-test -f $(python -m requests.certs)
-}
-
-package_python-requests() {
-depends=(python)
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root=$pkgdir
-install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-requests() {
-depends=(python2)
-optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
-'python2-grequests: asynchronous requests with gevent')
-
-cd $srcdir/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root=$pkgdir
-}
-
-sha256sums=('1ff74f88bbfddf94f92aa20bd8473c7d46d3398c95b1842d81b2f3c475d5625d'
-'55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')

Copied: python-requests/repos/community-any/PKGBUILD (from rev 104907, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 08:36:17 UTC (rev 104908)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-requests
+pkgname=(python-requests python2-requests)
+pkgver=2.2.1
+pkgrel=1
+_libname=requests
+pkgdesc=Python HTTP for Humans.
+url=http://python-requests.org;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('Apache')
+arch=('any')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+certs.patch)
+
+prepare() {
+cd $srcdir/$_libname-$pkgver
+patch -p0 -i $srcdir/certs.patch
+sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
+rm -f requests/cacert.pem
+}
+
+build() {
+cd $srcdir/$_libname-$pkgver
+
+rm -rf ../buildpy3; mkdir ../buildpy3
+python setup.py build -b ../buildpy3
+
+rm -rf ../buildpy2; mkdir ../buildpy2
+python2 setup.py build -b ../buildpy2
+find ../buildpy2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
+}
+
+check() {
+cd $srcdir/$_libname-$pkgver
+test -f $(python -m requests.certs)
+}
+
+package_python-requests() {
+depends=(python)
+
+cd $srcdir/$_libname-$pkgver
+rm -rf build; ln -s ../buildpy3 build
+python setup.py install --skip-build -O1 --root=$pkgdir
+install -m0644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-requests() {
+depends=(python2)
+optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
+'python2-grequests: asynchronous requests with gevent')
+
+cd $srcdir/$_libname-$pkgver
+rm -rf build; ln -s ../buildpy2 build
+python2 setup.py install --skip-build -O1 --root=$pkgdir
+}
+
+sha256sums=('1266921f1bed5fbf364cd83cf239b6d7b3ea5c32bc93980d9ba12cdcfd02'
+'55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')

Deleted: certs.patch
===
--- certs.patch 2014-01-28 08:34:26 UTC (rev 104907)
+++ certs.patch 2014-01-28 08:36:17 UTC 

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

2014-01-28 Thread Jan Steffens
Date: Tuesday, January 28, 2014 @ 09:47:27
  Author: heftig
Revision: 204831

3.10.2

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 08:27:49 UTC (rev 204830)
+++ PKGBUILD2014-01-28 08:47:27 UTC (rev 204831)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'glade')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
+sha256sums=('045d244b1fd6a2d1b91a40712cbbfb18c6e44844c266a0a16ac5ec1800add8f5')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-01-28 Thread Jan Steffens
Date: Tuesday, January 28, 2014 @ 09:59:23
  Author: heftig
Revision: 204832

3.10.7

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 08:47:27 UTC (rev 204831)
+++ PKGBUILD2014-01-28 08:59:23 UTC (rev 204832)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.10.6
+pkgver=3.10.7
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -17,16 +17,9 @@
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('3c24c57fc5cb7a5ea39d3a3ff7b12be63d7f21a52fd6f20f7b983e19b7b0268a'
+sha256sums=('b7e9de15385031cff43897e7e59f6692eaabf500f36eef80e6b9d6486ad49427'
 '14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
 
-prepare() {
-cd gtk+-$pkgver
-
-# protocols too new; made with a wayland from git, not 1.3.0
-rm gdk/wayland/gtk-shell-{client-protocol.h,protocol.c}
-}
-
 build() {
 cd gtk+-$pkgver
 



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

2014-01-28 Thread Jan Steffens
Date: Tuesday, January 28, 2014 @ 09:59:57
  Author: heftig
Revision: 204833

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 204832, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 204832, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 204832, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 204832, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 204832, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 204832, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   32 +++
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   52 -
 extra-i686/gtk3.install   |   16 ---
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   52 -
 extra-x86_64/gtk3.install |   16 ---
 extra-x86_64/settings.ini |4 -
 9 files changed, 130 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-28 08:59:23 UTC (rev 204832)
+++ extra-i686/PKGBUILD 2014-01-28 08:59:57 UTC (rev 204833)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.10.6
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
-makedepends=(gobject-introspection)
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('3c24c57fc5cb7a5ea39d3a3ff7b12be63d7f21a52fd6f20f7b983e19b7b0268a'
-'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
-
-prepare() {
-cd gtk+-$pkgver
-
-# protocols too new; made with a wayland from git, not 1.3.0
-rm gdk/wayland/gtk-shell-{client-protocol.h,protocol.c}
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-install -Dm644 ../settings.ini $pkgdir/usr/share/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 204832, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-28 08:59:57 UTC (rev 204833)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.10.7
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
+makedepends=(gobject-introspection)
+optdepends=('gnome-themes-standard: Default widget theme'
+'gnome-icon-theme: Default icon theme')
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('b7e9de15385031cff43897e7e59f6692eaabf500f36eef80e6b9d6486ad49427'
+'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd 

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

2014-01-28 Thread Jan Steffens
Date: Tuesday, January 28, 2014 @ 10:00:12
  Author: heftig
Revision: 204834

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-28 08:59:57 UTC (rev 204833)
+++ extra-i686/PKGBUILD 2014-01-28 09:00:12 UTC (rev 204834)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 204833, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-28 09:00:12 UTC (rev 204834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('045d244b1fd6a2d1b91a40712cbbfb18c6e44844c266a0a16ac5ec1800add8f5')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-28 08:59:57 UTC (rev 204833)
+++ extra-x86_64/PKGBUILD   2014-01-28 09:00:12 UTC (rev 204834)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 204833, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-28 09:00:12 UTC (rev 204834)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('045d244b1fd6a2d1b91a40712cbbfb18c6e44844c266a0a16ac5ec1800add8f5')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install

[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2014-01-28 Thread Maxime Gauduin
Date: Tuesday, January 28, 2014 @ 10:50:49
  Author: alucryd
Revision: 104909

upgpkg: ruby-mime-types 2.1-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 08:36:17 UTC (rev 104908)
+++ PKGBUILD2014-01-28 09:50:49 UTC (rev 104909)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mime-types
-pkgver=2.0
-pkgrel=4
+pkgver=2.1
+pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
 url='http://mime-types.rubyforge.org'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('d3e53ba4162d4ee93ce75e644c7fca5503fad1c512277b9ca80ad43aa8103ae0')
+sha256sums=('9ab591babcb268cd8ad4a7a6f9ebcfeab5f8c5332b47a587cade7224f921e448')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2014-01-28 Thread Maxime Gauduin
Date: Tuesday, January 28, 2014 @ 10:50:58
  Author: alucryd
Revision: 104910

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 104909, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 09:50:49 UTC (rev 104909)
+++ PKGBUILD2014-01-28 09:50:58 UTC (rev 104910)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mime-types
-pkgver=2.0
-pkgrel=4
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('d3e53ba4162d4ee93ce75e644c7fca5503fad1c512277b9ca80ad43aa8103ae0')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 104909, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 09:50:58 UTC (rev 104910)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mime-types
+pkgver=2.1
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('9ab591babcb268cd8ad4a7a6f9ebcfeab5f8c5332b47a587cade7224f921e448')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 10:55:09
  Author: foutrelis
Revision: 104911

upgpkg: python-stevedore 0.14.1-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 09:50:58 UTC (rev 104910)
+++ PKGBUILD2014-01-28 09:55:09 UTC (rev 104911)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=0.13
+pkgver=0.14.1
 pkgrel=1
 pkgdesc=Manage dynamic plugins for Python applications
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac')
+sha256sums=('4f298be24399150605b08c1abffd1f5fee01f9ab9362eb6ac865198c7290cbdf')
 
 package_python-stevedore() {
   depends=('python')



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

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 10:55:17
  Author: foutrelis
Revision: 104912

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 09:55:09 UTC (rev 104911)
+++ PKGBUILD2014-01-28 09:55:17 UTC (rev 104912)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=0.13
-pkgrel=1
-pkgdesc=Manage dynamic plugins for Python applications
-arch=('any')
-url=https://github.com/dreamhost/stevedore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac')
-
-package_python-stevedore() {
-  depends=('python')
-
-  cd $srcdir/stevedore-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2')
-
-  cd $srcdir/stevedore-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 104911, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 09:55:17 UTC (rev 104912)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=('python-stevedore' 'python2-stevedore')
+pkgver=0.14.1
+pkgrel=1
+pkgdesc=Manage dynamic plugins for Python applications
+arch=('any')
+url=https://github.com/dreamhost/stevedore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('4f298be24399150605b08c1abffd1f5fee01f9ab9362eb6ac865198c7290cbdf')
+
+package_python-stevedore() {
+  depends=('python')
+
+  cd $srcdir/stevedore-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2')
+
+  cd $srcdir/stevedore-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 11:50:41
  Author: flexiondotorg
Revision: 104913

Updated to 1.6.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 09:55:17 UTC (rev 104912)
+++ PKGBUILD2014-01-28 10:50:41 UTC (rev 104913)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
 
 pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
 pkgdesc=Calculator for the Mate desktop environment
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,12 +13,12 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
 install=${pkgname}.install
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
+./configure \
 --prefix=/usr
 make
 }



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 11:51:00
  Author: flexiondotorg
Revision: 104914

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

Added:
  mate-calc/repos/community-i686/PKGBUILD
(from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-i686/mate-calc.install
(from rev 104913, mate-calc/trunk/mate-calc.install)
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/mate-calc.install
(from rev 104913, mate-calc/trunk/mate-calc.install)
Deleted:
  mate-calc/repos/community-i686/PKGBUILD
  mate-calc/repos/community-i686/mate-calc.install
  mate-calc/repos/community-x86_64/PKGBUILD
  mate-calc/repos/community-x86_64/mate-calc.install

+
 /PKGBUILD  |   58 +++
 /mate-calc.install |   22 +
 community-i686/PKGBUILD|   31 --
 community-i686/mate-calc.install   |   11 --
 community-x86_64/PKGBUILD  |   31 --
 community-x86_64/mate-calc.install |   11 --
 6 files changed, 80 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/PKGBUILD 2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
-pkgdesc=Calculator for the Mate desktop environment
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 104913, 
mate-calc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-calc
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-calc.install
===
--- community-i686/mate-calc.install2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/mate-calc.install2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104913, 
mate-calc/trunk/mate-calc.install)
===
--- community-i686/mate-calc.install(rev 0)
+++ community-i686/mate-calc.install2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 10:50:41 UTC (rev 104913)
+++ community-x86_64/PKGBUILD   2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
-pkgdesc=Calculator for the Mate desktop environment
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 11:51:31
  Author: fyan
Revision: 104915

upgpkg: goagent 3.1.5-2

- fix: python2-dnslib is hard dependency

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 10:51:00 UTC (rev 104914)
+++ PKGBUILD2014-01-28 10:51:31 UTC (rev 104915)
@@ -5,15 +5,14 @@
 
 pkgname=goagent
 pkgver=3.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
 license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent')
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
 conflicts=('python2-gevent0.99')
-optdepends=('python2-dnslib: needed for dnsproxy'
-'python2-crypto: optimization for RC4'
+optdepends=('python2-crypto: optimization for RC4'
 'python2-pacparser: PAC proxy support')
 makedepends=('git')
 source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;



[arch-commits] Commit in goagent/repos/community-any (8 files)

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 11:59:31
  Author: fyan
Revision: 104916

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 104915, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 104915, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 104915, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 104915, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  101 ++
 goagent.install |   42 +++---
 goagent.service |   24 ++--
 3 files changed, 83 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 10:51:31 UTC (rev 104915)
+++ PKGBUILD2014-01-28 10:59:31 UTC (rev 104916)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.5
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-dnslib: needed for dnsproxy'
-'python2-crypto: optimization for RC4'
-'python2-pacparser: PAC proxy support')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $pkgname
-
-  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
-  
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 104915, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 10:59:31 UTC (rev 104916)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.5
+pkgrel=2
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: optimization for RC4'
+'python2-pacparser: PAC proxy support')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
+  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini 

[arch-commits] Commit in (6 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 12:05:30
  Author: flexiondotorg
Revision: 104917

Added bip

Added:
  bip/
  bip/repos/
  bip/trunk/
  bip/trunk/PKGBUILD
  bip/trunk/bip.install
  bip/trunk/bip.service

-+
 PKGBUILD|   39 +++
 bip.install |   27 +++
 bip.service |   13 +
 3 files changed, 79 insertions(+)

Added: bip/trunk/PKGBUILD
===
--- bip/trunk/PKGBUILD  (rev 0)
+++ bip/trunk/PKGBUILD  2014-01-28 11:05:30 UTC (rev 104917)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=bip
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=Multiuser IRC proxy that supports replaying of logged conversations.
+arch=('i686' 'x86_64')
+url=http://bip.milkypond.org/;
+license=('GPL')
+depends=('openssl')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9//$pkgname-$pkgver.tar.gz;
+${pkgname}.service)
+md5sums=('04158ad020db221ed87cdc03660ef6c9'
+ 'e9a445ed7b0cf12e57d77cf42021160c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Don't treat warnings as errors.
+sed -i 's/-Werror//g' Makefile.in
+# Make the sample configuration reflect the PKGBUILD defaults
+sed -i 's:/var/proxy/logs:/var/log/bip:' samples/$pkgname.conf
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m755 ${srcdir}/${pkgname}-${pkgver}/scripts/bipgenconfig 
${pkgdir}/usr/bin/bipgenconfig
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.conf 
${pkgdir}/usr/share/$pkgname/$pkgname.conf.sample
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.vim 
${pkgdir}/usr/share/vim/syntax/$pkgname.vim
+install -D -m 0644 ../${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+}


Property changes on: bip/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bip/trunk/bip.install
===
--- bip/trunk/bip.install   (rev 0)
+++ bip/trunk/bip.install   2014-01-28 11:05:30 UTC (rev 104917)
@@ -0,0 +1,27 @@
+post_install() {
+if ! getent passwd bip  /dev/null; then
+echo == Creating bip user
+usr/bin/useradd --comment Bip IRC Proxy --shell /bin/sh --home 
/var/lib/bip --system --user-group bip
+fi
+
+mkdir -p /var/run/bip 2  /dev/null
+chown -R bip:bip /var/run/bip
+
+mkdir -p /var/log/bip 2  /dev/null
+chown -R bip:bip /var/log/bip
+systemctl daemon-reload
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+systemctl stop bip
+echo == Removing bip user and group
+userdel bip
+if getent group bip  /dev/null; then
+groupdel bip
+fi
+rm -rf /var/run/bip
+}

Added: bip/trunk/bip.service
===
--- bip/trunk/bip.service   (rev 0)
+++ bip/trunk/bip.service   2014-01-28 11:05:30 UTC (rev 104917)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Bip IRC Proxy Server
+After=network.target
+ConditionPathExists=/etc/bip.conf
+
+[Service]
+User=bip
+Type=forking
+PIDFile=/var/run/bip/bip.pid
+ExecStart=/usr/bin/bip -f /etc/bip.conf
+
+[Install]
+WantedBy=multi-user.target



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 12:06:38
  Author: flexiondotorg
Revision: 104918

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

Added:
  bip/repos/community-i686/
  bip/repos/community-i686/PKGBUILD
(from rev 104917, bip/trunk/PKGBUILD)
  bip/repos/community-i686/bip.install
(from rev 104917, bip/trunk/bip.install)
  bip/repos/community-i686/bip.service
(from rev 104917, bip/trunk/bip.service)
  bip/repos/community-x86_64/
  bip/repos/community-x86_64/PKGBUILD
(from rev 104917, bip/trunk/PKGBUILD)
  bip/repos/community-x86_64/bip.install
(from rev 104917, bip/trunk/bip.install)
  bip/repos/community-x86_64/bip.service
(from rev 104917, bip/trunk/bip.service)

--+
 community-i686/PKGBUILD  |   39 +++
 community-i686/bip.install   |   27 +++
 community-i686/bip.service   |   13 +
 community-x86_64/PKGBUILD|   39 +++
 community-x86_64/bip.install |   27 +++
 community-x86_64/bip.service |   13 +
 6 files changed, 158 insertions(+)

Copied: bip/repos/community-i686/PKGBUILD (from rev 104917, bip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 11:06:38 UTC (rev 104918)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=bip
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=Multiuser IRC proxy that supports replaying of logged conversations.
+arch=('i686' 'x86_64')
+url=http://bip.milkypond.org/;
+license=('GPL')
+depends=('openssl')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/04158ad020db221ed87cdc03660ef6c9//$pkgname-$pkgver.tar.gz;
+${pkgname}.service)
+md5sums=('04158ad020db221ed87cdc03660ef6c9'
+ 'e9a445ed7b0cf12e57d77cf42021160c')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Don't treat warnings as errors.
+sed -i 's/-Werror//g' Makefile.in
+# Make the sample configuration reflect the PKGBUILD defaults
+sed -i 's:/var/proxy/logs:/var/log/bip:' samples/$pkgname.conf
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m755 ${srcdir}/${pkgname}-${pkgver}/scripts/bipgenconfig 
${pkgdir}/usr/bin/bipgenconfig
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.conf 
${pkgdir}/usr/share/$pkgname/$pkgname.conf.sample
+install -D -m644 ${srcdir}/${pkgname}-${pkgver}/samples/$pkgname.vim 
${pkgdir}/usr/share/vim/syntax/$pkgname.vim
+install -D -m 0644 ../${pkgname}.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+}

Copied: bip/repos/community-i686/bip.install (from rev 104917, 
bip/trunk/bip.install)
===
--- community-i686/bip.install  (rev 0)
+++ community-i686/bip.install  2014-01-28 11:06:38 UTC (rev 104918)
@@ -0,0 +1,27 @@
+post_install() {
+if ! getent passwd bip  /dev/null; then
+echo == Creating bip user
+usr/bin/useradd --comment Bip IRC Proxy --shell /bin/sh --home 
/var/lib/bip --system --user-group bip
+fi
+
+mkdir -p /var/run/bip 2  /dev/null
+chown -R bip:bip /var/run/bip
+
+mkdir -p /var/log/bip 2  /dev/null
+chown -R bip:bip /var/log/bip
+systemctl daemon-reload
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+systemctl stop bip
+echo == Removing bip user and group
+userdel bip
+if getent group bip  /dev/null; then
+groupdel bip
+fi
+rm -rf /var/run/bip
+}

Copied: bip/repos/community-i686/bip.service (from rev 104917, 
bip/trunk/bip.service)
===
--- community-i686/bip.service  (rev 0)
+++ community-i686/bip.service  2014-01-28 11:06:38 UTC (rev 104918)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Bip IRC Proxy Server
+After=network.target
+ConditionPathExists=/etc/bip.conf
+
+[Service]
+User=bip
+Type=forking
+PIDFile=/var/run/bip/bip.pid
+ExecStart=/usr/bin/bip -f /etc/bip.conf
+
+[Install]
+WantedBy=multi-user.target

Copied: bip/repos/community-x86_64/PKGBUILD (from rev 104917, 
bip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-28 11:06:38 UTC (rev 104918)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=bip
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=Multiuser IRC proxy that supports replaying of logged conversations.
+arch=('i686' 'x86_64')
+url=http://bip.milkypond.org/;
+license=('GPL')

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

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 12:17:44
  Author: spupykin
Revision: 104919

upgpkg: instead 2.0.1-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 11:06:38 UTC (rev 104918)
+++ PKGBUILD2014-01-28 11:17:44 UTC (rev 104919)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh p.kosyhgmail.com
 
 pkgname=instead
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=a quest interpreter
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('3b65855cc0aa5040c881f2830e154365')
+md5sums=('28adadd80c3726ebd3856aa3fa372ea3')
 
 build() {
   cd ${srcdir}/instead-${pkgver}
@@ -24,5 +24,5 @@
   cd ${srcdir}/instead-${pkgver}
   make DESTDIR=${pkgdir} PREFIX=/usr install
 
-  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
 }



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

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 12:18:08
  Author: spupykin
Revision: 104920

upgpkg: python2-m2crypto 0.22.3-1

upd

Added:
  python2-m2crypto/trunk/LICENSE
Modified:
  python2-m2crypto/trunk/PKGBUILD

--+
 LICENSE  |   26 ++
 PKGBUILD |   14 --
 2 files changed, 34 insertions(+), 6 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-28 11:18:08 UTC (rev 104920)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 11:17:44 UTC (rev 104919)
+++ PKGBUILD2014-01-28 11:18:08 UTC (rev 104920)
@@ -4,16 +4,18 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=python2-m2crypto
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.22.3
+pkgrel=1
 pkgdesc=A crypto and SSL toolkit for Python
 arch=('i686' 'x86_64')
 url=http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto;
 license=('BSD')
 depends=('python2' 'openssl')
-makedepends=('swig')
-source=(http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${pkgver}.tar.gz;)
-md5sums=('f93d8462ff7646397a9f77a2fe602d17')
+makedepends=('swig' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${pkgver}.tar.gz;
+   LICENSE)
+md5sums=('573f21aaac7d5c9549798e72ffcefedd'
+ 'b0e1f0b7d0ce8a62c18b1287b991800e')
 
 build() {
   cd ${srcdir}/M2Crypto-${pkgver}
@@ -23,5 +25,5 @@
 package() {
   cd ${srcdir}/M2Crypto-${pkgver}
   python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -D -m644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 12:18:22
  Author: spupykin
Revision: 104921

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

Added:
  python2-m2crypto/repos/community-i686/LICENSE
(from rev 104920, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-i686/PKGBUILD
(from rev 104920, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-i686/openssl1.patch
(from rev 104920, python2-m2crypto/trunk/openssl1.patch)
  python2-m2crypto/repos/community-x86_64/LICENSE
(from rev 104920, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 104920, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-x86_64/openssl1.patch
(from rev 104920, python2-m2crypto/trunk/openssl1.patch)
Deleted:
  python2-m2crypto/repos/community-i686/PKGBUILD
  python2-m2crypto/repos/community-i686/openssl1.patch
  python2-m2crypto/repos/community-x86_64/PKGBUILD
  python2-m2crypto/repos/community-x86_64/openssl1.patch

-+
 /PKGBUILD   |   58 ++
 /openssl1.patch | 1062 ++
 community-i686/LICENSE  |   26 
 community-i686/PKGBUILD |   27 
 community-i686/openssl1.patch   |  531 ---
 community-x86_64/LICENSE|   26 
 community-x86_64/PKGBUILD   |   27 
 community-x86_64/openssl1.patch |  531 ---
 8 files changed, 1172 insertions(+), 1116 deletions(-)

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


[arch-commits] Commit in instead/repos/community-x86_64 (PKGBUILD)

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 12:19:00
  Author: spupykin
Revision: 104923

archrelease: copy trunk to community-x86_64

Added:
  instead/repos/community-x86_64/PKGBUILD
(from rev 104922, instead/trunk/PKGBUILD)

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

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 104922, 
instead/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 11:19:00 UTC (rev 104923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Peter Kosyh p.kosyhgmail.com
+
+pkgname=instead
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=a quest interpreter
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('28adadd80c3726ebd3856aa3fa372ea3')
+
+build() {
+  cd ${srcdir}/instead-${pkgver}
+  echo 2 | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/instead-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
+}



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

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 12:18:51
  Author: spupykin
Revision: 104922

archrelease: copy trunk to community-i686

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 11:18:22 UTC (rev 104921)
+++ community-i686/PKGBUILD 2014-01-28 11:18:51 UTC (rev 104922)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Peter Kosyh p.kosyhgmail.com
-
-pkgname=instead
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=a quest interpreter
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('3b65855cc0aa5040c881f2830e154365')
-
-build() {
-  cd ${srcdir}/instead-${pkgver}
-  echo 2 | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/instead-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 104921, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 11:18:51 UTC (rev 104922)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Peter Kosyh p.kosyhgmail.com
+
+pkgname=instead
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=a quest interpreter
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/instead/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
+md5sums=('28adadd80c3726ebd3856aa3fa372ea3')
+
+build() {
+  cd ${srcdir}/instead-${pkgver}
+  echo 2 | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/instead-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr install
+
+  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples 
$pkgdir/usr/share/doc/instead/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 11:18:22 UTC (rev 104921)
+++ community-x86_64/PKGBUILD   2014-01-28 11:18:51 UTC (rev 104922)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Peter Kosyh p.kosyhgmail.com
-
-pkgname=instead
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=a quest interpreter
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/instead/;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
-md5sums=('3b65855cc0aa5040c881f2830e154365')
-
-build() {
-  cd ${srcdir}/instead-${pkgver}
-  echo 2 | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/instead-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr install
-
-  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
-}



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

2014-01-28 Thread Andrzej Giniewicz
Date: Tuesday, January 28, 2014 @ 12:29:09
  Author: aginiewicz
Revision: 104924

upgpkg: languagetool 2.4.1-1

Update of languagetool, removed install message as usage info does not belong 
there.

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

--+
 PKGBUILD |7 +++
 languagetool.install |   13 -
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 11:19:00 UTC (rev 104923)
+++ PKGBUILD2014-01-28 11:29:09 UTC (rev 104924)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.3
+pkgver=2.4.1
 pkgrel=1
 pkgdesc=An open source language checker
 arch=('any')
@@ -15,10 +15,9 @@
 optdepends=('java-runtime: needed for the GUI version'
 'libxtst: needed for the GUI version'
 'gtk2: needed for the GUI version')
-install=$pkgname.install
 
source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('9add48ed802d46d6ad358a2ebfbdefcf'
+md5sums=('53265e24496707225a2f5997e65634a3'
  '9d3c008ad6c0e150a29ea0be8e32a7fe')
 
 package() {
@@ -26,7 +25,7 @@
   install -d $pkgdir/usr/{bin,share/java/$pkgname}
   unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
   cd $pkgdir/usr/share/
-  mv LanguageTool-$pkgver $pkgname
+  mv LanguageTool-2.4 $pkgname
   cd $pkgname
   mv *.jar $pkgdir/usr/share/java/$pkgname
   mv libs/*.jar $pkgdir/usr/share/java/$pkgname

Deleted: languagetool.install
===
--- languagetool.install2014-01-28 11:19:00 UTC (rev 104923)
+++ languagetool.install2014-01-28 11:29:09 UTC (rev 104924)
@@ -1,13 +0,0 @@
-post_install() {
-  cat  EOF
- - LanguageTool can be run using command
-languagetool
- - To obtain help, use
-languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-



[arch-commits] Commit in languagetool/repos/community-any (5 files)

2014-01-28 Thread Andrzej Giniewicz
Date: Tuesday, January 28, 2014 @ 12:29:19
  Author: aginiewicz
Revision: 104925

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 104924, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.sh
(from rev 104924, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.install
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   71 --
 languagetool.install |   13 --
 languagetool.sh  |  102 -
 3 files changed, 86 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 11:29:09 UTC (rev 104924)
+++ PKGBUILD2014-01-28 11:29:19 UTC (rev 104925)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.3
-pkgrel=1
-pkgdesc=An open source language checker
-arch=('any')
-url=http://www.languagetool.org; 
-license=(LGPL)
-depends=('java-runtime-headless=7')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-install=$pkgname.install
-source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('9add48ed802d46d6ad358a2ebfbdefcf'
- '9d3c008ad6c0e150a29ea0be8e32a7fe')
-
-package() {
-  cd $srcdir
-  install -d $pkgdir/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
-  cd $pkgdir/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar $pkgdir/usr/share/java/$pkgname
-  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 104924, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 11:29:19 UTC (rev 104925)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=An open source language checker
+arch=('any')
+url=http://www.languagetool.org; 
+license=(LGPL)
+depends=('java-runtime-headless=7')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('53265e24496707225a2f5997e65634a3'
+ '9d3c008ad6c0e150a29ea0be8e32a7fe')
+
+package() {
+  cd $srcdir
+  install -d $pkgdir/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
+  cd $pkgdir/usr/share/
+  mv LanguageTool-2.4 $pkgname
+  cd $pkgname
+  mv *.jar $pkgdir/usr/share/java/$pkgname
+  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+}
+

Deleted: languagetool.install
===
--- languagetool.install2014-01-28 11:29:09 UTC (rev 104924)
+++ languagetool.install2014-01-28 11:29:19 UTC (rev 104925)
@@ -1,13 +0,0 @@
-post_install() {
-  cat  EOF
- - LanguageTool can be run using command
-languagetool
- - To obtain help, use
-languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-

Deleted: languagetool.sh
===
--- languagetool.sh 2014-01-28 11:29:09 UTC (rev 104924)
+++ languagetool.sh 2014-01-28 11:29:19 UTC (rev 104925)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-
-for arg in $@; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-  fi
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-SRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo Command-line interface (CLI) help:
-  $JAVA_HOME/bin/java -cp 

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

2014-01-28 Thread Andrzej Giniewicz
Date: Tuesday, January 28, 2014 @ 12:43:13
  Author: aginiewicz
Revision: 104926

upgpkg: python-numexpr 2.3-1

python-numexpr: new version

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 11:29:19 UTC (rev 104925)
+++ PKGBUILD2014-01-28 11:43:13 UTC (rev 104926)
@@ -4,15 +4,15 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
-pkgdesc=A JIT compiler for Python expressions
-url=http://code.google.com/p/numexpr/;
+pkgdesc=Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
+url=https://github.com/pydata/numexpr;
 arch=('i686' 'x86_64')
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
-md5sums=('1d83b13e69fff897a5bc588b7119506c')
+source=(https://github.com/pydata/numexpr/archive/$pkgver.tar.gz)
+md5sums=('fc9b5765c8ceda4a4c2e974e565b98cf')
 
 build() {
   cd $srcdir



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

2014-01-28 Thread Andrzej Giniewicz
Date: Tuesday, January 28, 2014 @ 12:43:36
  Author: aginiewicz
Revision: 104927

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 11:43:13 UTC (rev 104926)
+++ community-i686/PKGBUILD 2014-01-28 11:43:36 UTC (rev 104927)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.2
-pkgrel=1
-pkgdesc=A JIT compiler for Python expressions
-url=http://code.google.com/p/numexpr/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
-md5sums=('1d83b13e69fff897a5bc588b7119506c')
-
-build() {
-  cd $srcdir
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-
-  msg Building Python2
-  cd $srcdir/numexpr-py2-$pkgver
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/numexpr-$pkgver
-  python setup.py build
-}
-
-package_python2-numexpr() {
-  depends=('python2-numpy')
-
-  cd $srcdir/numexpr-py2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/python2| \
-$(find ${pkgdir} -name '*.py')
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-numexpr() {
-  depends=('python-numpy')
-
-  cd $srcdir/numexpr-$pkgver
-
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-numexpr/repos/community-i686/PKGBUILD (from rev 104926, 
python-numexpr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 11:43:36 UTC (rev 104927)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.3
+pkgrel=1
+pkgdesc=Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
+url=https://github.com/pydata/numexpr;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=(https://github.com/pydata/numexpr/archive/$pkgver.tar.gz)
+md5sums=('fc9b5765c8ceda4a4c2e974e565b98cf')
+
+build() {
+  cd $srcdir
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+
+  msg Building Python2
+  cd $srcdir/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd $srcdir/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/python2| \
+$(find ${pkgdir} -name '*.py')
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd $srcdir/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 11:43:13 UTC (rev 104926)
+++ community-x86_64/PKGBUILD   2014-01-28 11:43:36 UTC (rev 104927)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.2
-pkgrel=1
-pkgdesc=A JIT compiler for Python expressions
-url=http://code.google.com/p/numexpr/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)
-md5sums=('1d83b13e69fff897a5bc588b7119506c')
-
-build() {
-  cd $srcdir
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-
-  msg Building Python2
-  cd $srcdir/numexpr-py2-$pkgver
- 

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

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 12:44:53
  Author: foutrelis
Revision: 204835

upgpkg: chromium 32.0.1700.102-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch

--+
 PKGBUILD |   19 ++--
 chromium-32.0.1700.76-diff-to-32.0.1700.77.patch |   47 -
 2 files changed, 6 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 09:00:12 UTC (rev 204834)
+++ PKGBUILD2014-01-28 11:44:53 UTC (rev 204835)
@@ -5,8 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=32.0.1700.77
-_srcver=32.0.1700.76
+pkgver=32.0.1700.102
 _toolchains_rev=12181
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -24,7 +23,7 @@
 backup=('etc/chromium/default')
 options=('!strip')
 install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$_srcver.tar.xz
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
naclsdk_nacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_linux_x86.tgz
 
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_linux_x86.tgz
 
naclsdk_pnacl_translator-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz
@@ -31,12 +30,11 @@
 
naclsdk_pnacl_translator-$_toolchains_rev.tgz.sha1hash::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz.sha1hash
 chromium.desktop
 chromium.default
-chromium-32.0.1700.76-diff-to-32.0.1700.77.patch
 chromium.sh)
 noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_translator-$_toolchains_rev.tgz)
-sha256sums=('4aad8c69dd575f76b8490142f55f8a620fbdd5567e54d3510ae6243358a08d1e'
+sha256sums=('da13d46517053541fc110acbbdc3b529f96a31a68f7d9b75dc1198c64e83bc4b'
 'cb4ac159f61de5e75d339813c0fc74f986156310a2c43a30ba40125951e72450'
 'ad229b69a5af72a9fa7cf2167ee48560cc11049206e4ef919cb31d1273d6409f'
 'fdb8309ef2b1c8600d63c4420ac02d66d85ab9befe98d99e9706828870730077'
@@ -43,7 +41,6 @@
 '162cf456b0a1cb4ce505004f828a09164ee3e3c8274739c6d5e972bf0ef1cfe9'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
-'3b167d9480a6472c60ad9493f9a92b0cf79785a029bd0e886ab275f923b510df'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -55,12 +52,8 @@
 _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
 
 prepare() {
-  cd $srcdir/$pkgname-$_srcver
+  cd $srcdir/$pkgname-$pkgver
 
-  # Source tarball for 32.0.1700.77 is currently missing so we might as well
-  # patch 32.0.1700.76 with the single change before 32.0.1700.77 was tagged
-  patch -Np1 -i $srcdir/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch
-
   # Use Python 2
   find . -type f -exec sed -i -r \
 -e 's|/usr/bin/python$|2|g' \
@@ -83,7 +76,7 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$_srcver
+  cd $srcdir/$pkgname-$pkgver
 
   export PATH=$srcdir/python2-path:$PATH
 
@@ -137,7 +130,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$_srcver
+  cd $srcdir/$pkgname-$pkgver
 
   install -D out/Release/chrome $pkgdir/usr/lib/chromium/chromium
 

Deleted: chromium-32.0.1700.76-diff-to-32.0.1700.77.patch
===
--- chromium-32.0.1700.76-diff-to-32.0.1700.77.patch2014-01-28 09:00:12 UTC 
(rev 204834)
+++ chromium-32.0.1700.76-diff-to-32.0.1700.77.patch2014-01-28 11:44:53 UTC 
(rev 204835)
@@ -1,47 +0,0 @@
-Index: src/chrome/VERSION
-===
 src/chrome/VERSION (revision 244501)
-+++ src/chrome/VERSION (revision 244503)
-@@ -1,4 +1,4 @@
- MAJOR=32
- MINOR=0
- BUILD=1700
--PATCH=76
-+PATCH=77
-Index: src/chrome/browser/browser_process_impl.cc
-===
 src/chrome/browser/browser_process_impl.cc (revision 244501)
-+++ src/chrome/browser/browser_process_impl.cc (revision 244503)
-@@ -882,7 +882,6 @@
-   prefs::kMetricsReportingEnabled,
-   base::Bind(BrowserProcessImpl::ApplyMetricsReportingPolicy,
- 

[arch-commits] Commit in chromium/repos (22 files)

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 12:45:21
  Author: foutrelis
Revision: 204836

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 204835, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.default
(from rev 204835, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 204835, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 204835, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 204835, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 204835, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.default
(from rev 204835, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 204835, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 204835, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 204835, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  350 ++
 /chromium.default |8 
 /chromium.desktop |  226 ++
 /chromium.install |   24 
 /chromium.sh  |   32 
 extra-i686/PKGBUILD   |  182 -
 extra-i686/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch   |   47 -
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 ---
 extra-i686/chromium.install   |   12 
 extra-i686/chromium.sh|   16 
 extra-x86_64/PKGBUILD |  182 -
 extra-x86_64/chromium-32.0.1700.76-diff-to-32.0.1700.77.patch |   47 -
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 ---
 extra-x86_64/chromium.install |   12 
 extra-x86_64/chromium.sh  |   16 
 17 files changed, 640 insertions(+), 748 deletions(-)

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


[arch-commits] Commit in libreoffice/trunk (PKGBUILD.42)

2014-01-28 Thread Andreas Radke
Date: Tuesday, January 28, 2014 @ 13:49:20
  Author: andyrtr
Revision: 204837

prepare next build

Modified:
  libreoffice/trunk/PKGBUILD.42

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

Modified: PKGBUILD.42
===
--- PKGBUILD.42 2014-01-28 11:45:21 UTC (rev 204836)
+++ PKGBUILD.42 2014-01-28 12:49:20 UTC (rev 204837)
@@ -18,9 +18,9 @@
'libreoffice-postgresql-connector'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.2.0.3
+_LOver=4.2.0.4
 pkgver=4.2.0
-pkgrel=0.3
+pkgrel=0.4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -125,9 +125,9 @@
libatomic_ops-7_2d.zip
libe-book-0.0.2.tar.bz2
libabw-0.0.1.tar.bz2)
-md5sums=('e81e9df6ca837dd354fbb092382313a4'
- '01e16e6bb8b2f8ed823ecdcbc40d193b'
- '26c94575f59945dd91062c511e7c4353'
+md5sums=('98674d57d6dd24baef38f007b5020e8e'
+ '8554bbbdfc72db998a191c71eeafdb55'
+ '4873b18cd8a535814777c8630fe2db9f'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'



[arch-commits] Commit in (5 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:18:26
  Author: flexiondotorg
Revision: 104928

Added mate-nettool

Added:
  mate-nettool/
  mate-nettool/repos/
  mate-nettool/trunk/
  mate-nettool/trunk/PKGBUILD
  mate-nettool/trunk/mate-nettool.install

--+
 PKGBUILD |   34 ++
 mate-nettool.install |   13 +
 2 files changed, 47 insertions(+)

Added: mate-nettool/trunk/PKGBUILD
===
--- mate-nettool/trunk/PKGBUILD (rev 0)
+++ mate-nettool/trunk/PKGBUILD 2014-01-28 13:18:26 UTC (rev 104928)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=5
+pkgdesc=MATE interface for various networking tools.
+url=https://github.com/NiceandGently/mate-nettool;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+'iputils: Required for ping, traceroute and finger'
+'nmap: Required for network discovery and security audits'
+'whois: Required for WHOIS queries')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--disable-static \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-nettool/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-nettool/trunk/mate-nettool.install
===
--- mate-nettool/trunk/mate-nettool.install (rev 0)
+++ mate-nettool/trunk/mate-nettool.install 2014-01-28 13:18:26 UTC (rev 
104928)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:21:28
  Author: flexiondotorg
Revision: 104929

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

Added:
  mate-nettool/repos/community-i686/
  mate-nettool/repos/community-i686/PKGBUILD
(from rev 104928, mate-nettool/trunk/PKGBUILD)
  mate-nettool/repos/community-i686/mate-nettool.install
(from rev 104928, mate-nettool/trunk/mate-nettool.install)
  mate-nettool/repos/community-x86_64/
  mate-nettool/repos/community-x86_64/PKGBUILD
(from rev 104928, mate-nettool/trunk/PKGBUILD)
  mate-nettool/repos/community-x86_64/mate-nettool.install
(from rev 104928, mate-nettool/trunk/mate-nettool.install)

---+
 community-i686/PKGBUILD   |   34 
 community-i686/mate-nettool.install   |   13 
 community-x86_64/PKGBUILD |   34 
 community-x86_64/mate-nettool.install |   13 
 4 files changed, 94 insertions(+)

Copied: mate-nettool/repos/community-i686/PKGBUILD (from rev 104928, 
mate-nettool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 13:21:28 UTC (rev 104929)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=5
+pkgdesc=MATE interface for various networking tools.
+url=https://github.com/NiceandGently/mate-nettool;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+'iputils: Required for ping, traceroute and finger'
+'nmap: Required for network discovery and security audits'
+'whois: Required for WHOIS queries')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--disable-static \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-nettool/repos/community-i686/mate-nettool.install (from rev 
104928, mate-nettool/trunk/mate-nettool.install)
===
--- community-i686/mate-nettool.install (rev 0)
+++ community-i686/mate-nettool.install 2014-01-28 13:21:28 UTC (rev 104929)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-nettool/repos/community-x86_64/PKGBUILD (from rev 104928, 
mate-nettool/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-28 13:21:28 UTC (rev 104929)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=5
+pkgdesc=MATE interface for various networking tools.
+url=https://github.com/NiceandGently/mate-nettool;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+'iputils: Required for ping, traceroute and finger'
+'nmap: Required for network discovery and security audits'
+'whois: Required for WHOIS queries')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--disable-static \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-nettool/repos/community-x86_64/mate-nettool.install (from rev 
104928, mate-nettool/trunk/mate-nettool.install)
===
--- community-x86_64/mate-nettool.install   (rev 0)
+++ community-x86_64/mate-nettool.install   2014-01-28 13:21:28 UTC (rev 
104929)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:33:11
  Author: flexiondotorg
Revision: 104930

Updated to 1.6.2

Modified:
  mate-document-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 13:21:28 UTC (rev 104929)
+++ PKGBUILD2014-01-28 13:33:11 UTC (rev 104930)
@@ -1,11 +1,8 @@
-# $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
 
 pkgname=mate-document-viewer
-pkgver=1.6.1
-pkgrel=5
+pkgver=1.6.2
+pkgrel=1
 pkgdesc=Simply a document viewer
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -23,12 +20,12 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
+sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
 install=${pkgname}.install
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
+./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
 --enable-gtk-doc \



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 14:51:03
  Author: fyan
Revision: 104932

upgpkg: python-boto 2.23.0-2

- add missing -O1 option to include .pyo files in package

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 13:50:46 UTC (rev 104931)
+++ PKGBUILD2014-01-28 13:51:03 UTC (rev 104932)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgbase=python-boto
 pkgname=python2-boto
 pkgver=2.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'
@@ -29,7 +29,7 @@
 package_python2-boto() {
   cd boto
 
-  python2 setup.py install --root=$pkgdir
+  python2 setup.py install -O1 --root=$pkgdir
   install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 



[arch-commits] Commit in mate-document-viewer/repos (8 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:50:46
  Author: flexiondotorg
Revision: 104931

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

Added:
  mate-document-viewer/repos/community-i686/PKGBUILD
(from rev 104930, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
(from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
  mate-document-viewer/repos/community-x86_64/PKGBUILD
(from rev 104930, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install
(from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
Deleted:
  mate-document-viewer/repos/community-i686/PKGBUILD
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
  mate-document-viewer/repos/community-x86_64/PKGBUILD
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install

---+
 /PKGBUILD |   94 
 /mate-document-viewer.install |   26 ++
 community-i686/PKGBUILD   |   50 
 community-i686/mate-document-viewer.install   |   13 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/mate-document-viewer.install |   13 ---
 6 files changed, 120 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 13:33:11 UTC (rev 104930)
+++ community-i686/PKGBUILD 2014-01-28 13:50:46 UTC (rev 104931)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-document-viewer
-pkgver=1.6.1
-pkgrel=5
-pkgdesc=Simply a document viewer
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
- 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
-optdepends=('djvulibre: DjVu support'
-'libgxps: XPS support'
-'mate-file-manager: Document Properties extension'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-introspection \
---disable-static \
---disable-scrollkeeper
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-ln -s atril ${pkgdir}/usr/bin/mate-document-viewer
-}

Copied: mate-document-viewer/repos/community-i686/PKGBUILD (from rev 104930, 
mate-document-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 13:50:46 UTC (rev 104931)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-document-viewer
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
+ 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+'libgxps: XPS support'
+'mate-file-manager: Document Properties extension'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+   

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 14:51:49
  Author: fyan
Revision: 104933

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 104932, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 104932, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-28 13:51:03 UTC (rev 104932)
+++ LICENSE 2014-01-28 13:51:49 UTC (rev 104933)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-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-boto/repos/community-any/LICENSE (from rev 104932, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-28 13:51:49 UTC (rev 104933)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+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-01-28 13:51:03 UTC (rev 104932)
+++ PKGBUILD2014-01-28 13:51:49 UTC (rev 104933)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.23.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 104932, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 13:51:49 UTC (rev 104933)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.23.0

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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:55:42
  Author: flexiondotorg
Revision: 104934

Added yelp as an optional dependency.

Modified:
  mate-nettool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 13:51:49 UTC (rev 104933)
+++ PKGBUILD2014-01-28 13:55:42 UTC (rev 104934)
@@ -3,7 +3,7 @@
 
 pkgname=mate-nettool
 pkgver=1.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc=MATE interface for various networking tools.
 url=https://github.com/NiceandGently/mate-nettool;
 arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@
 optdepends=('dnsutils: Required for DNS queries'
 'iputils: Required for ping, traceroute and finger'
 'nmap: Required for network discovery and security audits'
-'whois: Required for WHOIS queries')
+'whois: Required for WHOIS queries'
+'yelp: for reading help documents')
 options=('!emptydirs')
 
source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
 md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:00:49
  Author: flexiondotorg
Revision: 104935

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

Added:
  mate-nettool/repos/community-i686/PKGBUILD
(from rev 104934, mate-nettool/trunk/PKGBUILD)
  mate-nettool/repos/community-i686/mate-nettool.install
(from rev 104934, mate-nettool/trunk/mate-nettool.install)
  mate-nettool/repos/community-x86_64/PKGBUILD
(from rev 104934, mate-nettool/trunk/PKGBUILD)
  mate-nettool/repos/community-x86_64/mate-nettool.install
(from rev 104934, mate-nettool/trunk/mate-nettool.install)
Deleted:
  mate-nettool/repos/community-i686/PKGBUILD
  mate-nettool/repos/community-i686/mate-nettool.install
  mate-nettool/repos/community-x86_64/PKGBUILD
  mate-nettool/repos/community-x86_64/mate-nettool.install

---+
 /PKGBUILD |   70 
 /mate-nettool.install |   26 +++
 community-i686/PKGBUILD   |   34 ---
 community-i686/mate-nettool.install   |   13 -
 community-x86_64/PKGBUILD |   34 ---
 community-x86_64/mate-nettool.install |   13 -
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 13:55:42 UTC (rev 104934)
+++ community-i686/PKGBUILD 2014-01-28 14:00:49 UTC (rev 104935)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-nettool
-pkgver=1.8.1
-pkgrel=5
-pkgdesc=MATE interface for various networking tools.
-url=https://github.com/NiceandGently/mate-nettool;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('dnsutils: Required for DNS queries'
-'iputils: Required for ping, traceroute and finger'
-'nmap: Required for network discovery and security audits'
-'whois: Required for WHOIS queries')
-options=('!emptydirs')
-source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---disable-static \
---disable-schemas-compile
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-nettool/repos/community-i686/PKGBUILD (from rev 104934, 
mate-nettool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 14:00:49 UTC (rev 104935)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=6
+pkgdesc=MATE interface for various networking tools.
+url=https://github.com/NiceandGently/mate-nettool;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+'iputils: Required for ping, traceroute and finger'
+'nmap: Required for network discovery and security audits'
+'whois: Required for WHOIS queries'
+'yelp: for reading help documents')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr \
+--disable-static \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-nettool.install
===
--- community-i686/mate-nettool.install 2014-01-28 13:55:42 UTC (rev 104934)
+++ community-i686/mate-nettool.install 2014-01-28 14:00:49 UTC (rev 104935)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-nettool/repos/community-i686/mate-nettool.install (from rev 
104934, mate-nettool/trunk/mate-nettool.install)
===
--- community-i686/mate-nettool.install (rev 0)
+++ community-i686/mate-nettool.install 2014-01-28 14:00:49 UTC (rev 104935)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in (3 files)

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:08:40
  Author: fyan
Revision: 104936

upgpkg: python-greenlet 0.4.2-2

- add missing -O1 option, to include .pyo files in package
- add py3k support as splitted package python-greenlet

Added:
  python-greenlet/
Modified:
  python-greenlet/trunk/PKGBUILD(contents, properties)
Deleted:
  python2-greenlet/

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

Modified: python-greenlet/trunk/PKGBUILD
===
--- python2-greenlet/trunk/PKGBUILD 2014-01-28 13:51:49 UTC (rev 104933)
+++ python-greenlet/trunk/PKGBUILD  2014-01-28 14:08:40 UTC (rev 104936)
@@ -1,26 +1,44 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# $Id$
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 # Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Ralf Schmitt r...@systemexit.de
 
-pkgname=python2-greenlet
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Lightweight in-process concurrent programming
 license=(MIT)
 url=http://pypi.python.org/pypi/greenlet;
-depends=('python2')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
 arch=('i686' 'x86_64')
 
+prepare() {
+cp -r greenlet-$pkgver greenlet-$pkgver-py2
+}
+
 build() {
cd greenlet-$pkgver
-   python2 setup.py build
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
 }
 
-package() {
-   cd greenlet-$pkgver
-   python2 setup.py install --root=$pkgdir
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root=$pkgdir
+install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root=$pkgdir
install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
 }
 


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


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

2014-01-28 Thread Jürgen Hötzel
Date: Tuesday, January 28, 2014 @ 15:14:03
  Author: juergen
Revision: 204838

Add gnutls dependency

Fixes: FS#38632
New Release: 24.3-6

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 12:49:20 UTC (rev 204837)
+++ PKGBUILD2014-01-28 14:14:03 UTC (rev 204838)
@@ -4,12 +4,12 @@
 
 pkgname=emacs
 pkgver=24.3
-pkgrel=5
+pkgrel=6
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
 license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
 install=emacs.install
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
 emacs-24.3-giflib5.patch)



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:10:19
  Author: fyan
Revision: 104937

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 14:08:40 UTC (rev 104936)
+++ community-i686/PKGBUILD 2014-01-28 14:10:19 UTC (rev 104937)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ralf Schmitt r...@systemexit.de
-
-pkgname=python2-greenlet
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=Lightweight in-process concurrent programming
-license=(MIT)
-url=http://pypi.python.org/pypi/greenlet;
-depends=('python2')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
-arch=('i686' 'x86_64')
-
-build() {
-   cd greenlet-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd greenlet-$pkgver
-   python2 setup.py install --root=$pkgdir
-   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')

Copied: python-greenlet/repos/community-i686/PKGBUILD (from rev 104936, 
python-greenlet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 14:10:19 UTC (rev 104937)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.2
+pkgrel=2
+pkgdesc=Lightweight in-process concurrent programming
+license=(MIT)
+url=http://pypi.python.org/pypi/greenlet;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -r greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root=$pkgdir
+install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 14:08:40 UTC (rev 104936)
+++ community-x86_64/PKGBUILD   2014-01-28 14:10:19 UTC (rev 104937)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ralf Schmitt r...@systemexit.de
-
-pkgname=python2-greenlet
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=Lightweight in-process concurrent programming
-license=(MIT)
-url=http://pypi.python.org/pypi/greenlet;
-depends=('python2')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
-arch=('i686' 'x86_64')
-
-build() {
-   cd greenlet-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd greenlet-$pkgver
-   python2 setup.py install --root=$pkgdir
-   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')

Copied: python-greenlet/repos/community-x86_64/PKGBUILD (from rev 104936, 
python-greenlet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-28 14:10:19 UTC 

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

2014-01-28 Thread Jürgen Hötzel
Date: Tuesday, January 28, 2014 @ 15:14:20
  Author: juergen
Revision: 204839

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 204838, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs-24.3-giflib5.patch
(from rev 204838, emacs/trunk/emacs-24.3-giflib5.patch)
  emacs/repos/extra-x86_64/emacs.install
(from rev 204838, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs-24.3-giflib5.patch
  emacs/repos/extra-x86_64/emacs.install

--+
 PKGBUILD |   96 ++---
 emacs-24.3-giflib5.patch |   52 
 emacs.install|   64 +++---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:14:03 UTC (rev 204838)
+++ PKGBUILD2014-01-28 14:14:20 UTC (rev 204839)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.3
-pkgrel=5
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
-emacs-24.3-giflib5.patch)
-md5sums=('ea9ed000ca165280265aabb55b9afbd7'
- 'SKIP'
- '560cdf463299e059c5fadf474bcba218')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i ../emacs-24.3-giflib5.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk3 --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm $pkgdir/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$pkgver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 204838, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:14:20 UTC (rev 204839)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.3
+pkgrel=6
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
+emacs-24.3-giflib5.patch)
+md5sums=('ea9ed000ca165280265aabb55b9afbd7'
+ 'SKIP'
+ '560cdf463299e059c5fadf474bcba218')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../emacs-24.3-giflib5.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-24.3-giflib5.patch
===
--- emacs-24.3-giflib5.patch2014-01-28 14:14:03 UTC (rev 204838)
+++ emacs-24.3-giflib5.patch2014-01-28 14:14:20 UTC (rev 204839)
@@ -1,26 +0,0 @@
 src/image.c
-+++ src/image.c2013-05-21 15:49:41.945819346 +
-@@ -7192,7 +7192,11 @@ gif_load (struct frame *f, struct image
-   }
- 
-   /* Open the GIF 

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:28:08
  Author: fyan
Revision: 104938

upgpkg: python2-oauth 1.0.1-3

- add missing -O1 option, to include .pyo files in package

Modified:
  python2-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:10:19 UTC (rev 104937)
+++ PKGBUILD2014-01-28 14:28:08 UTC (rev 104938)
@@ -6,7 +6,7 @@
 _pkgbasename=oauth
 pkgname=python2-oauth
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An open protocol to allow API authentication from desktop and web 
applications.
 arch=('any')
 url=http://code.google.com/p/oauth/;
@@ -17,14 +17,14 @@
 sha256sums=('e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d')
 
 build() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
 
-  python2 setup.py install --root=$pkgdir
+  python2 setup.py install -O1 --root=$pkgdir
   install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:28:57
  Author: fyan
Revision: 104939

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:28:08 UTC (rev 104938)
+++ PKGBUILD2014-01-28 14:28:57 UTC (rev 104939)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Snowknight (hopkin...@gmail.com)
-
-_pkgbasename=oauth
-pkgname=python2-oauth
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=An open protocol to allow API authentication from desktop and web 
applications.
-arch=('any')
-url=http://code.google.com/p/oauth/;
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/${_pkgbasename:0:1}/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-sha256sums=('e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d')
-
-build() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-oauth/repos/community-any/PKGBUILD (from rev 104938, 
python2-oauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:28:57 UTC (rev 104939)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Snowknight (hopkin...@gmail.com)
+
+_pkgbasename=oauth
+pkgname=python2-oauth
+pkgver=1.0.1
+pkgrel=3
+pkgdesc=An open protocol to allow API authentication from desktop and web 
applications.
+arch=('any')
+url=http://code.google.com/p/oauth/;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/${_pkgbasename:0:1}/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+sha256sums=('e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  python2 setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:32:48
  Author: fyan
Revision: 104940

upgpkg: python2-poster 0.8.1-3

- add missing -O1 option, to include .pyo files in package

Modified:
  python2-poster/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:28:57 UTC (rev 104939)
+++ PKGBUILD2014-01-28 14:32:48 UTC (rev 104940)
@@ -4,7 +4,7 @@
 
 pkgname=python2-poster
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A set of classes and functions to faciliate making HTTP POST (or PUT) 
requests using the standard multipart/form-data encoding in Python with urllib2
 arch=(any)
 url=http://atlee.ca/software/poster/;
@@ -29,7 +29,7 @@
 
 package() {
   cd poster-$pkgver
-  python2 setup.py install --root=$pkgdir
+  python2 setup.py install -O1 --root=$pkgdir
 
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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


[arch-commits] Commit in mate-file-archiver/repos (12 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:34:12
  Author: flexiondotorg
Revision: 104943

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

Added:
  mate-file-archiver/repos/community-i686/PKGBUILD
(from rev 104942, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch
(from rev 104942, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-i686/mate-file-archiver.install
(from rev 104942, mate-file-archiver/trunk/mate-file-archiver.install)
  mate-file-archiver/repos/community-x86_64/PKGBUILD
(from rev 104942, mate-file-archiver/trunk/PKGBUILD)
  mate-file-archiver/repos/community-x86_64/fr-rpm-bsdtar.patch
(from rev 104942, mate-file-archiver/trunk/fr-rpm-bsdtar.patch)
  mate-file-archiver/repos/community-x86_64/mate-file-archiver.install
(from rev 104942, mate-file-archiver/trunk/mate-file-archiver.install)
Deleted:
  mate-file-archiver/repos/community-i686/PKGBUILD
  mate-file-archiver/repos/community-i686/fr-rpm-bsdtar.patch
  mate-file-archiver/repos/community-i686/mate-file-archiver.install
  mate-file-archiver/repos/community-x86_64/PKGBUILD
  mate-file-archiver/repos/community-x86_64/fr-rpm-bsdtar.patch
  mate-file-archiver/repos/community-x86_64/mate-file-archiver.install

-+
 /PKGBUILD   |   96 
 /fr-rpm-bsdtar.patch|  120 ++
 /mate-file-archiver.install |   26 +
 community-i686/PKGBUILD |   51 ---
 community-i686/fr-rpm-bsdtar.patch  |   60 -
 community-i686/mate-file-archiver.install   |   13 --
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/fr-rpm-bsdtar.patch|   60 -
 community-x86_64/mate-file-archiver.install |   13 --
 9 files changed, 242 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 14:34:00 UTC (rev 104942)
+++ community-i686/PKGBUILD 2014-01-28 14:34:12 UTC (rev 104943)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-# Contributor: Xpander xpand...@gmail.com
-# Contributor: hekel hekel(at)archlinux.info
-
-pkgname=mate-file-archiver
-pkgver=1.6.0
-pkgrel=7
-pkgdesc=Archive manipulator for MATE
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
- 'mate-file-manager' 'tar')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-optdepends=('unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('c7df115b532a14fb7be193113da32cda4a2218e8'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i ${srcdir}/fr-rpm-bsdtar.patch
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-static \
---disable-scrollkeeper \
---disable-packagekit
-mate-doc-prepare --force
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-file-archiver/repos/community-i686/PKGBUILD (from rev 104942, 
mate-file-archiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 14:34:12 UTC (rev 104943)
@@ -0,0 +1,48 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-file-archiver
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Archive manipulator for MATE
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
+ 'mate-file-manager' 'tar')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('arj: for ARJ support'
+'p7zip: for 7zip support'
+'unrar: for RAR extract support'
+'unace: for ACE extract support'
+'unzip: for ZIP extract support'
+'zip: for ZIP support')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)

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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:34:00
  Author: flexiondotorg
Revision: 104942

upgpkg: mate-file-archiver 1.6.1-1

Modified:
  mate-file-archiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:33:33 UTC (rev 104941)
+++ PKGBUILD2014-01-28 14:34:00 UTC (rev 104942)
@@ -1,13 +1,8 @@
-# $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-# Contributor: Xpander xpand...@gmail.com
-# Contributor: hekel hekel(at)archlinux.info
 
 pkgname=mate-file-archiver
-pkgver=1.6.0
-pkgrel=7
+pkgver=1.6.1
+pkgrel=1
 pkgdesc=Archive manipulator for MATE
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,15 +10,17 @@
 depends=('bzip2' 'desktop-file-utils' 'gtk2' 'gzip' 'libarchive'
  'mate-file-manager' 'tar')
 makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-optdepends=('unrar: for RAR uncompression'
-'zip: for ZIP archives' 'unzip: for ZIP archives'
-'p7zip: 7zip compression utility' 'arj: for ARJ archives'
-'unace: extraction tool for the proprietary ace archive format')
+optdepends=('arj: for ARJ support'
+'p7zip: for 7zip support'
+'unrar: for RAR extract support'
+'unace: for ACE extract support'
+'unzip: for ZIP extract support'
+'zip: for ZIP support')
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
-sha1sums=('c7df115b532a14fb7be193113da32cda4a2218e8'
+sha1sums=('53a28d6fb559151c0b8d6f9a658113c77cdb938a'
   '219b05a979bf6f249aaae27964f02345fd81168d')
 install=${pkgname}.install
 
@@ -35,7 +32,7 @@
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
+./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
 --disable-static \



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:33:33
  Author: fyan
Revision: 104941

archrelease: copy trunk to community-any

Added:
  python2-poster/repos/community-any/LICENSE
(from rev 104940, python2-poster/trunk/LICENSE)
  python2-poster/repos/community-any/PKGBUILD
(from rev 104940, python2-poster/trunk/PKGBUILD)
Deleted:
  python2-poster/repos/community-any/LICENSE
  python2-poster/repos/community-any/PKGBUILD

--+
 LICENSE  |   14 +--
 PKGBUILD |   76 ++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-28 14:32:48 UTC (rev 104940)
+++ LICENSE 2014-01-28 14:33:33 UTC (rev 104941)
@@ -1,7 +0,0 @@
-Copyright (c) 2011 Chris AtLee
-
-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: python2-poster/repos/community-any/LICENSE (from rev 104940, 
python2-poster/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-28 14:33:33 UTC (rev 104941)
@@ -0,0 +1,7 @@
+Copyright (c) 2011 Chris AtLee
+
+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-01-28 14:32:48 UTC (rev 104940)
+++ PKGBUILD2014-01-28 14:33:33 UTC (rev 104941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Jost schno...@schnouki.net
-
-pkgname=python2-poster
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=A set of classes and functions to faciliate making HTTP POST (or PUT) 
requests using the standard multipart/form-data encoding in Python with urllib2
-arch=(any)
-url=http://atlee.ca/software/poster/;
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://atlee.ca/software/poster/dist/$pkgver/poster-$pkgver.tar.gz;
-LICENSE)
-
-prepare() {
-  cd poster-$pkgver
-  find . -type f \( -name '*.py' -or -executable \) -exec \
-sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-\{\} +
-}
-
-build() {
-  cd poster-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd poster-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('2e2b74ec1685c3558dbe571c23e318cbafb74a9e487397c38adc3f8f9eb2864cf4dda70418cd08294c3498e03e0e9f516b6ee6e0ed03b05fe8e7ad7636631e9f'
-
'1e9853e6b43ad99964be76e2ff0e95131144946fdae5b0745ea5e4f333cc56de9b72bc040880ef64dc2e2655e7d522a4e37f2a26edf1ebc9459e8fbbff17e517')

Copied: python2-poster/repos/community-any/PKGBUILD (from rev 104940, 
python2-poster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:40:38
  Author: fyan
Revision: 104945

archrelease: copy trunk to community-any

Added:
  python2-poster/repos/community-any/LICENSE
(from rev 104944, python2-poster/trunk/LICENSE)
  python2-poster/repos/community-any/PKGBUILD
(from rev 104944, python2-poster/trunk/PKGBUILD)
Deleted:
  python2-poster/repos/community-any/LICENSE
  python2-poster/repos/community-any/PKGBUILD

--+
 LICENSE  |   14 +-
 PKGBUILD |   78 +++--
 2 files changed, 47 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-28 14:39:39 UTC (rev 104944)
+++ LICENSE 2014-01-28 14:40:38 UTC (rev 104945)
@@ -1,7 +0,0 @@
-Copyright (c) 2011 Chris AtLee
-
-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: python2-poster/repos/community-any/LICENSE (from rev 104944, 
python2-poster/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-28 14:40:38 UTC (rev 104945)
@@ -0,0 +1,7 @@
+Copyright (c) 2011 Chris AtLee
+
+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-01-28 14:39:39 UTC (rev 104944)
+++ PKGBUILD2014-01-28 14:40:38 UTC (rev 104945)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Jost schno...@schnouki.net
-
-pkgname=python2-poster
-pkgver=0.8.1
-pkgrel=3
-pkgdesc=A set of classes and functions to faciliate making HTTP POST (or PUT) 
requests using the standard multipart/form-data encoding in Python with urllib2
-arch=(any)
-url=http://atlee.ca/software/poster/;
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://atlee.ca/software/poster/dist/$pkgver/poster-$pkgver.tar.gz;
-LICENSE)
-
-prepare() {
-  cd poster-$pkgver
-  find . -type f \( -name '*.py' -or -executable \) -exec \
-sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-   -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-\{\} +
-}
-
-build() {
-  cd poster-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd poster-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('2e2b74ec1685c3558dbe571c23e318cbafb74a9e487397c38adc3f8f9eb2864cf4dda70418cd08294c3498e03e0e9f516b6ee6e0ed03b05fe8e7ad7636631e9f'
-
'1e9853e6b43ad99964be76e2ff0e95131144946fdae5b0745ea5e4f333cc56de9b72bc040880ef64dc2e2655e7d522a4e37f2a26edf1ebc9459e8fbbff17e517')

Copied: python2-poster/repos/community-any/PKGBUILD (from rev 104944, 
python2-poster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 

[arch-commits] Commit in mediawiki/trunk (PKGBUILD pcre.patch)

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 15:43:02
  Author: spupykin
Revision: 104946

upgpkg: mediawiki 1.22.1-1

upd

Modified:
  mediawiki/trunk/PKGBUILD
Deleted:
  mediawiki/trunk/pcre.patch

+
 PKGBUILD   |   13 +++--
 pcre.patch |   25 -
 2 files changed, 3 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:40:38 UTC (rev 104945)
+++ PKGBUILD2014-01-28 14:43:02 UTC (rev 104946)
@@ -4,9 +4,9 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.22.0
+pkgver=1.22.1
 _basever=1.22
-pkgrel=3
+pkgrel=1
 pkgdesc=MediaWiki engine
 arch=('any')
 url=http://www.mediawiki.org/wiki/MediaWiki;
@@ -33,18 +33,11 @@
 #  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
 
source=(http://download.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   pcre.patch
apache.example.conf)
-md5sums=('4f493d775251d6ad63f391738750397c'
+md5sums=('fc404fec677d0cb9d7a51bd1a900b5e6'
  'b595f6a32b2380040ce5401701a6a3a2'
- 'b4e9279c8ae2e00677d53ee1bcc7ee1f'
  '99c25f04d4093fdb1be7624fe4e7')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/pcre.patch
-}
-
 package_mediawiki() {
   cd $srcdir
   install -vdm0755 $pkgdir/usr/share/webapps

Deleted: pcre.patch
===
--- pcre.patch  2014-01-28 14:40:38 UTC (rev 104945)
+++ pcre.patch  2014-01-28 14:43:02 UTC (rev 104946)
@@ -1,25 +0,0 @@
-From 9937b8e6d6a8b4517c04c143daaf9ebd42ce8ba0 Mon Sep 17 00:00:00 2001
-From: Pierre Schmitz pie...@archlinux.de
-Date: Fri, 3 Jan 2014 23:05:29 +0100
-Subject: Make MagicWordArray compatible with PCRE 8.34+
-
-See 
https://git.wikimedia.org/commit/mediawiki%2Fcore.git/b9f291e8cd5bb1450f7b1031aa17cf7775aa7e96
-
-diff --git a/includes/MagicWord.php b/includes/MagicWord.php
-index 427a1ad..232f43e 100644
 a/includes/MagicWord.php
-+++ b/includes/MagicWord.php
-@@ -709,7 +709,9 @@ class MagicWordArray {
-   $magic = MagicWord::get( $name );
-   $case = intval( $magic-isCaseSensitive() );
-   foreach ( $magic-getSynonyms() as $i = $syn ) 
{
--  $group = (?P{$i}_{$name} . 
preg_quote( $syn, '/' ) . ')';
-+  // Group name must start with a 
non-digit in PCRE 8.34+
-+  $it = strtr( $i, '0123456789', 
'abcdefghij' );
-+  $group = (?P{$it}_{$name} . 
preg_quote( $syn, '/' ) . ')';
-   if ( $this-baseRegex[$case] === '' ) {
-   $this-baseRegex[$case] = 
$group;
-   } else {
--- 
-cgit v0.10
-



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:39:39
  Author: fyan
Revision: 104944

upgpkg: python2-poster 0.8.1-3

- move tests from usr/lib/python2.7/site-packages

Modified:
  python2-poster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:34:12 UTC (rev 104943)
+++ PKGBUILD2014-01-28 14:39:39 UTC (rev 104944)
@@ -31,6 +31,8 @@
   cd poster-$pkgver
   python2 setup.py install -O1 --root=$pkgdir
 
+  mv $pkgdir/usr/lib/python2.7/site-packages/tests 
$pkgdir/usr/lib/python2.7/site-packages/poster/
+
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:48:28
  Author: flexiondotorg
Revision: 104948

Update to 1.6.1

Modified:
  mate-menu-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:43:17 UTC (rev 104947)
+++ PKGBUILD2014-01-28 14:48:28 UTC (rev 104948)
@@ -1,11 +1,8 @@
-# $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
 
 pkgname=mate-menu-editor
 pkgver=1.6.0
-pkgrel=6
+pkgrel=1
 pkgdesc=MATE menu editing tool
 url=http://mate-desktop.org;
 arch=('any')
@@ -15,12 +12,12 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dfc29a0280bc8c880e1ea042867fb350d957b490')
+sha1sums=('7f70d9abccc8fe9eb70032693b20f38521f6a2cf')
 install=${pkgname}.install
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./autogen.sh \
+PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr
 make
 }



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:48:42
  Author: flexiondotorg
Revision: 104949

Update to 1.6.1 (really)

Modified:
  mate-menu-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:48:28 UTC (rev 104948)
+++ PKGBUILD2014-01-28 14:48:42 UTC (rev 104949)
@@ -1,7 +1,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-menu-editor
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=MATE menu editing tool
 url=http://mate-desktop.org;



[arch-commits] Commit in mediawiki/repos/community-any (7 files)

2014-01-28 Thread Sergej Pupykin
Date: Tuesday, January 28, 2014 @ 15:43:17
  Author: spupykin
Revision: 104947

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 104946, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 104946, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 104946, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install
  mediawiki/repos/community-any/pcre.patch

-+
 PKGBUILD|  165 +++---
 apache.example.conf |   16 ++--
 mediawiki.install   |   10 +--
 pcre.patch  |   25 ---
 4 files changed, 92 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:43:02 UTC (rev 104946)
+++ PKGBUILD2014-01-28 14:43:17 UTC (rev 104947)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.22.0
-_basever=1.22
-pkgrel=3
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-   'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'sendmail: for meail sending')
-backup=(etc/webapps/mediawiki/.htaccess)
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://download.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   pcre.patch
-   apache.example.conf)
-md5sums=('4f493d775251d6ad63f391738750397c'
- 'b595f6a32b2380040ce5401701a6a3a2'
- 'b4e9279c8ae2e00677d53ee1bcc7ee1f'
- '99c25f04d4093fdb1be7624fe4e7')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/pcre.patch
-}
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  echo deny from all  $pkgdir/etc/webapps/mediawiki/.htaccess
-  ln -sf /etc/webapps/mediawiki/.htaccess 
$pkgdir/usr/share/webapps/mediawiki/.htaccess
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-b3ad6b9 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 104946, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:43:17 UTC (rev 104947)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.22.1
+_basever=1.22
+pkgrel=1
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')

[arch-commits] Commit in mate-menu-editor/repos/community-any (4 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 15:57:31
  Author: flexiondotorg
Revision: 104951

archrelease: copy trunk to community-any

Added:
  mate-menu-editor/repos/community-any/PKGBUILD
(from rev 104950, mate-menu-editor/trunk/PKGBUILD)
  mate-menu-editor/repos/community-any/mate-menu-editor.install
(from rev 104950, mate-menu-editor/trunk/mate-menu-editor.install)
Deleted:
  mate-menu-editor/repos/community-any/PKGBUILD
  mate-menu-editor/repos/community-any/mate-menu-editor.install

--+
 PKGBUILD |   59 +
 mate-menu-editor.install |   22 
 2 files changed, 39 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:57:07 UTC (rev 104950)
+++ PKGBUILD2014-01-28 14:57:31 UTC (rev 104951)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-menu-editor
-pkgver=1.6.0
-pkgrel=6
-pkgdesc=MATE menu editing tool
-url=http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dfc29a0280bc8c880e1ea042867fb350d957b490')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./autogen.sh \
---prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-menu-editor/repos/community-any/PKGBUILD (from rev 104950, 
mate-menu-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:57:31 UTC (rev 104951)
@@ -0,0 +1,28 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-menu-editor
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=MATE menu editing tool
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('mate-menus' 'pygtk' 'python2' 'python2-gobject2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7f70d9abccc8fe9eb70032693b20f38521f6a2cf')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: mate-menu-editor.install
===
--- mate-menu-editor.install2014-01-28 14:57:07 UTC (rev 104950)
+++ mate-menu-editor.install2014-01-28 14:57:31 UTC (rev 104951)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-menu-editor/repos/community-any/mate-menu-editor.install (from rev 
104950, mate-menu-editor/trunk/mate-menu-editor.install)
===
--- mate-menu-editor.install(rev 0)
+++ mate-menu-editor.install2014-01-28 14:57:31 UTC (rev 104951)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:57:07
  Author: fyan
Revision: 104950

upgpkg: python-dnslib 0.8.3-2

- add missing -O1 option, to include .pyo files in package
- python2 fix for shebangs

Modified:
  python-dnslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:48:42 UTC (rev 104949)
+++ PKGBUILD2014-01-28 14:57:07 UTC (rev 104950)
@@ -6,7 +6,7 @@
 #pkgname=(python-$_pypiname python2-$_pypiname) # Python 3 version not 
released yet
 pkgname=(python2-$_pypiname)
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple library to encode/decode DNS wire-format packets
 arch=('any')
 url=(https://bitbucket.org/paulc/dnslib;)
@@ -17,6 +17,9 @@
 
 prepare() {
   cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
+
+  cd python2-${_pypiname}-${pkgver}/dnslib
+  sed -i -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| 
server/udp_server.py server/udp_proxy.py server/gevent_server.py 
server/circuits_server.py
 }
 
 package_python-dnslib() {
@@ -23,7 +26,7 @@
   depends=(python)
 
   cd ${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
+  python setup.py install -O1 --root=${pkgdir}
 }
 
 package_python2-dnslib() {
@@ -30,7 +33,7 @@
   depends=(python2)
 
   cd python2-${_pypiname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install -O1 --root=${pkgdir}
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:03:11
  Author: fyan
Revision: 104953

upgpkg: python-levenshtein 0.11.1-2

- add missing -O1 option

Modified:
  python-levenshtein/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 14:57:53 UTC (rev 104952)
+++ PKGBUILD2014-01-28 15:03:11 UTC (rev 104953)
@@ -7,7 +7,7 @@
 pkgbase=python-levenshtein
 pkgname=(python-levenshtein python2-levenshtein)
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python extension for computing string edit distances and similarities
 url=http://pypi.python.org/pypi/python-Levenshtein/;
 license=(GPL)
@@ -26,7 +26,7 @@
   depends=('python')
 
   cd python-Levenshtein-$pkgver
-  python setup.py build install --prefix=/usr --root=$pkgdir
+  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
 }
 
 package_python2-levenshtein() {
@@ -33,7 +33,7 @@
   depends=('python2')
 
   cd python2-Levenshtein-$pkgver
-  python2 setup.py build install --prefix=/usr --root=$pkgdir
+  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
 }
 
 
sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')


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


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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:57:53
  Author: fyan
Revision: 104952

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   75 +++--
 1 file changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:57:31 UTC (rev 104951)
+++ PKGBUILD2014-01-28 14:57:53 UTC (rev 104952)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-_pypiname=dnslib
-pkgbase=python-$_pypiname
-#pkgname=(python-$_pypiname python2-$_pypiname) # Python 3 version not 
released yet
-pkgname=(python2-$_pypiname)
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=Simple library to encode/decode DNS wire-format packets
-arch=('any')
-url=(https://bitbucket.org/paulc/dnslib;)
-license=('custom:BSD')
-makedepends=('python' 'python2')
-source=(https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
-md5sums=(0a09a407ae5239e8d53e3115510e7107)
-
-prepare() {
-  cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
-}
-
-package_python-dnslib() {
-  depends=(python)
-
-  cd ${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-
-package_python2-dnslib() {
-  depends=(python2)
-
-  cd python2-${_pypiname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dnslib/repos/community-any/PKGBUILD (from rev 104951, 
python-dnslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:57:53 UTC (rev 104952)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+_pypiname=dnslib
+pkgbase=python-$_pypiname
+#pkgname=(python-$_pypiname python2-$_pypiname) # Python 3 version not 
released yet
+pkgname=(python2-$_pypiname)
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Simple library to encode/decode DNS wire-format packets
+arch=('any')
+url=(https://bitbucket.org/paulc/dnslib;)
+license=('custom:BSD')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
+md5sums=(0a09a407ae5239e8d53e3115510e7107)
+
+prepare() {
+  cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
+
+  cd python2-${_pypiname}-${pkgver}/dnslib
+  sed -i -e s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2| 
server/udp_server.py server/udp_proxy.py server/gevent_server.py 
server/circuits_server.py
+}
+
+package_python-dnslib() {
+  depends=(python)
+
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root=${pkgdir}
+}
+
+package_python2-dnslib() {
+  depends=(python2)
+
+  cd python2-${_pypiname}-${pkgver}
+  python2 setup.py install -O1 --root=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:04:34
  Author: fyan
Revision: 104954

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 15:03:11 UTC (rev 104953)
+++ community-i686/PKGBUILD 2014-01-28 15:04:34 UTC (rev 104954)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-# Contributor: scj scj archlinux us
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=Python extension for computing string edit distances and similarities
-url=http://pypi.python.org/pypi/python-Levenshtein/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i s|[)].read|, encoding='utf8').read| setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd python-Levenshtein-$pkgver
-  python setup.py build install --prefix=/usr --root=$pkgdir
-}
-
-package_python2-levenshtein() {
-  depends=('python2')
-
-  cd python2-Levenshtein-$pkgver
-  python2 setup.py build install --prefix=/usr --root=$pkgdir
-}
-
-sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Copied: python-levenshtein/repos/community-i686/PKGBUILD (from rev 104953, 
python-levenshtein/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 15:04:34 UTC (rev 104954)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+# Contributor: scj scj archlinux us
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.1
+pkgrel=2
+pkgdesc=Python extension for computing string edit distances and similarities
+url=http://pypi.python.org/pypi/python-Levenshtein/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+
+  cd python-Levenshtein-$pkgver
+  sed -i s|[)].read|, encoding='utf8').read| setup.py
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 15:03:11 UTC (rev 104953)
+++ community-x86_64/PKGBUILD   2014-01-28 15:04:34 UTC (rev 104954)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-# Contributor: scj scj archlinux us
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=Python extension for computing string edit distances and similarities
-url=http://pypi.python.org/pypi/python-Levenshtein/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i s|[)].read|, encoding='utf8').read| setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd 

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:07:23
  Author: fyan
Revision: 104955

upgpkg: python-passlib 1.6.2-2

- add missing -O1 option, to include .pyo files in package

Modified:
  python-passlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:04:34 UTC (rev 104954)
+++ PKGBUILD2014-01-28 15:07:23 UTC (rev 104955)
@@ -6,7 +6,7 @@
 pkgbase=python-$_pypiname
 pkgname=(python-$_pypiname python2-$_pypiname)
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A password hashing library for Python
 arch=('any')
 url=(https://code.google.com/p/passlib/;)
@@ -23,7 +23,7 @@
   depends=(python)
 
   cd ${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
+  python setup.py install -O1 --root=${pkgdir}
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -32,7 +32,7 @@
   optdepends=(python2-m2crypto: accelerate PBKDF2-based hashes)
 
   cd python2-${_pypiname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install -O1 --root=${pkgdir}
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:08:11
  Author: fyan
Revision: 104956

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 15:07:23 UTC (rev 104955)
+++ PKGBUILD2014-01-28 15:08:11 UTC (rev 104956)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: onny o...@project-insanity.org
-
-_pypiname=passlib
-pkgbase=python-$_pypiname
-pkgname=(python-$_pypiname python2-$_pypiname)
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=A password hashing library for Python
-arch=('any')
-url=(https://code.google.com/p/passlib/;)
-license=('custom:BSD')
-makedepends=('python' 'python2')
-source=(https://${_pypiname}.googlecode.com/files/$_pypiname-${pkgver}.tar.gz;)
-sha512sums=('783fe4fbfd4dca9d5cd39c49140976fb91efe41303ae31fec0f6f47101071600ae1709f3c4950bfac0bc9cbe65a2508781153aa3788b6451794f2acc9a1dfc58')
-
-prepare() {
-  cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
-}
-
-package_python-passlib() {
-  depends=(python)
-
-  cd ${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-passlib() {
-  depends=(python2)
-  optdepends=(python2-m2crypto: accelerate PBKDF2-based hashes)
-
-  cd python2-${_pypiname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-passlib/repos/community-any/PKGBUILD (from rev 104955, 
python-passlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 15:08:11 UTC (rev 104956)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: onny o...@project-insanity.org
+
+_pypiname=passlib
+pkgbase=python-$_pypiname
+pkgname=(python-$_pypiname python2-$_pypiname)
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=A password hashing library for Python
+arch=('any')
+url=(https://code.google.com/p/passlib/;)
+license=('custom:BSD')
+makedepends=('python' 'python2')
+source=(https://${_pypiname}.googlecode.com/files/$_pypiname-${pkgver}.tar.gz;)
+sha512sums=('783fe4fbfd4dca9d5cd39c49140976fb91efe41303ae31fec0f6f47101071600ae1709f3c4950bfac0bc9cbe65a2508781153aa3788b6451794f2acc9a1dfc58')
+
+prepare() {
+  cp -r ${_pypiname}-${pkgver} python2-${_pypiname}-${pkgver}
+}
+
+package_python-passlib() {
+  depends=(python)
+
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root=${pkgdir}
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-passlib() {
+  depends=(python2)
+  optdepends=(python2-m2crypto: accelerate PBKDF2-based hashes)
+
+  cd python2-${_pypiname}-${pkgver}
+  python2 setup.py install -O1 --root=${pkgdir}
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:12:06
  Author: fyan
Revision: 104957

upgpkg: python-pyquery 1.2.8-2

- add missing -O1 option, to include .pyo files in package

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:08:11 UTC (rev 104956)
+++ PKGBUILD2014-01-28 15:12:06 UTC (rev 104957)
@@ -7,7 +7,7 @@
 pkgbase=python-pyquery
 pkgname=('python-pyquery' 'python2-pyquery')
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A jquery-like library for python.
 arch=('any')
 url=https://github.com/gawel/pyquery/;
@@ -29,7 +29,7 @@
 package_python-pyquery() {
   depends=('python-lxml' 'python-cssselect')
   cd $_name-$pkgver
-  python3 setup.py install --root=$pkgdir/
+  python3 setup.py install -O1 --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
 }
@@ -37,12 +37,10 @@
 package_python2-pyquery() {
   depends=('python2-lxml' 'python2-cssselect')
   cd $_name-$pkgver-python2
-  python2 setup.py install --root=$pkgdir/
+  python2 setup.py install -O1 --root=$pkgdir/
 
   install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
 }
 
-sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
 
sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
 
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:12:54
  Author: fyan
Revision: 104958

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 15:12:06 UTC (rev 104957)
+++ PKGBUILD2014-01-28 15:12:54 UTC (rev 104958)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan felixonm...@gmail.com
-# Contributor: speps speps at aur dot archlinux dot org
-# Contributor: Arnau Sanchez tokland {at} gmail {dot} com
-
-_name=pyquery
-pkgbase=python-pyquery
-pkgname=('python-pyquery' 'python2-pyquery')
-pkgver=1.2.8
-pkgrel=1
-pkgdesc=A jquery-like library for python.
-arch=('any')
-url=https://github.com/gawel/pyquery/;
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
-source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
-https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
- 
-build() {
-  cp -r $_name-$pkgver $_name-$pkgver-python2
-
-  cd $_name-$pkgver
-  python3 setup.py build
-
-  cd ../$_name-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-pyquery() {
-  depends=('python-lxml' 'python-cssselect')
-  cd $_name-$pkgver
-  python3 setup.py install --root=$pkgdir/
-
-  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
-}
-
-package_python2-pyquery() {
-  depends=('python2-lxml' 'python2-cssselect')
-  cd $_name-$pkgver-python2
-  python2 setup.py install --root=$pkgdir/
-
-  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
-}
-
-sha512sums=('e814154370e3e242b246a153e209e395cbd0b420dec13ff4dac565eab39bfd8c8040b9113b30c664fa11d0b989e6b7ef6bbc4fbe53f17e78ccff6812445b4c9d'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')
-sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
-
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')

Copied: python-pyquery/repos/community-any/PKGBUILD (from rev 104957, 
python-pyquery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 15:12:54 UTC (rev 104958)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: speps speps at aur dot archlinux dot org
+# Contributor: Arnau Sanchez tokland {at} gmail {dot} com
+
+_name=pyquery
+pkgbase=python-pyquery
+pkgname=('python-pyquery' 'python2-pyquery')
+pkgver=1.2.8
+pkgrel=2
+pkgdesc=A jquery-like library for python.
+arch=('any')
+url=https://github.com/gawel/pyquery/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
+source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.zip;
+https://bitbucket.org/olauzanne/pyquery/raw/b70710332032/LICENSE.txt;)
+ 
+build() {
+  cp -r $_name-$pkgver $_name-$pkgver-python2
+
+  cd $_name-$pkgver
+  python3 setup.py build
+
+  cd ../$_name-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-pyquery() {
+  depends=('python-lxml' 'python-cssselect')
+  cd $_name-$pkgver
+  python3 setup.py install -O1 --root=$pkgdir/
+
+  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python-pyquery/LICENSE
+}
+
+package_python2-pyquery() {
+  depends=('python2-lxml' 'python2-cssselect')
+  cd $_name-$pkgver-python2
+  python2 setup.py install -O1 --root=$pkgdir/
+
+  install -Dm644 ../LICENSE.txt 
$pkgdir/usr/share/licenses/python2-pyquery/LICENSE
+}
+
+sha512sums=('9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7'
+
'4932f86cbe9ed4c2e658acf9c228fdb0b2430fd622d559555196c7db0f43ea435483c7ae9916c325b40130334f4706d30e5adea6bc1d097b3283a7fc64926685')



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

2014-01-28 Thread Jürgen Hötzel
Date: Tuesday, January 28, 2014 @ 16:18:04
  Author: juergen
Revision: 204840

archrelease: copy trunk to extra-i686

Added:
  emacs/repos/extra-i686/PKGBUILD
(from rev 204839, emacs/trunk/PKGBUILD)
  emacs/repos/extra-i686/emacs-24.3-giflib5.patch
(from rev 204839, emacs/trunk/emacs-24.3-giflib5.patch)
  emacs/repos/extra-i686/emacs.install
(from rev 204839, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-i686/PKGBUILD
  emacs/repos/extra-i686/emacs-24.3-giflib5.patch
  emacs/repos/extra-i686/emacs.install

--+
 PKGBUILD |   96 ++---
 emacs-24.3-giflib5.patch |   52 
 emacs.install|   64 +++---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:14:20 UTC (rev 204839)
+++ PKGBUILD2014-01-28 15:18:04 UTC (rev 204840)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-pkgver=24.3
-pkgrel=5
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
-emacs-24.3-giflib5.patch)
-md5sums=('ea9ed000ca165280265aabb55b9afbd7'
- 'SKIP'
- '560cdf463299e059c5fadf474bcba218')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i ../emacs-24.3-giflib5.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk3 --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm $pkgdir/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$pkgver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/extra-i686/PKGBUILD (from rev 204839, emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 15:18:04 UTC (rev 204840)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=24.3
+pkgrel=6
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
+emacs-24.3-giflib5.patch)
+md5sums=('ea9ed000ca165280265aabb55b9afbd7'
+ 'SKIP'
+ '560cdf463299e059c5fadf474bcba218')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../emacs-24.3-giflib5.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm $pkgdir/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-24.3-giflib5.patch
===
--- emacs-24.3-giflib5.patch2014-01-28 14:14:20 UTC (rev 204839)
+++ emacs-24.3-giflib5.patch2014-01-28 15:18:04 UTC (rev 204840)
@@ -1,26 +0,0 @@
 src/image.c
-+++ src/image.c2013-05-21 15:49:41.945819346 +
-@@ -7192,7 +7192,11 @@ gif_load (struct frame *f, struct image
-   }
- 
-   /* Open the GIF file.  */
-+#if 

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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:19:46
  Author: fyan
Revision: 104961

PKGBUILD cleanup for python-tornado

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:17:20 UTC (rev 104960)
+++ PKGBUILD2014-01-28 15:19:46 UTC (rev 104961)
@@ -13,7 +13,6 @@
 source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
 
 build() {
-  cd $srcdir
   cp -r tornado-${pkgver} python2-tornado-${pkgver}
 
   cd tornado-${pkgver}
@@ -31,7 +30,7 @@
 package_python-tornado() {
   depends=('python')
 
-  cd $srcdir/tornado-${pkgver}
+  cd tornado-${pkgver}
 
   python setup.py install --root=${pkgdir} --optimize=1
 }
@@ -39,7 +38,7 @@
 package_python2-tornado() {
   depends=('python2' 'python2-backports.ssl_match_hostname')
 
-  cd $srcdir/python2-tornado-${pkgver}
+  cd python2-tornado-${pkgver}
 
   python2 setup.py install --root=${pkgdir} --optimize=1
 }



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:16:32
  Author: fyan
Revision: 104959

upgpkg: python-sh 1.09-2

- add missing -O1 option, to include .pyo files in package

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:12:54 UTC (rev 104958)
+++ PKGBUILD2014-01-28 15:16:32 UTC (rev 104959)
@@ -6,7 +6,7 @@
 _pkgname=sh
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=1.09
-pkgrel=1
+pkgrel=2
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
 url='http://pypi.python.org/pypi/sh'
@@ -15,28 +15,28 @@
 source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd $srcdir
-
   cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
 
-  cd $_pkgname-$pkgver
+  cd $_pkgname-$pkgver
   python setup.py build
 
-  cd ../python2-$_pkgname-$pkgver
+  cd ../python2-$_pkgname-$pkgver
   python2 setup.py build
 }
 
 package_python-sh() {
   depends=('python')
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
 }
 
 package_python2-sh() {
   depends=('python2')
-  cd $srcdir/python2-$_pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
 }
 



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

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 16:36:21
  Author: foutrelis
Revision: 204842

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

Added:
  pidgin/repos/extra-i686/PKGBUILD
(from rev 204841, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-i686/pidgin.install
(from rev 204841, pidgin/trunk/pidgin.install)
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 204841, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-x86_64/pidgin.install
(from rev 204841, pidgin/trunk/pidgin.install)
Deleted:
  pidgin/repos/extra-i686/PKGBUILD
  pidgin/repos/extra-i686/pidgin-2.10.7-link-libirc-to-libsasl2.patch
  pidgin/repos/extra-i686/pidgin.install
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin-2.10.7-link-libirc-to-libsasl2.patch
  pidgin/repos/extra-x86_64/pidgin.install

--+
 /PKGBUILD|  196 +
 /pidgin.install  |   22 +
 extra-i686/PKGBUILD  |  103 --
 extra-i686/pidgin-2.10.7-link-libirc-to-libsasl2.patch   |   12 
 extra-i686/pidgin.install|   11 
 extra-x86_64/PKGBUILD|  103 --
 extra-x86_64/pidgin-2.10.7-link-libirc-to-libsasl2.patch |   12 
 extra-x86_64/pidgin.install  |   11 
 8 files changed, 218 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-28 15:36:09 UTC (rev 204841)
+++ extra-i686/PKGBUILD 2014-01-28 15:36:21 UTC (rev 204842)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.7
-pkgrel=4
-arch=('i686' 'x86_64')
-url=http://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
- 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-pidgin-2.10.7-link-libirc-to-libsasl2.patch)
-sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192'
-'063723d5dc5726c43137b4b383c9d07c2c008391f6a626faaf6cedd31a2f1e8f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://developer.pidgin.im/ticket/15517
-  patch -Np1 -i $srcdir/pidgin-2.10.7-link-libirc-to-libsasl2.patch
-  autoreconf -vi
-
-  # Use Python 2
-  sed -i 's/env python$/2/' */plugins/*.py \
-libpurple/purple-{remote,notifications-example,url-handler}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-python=/usr/bin/python2 \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc=Multi-protocol instant messaging client
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-  install=pidgin.install
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  install -Dm644 pidgin.desktop $pkgdir/usr/share/applications/pidgin.desktop
-
-  rm $pkgdir/usr/share/man/man1/finch.1
-}
-
-package_libpurple(){
-  pkgdesc=IM library extracted from Pidgin
-  depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python2-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $srcdir/pidgin-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C $_dir DESTDIR=$pkgdir install
-  done
-}
-
-package_finch(){
-  pkgdesc=A ncurses-based messaging client
-  depends=(libpurple=$pkgver-$pkgrel 'libx11' 'python2')
-
-  cd $srcdir/pidgin-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  make -C finch DESTDIR=$pkgdir install
-  make -C doc DESTDIR=$pkgdir install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
-
-  rm $pkgdir/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD 

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

2014-01-28 Thread Evangelos Foutras
Date: Tuesday, January 28, 2014 @ 16:36:09
  Author: foutrelis
Revision: 204841

upgpkg: pidgin 2.10.8-1

New upstream release.

Modified:
  pidgin/trunk/PKGBUILD
Deleted:
  pidgin/trunk/pidgin-2.10.7-link-libirc-to-libsasl2.patch

-+
 PKGBUILD|   15 +--
 pidgin-2.10.7-link-libirc-to-libsasl2.patch |   12 
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:18:04 UTC (rev 204840)
+++ PKGBUILD2014-01-28 15:36:09 UTC (rev 204841)
@@ -6,8 +6,8 @@
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.7
-pkgrel=4
+pkgver=2.10.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://pidgin.im/;
 license=('GPL')
@@ -14,18 +14,13 @@
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
  'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
  'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-pidgin-2.10.7-link-libirc-to-libsasl2.patch)
-sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192'
-'063723d5dc5726c43137b4b383c9d07c2c008391f6a626faaf6cedd31a2f1e8f')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('b633367e3588ff3e615d68e812302dfdbe32e73693cbe42a0d827b7aed7a8227'
+'SKIP')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # https://developer.pidgin.im/ticket/15517
-  patch -Np1 -i $srcdir/pidgin-2.10.7-link-libirc-to-libsasl2.patch
-  autoreconf -vi
-
   # Use Python 2
   sed -i 's/env python$/2/' */plugins/*.py \
 libpurple/purple-{remote,notifications-example,url-handler}

Deleted: pidgin-2.10.7-link-libirc-to-libsasl2.patch
===
--- pidgin-2.10.7-link-libirc-to-libsasl2.patch 2014-01-28 15:18:04 UTC (rev 
204840)
+++ pidgin-2.10.7-link-libirc-to-libsasl2.patch 2014-01-28 15:36:09 UTC (rev 
204841)
@@ -1,12 +0,0 @@
-diff -upr pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am 
pidgin-2.10.7/libpurple/protocols/irc/Makefile.am
 pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am 2013-02-14 
02:44:47.0 +0200
-+++ pidgin-2.10.7/libpurple/protocols/irc/Makefile.am  2013-02-14 
02:49:58.0 +0200
-@@ -27,7 +27,7 @@ else
- st =
- pkg_LTLIBRARIES   = libirc.la
- libirc_la_SOURCES = $(IRCSOURCES)
--libirc_la_LIBADD  = $(GLIB_LIBS)
-+libirc_la_LIBADD  = $(GLIB_LIBS) $(SASL_LIBS)
- 
- endif
- 



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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 16:17:20
  Author: fyan
Revision: 104960

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 15:16:32 UTC (rev 104959)
+++ PKGBUILD2014-01-28 15:17:20 UTC (rev 104960)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-_pkgname=sh
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.09
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir
-
-  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-  cd $srcdir/python2-$_pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('b68a2f91de880dce042d4f03ec9e0f47')

Copied: python-sh/repos/community-any/PKGBUILD (from rev 104959, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 15:17:20 UTC (rev 104960)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+_pkgname=sh
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.09
+pkgrel=2
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz;)
+
+build() {
+  cp -r $_pkgname-$pkgver python2-$_pkgname-$pkgver
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('b68a2f91de880dce042d4f03ec9e0f47')



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

2014-01-28 Thread Sven-Hendrik Haase
Date: Tuesday, January 28, 2014 @ 19:12:28
  Author: svenstaro
Revision: 104962

upgpkg: springlobby 0.180-3

Fix FS#38676

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:19:46 UTC (rev 104961)
+++ PKGBUILD2014-01-28 18:12:28 UTC (rev 104962)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.180
-pkgrel=2
+pkgrel=3
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;



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

2014-01-28 Thread Sven-Hendrik Haase
Date: Tuesday, January 28, 2014 @ 19:12:41
  Author: svenstaro
Revision: 104963

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

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

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 18:12:28 UTC (rev 104962)
+++ community-i686/PKGBUILD 2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4e33b20be873660649cf7c369ce81373')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 104962, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 18:12:41 UTC (rev 104963)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=3
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-01-28 18:12:28 UTC (rev 104962)
+++ community-i686/springlobby.install  2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 104962, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-01-28 18:12:41 UTC (rev 104963)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 18:12:28 UTC (rev 104962)
+++ community-x86_64/PKGBUILD   2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;

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

2014-01-28 Thread Giovanni Scafora
Date: Tuesday, January 28, 2014 @ 19:18:59
  Author: giovanni
Revision: 104965

archrelease: copy trunk to community-any

Added:
  man-pages-it/repos/community-any/PKGBUILD
(from rev 104964, man-pages-it/trunk/PKGBUILD)
Deleted:
  man-pages-it/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 18:18:54 UTC (rev 104964)
+++ PKGBUILD2014-01-28 18:18:59 UTC (rev 104965)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-
-pkgname=man-pages-it
-pkgver=2.80
-pkgrel=5
-pkgdesc=Italian man pages
-arch=('any')
-url=http://www.pluto.it/ildp/man/index.html;
-license=('GPL')
-depends=('man-pages')
-options=('!emptydirs')
-source=(http://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.gz;)
-md5sums=('d6edbaf893507f80199f35df9c268aa0')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make MANDIR=${pkgdir}/usr/share/man/it
-  make MANDIR=${pkgdir}/usr/share/man/it install
-
-  # remove conflicts with other man pages
-  rm -f $pkgdir/usr/share/man/it/man5/passwd.5*
-}

Copied: man-pages-it/repos/community-any/PKGBUILD (from rev 104964, 
man-pages-it/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 18:18:59 UTC (rev 104965)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=man-pages-it
+pkgver=3.56
+pkgrel=1
+pkgdesc=Italian man pages
+arch=('any')
+url=http://www.pluto.it/ildp/man/index.html;
+license=('GPL')
+depends=('man-pages')
+options=('!emptydirs')
+source=(ftp://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.xz;)
+md5sums=('83807c3857dca5cab5fab0f020cd837e')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make MANDIR=${pkgdir}/usr/share/man/it
+  make MANDIR=${pkgdir}/usr/share/man/it install
+
+  # remove conflicts with other man pages
+  rm -f $pkgdir/usr/share/man/it/man5/passwd.5*
+}



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

2014-01-28 Thread Giovanni Scafora
Date: Tuesday, January 28, 2014 @ 19:18:54
  Author: giovanni
Revision: 104964

upgpkg: man-pages-it 3.56-1

upstream release

Modified:
  man-pages-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 18:12:41 UTC (rev 104963)
+++ PKGBUILD2014-01-28 18:18:54 UTC (rev 104964)
@@ -3,8 +3,8 @@
 # Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
 
 pkgname=man-pages-it
-pkgver=2.80
-pkgrel=5
+pkgver=3.56
+pkgrel=1
 pkgdesc=Italian man pages
 arch=('any')
 url=http://www.pluto.it/ildp/man/index.html;
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('man-pages')
 options=('!emptydirs')
-source=(http://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.gz;)
-md5sums=('d6edbaf893507f80199f35df9c268aa0')
+source=(ftp://ftp.pluto.it/pub/pluto/ildp/man/$pkgname-$pkgver.tar.xz;)
+md5sums=('83807c3857dca5cab5fab0f020cd837e')
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-01-28 Thread Laurent Carlier
Date: Tuesday, January 28, 2014 @ 20:31:59
  Author: lcarlier
Revision: 104966

upgpkg: lib32-e2fsprogs 1.42.9-1

upstream update 1.42.9

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 18:18:59 UTC (rev 104965)
+++ PKGBUILD2014-01-28 19:31:59 UTC (rev 104966)
@@ -5,7 +5,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.42.8
+pkgver=1.42.9
 pkgrel=1
 pkgdesc=Ext2 filesystem libraries (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-util-linux' $_pkgbasename)
 makedepends=('bc' 'gcc-multilib')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
-sha1sums=('79cdb2374a9c0e68f01739598679db06d546b897')
+sha1sums=('fb8e3662302bcab1682d567d6ee0ff051faa1bbd')
 
 build() {
   export CC=gcc -m32



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

2014-01-28 Thread Laurent Carlier
Date: Tuesday, January 28, 2014 @ 20:32:06
  Author: lcarlier
Revision: 104967

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-e2fsprogs/repos/multilib-testing-x86_64/
  lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD
(from rev 104966, lib32-e2fsprogs/trunk/PKGBUILD)

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

Copied: lib32-e2fsprogs/repos/multilib-testing-x86_64/PKGBUILD (from rev 
104966, lib32-e2fsprogs/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-01-28 19:32:06 UTC (rev 104967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: mightyjaym jm.ambros...@free.fr
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.42.9
+pkgrel=1
+pkgdesc=Ext2 filesystem libraries (32-bit)
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
+sha1sums=('fb8e3662302bcab1682d567d6ee0ff051faa1bbd')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install-libs
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-01-28 Thread Peter Lewis
Date: Wednesday, January 29, 2014 @ 00:09:25
  Author: plewis
Revision: 104968

upgpkg: task 2.3.0-2

FS#38653

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 19:32:06 UTC (rev 104967)
+++ PKGBUILD2014-01-28 23:09:25 UTC (rev 104968)
@@ -6,12 +6,12 @@
 
 pkgname=task
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A command-line todo list manager
 arch=('i686' 'x86_64')
 url=http://taskwarrior.org/projects/show/taskwarrior/;
 license=('MIT')
-depends=('util-linux')
+depends=('util-linux' 'gnutls')
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
 source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)



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

2014-01-28 Thread Peter Lewis
Date: Wednesday, January 29, 2014 @ 00:09:48
  Author: plewis
Revision: 104969

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 23:09:25 UTC (rev 104968)
+++ community-i686/PKGBUILD 2014-01-28 23:09:48 UTC (rev 104969)
@@ -1,42 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Ray Kohler atara...@gmail.com
-# Contributor: muflax muf...@gmail.com
-# Contributor: coolkehon coolke...@gmail.com
-
-pkgname=task
-pkgver=2.3.0
-pkgrel=1
-pkgdesc=A command-line todo list manager
-arch=('i686' 'x86_64')
-url=http://taskwarrior.org/projects/show/taskwarrior/;
-license=('MIT')
-depends=('util-linux')
-makedepends=('cmake')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
-
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/task/LICENSE
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 104968, 
task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 23:09:48 UTC (rev 104969)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Ray Kohler atara...@gmail.com
+# Contributor: muflax muf...@gmail.com
+# Contributor: coolkehon coolke...@gmail.com
+
+pkgname=task
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=A command-line todo list manager
+arch=('i686' 'x86_64')
+url=http://taskwarrior.org/projects/show/taskwarrior/;
+license=('MIT')
+depends=('util-linux' 'gnutls')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
+
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 

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

2014-01-28 Thread Sébastien Luttringer
Date: Wednesday, January 29, 2014 @ 00:21:57
  Author: seblu
Revision: 104971

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 104970, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 104970, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 104970, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 104970, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 23:21:40 UTC (rev 104970)
+++ community-i686/PKGBUILD 2014-01-28 23:21:57 UTC (rev 104971)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.10
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('d838c23d80682650315d1ae447dad48a'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 104970, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 23:21:57 UTC (rev 104971)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.11
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2014-01-28 23:21:40 UTC (rev 104970)
+++ community-i686/keepalived.service   2014-01-28 23:21:57 UTC (rev 104971)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 104970, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2014-01-28 23:21:57 UTC (rev 104971)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2014-01-28 Thread Sébastien Luttringer
Date: Wednesday, January 29, 2014 @ 00:21:40
  Author: seblu
Revision: 104970

upgpkg: keepalived 1.2.11-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 23:09:48 UTC (rev 104969)
+++ PKGBUILD2014-01-28 23:21:40 UTC (rev 104970)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.10
+pkgver=1.2.11
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('d838c23d80682650315d1ae447dad48a'
+md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



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

2014-01-28 Thread Gaetan Bisson
Date: Wednesday, January 29, 2014 @ 01:25:18
  Author: bisson
Revision: 204843

upstream update

Modified:
  libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 15:36:21 UTC (rev 204842)
+++ PKGBUILD2014-01-29 00:25:18 UTC (rev 204843)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libao
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='Cross-platform audio output library and plugins'
 url='http://xiph.org/ao/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/libao.conf')
 source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
 'libao.conf')
-sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+sha1sums=('6b1d2c6a2e388e3bb6ebea158d51afef18aacc56'
   '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
 
 conflicts=('libao-pulse')



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

2014-01-28 Thread Gaetan Bisson
Date: Wednesday, January 29, 2014 @ 01:25:51
  Author: bisson
Revision: 204844

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

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

-+
 /PKGBUILD   |   76 ++
 /libao.conf |4 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/libao.conf   |2 -
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/libao.conf |2 -
 6 files changed, 80 insertions(+), 80 deletions(-)

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

Copied: libao/repos/extra-i686/PKGBUILD (from rev 204843, libao/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-29 00:25:51 UTC (rev 204844)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libao
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('libpulse')
+backup=('etc/libao.conf')
+source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+'libao.conf')
+sha1sums=('6b1d2c6a2e388e3bb6ebea158d51afef18aacc56'
+  '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=(libao-pulse=${pkgver}-${pkgrel})
+replaces=('libao-pulse')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
+}

Deleted: extra-i686/libao.conf
===
--- extra-i686/libao.conf   2014-01-29 00:25:18 UTC (rev 204843)
+++ extra-i686/libao.conf   2014-01-29 00:25:51 UTC (rev 204844)
@@ -1,2 +0,0 @@
-default_driver=alsa
-dev=default

Copied: libao/repos/extra-i686/libao.conf (from rev 204843, 
libao/trunk/libao.conf)
===
--- extra-i686/libao.conf   (rev 0)
+++ extra-i686/libao.conf   2014-01-29 00:25:51 UTC (rev 204844)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-29 00:25:18 UTC (rev 204843)
+++ extra-x86_64/PKGBUILD   2014-01-29 00:25:51 UTC (rev 204844)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libao
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Cross-platform audio output library and plugins'
-url='http://xiph.org/ao/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('alsa-lib')
-makedepends=('libpulse')
-backup=('etc/libao.conf')
-source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
-'libao.conf')
-sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
-  '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
-
-conflicts=('libao-pulse')

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

2014-01-28 Thread Gaetan Bisson
Date: Wednesday, January 29, 2014 @ 02:50:01
  Author: bisson
Revision: 204845

upstream update

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-29 00:25:51 UTC (rev 204844)
+++ PKGBUILD2014-01-29 01:50:01 UTC (rev 204845)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=socat
-pkgver=1.7.2.2
+pkgver=1.7.2.3
 pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
+sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2014-01-28 Thread Gaetan Bisson
Date: Wednesday, January 29, 2014 @ 02:50:38
  Author: bisson
Revision: 204846

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-29 01:50:01 UTC (rev 204845)
+++ extra-i686/PKGBUILD 2014-01-29 01:50:38 UTC (rev 204846)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.2
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 204845, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-29 01:50:38 UTC (rev 204846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.3
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-29 01:50:01 UTC (rev 204845)
+++ extra-x86_64/PKGBUILD   2014-01-29 01:50:38 UTC (rev 204846)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.2
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 204845, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-29 01:50:38 UTC (rev 204846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.3
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('580c56b6aadab6b71562e1c5a963c22e8ace6e32')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-01-28 Thread Felix Yan
Date: Wednesday, January 29, 2014 @ 05:06:31
  Author: fyan
Revision: 104972

upgpkg: phantomjs 1.9.7-1

- upstream new release

Modified:
  phantomjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 23:21:57 UTC (rev 104971)
+++ PKGBUILD2014-01-29 04:06:31 UTC (rev 104972)
@@ -6,7 +6,7 @@
 # Contributor: Henry Tang henry...@gmail.com
 
 pkgname=phantomjs
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 pkgdesc=Headless WebKit with JavaScript API
 url=http://www.phantomjs.org/;
@@ -18,6 +18,7 @@
 
 build() {
   cd $pkgname
+
   # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
   sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
 



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

2014-01-28 Thread Felix Yan
Date: Wednesday, January 29, 2014 @ 05:07:48
  Author: fyan
Revision: 104973

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-29 04:06:31 UTC (rev 104972)
+++ community-i686/PKGBUILD 2014-01-29 04:07:48 UTC (rev 104973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  install -Dm755 $srcdir/$pkgname/bin/phantomjs $pkgdir/usr/bin/phantomjs
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/$pkgname/examples $pkgdir/usr/share/$pkgname/
-
-  install -Dm644 $srcdir/$pkgname/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
-  install -Dm644 $srcdir/$pkgname/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
-}
-
-sha512sums=('SKIP')

Copied: phantomjs/repos/community-i686/PKGBUILD (from rev 104972, 
phantomjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-29 04:07:48 UTC (rev 104973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: grimsock lord.grimsock at gmail dot com
+# Contributor: Dieter Plaetinck die...@plaetinck.be
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Henry Tang henry...@gmail.com
+
+pkgname=phantomjs
+pkgver=1.9.7
+pkgrel=1
+pkgdesc=Headless WebKit with JavaScript API
+url=http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
+makedepends=('git')
+source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
+
+build() {
+  cd $pkgname
+
+  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
+
+  ./build.sh --confirm --qt-config -no-rpath
+}
+
+package() {
+  install -Dm755 $srcdir/$pkgname/bin/phantomjs $pkgdir/usr/bin/phantomjs
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/$pkgname/examples $pkgdir/usr/share/$pkgname/
+
+  install -Dm644 $srcdir/$pkgname/LICENSE.BSD 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD
+  install -Dm644 $srcdir/$pkgname/third-party.txt 
$pkgdir/usr/share/licenses/$pkgname/third-party.txt
+}
+
+sha512sums=('SKIP')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-29 04:06:31 UTC (rev 104972)
+++ community-x86_64/PKGBUILD   2014-01-29 04:07:48 UTC (rev 104973)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: grimsock lord.grimsock at gmail dot com
-# Contributor: Dieter Plaetinck die...@plaetinck.be
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Henry Tang henry...@gmail.com
-
-pkgname=phantomjs
-pkgver=1.9.6
-pkgrel=1
-pkgdesc=Headless WebKit with JavaScript API
-url=http://www.phantomjs.org/;
-license=('BSD' 'LGPL' 'MIT')
-arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'fontconfig' 'freetype2' 'gcc-libs')
-makedepends=('git')
-source=(git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;)
-
-build() {
-  cd $pkgname
-  # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
-  sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' 
src/qt/src/3rdparty/webkit/Source/common.pri
-
-  ./build.sh --confirm --qt-config -no-rpath
-}
-
-package() {
-  

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

2014-01-28 Thread Eric Bélanger
Date: Wednesday, January 29, 2014 @ 05:28:57
  Author: eric
Revision: 104974

upgpkg: youtube-dl 2014.01.28.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-29 04:07:48 UTC (rev 104973)
+++ PKGBUILD2014-01-29 04:28:57 UTC (rev 104974)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.01.23.4
+pkgver=2014.01.28.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('39c047d26f61dc0910f5cb2f72778a4cacec5ee4'
+sha1sums=('4e74d8ec2e34f9d5a158d2e014b28790c67f11c4'
   'SKIP')
 
 prepare() {



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

2014-01-28 Thread Eric Bélanger
Date: Wednesday, January 29, 2014 @ 05:29:24
  Author: eric
Revision: 104975

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 104974, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-29 04:28:57 UTC (rev 104974)
+++ PKGBUILD2014-01-29 04:29:24 UTC (rev 104975)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.01.23.4
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('39c047d26f61dc0910f5cb2f72778a4cacec5ee4'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 104974, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-29 04:29:24 UTC (rev 104975)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.01.28.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('4e74d8ec2e34f9d5a158d2e014b28790c67f11c4'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}