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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 08:27:54
  Author: fyan
Revision: 213378

upgpkg: python-markupsafe 0.23-1

Modified:
  python-markupsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 01:59:19 UTC (rev 213377)
+++ PKGBUILD2014-05-22 06:27:54 UTC (rev 213378)
@@ -4,7 +4,7 @@
 # Contributor: Alex Anthony alex.anthony28...@gmail.com
 
 pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.21
+pkgver=0.23
 pkgrel=1
 pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-sha512sums=('ecedf56be7ad1723c4d7bf799e1aefb8ceb0a28840a1b8ffdc2dee0f734149430cf5dfd5d335591e9934cf223255475e9c04da5ab34ed69e7845298f599d81bc')
+sha512sums=('4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28')
 
 build() {
   cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}



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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 08:29:28
  Author: fyan
Revision: 213379

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

Added:
  python-markupsafe/repos/extra-i686/PKGBUILD
(from rev 213378, python-markupsafe/trunk/PKGBUILD)
  python-markupsafe/repos/extra-x86_64/PKGBUILD
(from rev 213378, python-markupsafe/trunk/PKGBUILD)
Deleted:
  python-markupsafe/repos/extra-i686/PKGBUILD
  python-markupsafe/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-22 06:27:54 UTC (rev 213378)
+++ extra-i686/PKGBUILD 2014-05-22 06:29:28 UTC (rev 213379)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.21
-pkgrel=1
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
-sha512sums=('ecedf56be7ad1723c4d7bf799e1aefb8ceb0a28840a1b8ffdc2dee0f734149430cf5dfd5d335591e9934cf223255475e9c04da5ab34ed69e7845298f599d81bc')
-
-build() {
-  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/MarkupSafe-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/python2-MarkupSafe-${pkgver}
-  python2 setup.py test
-}
-
-package_python-markupsafe() {
-  depends=('python')
-
-  cd MarkupSafe-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
-}
-
-package_python2-markupsafe() {
-  depends=('python2')
-
-  cd python2-MarkupSafe-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
-}

Copied: python-markupsafe/repos/extra-i686/PKGBUILD (from rev 213378, 
python-markupsafe/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-22 06:29:28 UTC (rev 213379)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Alex Anthony alex.anthony28...@gmail.com
+
+pkgname=('python-markupsafe' 'python2-markupsafe')
+pkgver=0.23
+pkgrel=1
+pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/MarkupSafe;
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz;)
+sha512sums=('4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28')
+
+build() {
+  cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/MarkupSafe-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/python2-MarkupSafe-${pkgver}
+  python2 setup.py test
+}
+
+package_python-markupsafe() {
+  depends=('python')
+
+  cd MarkupSafe-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python-markupsafe/LICENSE
+}
+
+package_python2-markupsafe() {
+  depends=('python2')
+
+  cd python2-MarkupSafe-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/python2-markupsafe/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-22 06:27:54 UTC (rev 213378)
+++ extra-x86_64/PKGBUILD   2014-05-22 06:29:28 UTC (rev 213379)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Alex Anthony alex.anthony28...@gmail.com
-
-pkgname=('python-markupsafe' 'python2-markupsafe')
-pkgver=0.21
-pkgrel=1
-pkgdesc=Implements a XML/HTML/XHTML Markup safe string for Python
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/MarkupSafe;
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')

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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 10:35:11
  Author: mtorromeo
Revision: 111652

upgpkg: python-requests 2.3.0-1

Updated to 2.3.0

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-21 22:30:42 UTC (rev 111651)
+++ PKGBUILD2014-05-22 08:35:11 UTC (rev 111652)
@@ -3,8 +3,8 @@
 
 pkgbase=python-requests
 pkgname=(python-requests python2-requests)
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 _libname=requests
 pkgdesc=Python HTTP for Humans.
 url=http://python-requests.org;
@@ -56,5 +56,5 @@
 python2 setup.py install --skip-build -O1 --root=$pkgdir
 }
 
-sha256sums=('1266921f1bed5fbf364cd83cf239b6d7b3ea5c32bc93980d9ba12cdcfd02'
+sha256sums=('1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc'
 '55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')



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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 10:37:27
  Author: mtorromeo
Revision: 111653

archrelease: copy trunk to community-any

Added:
  python-requests/repos/community-any/PKGBUILD
(from rev 111652, python-requests/trunk/PKGBUILD)
  python-requests/repos/community-any/certs.patch
(from rev 111652, 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-05-22 08:35:11 UTC (rev 111652)
+++ PKGBUILD2014-05-22 08:37:27 UTC (rev 111653)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-requests
-pkgname=(python-requests python2-requests)
-pkgver=2.2.1
-pkgrel=2
-_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')

Copied: python-requests/repos/community-any/PKGBUILD (from rev 111652, 
python-requests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 08:37:27 UTC (rev 111653)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-requests
+pkgname=(python-requests python2-requests)
+pkgver=2.3.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=('1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc'
+'55f8ae9c2a81c65fb2e8d94b23cff58524ddfbb31ea5180219e6a79db2975805')

Deleted: certs.patch
===
--- certs.patch 2014-05-22 08:35:11 UTC (rev 111652)
+++ certs.patch 2014-05-22 08:37:27 UTC 

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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 10:53:24
  Author: mtorromeo
Revision: 111654

upgpkg: snapper 0.2.2-1

Updated to 0.2.2 with rollback support disabled due to bug in btrfs-progs

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 08:37:27 UTC (rev 111653)
+++ PKGBUILD2014-05-22 08:53:24 UTC (rev 111654)
@@ -2,7 +2,7 @@
 # Contributor: Tom Kuther gim...@sonnenkinder.org
 
 pkgname=snapper
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
@@ -13,16 +13,10 @@
 optdepends=('pam: pam_snapper')
 backup=('etc/conf.d/snapper')
 source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-options=(!libtool)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # rename cron scripts
-  sed -i -e 's...@suse.de-@@g' scripts/Makefile.am
-  # fix config location in cron scripts
-  sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
-
   # boost fixlets - Arch doesn't use -mt suffix
   sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
   sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
@@ -29,9 +23,16 @@
 
   # fix pam plugin install location
   sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-  # Arch all in /usr/bin
+
+  # all in /usr/bin
   sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
 
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+
   aclocal
   libtoolize --force --automake --copy
   autoheader
@@ -41,7 +42,10 @@
   --sbindir=/usr/bin \
   --with-conf=/etc/conf.d \
   --disable-zypp \
-  --disable-silent-rules
+  --disable-silent-rules \
+  --disable-rollback
+  # rollback disabled until patch applied in next btrfs-progs release
+  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
   make
 }
 
@@ -55,4 +59,5 @@
   rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
 }
 
-sha256sums=('37f4aa1712be2cd561d1bc062c27f30b7bd4d470fd57c95f53b90fba522352f5')
+sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
+



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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 10:55:36
  Author: mtorromeo
Revision: 111655

archrelease: copy trunk to community-x86_64

Added:
  snapper/repos/community-x86_64/PKGBUILD
(from rev 111654, snapper/trunk/PKGBUILD)
Deleted:
  snapper/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 08:53:24 UTC (rev 111654)
+++ PKGBUILD2014-05-22 08:55:36 UTC (rev 111655)
@@ -1,58 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # rename cron scripts
-  sed -i -e 's...@suse.de-@@g' scripts/Makefile.am
-  # fix config location in cron scripts
-  sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
-  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-  # Arch all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-}
-
-sha256sums=('37f4aa1712be2cd561d1bc062c27f30b7bd4d470fd57c95f53b90fba522352f5')

Copied: snapper/repos/community-x86_64/PKGBUILD (from rev 111654, 
snapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 08:55:36 UTC (rev 111655)
@@ -0,0 +1,63 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
+  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules \
+  --disable-rollback
+  # rollback disabled until patch applied in next btrfs-progs release
+  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
+
+  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
+  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
+}
+
+sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
+



[arch-commits] Commit in (5 files)

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 11:00:24
  Author: thestinger
Revision: 111656

add paxd (Arch-specific package for linux-grsec)

Added:
  paxd/
  paxd/repos/
  paxd/trunk/
  paxd/trunk/10-enable-pax.conf
  paxd/trunk/PKGBUILD

+
 10-enable-pax.conf |2 ++
 PKGBUILD   |   27 +++
 2 files changed, 29 insertions(+)

Added: paxd/trunk/10-enable-pax.conf
===
--- paxd/trunk/10-enable-pax.conf   (rev 0)
+++ paxd/trunk/10-enable-pax.conf   2014-05-22 09:00:24 UTC (rev 111656)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Added: paxd/trunk/PKGBUILD
===
--- paxd/trunk/PKGBUILD (rev 0)
+++ paxd/trunk/PKGBUILD 2014-05-22 09:00:24 UTC (rev 111656)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=1
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(linux-grsec)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}



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

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 11:04:33
  Author: thestinger
Revision: 111657

upgpkg: paxd 1-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 09:00:24 UTC (rev 111656)
+++ PKGBUILD2014-05-22 09:04:33 UTC (rev 111657)
@@ -6,7 +6,7 @@
 arch=(i686 x86_64)
 url='https://github.com/thestinger/paxd/'
 license=(MIT)
-depends=(linux-grsec)
+depends=(glibc)
 makedepends=(git)
 source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
 md5sums=('SKIP'



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

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 11:04:58
  Author: thestinger
Revision: 111658

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

Added:
  paxd/repos/community-i686/
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 111657, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 111657, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 111657, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 111657, paxd/trunk/PKGBUILD)

-+
 community-i686/10-enable-pax.conf   |2 ++
 community-i686/PKGBUILD |   27 +++
 community-x86_64/10-enable-pax.conf |2 ++
 community-x86_64/PKGBUILD   |   27 +++
 4 files changed, 58 insertions(+)

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 111657, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/PKGBUILD (from rev 111657, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=1
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 111657, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/PKGBUILD (from rev 111657, 
paxd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=1
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}



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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 11:06:24
  Author: mtorromeo
Revision: 111659

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

Added:
  snapper/repos/community-i686/PKGBUILD
(from rev 111656, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/PKGBUILD
(from rev 111658, snapper/trunk/PKGBUILD)
Deleted:
  snapper/repos/community-i686/PKGBUILD
  snapper/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 09:04:58 UTC (rev 111658)
+++ community-i686/PKGBUILD 2014-05-22 09:06:24 UTC (rev 111659)
@@ -1,58 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # rename cron scripts
-  sed -i -e 's...@suse.de-@@g' scripts/Makefile.am
-  # fix config location in cron scripts
-  sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
-  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-  # Arch all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-}
-
-sha256sums=('37f4aa1712be2cd561d1bc062c27f30b7bd4d470fd57c95f53b90fba522352f5')

Copied: snapper/repos/community-i686/PKGBUILD (from rev 111656, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 09:06:24 UTC (rev 111659)
@@ -0,0 +1,63 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
+  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-conf=/etc/conf.d \
+  --disable-zypp \
+  --disable-silent-rules \
+  --disable-rollback
+  # rollback disabled until patch applied in next btrfs-progs release
+  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir 

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

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 11:14:10
  Author: bpiotrowski
Revision: 213380

upgpkg: nginx 1.6.0-3

use Type=forking for better service dependencies handling

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 06:29:28 UTC (rev 213379)
+++ PKGBUILD2014-05-22 09:14:10 UTC (rev 213380)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 service
 logrotate)
 md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- 'fed60747cefcf90dc9fbfa5fa93cacd1'
+ '323e01bfce9b0c7b0da21c7001098566'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-05-22 06:29:28 UTC (rev 213379)
+++ service 2014-05-22 09:14:10 UTC (rev 213380)
@@ -3,7 +3,8 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=forking
+PIDFile=/run/nginx.pid
 PrivateDevices=yes
 SyslogLevel=err
 



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

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 11:14:19
  Author: bpiotrowski
Revision: 213381

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 213380, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 213380, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 213380, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 213380, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 213380, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 213380, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 213380, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 213380, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  200 +
 /logrotate   |   18 +++
 /nginx.install   |   42 
 /service |   34 ++
 testing-i686/PKGBUILD|  100 
 testing-i686/logrotate   |9 -
 testing-i686/nginx.install   |   21 
 testing-i686/service |   16 ---
 testing-x86_64/PKGBUILD  |  100 
 testing-x86_64/logrotate |9 -
 testing-x86_64/nginx.install |   21 
 testing-x86_64/service   |   16 ---
 12 files changed, 294 insertions(+), 292 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-22 09:14:10 UTC (rev 213380)
+++ testing-i686/PKGBUILD   2014-05-22 09:14:19 UTC (rev 213381)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- 'fed60747cefcf90dc9fbfa5fa93cacd1'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  

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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 11:27:13
  Author: fyan
Revision: 111660

upgpkg: wiznote 2.1.7-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 09:06:24 UTC (rev 111659)
+++ PKGBUILD2014-05-22 09:27:13 UTC (rev 111660)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.1.0_beta
+pkgver=2.1.7
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')
@@ -10,19 +10,34 @@
 url=http://www.wiznote.com;
 license=('GPL3' 'custom')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v${pkgver/_/-};)
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
 md5sums=('SKIP')
 
+prepare() {
+  # This case change doesn't make any sense, really...
+  sed -i s/Exec=wiznote/Exec=WizNote/ 
$_wiznote_project_name/build/common/wiznote.desktop
+
+  # And this...
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
 build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
 }
 
 package() {
-   cd $_wiznote_project_name
-   make DESTDIR=$pkgdir/ install
+  cd build
+  make DESTDIR=$pkgdir/ install
 }



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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 11:28:35
  Author: fyan
Revision: 111661

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

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

--+
 /PKGBUILD|   86 +
 /wiznote.install |   24 ++
 community-i686/PKGBUILD  |   28 
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   28 
 community-x86_64/wiznote.install |   12 -
 6 files changed, 110 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 09:27:13 UTC (rev 111660)
+++ community-i686/PKGBUILD 2014-05-22 09:28:35 UTC (rev 111661)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Albert.Zhou albert.z...@wiz.cn
-
-pkgname=wiznote
-pkgver=2.0.64
-pkgrel=1
-pkgdesc=Opensource cross-platform cloud based note-taking client
-arch=('i686' 'x86_64')
-url=http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
-install=wiznote.install
-_wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR=$pkgdir/ install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 111660, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 09:28:35 UTC (rev 111661)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Albert.Zhou albert.z...@wiz.cn
+
+pkgname=wiznote
+pkgver=2.1.7
+pkgrel=1
+pkgdesc=Opensource cross-platform cloud based note-taking client
+arch=('i686' 'x86_64')
+url=http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name=WizQTClient
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  # This case change doesn't make any sense, really...
+  sed -i s/Exec=wiznote/Exec=WizNote/ 
$_wiznote_project_name/build/common/wiznote.desktop
+
+  # And this...
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-05-22 09:27:13 UTC (rev 111660)
+++ community-i686/wiznote.install  2014-05-22 09:28:35 UTC (rev 111661)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 111660, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-05-22 09:28:35 UTC (rev 111661)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-22 09:27:13 UTC (rev 111660)
+++ community-x86_64/PKGBUILD   2014-05-22 09:28:35 UTC (rev 111661)
@@ -1,28 +0,0 @@
-# $Id$

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

2014-05-22 Thread Lukas Jirkovsky
Date: Thursday, May 22, 2014 @ 11:41:46
  Author: stativ
Revision: 111662

rawtherapee: prepare for the 4.1 update, remove commented out code

Modified:
  rawtherapee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 09:28:35 UTC (rev 111661)
+++ PKGBUILD2014-05-22 09:41:46 UTC (rev 111662)
@@ -5,7 +5,7 @@
 # Contributor: Archie mym...@gmail.com
 
 pkgname=rawtherapee
-pkgver=4.0.12
+pkgver=4.1
 pkgrel=1
 epoch=1
 pkgdesc=Raw photo editor
@@ -14,12 +14,9 @@
 license=('GPL3')
 depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('cmake' 'mercurial')
-#makedepends=('cmake')
 install=rawtherapee.install
 
source=(rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver;)
 md5sums=('SKIP')
-#source=(http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz;)
-#md5sums=('d30a54e6446326d8299c06ec76c281d8')
 
 build() {
   mkdir $srcdir/$pkgname-build



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

2014-05-22 Thread Lukas Jirkovsky
Date: Thursday, May 22, 2014 @ 11:51:37
  Author: stativ
Revision: 111663

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

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

--+
 /PKGBUILD|   68 +
 /rawtherapee.install |   34 
 community-i686/PKGBUILD  |   37 -
 community-i686/rawtherapee.install   |   17 
 community-x86_64/PKGBUILD|   37 -
 community-x86_64/rawtherapee.install |   17 
 6 files changed, 102 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 09:41:46 UTC (rev 111662)
+++ community-i686/PKGBUILD 2014-05-22 09:51:37 UTC (rev 111663)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkovsky AT gmail.com
-# Contributor: Bogdan Szczurek thebodzio(at)gmail.com
-# Contributor: Vaclav Kramar vaclav.kra...@tiscali.cz
-# Contributor: Archie mym...@gmail.com
-
-pkgname=rawtherapee
-pkgver=4.0.12
-pkgrel=1
-epoch=1
-pkgdesc=RAW photo editor
-arch=('i686' 'x86_64')
-url=http://www.rawtherapee.com/;
-license=('GPL3')
-depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake' 'mercurial')
-#makedepends=('cmake')
-install=rawtherapee.install
-source=(rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver;)
-md5sums=('SKIP')
-#source=(http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz;)
-#md5sums=('d30a54e6446326d8299c06ec76c281d8')
-
-build() {
-  mkdir $srcdir/$pkgname-build
-  cd $srcdir/$pkgname-build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-$srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-build
-  make DESTDIR=$pkgdir/ install
-}

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 111662, 
rawtherapee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 09:51:37 UTC (rev 111663)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkovsky AT gmail.com
+# Contributor: Bogdan Szczurek thebodzio(at)gmail.com
+# Contributor: Vaclav Kramar vaclav.kra...@tiscali.cz
+# Contributor: Archie mym...@gmail.com
+
+pkgname=rawtherapee
+pkgver=4.1
+pkgrel=1
+epoch=1
+pkgdesc=Raw photo editor
+arch=('i686' 'x86_64')
+url=http://www.rawtherapee.com/;
+license=('GPL3')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 
'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake' 'mercurial')
+install=rawtherapee.install
+source=(rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  mkdir $srcdir/$pkgname-build
+  cd $srcdir/$pkgname-build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+$srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/rawtherapee.install
===
--- community-i686/rawtherapee.install  2014-05-22 09:41:46 UTC (rev 111662)
+++ community-i686/rawtherapee.install  2014-05-22 09:51:37 UTC (rev 111663)
@@ -1,17 +0,0 @@
-post_install() {
-  echo update desktop mime database...
-  update-desktop-database -q
-  update-mime-database usr/share/mime 12  /dev/null
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-i686/rawtherapee.install (from rev 111662, 
rawtherapee/trunk/rawtherapee.install)
===
--- community-i686/rawtherapee.install  (rev 0)
+++ community-i686/rawtherapee.install  2014-05-22 09:51:37 UTC (rev 111663)
@@ -0,0 +1,17 @@
+post_install() {
+  echo update desktop mime database...
+  update-desktop-database -q
+  update-mime-database usr/share/mime 12  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install 

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

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 12:04:51
  Author: bpiotrowski
Revision: 213382

upgpkg: mariadb 10.0.11-5

switch back to gcc, -fno-delete-null-pointer-checks should fix segfaults

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 09:14:19 UTC (rev 213381)
+++ PKGBUILD2014-05-22 10:04:51 UTC (rev 213382)
@@ -5,11 +5,11 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.0.11
 _pkgver=${pkgver/.a/a}
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'clang')
+makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre')
 
source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
 mariadb.service
 mariadb-post.sh
@@ -19,19 +19,10 @@
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')
 
-prepare() {
-  cd $pkgbase-$_pkgver
-
-  # Fix build with ld.gold (for building with clang)
-  # https://mariadb.atlassian.net/browse/MDEV-5982
-  sed -i 's/-Wl,/-T,/' libmysql/CMakeLists.txt
-}
-
 build() {
   mkdir build
   cd build
 
-  CC=clang CXX=clang++ \
   cmake ../$pkgbase-$_pkgver \
 -DBUILD_CONFIG=mysql_release \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -67,11 +58,10 @@
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \
 -DWITHOUT_TOKUDB=1 \
--DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
+-DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks \
+-DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks \
 -DWITH_MYSQLD_LDFLAGS=$LDFLAGS
 
-
   make
 }
 



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

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 12:04:58
  Author: bpiotrowski
Revision: 213383

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

Added:
  mariadb/repos/testing-i686/PKGBUILD
(from rev 213382, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-i686/mariadb-post.sh
(from rev 213382, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
(from rev 213382, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-i686/mariadb.install
(from rev 213382, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-i686/mariadb.service
(from rev 213382, mariadb/trunk/mariadb.service)
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 213382, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb-post.sh
(from rev 213382, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
(from rev 213382, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 213382, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-x86_64/mariadb.service
(from rev 213382, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/testing-i686/PKGBUILD
  mariadb/repos/testing-i686/mariadb-post.sh
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
  mariadb/repos/testing-i686/mariadb.install
  mariadb/repos/testing-i686/mariadb.service
  mariadb/repos/testing-x86_64/PKGBUILD
  mariadb/repos/testing-x86_64/mariadb-post.sh
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
  mariadb/repos/testing-x86_64/mariadb.install
  mariadb/repos/testing-x86_64/mariadb.service

-+
 /PKGBUILD   |  302 ++
 /mariadb-post.sh|   16 +
 /mariadb-tmpfile.conf   |2 
 /mariadb.install|   98 +++
 /mariadb.service|   32 +++
 testing-i686/PKGBUILD   |  161 --
 testing-i686/mariadb-post.sh|8 
 testing-i686/mariadb-tmpfile.conf   |1 
 testing-i686/mariadb.install|   49 -
 testing-i686/mariadb.service|   16 -
 testing-x86_64/PKGBUILD |  161 --
 testing-x86_64/mariadb-post.sh  |8 
 testing-x86_64/mariadb-tmpfile.conf |1 
 testing-x86_64/mariadb.install  |   49 -
 testing-x86_64/mariadb.service  |   16 -
 15 files changed, 450 insertions(+), 470 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-22 10:04:51 UTC (rev 213382)
+++ testing-i686/PKGBUILD   2014-05-22 10:04:58 UTC (rev 213383)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.11
-_pkgver=${pkgver/.a/a}
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'clang')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('faa2ea3f9c6f7bc5f021d299367a7a8d'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-prepare() {
-  cd $pkgbase-$_pkgver
-
-  # Fix build with ld.gold (for building with clang)
-  # https://mariadb.atlassian.net/browse/MDEV-5982
-  sed -i 's/-Wl,/-T,/' libmysql/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-
-  CC=clang CXX=clang++ \
-  cmake ../$pkgbase-$_pkgver \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB=1 \
-

[arch-commits] Commit in (5 files)

2014-05-22 Thread Sven-Hendrik Haase
Date: Thursday, May 22, 2014 @ 12:14:19
  Author: svenstaro
Revision: 111664

Move texstudio from AUR

Added:
  texstudio/
  texstudio/repos/
  texstudio/trunk/
  texstudio/trunk/PKGBUILD
  texstudio/trunk/texstudio.install

---+
 PKGBUILD  |   28 
 texstudio.install |   15 +++
 2 files changed, 43 insertions(+)

Added: texstudio/trunk/PKGBUILD
===
--- texstudio/trunk/PKGBUILD(rev 0)
+++ texstudio/trunk/PKGBUILD2014-05-22 10:14:19 UTC (rev 111664)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt5 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Added: texstudio/trunk/texstudio.install
===
--- texstudio/trunk/texstudio.install   (rev 0)
+++ texstudio/trunk/texstudio.install   2014-05-22 10:14:19 UTC (rev 111664)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-22 Thread Sven-Hendrik Haase
Date: Thursday, May 22, 2014 @ 12:21:40
  Author: svenstaro
Revision: 111665

upgpkg: texstudio 2.7.0-1

Pushing texstudio

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 10:14:19 UTC (rev 111664)
+++ PKGBUILD2014-05-22 10:21:40 UTC (rev 111665)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://texstudio.sourceforge.net/;
 license=('GPL')
-depends=('poppler-qt5')
+depends=('poppler-qt4')
 optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
 replaces=('texmakerx')
 install=$pkgname.install
@@ -18,7 +18,7 @@
 
 build() {
 cd $srcdir/$pkgname$pkgver
-qmake-qt5 CONFIG-=debug texstudio.pro
+qmake-qt4 CONFIG-=debug texstudio.pro
 make
 }
 



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

2014-05-22 Thread Sven-Hendrik Haase
Date: Thursday, May 22, 2014 @ 12:21:48
  Author: svenstaro
Revision: 111666

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

Added:
  texstudio/repos/community-i686/
  texstudio/repos/community-i686/PKGBUILD
(from rev 111665, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-i686/texstudio.install
(from rev 111665, texstudio/trunk/texstudio.install)
  texstudio/repos/community-x86_64/
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 111665, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/texstudio.install
(from rev 111665, texstudio/trunk/texstudio.install)

+
 community-i686/PKGBUILD|   28 
 community-i686/texstudio.install   |   15 +++
 community-x86_64/PKGBUILD  |   28 
 community-x86_64/texstudio.install |   15 +++
 4 files changed, 86 insertions(+)

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 111665, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Copied: texstudio/repos/community-i686/texstudio.install (from rev 111665, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 111665, 
texstudio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2745d828d2c945bea97ea42e57fc881')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Copied: texstudio/repos/community-x86_64/texstudio.install (from rev 111665, 
texstudio/trunk/texstudio.install)
===
--- community-x86_64/texstudio.install  (rev 0)
+++ community-x86_64/texstudio.install  2014-05-22 10:21:48 UTC (rev 111666)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 12:44:27
  Author: spupykin
Revision: 111667

upgpkg: bugzilla 4.4.4-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 10:21:48 UTC (rev 111666)
+++ PKGBUILD2014-05-22 10:44:27 UTC (rev 111667)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=bugzilla
-pkgver=4.4.2
+pkgver=4.4.4
 pkgrel=1
 pkgdesc=bug tracker
 arch=('any')
@@ -27,7 +27,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('4aae9730d8187d13a133874f3dd5cc2b')
+md5sums=('234ee253eed5a38707c4d53f1124a85a')
 
 package() {
   cd $srcdir



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 12:44:38
  Author: spupykin
Revision: 111668

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 111667, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 10:44:27 UTC (rev 111667)
+++ PKGBUILD2014-05-22 10:44:38 UTC (rev 111668)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bugzilla
-pkgver=4.4.2
-pkgrel=1
-pkgdesc=bug tracker
-arch=('any')
-url=http://www.bugzilla.org;
-license=(GPL)
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('4aae9730d8187d13a133874f3dd5cc2b')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 111667, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 10:44:38 UTC (rev 111668)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bugzilla
+pkgver=4.4.4
+pkgrel=1
+pkgdesc=bug tracker
+arch=('any')
+url=http://www.bugzilla.org;
+license=(GPL)
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+   'perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('234ee253eed5a38707c4d53f1124a85a')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 14:09:12
  Author: spupykin
Revision: 111669

upgpkg: scala 2.11.1-1

upd

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 10:44:38 UTC (rev 111668)
+++ PKGBUILD2014-05-22 12:09:12 UTC (rev 111669)
@@ -4,8 +4,8 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
 _distdate=20140415-183722
 _distsha=cac6383e66
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
@@ -16,8 +16,8 @@
 makedepends=('apache-ant' 'git')
 
source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('dc8530c254006d09ffd2d62613295927'
- '26444d681c2d0b7d67cb1194c22a0679')
+md5sums=('12f2e17fadc6558884348546024af5a9'
+ '0610931b1d849e345e9fa32adef73b53')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 14:09:21
  Author: spupykin
Revision: 111670

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 111669, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

--+
 PKGBUILD |  157 +
 1 file changed, 77 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 12:09:12 UTC (rev 111669)
+++ PKGBUILD2014-05-22 12:09:21 UTC (rev 111670)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Marcin Karpezo sirmacik at gmail dot com
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.0
-pkgrel=1
-_distdate=20140415-183722
-_distsha=cac6383e66
-pkgdesc=A Java-interoperable language with object-oriented and functional 
features
-arch=('any')
-url=http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('dc8530c254006d09ffd2d62613295927'
- '26444d681c2d0b7d67cb1194c22a0679')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
-  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
-
-  ant docs
-  ant dist-opt -Dbuild.release=true
-  ant distpack-opt -Dbuild.release=true
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd ${srcdir}/${pkgname}-${pkgver}/build/pack
-
-  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-  cp -r lib ${pkgdir}/usr/share/scala/
-  cp -r man ${pkgdir}/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc=Scala documentation
-  depends=()
-
-  cd ${srcdir}
-  mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-${pkgver} $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc=Scala sources
-  depends=()
-
-  cd ${srcdir}/scala-${pkgver}/dists/maven/$pkgver-${_distdate}-${_distsha}
-  mkdir -p $pkgdir/usr/share/scala/
-  find . -type f -name '*-src.jar' | while read f; do
-install -Dm0644 $f $pkgdir/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 111669, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 12:09:21 UTC (rev 111670)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Marcin Karpezo sirmacik at gmail dot com
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.11.1
+pkgrel=1
+_distdate=20140415-183722
+_distsha=cac6383e66
+pkgdesc=A Java-interoperable language with object-oriented and functional 
features
+arch=('any')
+url=http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+md5sums=('12f2e17fadc6558884348546024af5a9'
+ '0610931b1d849e345e9fa32adef73b53')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
+  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
+  export M2_OPTS=-Dmaven.repo.local=/tmp
+  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
+}
+
+package_scala() {
+  depends=('java-runtime')
+  optdepends=('scala-docs' 'scala-sources' 'graphviz: 

[arch-commits] Commit in qt5/trunk (PKGBUILD QTBUG-39047.patch)

2014-05-22 Thread Andrea Scarpino
Date: Thursday, May 22, 2014 @ 14:27:18
  Author: andrea
Revision: 213384

upgpkg: qt5 5.3.0-3

Fix antialiasing with QML (FS#40488)

Added:
  qt5/trunk/QTBUG-39047.patch
Modified:
  qt5/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +++---
 QTBUG-39047.patch |   57 
 2 files changed, 65 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 10:04:58 UTC (rev 213383)
+++ PKGBUILD2014-05-22 12:27:18 UTC (rev 213384)
@@ -24,7 +24,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.3.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -38,13 +38,15 @@
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/5.3/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'
-'use-python2.patch')
+'use-python2.patch'
+'QTBUG-39047.patch')
 md5sums=('f00ac7930e3b1b2b364dedcd15acc142'
  'b2897dd6a2967bccf8f10e397aafee55'
  '9638a78e502719ef8fe5f8d10d0361a9'
  '188da8f4c87316e730ebf1c6217bf5a0'
  '322b419b16c75d4de0ee7ad0a246caa1'
- 'a378deccf363bd6079da459c89aff7b9')
+ 'a378deccf363bd6079da459c89aff7b9'
+ '819813c53ab11b2341baf54afbc37e37')
 
 prepare() {
   cd ${_pkgfqn}
@@ -58,6 +60,9 @@
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')
+
+  cd qtdeclarative
+  patch -p1 -i ${srcdir}/QTBUG-39047.patch
 }
 
 build() {

Added: QTBUG-39047.patch
===
--- QTBUG-39047.patch   (rev 0)
+++ QTBUG-39047.patch   2014-05-22 12:27:18 UTC (rev 213384)
@@ -0,0 +1,57 @@
+From 009ad875f89d7d7bc4447e18c2fbbd485a75e0b5 Mon Sep 17 00:00:00 2001
+From: Oleg Shparber troll...@gmail.com
+Date: Mon, 19 May 2014 00:53:39 -0700
+Subject: [PATCH] Fix improper antialiasing property behavior
+
+For components antialiased by default the property was returned
+as false if default true value was set to true again.
+
+Task-number: QTBUG-39047
+Change-Id: I16960a12b6d38a0d9e487fc6612610c39c4949d4
+Reviewed-by: Gunnar Sletta gunnar.sle...@jollamobile.com
+---
+ src/quick/items/qquickitem.cpp |8 +---
+ tests/auto/quick/qquicktext/tst_qquicktext.cpp |7 +++
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
+index 3f0dae8..ef2eac4 100644
+--- a/src/quick/items/qquickitem.cpp
 b/src/quick/items/qquickitem.cpp
+@@ -5691,10 +5691,12 @@ void QQuickItem::setAntialiasing(bool aa)
+ {
+ Q_D(QQuickItem);
+ 
+-bool changed = (aa != antialiasing());
+-d-antialiasingValid = true;
++if (!d-antialiasingValid) {
++d-antialiasingValid = true;
++d-antialiasing = d-implicitAntialiasing;
++}
+ 
+-if (!changed)
++if (aa == d-antialiasing)
+ return;
+ 
+ d-antialiasing = aa;
+diff --git a/tests/auto/quick/qquicktext/tst_qquicktext.cpp 
b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
+index 0b69981..d36c55d 100644
+--- a/tests/auto/quick/qquicktext/tst_qquicktext.cpp
 b/tests/auto/quick/qquicktext/tst_qquicktext.cpp
+@@ -1334,6 +1334,13 @@ void tst_qquicktext::antialiasing()
+ text-resetAntialiasing();
+ QCOMPARE(text-antialiasing(), true);
+ QCOMPARE(spy.count(), 2);
++
++// QTBUG-39047
++component.setData(import QtQuick 2.0\n Text { antialiasing: true }, 
QUrl());
++object.reset(component.create());
++text = qobject_castQQuickText *(object.data());
++QVERIFY(text);
++QCOMPARE(text-antialiasing(), true);
+ }
+ 
+ void tst_qquicktext::weight()
+-- 
+1.7.1
+



[arch-commits] Commit in qt5/repos (30 files)

2014-05-22 Thread Andrea Scarpino
Date: Thursday, May 22, 2014 @ 14:27:41
  Author: andrea
Revision: 213385

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

Added:
  qt5/repos/testing-i686/PKGBUILD
(from rev 213384, qt5/trunk/PKGBUILD)
  qt5/repos/testing-i686/QTBUG-39047.patch
(from rev 213384, qt5/trunk/QTBUG-39047.patch)
  qt5/repos/testing-i686/assistant.desktop
(from rev 213384, qt5/trunk/assistant.desktop)
  qt5/repos/testing-i686/designer.desktop
(from rev 213384, qt5/trunk/designer.desktop)
  qt5/repos/testing-i686/linguist.desktop
(from rev 213384, qt5/trunk/linguist.desktop)
  qt5/repos/testing-i686/qdbusviewer.desktop
(from rev 213384, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-i686/qt5-tools.install
(from rev 213384, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-i686/use-python2.patch
(from rev 213384, qt5/trunk/use-python2.patch)
  qt5/repos/testing-x86_64/PKGBUILD
(from rev 213384, qt5/trunk/PKGBUILD)
  qt5/repos/testing-x86_64/QTBUG-39047.patch
(from rev 213384, qt5/trunk/QTBUG-39047.patch)
  qt5/repos/testing-x86_64/assistant.desktop
(from rev 213384, qt5/trunk/assistant.desktop)
  qt5/repos/testing-x86_64/designer.desktop
(from rev 213384, qt5/trunk/designer.desktop)
  qt5/repos/testing-x86_64/linguist.desktop
(from rev 213384, qt5/trunk/linguist.desktop)
  qt5/repos/testing-x86_64/qdbusviewer.desktop
(from rev 213384, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/testing-x86_64/qt5-tools.install
(from rev 213384, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-x86_64/use-python2.patch
(from rev 213384, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/testing-i686/PKGBUILD
  qt5/repos/testing-i686/assistant.desktop
  qt5/repos/testing-i686/designer.desktop
  qt5/repos/testing-i686/linguist.desktop
  qt5/repos/testing-i686/qdbusviewer.desktop
  qt5/repos/testing-i686/qt5-tools.install
  qt5/repos/testing-i686/use-python2.patch
  qt5/repos/testing-x86_64/PKGBUILD
  qt5/repos/testing-x86_64/assistant.desktop
  qt5/repos/testing-x86_64/designer.desktop
  qt5/repos/testing-x86_64/linguist.desktop
  qt5/repos/testing-x86_64/qdbusviewer.desktop
  qt5/repos/testing-x86_64/qt5-tools.install
  qt5/repos/testing-x86_64/use-python2.patch

+
 /PKGBUILD  |  974 +++
 /assistant.desktop |   16 
 /designer.desktop  |   20 
 /linguist.desktop  |   18 
 /qdbusviewer.desktop   |   18 
 /qt5-tools.install |   24 
 /use-python2.patch |  176 ++
 testing-i686/PKGBUILD  |  482 -
 testing-i686/QTBUG-39047.patch |   57 ++
 testing-i686/assistant.desktop |8 
 testing-i686/designer.desktop  |   10 
 testing-i686/linguist.desktop  |9 
 testing-i686/qdbusviewer.desktop   |9 
 testing-i686/qt5-tools.install |   12 
 testing-i686/use-python2.patch |   88 ---
 testing-x86_64/PKGBUILD|  482 -
 testing-x86_64/QTBUG-39047.patch   |   57 ++
 testing-x86_64/assistant.desktop   |8 
 testing-x86_64/designer.desktop|   10 
 testing-x86_64/linguist.desktop|9 
 testing-x86_64/qdbusviewer.desktop |9 
 testing-x86_64/qt5-tools.install   |   12 
 testing-x86_64/use-python2.patch   |   88 ---
 23 files changed, 1360 insertions(+), 1236 deletions(-)

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


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

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 14:45:37
  Author: thestinger
Revision: 111671

upgpkg: paxd 2-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 12:09:21 UTC (rev 111670)
+++ PKGBUILD2014-05-22 12:45:37 UTC (rev 111671)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)



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

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 14:46:04
  Author: thestinger
Revision: 111672

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 111671, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 111671, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 111671, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 111671, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-05-22 12:45:37 UTC (rev 111671)
+++ community-i686/10-enable-pax.conf   2014-05-22 12:46:04 UTC (rev 111672)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 111671, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-05-22 12:46:04 UTC (rev 111672)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 12:45:37 UTC (rev 111671)
+++ community-i686/PKGBUILD 2014-05-22 12:46:04 UTC (rev 111672)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=1
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
- 'a40677d2cd39ada4c2560927c67e0ea2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 111671, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 12:46:04 UTC (rev 111672)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=2
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-05-22 12:45:37 UTC (rev 111671)
+++ community-x86_64/10-enable-pax.conf 2014-05-22 12:46:04 UTC (rev 111672)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 111671, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-05-22 12:46:04 UTC (rev 111672)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-22 12:45:37 UTC (rev 111671)
+++ community-x86_64/PKGBUILD   2014-05-22 12:46:04 UTC (rev 111672)
@@ -1,27 +0,0 @@
-# 

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

2014-05-22 Thread Daniel Micay
Date: Thursday, May 22, 2014 @ 14:49:49
  Author: thestinger
Revision: 111673

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 111672, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 111672, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 111672, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 111672, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-05-22 12:46:04 UTC (rev 111672)
+++ community-i686/10-enable-pax.conf   2014-05-22 12:49:49 UTC (rev 111673)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 111672, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-05-22 12:49:49 UTC (rev 111673)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 12:46:04 UTC (rev 111672)
+++ community-i686/PKGBUILD 2014-05-22 12:49:49 UTC (rev 111673)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=2
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
- 'a40677d2cd39ada4c2560927c67e0ea2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 111672, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 12:49:49 UTC (rev 111673)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=2
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-05-22 12:46:04 UTC (rev 111672)
+++ community-x86_64/10-enable-pax.conf 2014-05-22 12:49:49 UTC (rev 111673)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 111672, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-05-22 12:49:49 UTC (rev 111673)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-22 12:46:04 UTC (rev 111672)
+++ community-x86_64/PKGBUILD   2014-05-22 12:49:49 UTC (rev 111673)
@@ -1,27 +0,0 @@
-# 

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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 16:09:27
  Author: fyan
Revision: 111674

upgpkg: goagent 3.1.12-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 12:49:49 UTC (rev 111673)
+++ PKGBUILD2014-05-22 14:09:27 UTC (rev 111674)
@@ -4,7 +4,7 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.11
+pkgver=3.1.12
 pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)



[arch-commits] Commit in goagent/repos (5 files)

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 16:10:21
  Author: fyan
Revision: 111675

archrelease: copy trunk to community-testing-any

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

-+
 PKGBUILD|   58 ++
 goagent.install |   21 +++
 goagent.service |   12 +++
 3 files changed, 91 insertions(+)

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 111674, 
goagent/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-05-22 14:10:21 UTC (rev 111675)
@@ -0,0 +1,58 @@
+# $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.12
+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' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
+  -i local/proxy.py
+}
+
+package() {
+  cd $pkgname
+
+  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-testing-any/goagent.install (from rev 111674, 
goagent/trunk/goagent.install)
===
--- community-testing-any/goagent.install   (rev 0)
+++ community-testing-any/goagent.install   2014-05-22 14:10:21 UTC (rev 
111675)
@@ -0,0 +1,21 @@
+post_install() {
+echo From 3.1.2-2, /etc/goagent becomes user configuration for goagent. 
Put any customization there, not the default settings. For details, please 
refer to wiki: 
https://wiki.archlinux.org/index.php?title=GoAgent_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
+
+#cd /opt/goagent/local
+#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
+chown -R nobody:daemon /usr/share/goagent/local
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_upgrade() {
+# Disable certs cleaning until some more issue detected
+#rm -rf /usr/share/goagent/local/certs
+:
+}
+
+pre_remove() {
+rm -rf /usr/share/goagent/local/certs
+}

Copied: goagent/repos/community-testing-any/goagent.service (from rev 111674, 
goagent/trunk/goagent.service)
===
--- community-testing-any/goagent.service   (rev 0)
+++ community-testing-any/goagent.service   2014-05-22 14:10:21 UTC (rev 
111675)
@@ -0,0 +1,12 @@
+[Unit]
+Description=GoAgent Service
+After=network.target
+
+[Service]

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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 16:42:03
  Author: fyan
Revision: 213386

upgpkg: python-soappy 0.12.20-1

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 12:27:41 UTC (rev 213385)
+++ PKGBUILD2014-05-22 14:42:03 UTC (rev 213386)
@@ -6,7 +6,7 @@
 
 pkgbase=python-soappy
 pkgname=python2-soappy
-pkgver=0.12.5
+pkgver=0.12.20
 pkgrel=1
 pkgdesc=A module which implements a high-level interface to SOAP functions
 arch=('any')
@@ -17,16 +17,18 @@
 conflicts=('python-soappy=0.12.0-10')
 replaces=('python-soappy=0.12.0-10')
 optdepends=('python2-m2crypto: for support for server-side SSL')
-source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.tar.gz;)
-md5sums=('2eeadc857dc0b7d6d3ba27cb5fdb1e08')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
+ '43f41fd631f225d8cd67eca52f38514f')
 
 build() {
-  cd ${srcdir}/SOAPpy-${pkgver}
+  cd SOAPpy-${pkgver}
   python2 setup.py build
 }
 
 package_python2-soappy() {
-  cd ${srcdir}/SOAPpy-${pkgver}
+  cd SOAPpy-${pkgver}
   python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in python-soappy/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 16:42:44
  Author: fyan
Revision: 213387

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
(from rev 213386, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 14:42:03 UTC (rev 213386)
+++ PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.5
-pkgrel=1
-pkgdesc=A module which implements a high-level interface to SOAP functions
-arch=('any')
-url=http://pywebsvcs.sourceforge.net/;
-license=('custom')
-makedepends=(python2-setuptools)
-depends=('python2-fpconst' 'python2-wstools')
-conflicts=('python-soappy=0.12.0-10')
-replaces=('python-soappy=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
-source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.tar.gz;)
-md5sums=('2eeadc857dc0b7d6d3ba27cb5fdb1e08')
-
-build() {
-  cd ${srcdir}/SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-soappy() {
-  cd ${srcdir}/SOAPpy-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213386, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.20
+pkgrel=1
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+makedepends=(python2-setuptools)
+depends=('python2-fpconst' 'python2-wstools')
+conflicts=('python-soappy=0.12.0-10')
+replaces=('python-soappy=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
+ '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 16:44:23
  Author: spupykin
Revision: 111677

upgpkg: wanderlust 20140522-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 14:14:12 UTC (rev 111676)
+++ PKGBUILD2014-05-22 14:44:23 UTC (rev 111677)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20140519
+pkgver=20140522
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -15,7 +15,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('b9d0a80e9688bcfa4c1ee32a2b63cb67')
+md5sums=('dc1ae02e41b1d4addf7b983e2c75b6e4')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*



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

2014-05-22 Thread Sergej Pupykin
Date: Thursday, May 22, 2014 @ 16:44:31
  Author: spupykin
Revision: 111678

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
(from rev 111677, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
(from rev 111677, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

+
 PKGBUILD   |   60 +--
 wanderlust.install |   44 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 14:44:23 UTC (rev 111677)
+++ PKGBUILD2014-05-22 14:44:31 UTC (rev 111678)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20140519
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-url=http://www.gohome.org/wl;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('b9d0a80e9688bcfa4c1ee32a2b63cb67')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 111677, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 14:44:31 UTC (rev 111678)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140522
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+url=http://www.gohome.org/wl;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('dc1ae02e41b1d4addf7b983e2c75b6e4')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-05-22 14:44:23 UTC (rev 111677)
+++ wanderlust.install  2014-05-22 14:44:31 UTC (rev 111678)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 111677, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-05-22 14:44:31 UTC (rev 111678)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz $infodir/dir
+}



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

2014-05-22 Thread Kyle Keen
Date: Thursday, May 22, 2014 @ 16:55:23
  Author: kkeen
Revision: 111679

upgpkg: opencsg 1.3.3-1

Modified:
  opencsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 14:44:31 UTC (rev 111678)
+++ PKGBUILD2014-05-22 14:55:23 UTC (rev 111679)
@@ -4,8 +4,8 @@
 # Contributor: nikor
 
 pkgname=opencsg
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc=Library for image-based CSG rendering using OpenGL.
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
 depends=('glew' 'glut' 'mesa')
 url=http://www.opencsg.org;
 source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz)
-sha1sums=('e2b4abf169ae3e319eb5f6d9ae6136fa96710a05')
+sha1sums=('c01050679968c96e1b0ef4b5138a76a635e21d93')
 
 build() {
   cd -- ${srcdir}/OpenCSG-${pkgver}



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

2014-05-22 Thread Kyle Keen
Date: Thursday, May 22, 2014 @ 16:56:02
  Author: kkeen
Revision: 111680

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 14:55:23 UTC (rev 111679)
+++ community-i686/PKGBUILD 2014-05-22 14:56:02 UTC (rev 111680)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor: nikor
-
-pkgname=opencsg
-pkgver=1.3.2
-pkgrel=2
-pkgdesc=Library for image-based CSG rendering using OpenGL.
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glew' 'glut' 'mesa')
-url=http://www.opencsg.org;
-source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz)
-sha1sums=('e2b4abf169ae3e319eb5f6d9ae6136fa96710a05')
-
-build() {
-  cd -- ${srcdir}/OpenCSG-${pkgver}
-  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
-  make
-}
-
-package() {
-  cd -- ${srcdir}/OpenCSG-${pkgver}
-  install -D lib/libopencsg.so.${pkgver} 
$pkgdir/usr/lib/libopencsg.so.${pkgver}
-  install -D include/opencsg.h $pkgdir/usr/include/opencsg.h
-  cd $pkgdir/usr/lib/
-  ln -s libopencsg.so.${pkgver} libopencsg.so.1.3
-  ln -s libopencsg.so.${pkgver} libopencsg.so.1
-  ln -s libopencsg.so.${pkgver} libopencsg.so
-}
-

Copied: opencsg/repos/community-i686/PKGBUILD (from rev 111679, 
opencsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 14:56:02 UTC (rev 111680)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Library for image-based CSG rendering using OpenGL.
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'mesa')
+url=http://www.opencsg.org;
+source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz)
+sha1sums=('c01050679968c96e1b0ef4b5138a76a635e21d93')
+
+build() {
+  cd -- ${srcdir}/OpenCSG-${pkgver}
+  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
+  make
+}
+
+package() {
+  cd -- ${srcdir}/OpenCSG-${pkgver}
+  install -D lib/libopencsg.so.${pkgver} 
$pkgdir/usr/lib/libopencsg.so.${pkgver}
+  install -D include/opencsg.h $pkgdir/usr/include/opencsg.h
+  cd $pkgdir/usr/lib/
+  ln -s libopencsg.so.${pkgver} libopencsg.so.1.3
+  ln -s libopencsg.so.${pkgver} libopencsg.so.1
+  ln -s libopencsg.so.${pkgver} libopencsg.so
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-22 14:55:23 UTC (rev 111679)
+++ community-x86_64/PKGBUILD   2014-05-22 14:56:02 UTC (rev 111680)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor: nikor
-
-pkgname=opencsg
-pkgver=1.3.2
-pkgrel=2
-pkgdesc=Library for image-based CSG rendering using OpenGL.
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glew' 'glut' 'mesa')
-url=http://www.opencsg.org;
-source=(http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz)
-sha1sums=('e2b4abf169ae3e319eb5f6d9ae6136fa96710a05')
-
-build() {
-  cd -- ${srcdir}/OpenCSG-${pkgver}
-  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
-  make
-}
-
-package() {
-  cd -- ${srcdir}/OpenCSG-${pkgver}
-  install -D lib/libopencsg.so.${pkgver} 
$pkgdir/usr/lib/libopencsg.so.${pkgver}
-  install -D include/opencsg.h $pkgdir/usr/include/opencsg.h
-  cd $pkgdir/usr/lib/
-  ln -s libopencsg.so.${pkgver} libopencsg.so.1.3
-  ln -s libopencsg.so.${pkgver} libopencsg.so.1
-  ln -s libopencsg.so.${pkgver} libopencsg.so
-}
-

Copied: opencsg/repos/community-x86_64/PKGBUILD (from rev 111679, 
opencsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-22 14:56:02 UTC (rev 111680)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Library for image-based CSG rendering using OpenGL.
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'mesa')
+url=http://www.opencsg.org;

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

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 17:27:52
  Author: andyrtr
Revision: 213388

upgpkg: man-pages 3.67-1

upstream update 3.67

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
+++ PKGBUILD2014-05-22 15:27:52 UTC (rev 213388)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.66
+pkgver=3.67
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('9b33942b27dc1cf71e9bb9294d0c41a9ecf32549c21388b3fed164c23fff48be'
+sha256sums=('ae22397691f6edb803d67a47bc66ab4a653219abf9ebb2c4fa021337df48e735'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 17:28:02
  Author: andyrtr
Revision: 213389

archrelease: copy trunk to testing-any

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

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 213388, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-05-22 15:28:02 UTC (rev 213389)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.67
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('ae22397691f6edb803d67a47bc66ab4a653219abf9ebb2c4fa021337df48e735'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



[arch-commits] Commit in owncloud/trunk (apache.example.conf)

2014-05-22 Thread Anatol Pomozov
Date: Thursday, May 22, 2014 @ 17:41:52
  Author: anatolik
Revision: 111681

Use absolute path to Apache logs dir

Since Apache 2.4 there is no etc/logs dir anymore.

Modified:
  owncloud/trunk/apache.example.conf

-+
 apache.example.conf |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: apache.example.conf
===
--- apache.example.conf 2014-05-22 14:56:02 UTC (rev 111680)
+++ apache.example.conf 2014-05-22 15:41:52 UTC (rev 111681)
@@ -12,6 +12,6 @@
 ServerAdmin f...@foofarm.com
 DocumentRoot /usr/share/webapps/owncloud
 ServerName owncloud.foo.com
-ErrorLog logs/owncloud.foo.info-error_log
-CustomLog logs/owncloud.foo.info-access_log common
-/VirtualHost
\ No newline at end of file
+ErrorLog /var/log/httpd/owncloud.foo.info-error_log
+CustomLog /var/log/httpd/owncloud.foo.info-access_log common
+/VirtualHost



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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 18:36:05
  Author: mtorromeo
Revision: 111682

upgpkg: elasticsearch 1.2.0-1

Updated to 1.2.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 15:41:52 UTC (rev 111681)
+++ PKGBUILD2014-05-22 16:36:05 UTC (rev 111682)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -74,7 +74,7 @@
   install -Dm644 $srcdir/elasticsearch-sysctl.conf 
$pkgdir/usr/lib/sysctl.d/elasticsearch.conf
 }
 
-sha256sums=('564cd91bb55cc9d922e59679b0f666e0b4f0bd8c2b9cafd5fce4c55f3f50a835'
+sha256sums=('267168e3dc65ee82a5dd69e981342ceab799e9152387787c8af91210bf294c70'
 'ab13ccda28bf90a10b570e095afc47ddef68da7e45546b2d45e74722c9095f0a'
 'a04ac09172158611a03dda096b670fe6586ae11b6b3d4de7965ed2b90cb3319f'
 '48b5a876e14819270c85f8ca626a011e01d10a2728758ced9a4d5bcf5c1fd23f'



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

2014-05-22 Thread Massimiliano Torromeo
Date: Thursday, May 22, 2014 @ 18:41:17
  Author: mtorromeo
Revision: 111683

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 111682, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 111682, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 111682, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 111682, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 111682, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 111682, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 111682, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 111682, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 111682, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 111682, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 111682, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 111682, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  162 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |2 
 /elasticsearch.install  |   48 +++
 /elasticsearch.service  |   32 +
 /elasticsearch@.service |   32 +
 community-i686/PKGBUILD |   81 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |1 
 community-i686/elasticsearch.install|   24 ---
 community-i686/elasticsearch.service|   16 --
 community-i686/elasticsearch@.service   |   16 --
 community-x86_64/PKGBUILD   |   81 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |1 
 community-x86_64/elasticsearch.install  |   24 ---
 community-x86_64/elasticsearch.service  |   16 --
 community-x86_64/elasticsearch@.service |   16 --
 18 files changed, 278 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 16:36:05 UTC (rev 111682)
+++ community-i686/PKGBUILD 2014-05-22 16:41:17 UTC (rev 111683)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by Blaž Speed Hrastnik https://github.com/archSeer
-
-pkgname=elasticsearch
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=Distributed RESTful search engine built on top of Lucene
-arch=('i686' 'x86_64')
-url=http://www.elasticsearch.org/;
-license=('APACHE')
-depends=('java-runtime' 'bash')
-install='elasticsearch.install'
-source=(
-  http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-tmpfile.conf
-  elasticsearch-sysctl.conf
-)
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
-  -i bin/$script
-
-for java in jre jdk; do
-  sed /^CDPATH/i [ -f /etc/profile.d/$java.sh ]  . 
/etc/profile.d/$java.sh \
--i bin/$script
-done
-  done
-
-  sed 's|$ES_HOME/lib|/usr/lib/elasticsearch|g' -i bin/elasticsearch.in.sh 
bin/plugin
-
-  echo -e '\nJAVA_OPTS=$JAVA_OPTS 

[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 18:50:56
  Author: dwallace
Revision: 111684

new package python-pbr

Added:
  python-pbr/
  python-pbr/repos/
  python-pbr/trunk/
  python-pbr/trunk/PKGBUILD

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

Added: python-pbr/trunk/PKGBUILD
===
--- python-pbr/trunk/PKGBUILD   (rev 0)
+++ python-pbr/trunk/PKGBUILD   2014-05-22 16:50:56 UTC (rev 111684)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('799cbdd896806ffa736bca0021aa61619fee5813148f8418366c690af80ee94a')
+sha512sums=('feae0eab60a5f64ac8dda519af6b9e671014d42a3ae77cd15080b034872d1d69e87f754caf082479943def7ff5bfb11a3b1524de236e189bc496e3688791aff4')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 18:51:28
  Author: dwallace
Revision: 111685

archrelease: copy trunk to community-any

Added:
  python-pbr/repos/community-any/
  python-pbr/repos/community-any/PKGBUILD
(from rev 111684, python-pbr/trunk/PKGBUILD)

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

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 111684, 
python-pbr/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 16:51:28 UTC (rev 111685)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('799cbdd896806ffa736bca0021aa61619fee5813148f8418366c690af80ee94a')
+sha512sums=('feae0eab60a5f64ac8dda519af6b9e671014d42a3ae77cd15080b034872d1d69e87f754caf082479943def7ff5bfb11a3b1524de236e189bc496e3688791aff4')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 19:04:00
  Author: dwallace
Revision: 111686

new package python-oslo-config

Added:
  python-oslo-config/
  python-oslo-config/repos/
  python-oslo-config/trunk/
  python-oslo-config/trunk/PKGBUILD

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

Added: python-oslo-config/trunk/PKGBUILD
===
--- python-oslo-config/trunk/PKGBUILD   (rev 0)
+++ python-oslo-config/trunk/PKGBUILD   2014-05-22 17:04:00 UTC (rev 111686)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('9ba2c7d74a19b16b5b6a33ec057d7eda')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 19:45:54
  Author: dwallace
Revision: 111687

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 111686, python-oslo-config/trunk/PKGBUILD)

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

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 111686, 
python-oslo-config/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 17:45:54 UTC (rev 111687)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('9ba2c7d74a19b16b5b6a33ec057d7eda')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 21:00:33
  Author: andyrtr
Revision: 213390

add LibO-fresh branch pkg so Arch can provide fresh+stable branch at the same 
time

Added:
  libreoffice-fresh/
  libreoffice-fresh/repos/
  libreoffice-fresh/trunk/
  libreoffice-fresh/trunk/PKGBUILD

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

Added: libreoffice-fresh/trunk/PKGBUILD
===
--- libreoffice-fresh/trunk/PKGBUILD(rev 0)
+++ libreoffice-fresh/trunk/PKGBUILD2014-05-22 19:00:33 UTC (rev 213390)
@@ -0,0 +1,677 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgbase=libreoffice
+pkgname=('libreoffice-common'
+   'libreoffice-base'
+   'libreoffice-calc'
+   'libreoffice-draw'
+   'libreoffice-gnome'
+   'libreoffice-impress'
+   'libreoffice-kde4'
+   'libreoffice-math'
+   'libreoffice-sdk'
+   'libreoffice-sdk-doc'
+   'libreoffice-writer'
+   'libreoffice-en-US'
+   'libreoffice-postgresql-connector'
+   'libreoffice-extension-wiki-publisher'
+   'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
+_LOver=4.3.0.0.beta1
+pkgver=4.3.0
+pkgrel=0.2
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url=http://www.libreoffice.org/;
+makedepends=( # makedepends
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
+'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
+'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
+'gdb' 'doxygen'  'libatomic_ops' 'glew' 'apr' 'serf'
+ # the runtime dependencies
+ curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
+'libwps' 'libxaw' neon=0.28.6 'pango' 'nspr' 
'libjpeg' 'libxrandr'
+'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 
#icu=52.1 
+'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite'
+'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
+'libcdr' 'libmspub'
+'hicolor-icon-theme' 'desktop-file-utils' 
'shared-mime-info'
+'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
+'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to 
satisfy regression tests
+'git')
+# there's only one single static library in libreoffice-sdk,
+# the next build that removes it may lead to trouble if people may use it
+# -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 
/usr/lib/libreoffice/sdk/lib/libsalcpprt.a
+# options=('staticlibs')
+
+# http://download.documentfoundation.org/mirrors/all.html
+# http://wiki.documentfoundation.org/Mirrors
+
+#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url=http://dev-www.libreoffice.org/src;
+_additional_source_url2=http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+   
${_additional_source_url}/9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/e8e197d628436490886d17cffa108fe3-commons-logging-1.1.3-src.tar.gz
+   
${_additional_source_url}/8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
+   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
+   
${_additional_source_url}/048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
+   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
+   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
+   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
+   
${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
+   
${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
+   
${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   

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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:09:56
  Author: jelle
Revision: 111688

upgpkg: python-jedi 0.8.0-1

new release, enable unittests

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 17:45:54 UTC (rev 111687)
+++ PKGBUILD2014-05-22 19:09:56 UTC (rev 111688)
@@ -4,28 +4,35 @@
 
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.8.0
+_pkgver=0.8.0-final0
+pkgrel=1
 arch=('any')
 url=https://github.com/davidhalter/jedi;
 license=('MIT')
 depends=('python2')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/j/jedi/jedi-${pkgver}.tar.gz;)
-sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
+source=(https://pypi.python.org/packages/source/j/jedi/jedi-${_pkgver}.tar.gz;)
+md5sums=('25ba4ee6160c2de751bd00c7a4f32bff')
 
 build() {
-   cd $srcdir/jedi-$pkgver 
+   cd $srcdir/jedi-${_pkgver}
 }
 
+check() {
+   cd $srcdir/jedi-${_pkgver}
+python3 setup.py test
+python2 setup.py test
+}
+
 package_python-jedi() {
 pkgdesc=Awesome autocompletion for python
 depends=('python')
 conflicts=('python3-jedi-git')
-cd $srcdir/jedi-$pkgver
+cd $srcdir/jedi-${_pkgver}
 python3 setup.py install --root=$pkgdir/ --optimize=1
 
-install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-jedi() {
@@ -32,10 +39,10 @@
 pkgdesc=Awesome autocompletion for python2
 depends=('python2')
 conflicts=('jedi-git' 'python2-jedi-git')
-cd $srcdir/jedi-$pkgver
+cd $srcdir/jedi-${_pkgver}
 python2 setup.py install --root=$pkgdir/ --optimize=1
 
-install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et



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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:10:05
  Author: jelle
Revision: 111689

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 19:09:56 UTC (rev 111688)
+++ PKGBUILD2014-05-22 19:10:05 UTC (rev 111689)
@@ -1,41 +0,0 @@
-# Submitter: Simon Conseil contact+aur at saimon dot org
-# Submitter: Jesus Alvarez
-# Maintainer: Danilo Bargen gez...@gmail.com
-
-pkgbase=python-jedi
-pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.7.0
-pkgrel=5
-arch=('any')
-url=https://github.com/davidhalter/jedi;
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/j/jedi/jedi-${pkgver}.tar.gz;)
-sha256sums=('01f0d070ff3852bb6325f436c87070714ccf3d6edb057d9b562a1b19a601daa9')
-
-build() {
-   cd $srcdir/jedi-$pkgver 
-}
-
-package_python-jedi() {
-pkgdesc=Awesome autocompletion for python
-depends=('python')
-conflicts=('python3-jedi-git')
-cd $srcdir/jedi-$pkgver
-python3 setup.py install --root=$pkgdir/ --optimize=1
-
-install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jedi() {
-pkgdesc=Awesome autocompletion for python2
-depends=('python2')
-conflicts=('jedi-git' 'python2-jedi-git')
-cd $srcdir/jedi-$pkgver
-python2 setup.py install --root=$pkgdir/ --optimize=1
-
-install -D -m644 $srcdir/jedi-$pkgver/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et

Copied: python-jedi/repos/community-any/PKGBUILD (from rev 111688, 
python-jedi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 19:10:05 UTC (rev 111689)
@@ -0,0 +1,48 @@
+# Submitter: Simon Conseil contact+aur at saimon dot org
+# Submitter: Jesus Alvarez
+# Maintainer: Danilo Bargen gez...@gmail.com
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.8.0
+_pkgver=0.8.0-final0
+pkgrel=1
+arch=('any')
+url=https://github.com/davidhalter/jedi;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/j/jedi/jedi-${_pkgver}.tar.gz;)
+md5sums=('25ba4ee6160c2de751bd00c7a4f32bff')
+
+build() {
+   cd $srcdir/jedi-${_pkgver}
+}
+
+check() {
+   cd $srcdir/jedi-${_pkgver}
+python3 setup.py test
+python2 setup.py test
+}
+
+package_python-jedi() {
+pkgdesc=Awesome autocompletion for python
+depends=('python')
+conflicts=('python3-jedi-git')
+cd $srcdir/jedi-${_pkgver}
+python3 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jedi() {
+pkgdesc=Awesome autocompletion for python2
+depends=('python2')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd $srcdir/jedi-${_pkgver}
+python2 setup.py install --root=$pkgdir/ --optimize=1
+
+install -D -m644 $srcdir/jedi-${_pkgver}/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et



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

2014-05-22 Thread Anatol Pomozov
Date: Thursday, May 22, 2014 @ 21:11:14
  Author: anatolik
Revision: 111690

upgpkg: rethinkdb 1.12.5-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 19:10:05 UTC (rev 111689)
+++ PKGBUILD2014-05-22 19:11:14 UTC (rev 111690)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=1.12.4
+pkgver=1.12.5
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('2e1253403c75e643feb614d80927018844546aa894b908058b26005ddfda02b7'
+sha256sums=('f86c70e680a863be106fb03d8245bd3d42df57a5635378bd70ba0eb86ff98bea'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 



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

2014-05-22 Thread Anatol Pomozov
Date: Thursday, May 22, 2014 @ 21:12:12
  Author: anatolik
Revision: 111691

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 111690, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 111690, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 111690, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 111690, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 111690, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 111690, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 111690, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 111690, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   55 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   37 ++
 community-testing-i686/rethinkdb.service|   12 
 community-testing-x86_64/PKGBUILD   |   55 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   37 ++
 community-testing-x86_64/rethinkdb.service  |   12 
 8 files changed, 210 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 111690, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-22 19:12:12 UTC (rev 111691)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.12.5
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools)
+makedepends=(boost python python2)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('f86c70e680a863be106fb03d8245bd3d42df57a5635378bd70ba0eb86ff98bea'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+build() {
+  cd rethinkdb-$pkgver
+  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  ./build/release/rethinkdb-unittest
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
111690, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2014-05-22 19:12:12 UTC 
(rev 111691)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-i686/rethinkdb.install (from rev 
111690, rethinkdb/trunk/rethinkdb.install)
===
--- community-testing-i686/rethinkdb.install(rev 0)
+++ community-testing-i686/rethinkdb.install2014-05-22 19:12:12 UTC (rev 
111691)
@@ -0,0 +1,37 @@
+post_install() {
+  groupadd rethinkdb /dev/null
+  useradd -g rethinkdb -d 

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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:15:40
  Author: jelle
Revision: 111692

upgpkg: rdesktop 1.8.2-1

Modified:
  rdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 19:12:12 UTC (rev 111691)
+++ PKGBUILD2014-05-22 19:15:40 UTC (rev 111692)
@@ -4,8 +4,8 @@
 # Contributor: Dan McGee d...@archlinux.org
 
 pkgname=rdesktop
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.8.2
+pkgrel=1
 pkgdesc=An open source client for Windows Remote Desktop Services
 arch=('i686' 'x86_64')
 url=http://www.rdesktop.org/;
@@ -13,7 +13,7 @@
 depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite' 'libgssglue')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 rdesktop-send_physical_buttons.diff)
-sha1sums=('57bb41f98ddf9eeef875c613d790fee37971d0f8'
+sha1sums=('089e8f2b18688ded8afc659de5ba8d5b14c7b874'
   '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
 
 prepare() {



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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:15:54
  Author: jelle
Revision: 111693

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

Added:
  rdesktop/repos/community-i686/PKGBUILD
(from rev 111692, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/community-i686/rdesktop-send_physical_buttons.diff
(from rev 111692, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
  rdesktop/repos/community-x86_64/PKGBUILD
(from rev 111692, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/community-x86_64/rdesktop-send_physical_buttons.diff
(from rev 111692, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
Deleted:
  rdesktop/repos/community-i686/PKGBUILD
  rdesktop/repos/community-i686/rdesktop-send_physical_buttons.diff
  rdesktop/repos/community-x86_64/PKGBUILD
  rdesktop/repos/community-x86_64/rdesktop-send_physical_buttons.diff

--+
 /PKGBUILD|   72 
 /rdesktop-send_physical_buttons.diff |  140 +
 community-i686/PKGBUILD  |   36 
 community-i686/rdesktop-send_physical_buttons.diff   |   70 
 community-x86_64/PKGBUILD|   36 
 community-x86_64/rdesktop-send_physical_buttons.diff |   70 
 6 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 19:15:40 UTC (rev 111692)
+++ community-i686/PKGBUILD 2014-05-22 19:15:54 UTC (rev 111693)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-
-pkgname=rdesktop
-pkgver=1.8.1
-pkgrel=3
-pkgdesc=An open source client for Windows Remote Desktop Services
-arch=('i686' 'x86_64')
-url=http://www.rdesktop.org/;
-license=('GPL3')
-depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite' 'libgssglue')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-rdesktop-send_physical_buttons.diff)
-sha1sums=('57bb41f98ddf9eeef875c613d790fee37971d0f8'
-  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # FS#15113
-  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-smartcard \
---with-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rdesktop/repos/community-i686/PKGBUILD (from rev 111692, 
rdesktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 19:15:54 UTC (rev 111693)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=rdesktop
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=An open source client for Windows Remote Desktop Services
+arch=('i686' 'x86_64')
+url=http://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite' 'libgssglue')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+rdesktop-send_physical_buttons.diff)
+sha1sums=('089e8f2b18688ded8afc659de5ba8d5b14c7b874'
+  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS#15113
+  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-smartcard \
+--with-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/rdesktop-send_physical_buttons.diff
===
--- community-i686/rdesktop-send_physical_buttons.diff  2014-05-22 19:15:40 UTC 
(rev 111692)
+++ community-i686/rdesktop-send_physical_buttons.diff  2014-05-22 19:15:54 UTC 
(rev 111693)
@@ -1,70 +0,0 @@
-? aclocal.m4
-Index: rdesktop.c
-===
-RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
-retrieving revision 1.163
-diff -u -r1.163 rdesktop.c
 rdesktop.c 5 Apr 2008 06:15:45 -   1.163
-+++ rdesktop.c 5 Aug 2008 11:46:04 -
-@@ -73,6 +73,7 @@
- int g_win_button_size = 0;/* If zero, disable single app mode */
- RD_BOOL g_bitmap_compression = True;
- RD_BOOL g_sendmotion = True;
-+RD_BOOL g_send_physical_buttons = True;
- RD_BOOL g_bitmap_cache = True;
- RD_BOOL g_bitmap_cache_persist_enable = False;
- RD_BOOL g_bitmap_cache_precache = True;
-@@ -152,6 +153,7 @@
-   fprintf(stderr,-B: use BackingStore of X-server (if available)\n);
-   fprintf(stderr,-e: disable encryption (French TS)\n);
-   fprintf(stderr,-E: disable encryption from 

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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:22:37
  Author: jelle
Revision: 111694

upgpkg: openttd-opengfx 0.5.1-1

Modified:
  openttd-opengfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 19:15:54 UTC (rev 111693)
+++ PKGBUILD2014-05-22 19:22:37 UTC (rev 111694)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=openttd-opengfx
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='A free graphics set for openttd'
 arch=('any')
@@ -11,7 +11,6 @@
 url='http://dev.openttdcoop.org/projects/opengfx'
 license=('GPL')
 
source=(http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip;)
-md5sums=('f2ca3f1b23e360264940913ad42f3d9a')
 
 package() {
 cd ${srcdir}
@@ -21,3 +20,4 @@
 install -m644 *.grf ${pkgdir}/usr/share/openttd/data
 install -m644 *.obg ${pkgdir}/usr/share/openttd/data
 }
+md5sums=('122cb94441cc7be1d7a6e008b331d71d')



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

2014-05-22 Thread Jelle van der Waa
Date: Thursday, May 22, 2014 @ 21:22:44
  Author: jelle
Revision: 111695

archrelease: copy trunk to community-any

Added:
  openttd-opengfx/repos/community-any/PKGBUILD
(from rev 111694, openttd-opengfx/trunk/PKGBUILD)
Deleted:
  openttd-opengfx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 19:22:37 UTC (rev 111694)
+++ PKGBUILD2014-05-22 19:22:44 UTC (rev 111695)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=openttd-opengfx
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='A free graphics set for openttd'
-arch=('any')
-url='http://dev.openttdcoop.org/projects/opengfx'
-license=('GPL')
-source=(http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip;)
-md5sums=('f2ca3f1b23e360264940913ad42f3d9a')
-
-package() {
-cd ${srcdir}
-tar xvf opengfx-${pkgver}.tar
-cd opengfx-${pkgver}
-install -d ${pkgdir}/usr/share/openttd/data   
-install -m644 *.grf ${pkgdir}/usr/share/openttd/data
-install -m644 *.obg ${pkgdir}/usr/share/openttd/data
-}

Copied: openttd-opengfx/repos/community-any/PKGBUILD (from rev 111694, 
openttd-opengfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 19:22:44 UTC (rev 111695)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer:
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=openttd-opengfx
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='A free graphics set for openttd'
+arch=('any')
+url='http://dev.openttdcoop.org/projects/opengfx'
+license=('GPL')
+source=(http://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip;)
+
+package() {
+cd ${srcdir}
+tar xvf opengfx-${pkgver}.tar
+cd opengfx-${pkgver}
+install -d ${pkgdir}/usr/share/openttd/data   
+install -m644 *.grf ${pkgdir}/usr/share/openttd/data
+install -m644 *.obg ${pkgdir}/usr/share/openttd/data
+}
+md5sums=('122cb94441cc7be1d7a6e008b331d71d')



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:24:08
  Author: dwallace
Revision: 111696

upgpkg: python-oslo-config 1.3.0-3

upgpkg: python-oslo-config 1.3.0

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 19:22:44 UTC (rev 111695)
+++ PKGBUILD2014-05-22 19:24:08 UTC (rev 111696)
@@ -3,8 +3,8 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=3
 pkgdesc=parsing command line arguments and .ini style configuration files
 arch=('any')
 url=https://pypi.python.org/pypi/oslo.config/1.1.0;
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('9ba2c7d74a19b16b5b6a33ec057d7eda')
+md5sums=('585d980bb831e6011276e872109f87de')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}
@@ -27,10 +27,12 @@
 }
 package_python-oslo-config() {
   cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
   python setup.py install --root=$pkgdir/ --optimize=1
 }
 package_python2-oslo-config() {
   cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }
 



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:24:33
  Author: dwallace
Revision: 111697

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 111696, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 19:24:08 UTC (rev 111696)
+++ PKGBUILD2014-05-22 19:24:33 UTC (rev 111697)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.2.1
-pkgrel=2
-pkgdesc=parsing command line arguments and .ini style configuration files
-arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/1.1.0;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('9ba2c7d74a19b16b5b6a33ec057d7eda')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build(){
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py build
-  cd $srcdir/$_pythonname-$pkgver-2
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-package_python2-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 111696, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 19:24:33 UTC (rev 111697)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.3.0
+pkgrel=3
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('585d980bb831e6011276e872109f87de')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:27:31
  Author: dwallace
Revision: 111698

new pkg python-d2to1

Added:
  python-d2to1/
  python-d2to1/repos/
  python-d2to1/trunk/
  python-d2to1/trunk/PKGBUILD

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

Added: python-d2to1/trunk/PKGBUILD
===
--- python-d2to1/trunk/PKGBUILD (rev 0)
+++ python-d2to1/trunk/PKGBUILD 2014-05-22 19:27:31 UTC (rev 111698)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+pkgbasepython-d2to1
+pkgname=(python-d2to1 python2-d2to1)
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+arch=(any)
+url=https://pypi.python.org/pypi/d2to1
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/d/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('90ed54749cdee1aab8daae720e3559dca97a47d071fa7f0592e75ffe869911e7')
+sha512sums=('5a932d56e1464b8d5f2fe212e2b9551251f90a9f9087b73d3d78525eeba6f696455db409b37490c94de8e9555be9bef893074de8ea628977f45200800be5f4f5')
+
+prepare(){
+cp -a ${pkgbase#*-}-$pkgver/ ${pkgbase}2-$pkgver
+find ${pkgbase}2-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $srcdir/${pkgbase#*-}-$pkgver
+python setup.py build
+cd $srcdir/${pkgbase#*-}2-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgbase#*-}-$pkgver/
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd ${pkgbase#*-}2-$pkgver/
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:29:42
  Author: dwallace
Revision: 111699

upgpkg: python-d2to1 0.2.11-2

upgpkg: python2-d2to1-0.2.11-2

Modified:
  python-d2to1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 19:27:31 UTC (rev 111698)
+++ PKGBUILD2014-05-22 19:29:42 UTC (rev 111699)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Limao Luo luolimao+...@gmail.com
-pkgbasepython-d2to1
+pkgbase=python-d2to1
 pkgname=(python-d2to1 python2-d2to1)
 pkgver=0.2.11
 pkgrel=2
@@ -11,8 +11,8 @@
 license=(BSD)
 makedepends=(python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/d/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('90ed54749cdee1aab8daae720e3559dca97a47d071fa7f0592e75ffe869911e7')
-sha512sums=('5a932d56e1464b8d5f2fe212e2b9551251f90a9f9087b73d3d78525eeba6f696455db409b37490c94de8e9555be9bef893074de8ea628977f45200800be5f4f5')
+sha256sums=('64097a1b9270458898a0047034e9ba422a6456f51771105f33edb6b38e19bfa8')
+sha512sums=('46a8b8b154b77bbef7bfeeeba1d6752899fad1b4cac8a6df699d42c848d51e16db6429d171efd829fd051215f58fd9a5ec2edb62a06cf75f00ec5faac4da')
 
 prepare(){
 cp -a ${pkgbase#*-}-$pkgver/ ${pkgbase}2-$pkgver
@@ -22,17 +22,17 @@
 build() {
 cd $srcdir/${pkgbase#*-}-$pkgver
 python setup.py build
-cd $srcdir/${pkgbase#*-}2-$pkgver
+cd $srcdir/${pkgbase}2-$pkgver
 python2 setup.py build
 }
 
-package_python-pbr() {
+package_python-d2to1() {
 cd ${pkgbase#*-}-$pkgver/
 python setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-package_python2-pbr() {
-cd ${pkgbase#*-}2-$pkgver/
+package_python2-d2to1() {
+cd ${pkgbase}2-$pkgver/
 python2 setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:30:06
  Author: dwallace
Revision: 111700

archrelease: copy trunk to community-any

Added:
  python-d2to1/repos/community-any/
  python-d2to1/repos/community-any/PKGBUILD
(from rev 111699, python-d2to1/trunk/PKGBUILD)

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

Copied: python-d2to1/repos/community-any/PKGBUILD (from rev 111699, 
python-d2to1/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 19:30:06 UTC (rev 111700)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+pkgbase=python-d2to1
+pkgname=(python-d2to1 python2-d2to1)
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+arch=(any)
+url=https://pypi.python.org/pypi/d2to1
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/d/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('64097a1b9270458898a0047034e9ba422a6456f51771105f33edb6b38e19bfa8')
+sha512sums=('46a8b8b154b77bbef7bfeeeba1d6752899fad1b4cac8a6df699d42c848d51e16db6429d171efd829fd051215f58fd9a5ec2edb62a06cf75f00ec5faac4da')
+
+prepare(){
+cp -a ${pkgbase#*-}-$pkgver/ ${pkgbase}2-$pkgver
+find ${pkgbase}2-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $srcdir/${pkgbase#*-}-$pkgver
+python setup.py build
+cd $srcdir/${pkgbase}2-$pkgver
+python2 setup.py build
+}
+
+package_python-d2to1() {
+cd ${pkgbase#*-}-$pkgver/
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-d2to1() {
+cd ${pkgbase}2-$pkgver/
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (5 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 21:53:53
  Author: dwallace
Revision: 111701

newpkg jsonpointer

Added:
  python-jsonpointer/
  python-jsonpointer/repos/
  python-jsonpointer/trunk/
  python-jsonpointer/trunk/COPYING
  python-jsonpointer/trunk/PKGBUILD

--+
 COPYING  |   26 ++
 PKGBUILD |   45 +
 2 files changed, 71 insertions(+)

Added: python-jsonpointer/trunk/COPYING
===
--- python-jsonpointer/trunk/COPYING(rev 0)
+++ python-jsonpointer/trunk/COPYING2014-05-22 19:53:53 UTC (rev 111701)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl ste...@skoegl.net
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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.
+

Added: python-jsonpointer/trunk/PKGBUILD
===
--- python-jsonpointer/trunk/PKGBUILD   (rev 0)
+++ python-jsonpointer/trunk/PKGBUILD   2014-05-22 19:53:53 UTC (rev 111701)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-jsonpointer
+_pkgname=jsonpointer
+pkgname=(python2-jsonpointer python-jsonpointer)
+pkgver=1.3
+pkgrel=2
+pkgdesc=Identify specific nodes in a JSON document (RFC 6901)
+arch=(any)
+url=https://github.com/stefankoegl/python-json-pointer
+license=(BSD)
+makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
+python2-setuptools python2-simplejson python-d2to1 python-oslo-config 
python-pbr 
+python-prettytable python-requests python-setuptools python-simplejson)
+source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
+https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
+sha256sums=('0c60fd449265c301af8492a654e8cb379aeec5f6207ecac9a585fa91e6ccf95c'
+'d8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
+sha512sums=('9961e29b5a9b3153c0ed97d6da68b86aa2d1f8333e0ff2a8a2accce994276c83ecaead2729100bcdd655ad2120d9d3502422ab365837e93473cc1de5a31e4e7b'
+
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
+
+prepare(){
+cp -a $_pkgname-$pkgver $pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $_pkgname-$pkgver
+python setup.py build
+cd $_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpointer() {
+cd $_pkgname-$pkgver
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+package_python2-jsonpointer() {
+cd $_pkgname-$pkgver-2
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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


[arch-commits] Commit in (5 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 22:05:55
  Author: dwallace
Revision: 111716

newpkg python-prettytable

Added:
  python-prettytable/
  python-prettytable/repos/
  python-prettytable/trunk/
  python-prettytable/trunk/PKGBUILD
Modified:
  python-jsonpointer/trunk/PKGBUILD

---+
 python-jsonpointer/trunk/PKGBUILD |4 +++
 python-prettytable/trunk/PKGBUILD |   42 
 2 files changed, 46 insertions(+)

Modified: python-jsonpointer/trunk/PKGBUILD
===
--- python-jsonpointer/trunk/PKGBUILD   2014-05-22 20:02:14 UTC (rev 111715)
+++ python-jsonpointer/trunk/PKGBUILD   2014-05-22 20:05:55 UTC (rev 111716)
@@ -35,11 +35,15 @@
 
 package_python-jsonpointer() {
 cd $_pkgname-$pkgver
+depends=(python-d2to1 python-oslo-config python-pbr 
+python-prettytable python-requests python-simplejson)
 python setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 package_python2-jsonpointer() {
 cd $_pkgname-$pkgver-2
+depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
+python2-setuptools python2-simplejson python-d2to1)
 python setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
 }

Added: python-prettytable/trunk/PKGBUILD
===
--- python-prettytable/trunk/PKGBUILD   (rev 0)
+++ python-prettytable/trunk/PKGBUILD   2014-05-22 20:05:55 UTC (rev 111716)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Sebastien Leduc sebast...@sleduc.fr
+# Contributor: Emmanuel Gil Peyrot linkma...@linkmauve.fr
+
+pkgbase=python-prettytable
+_pkgname=prettytable
+pkgname=( python-prettytable python2-prettytable)
+pkgver=0.7.2
+pkgrel=5
+pkgdesc=A simple Python library for easily displaying tabular data in a 
visually appealing ASCII table format
+url=http://pypi.python.org/pypi/PrettyTable;
+arch=('any')
+license=('BSD')
+makedepends=('python2-setuptools' python-setuptools)
+source=(http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz;)
+md5sums=('a6b80afeef286ce66733d54a0296b13b')
+
+prepare() {
+cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py build
+}
+
+package_python-prettytable() {
+  cd $srcdir/$_pkgname-$pkgver
+  chmod 644 -R prettytable.egg-info
+  depends=(python)
+  python setup.py install --root=$pkgdir/
+}
+package_python2-prettytable() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  chmod 644 -R prettytable.egg-info
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/
+}


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 22:06:35
  Author: dwallace
Revision: 111717

archrelease: copy trunk to community-any

Added:
  python-prettytable/repos/community-any/
  python-prettytable/repos/community-any/PKGBUILD
(from rev 111716, python-prettytable/trunk/PKGBUILD)

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

Copied: python-prettytable/repos/community-any/PKGBUILD (from rev 111716, 
python-prettytable/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 20:06:35 UTC (rev 111717)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Sebastien Leduc sebast...@sleduc.fr
+# Contributor: Emmanuel Gil Peyrot linkma...@linkmauve.fr
+
+pkgbase=python-prettytable
+_pkgname=prettytable
+pkgname=( python-prettytable python2-prettytable)
+pkgver=0.7.2
+pkgrel=5
+pkgdesc=A simple Python library for easily displaying tabular data in a 
visually appealing ASCII table format
+url=http://pypi.python.org/pypi/PrettyTable;
+arch=('any')
+license=('BSD')
+makedepends=('python2-setuptools' python-setuptools)
+source=(http://pypi.python.org/packages/source/P/PrettyTable/prettytable-${pkgver}.tar.gz;)
+md5sums=('a6b80afeef286ce66733d54a0296b13b')
+
+prepare() {
+cp -a $srcdir/$_pkgname-$pkgver $srcdir/$_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py build
+}
+
+package_python-prettytable() {
+  cd $srcdir/$_pkgname-$pkgver
+  chmod 644 -R prettytable.egg-info
+  depends=(python)
+  python setup.py install --root=$pkgdir/
+}
+package_python2-prettytable() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  chmod 644 -R prettytable.egg-info
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/
+}



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 22:09:18
  Author: dwallace
Revision: 111718

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 111717, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 20:06:35 UTC (rev 111717)
+++ PKGBUILD2014-05-22 20:09:18 UTC (rev 111718)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.3.0
-pkgrel=3
-pkgdesc=parsing command line arguments and .ini style configuration files
-arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/1.1.0;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('585d980bb831e6011276e872109f87de')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build(){
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py build
-  cd $srcdir/$_pythonname-$pkgver-2
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python)
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-package_python2-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python2)
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 111717, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 20:09:18 UTC (rev 111718)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.3.0
+pkgrel=3
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('585d980bb831e6011276e872109f87de')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 22:11:24
  Author: dwallace
Revision: 111719

upgpkg: python-oslo-config 1.3.0-4

upgpkg: python-oslo-config 1.3.0-4

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:09:18 UTC (rev 111718)
+++ PKGBUILD2014-05-22 20:11:24 UTC (rev 111719)
@@ -4,7 +4,7 @@
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc=parsing command line arguments and .ini style configuration files
 arch=('any')
 url=https://pypi.python.org/pypi/oslo.config/1.1.0;



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 22:11:46
  Author: dwallace
Revision: 111720

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 111719, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 20:11:24 UTC (rev 111719)
+++ PKGBUILD2014-05-22 20:11:46 UTC (rev 111720)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.3.0
-pkgrel=3
-pkgdesc=parsing command line arguments and .ini style configuration files
-arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/1.1.0;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('585d980bb831e6011276e872109f87de')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build(){
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py build
-  cd $srcdir/$_pythonname-$pkgver-2
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python)
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-package_python2-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python2)
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 111719, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 20:11:46 UTC (rev 111720)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.3.0
+pkgrel=4
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('585d980bb831e6011276e872109f87de')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-22 Thread Anatol Pomozov
Date: Thursday, May 22, 2014 @ 22:37:50
  Author: anatolik
Revision: 111721

upgpkg: android-udev r101-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:11:46 UTC (rev 111720)
+++ PKGBUILD2014-05-22 20:37:50 UTC (rev 111721)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=r100
+pkgver=r101
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -14,7 +14,7 @@
 install='android-udev.install'
 
 # instead of using HEAD version let's depend on some known revision
-_git_revision=262c73cbb5da43c258cd52a0d6dc427f2890e073
+_git_revision=ef7d2f05089a8b4f07dd1149cf3fc2aa7d4f81a2
 
source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
 md5sums=('SKIP')
 



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

2014-05-22 Thread Anatol Pomozov
Date: Thursday, May 22, 2014 @ 22:39:25
  Author: anatolik
Revision: 111722

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 111721, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-any/android-udev.install
(from rev 111721, android-udev/trunk/android-udev.install)
Deleted:
  android-udev/repos/community-any/PKGBUILD
  android-udev/repos/community-any/android-udev.install

--+
 PKGBUILD |   56 -
 android-udev.install |   22 +--
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 20:37:50 UTC (rev 111721)
+++ PKGBUILD2014-05-22 20:39:25 UTC (rev 111722)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30 
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=r100
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL)
-depends=(udev libmtp)
-makedepends=(git)
-install='android-udev.install'
-
-# instead of using HEAD version let's depend on some known revision
-_git_revision=262c73cbb5da43c258cd52a0d6dc427f2890e073
-source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
-md5sums=('SKIP')
-
-pkgver() {
-  cd android-udev-rules
-  printf r%s $(git rev-list --count HEAD)
-}
-
-package() {
-  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 111721, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 20:39:25 UTC (rev 111722)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: M0Rf30 
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=r101
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL)
+depends=(udev libmtp)
+makedepends=(git)
+install='android-udev.install'
+
+# instead of using HEAD version let's depend on some known revision
+_git_revision=ef7d2f05089a8b4f07dd1149cf3fc2aa7d4f81a2
+source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision)
+md5sums=('SKIP')
+
+pkgver() {
+  cd android-udev-rules
+  printf r%s $(git rev-list --count HEAD)
+}
+
+package() {
+  install -Dm 644 android-udev-rules/51-android.rules 
$pkgdir/usr/lib/udev/rules.d/51-android.rules
+}

Deleted: android-udev.install
===
--- android-udev.install2014-05-22 20:37:50 UTC (rev 111721)
+++ android-udev.install2014-05-22 20:39:25 UTC (rev 111722)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group adbusers  /dev/null || groupadd adbusers
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  getent group adbusers /dev/null  groupdel adbusers
-}

Copied: android-udev/repos/community-any/android-udev.install (from rev 111721, 
android-udev/trunk/android-udev.install)
===
--- android-udev.install(rev 0)
+++ android-udev.install2014-05-22 20:39:25 UTC (rev 111722)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group adbusers  /dev/null || groupadd adbusers
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent group adbusers /dev/null  groupdel adbusers
+}



[arch-commits] Commit in libreoffice-fresh/trunk (8 files)

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 22:52:19
  Author: andyrtr
Revision: 213397

prepare next major update - 4.3.0.0.beta1

Added:
  libreoffice-fresh/trunk/libreoffice-base.install
  libreoffice-fresh/trunk/libreoffice-calc.install
  libreoffice-fresh/trunk/libreoffice-common.install
  libreoffice-fresh/trunk/libreoffice-draw.install
  libreoffice-fresh/trunk/libreoffice-impress.install
  libreoffice-fresh/trunk/libreoffice-writer.install
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff
Modified:
  libreoffice-fresh/trunk/PKGBUILD

--+
 PKGBUILD |   78 +
 libreoffice-base.install |   11 ++
 libreoffice-calc.install |   11 ++
 libreoffice-common.install   |   47 ++
 libreoffice-draw.install |   11 ++
 libreoffice-impress.install  |   11 ++
 libreoffice-writer.install   |   11 ++
 make-pyuno-work-with-system-wide-module-install.diff |   44 +
 8 files changed, 208 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:00:32 UTC (rev 213396)
+++ PKGBUILD2014-05-22 20:52:19 UTC (rev 213397)
@@ -29,11 +29,11 @@
 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
 'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
 'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'glew' 'apr' 'serf'
+'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
 'libwps' 'libxaw' neon=0.28.6 'pango' 'nspr' 
'libjpeg' 'libxrandr'
-'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 
#icu=52.1 
+'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite'
 'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
 'libcdr' 'libmspub'
@@ -55,7 +55,6 @@
 _additional_source_url2=http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/${pkgbase}{,-help,-translations}-${_LOver}.tar.xz{,.asc}

${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
-   
${_additional_source_url}/9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -75,7 +74,6 @@

${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip

${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   
${_additional_source_url}/47203e7cade74e5c385aa812f21e7932-mdds_0.10.2.tar.bz2

${_additional_source_url}/ae330b9493bd4503ac390106ff6060d7-libexttextcat-3.4.3.tar.bz2

${_additional_source_url}/22f8a85daf4a012180322e1f52a7563b-libcmis-0.4.1.tar.gz

${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
@@ -92,13 +90,14 @@

${_additional_source_url}/8ac8ae9829c4fefd1ae9f715f95d4e0b-libgltf.tar.gz
${_additional_source_url}/CoinMP-1.7.6.tgz

${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
 # don't use system glm! LibO patches it!
+   ${_additional_source_url}/collada2gltf-master-6258611a6a.tar.bz2
+   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
+   
${_additional_source_url}/510c3f8504bfb8cc8c8fc5d0fac74055-libgltf.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
-   libreoffice-common.sh libreoffice-common.csh
-   prevent_KDE_Qt_from_interfering_with_the_session_manager.diff)
+   libreoffice-common.sh libreoffice-common.csh)
 noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   47203e7cade74e5c385aa812f21e7932-mdds_0.10.2.tar.bz2
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
ae330b9493bd4503ac390106ff6060d7-libexttextcat-3.4.3.tar.bz2
@@ -132,7 +131,58 @@
language-subtag-registry-2014-03-27.tar.bz2

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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:12:29
  Author: dwallace
Revision: 111723

upgpkg: python-jsonpointer 1.3-2

upgpkg: python-jsonpointer 1.3-2

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:39:25 UTC (rev 111722)
+++ PKGBUILD2014-05-22 21:12:29 UTC (rev 111723)
@@ -22,14 +22,14 @@
 
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
 
 prepare(){
-cp -a $_pkgname-$pkgver $pkgname-$pkgver-2
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
 find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
 }
 
 build() {
-cd $_pkgname-$pkgver
+cd $srcdir/$_pkgname-$pkgver
 python setup.py build
-cd $_pkgname-$pkgver-2
+cd $srcdir/$_pkgname-$pkgver-2
 python2 setup.py build
 }
 



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:12:50
  Author: dwallace
Revision: 111724

archrelease: copy trunk to community-any

Added:
  python-jsonpointer/repos/community-any/
  python-jsonpointer/repos/community-any/COPYING
(from rev 111723, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-any/PKGBUILD
(from rev 111723, python-jsonpointer/trunk/PKGBUILD)

--+
 COPYING  |   26 ++
 PKGBUILD |   49 +
 2 files changed, 75 insertions(+)

Copied: python-jsonpointer/repos/community-any/COPYING (from rev 111723, 
python-jsonpointer/trunk/COPYING)
===
--- community-any/COPYING   (rev 0)
+++ community-any/COPYING   2014-05-22 21:12:50 UTC (rev 111724)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl ste...@skoegl.net
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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.
+

Copied: python-jsonpointer/repos/community-any/PKGBUILD (from rev 111723, 
python-jsonpointer/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 21:12:50 UTC (rev 111724)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-jsonpointer
+_pkgname=jsonpointer
+pkgname=(python2-jsonpointer python-jsonpointer)
+pkgver=1.3
+pkgrel=2
+pkgdesc=Identify specific nodes in a JSON document (RFC 6901)
+arch=(any)
+url=https://github.com/stefankoegl/python-json-pointer
+license=(BSD)
+makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
+python2-setuptools python2-simplejson python-d2to1 python-oslo-config 
python-pbr 
+python-prettytable python-requests python-setuptools python-simplejson)
+source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
+https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
+sha256sums=('0c60fd449265c301af8492a654e8cb379aeec5f6207ecac9a585fa91e6ccf95c'
+'d8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
+sha512sums=('9961e29b5a9b3153c0ed97d6da68b86aa2d1f8333e0ff2a8a2accce994276c83ecaead2729100bcdd655ad2120d9d3502422ab365837e93473cc1de5a31e4e7b'
+
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpointer() {
+cd $_pkgname-$pkgver
+depends=(python-d2to1 python-oslo-config python-pbr 
+python-prettytable python-requests python-simplejson)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+package_python2-jsonpointer() {
+cd $_pkgname-$pkgver-2
+depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
+python2-setuptools python2-simplejson python-d2to1)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in (5 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:21:00
  Author: dwallace
Revision: 111725

newpkg jsonschema

Added:
  python-jsonschema/
  python-jsonschema/repos/
  python-jsonschema/trunk/
  python-jsonschema/trunk/PKGBUILD
Modified:
  python-d2to1/trunk/PKGBUILD

--+
 python-d2to1/trunk/PKGBUILD  |2 ++
 python-jsonschema/trunk/PKGBUILD |   37 +
 2 files changed, 39 insertions(+)

Modified: python-d2to1/trunk/PKGBUILD
===
--- python-d2to1/trunk/PKGBUILD 2014-05-22 21:12:50 UTC (rev 111724)
+++ python-d2to1/trunk/PKGBUILD 2014-05-22 21:21:00 UTC (rev 111725)
@@ -28,11 +28,13 @@
 
 package_python-d2to1() {
 cd ${pkgbase#*-}-$pkgver/
+depends=(python)
 python setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 package_python2-d2to1() {
 cd ${pkgbase}2-$pkgver/
+depends=(python2)
 python2 setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Added: python-jsonschema/trunk/PKGBUILD
===
--- python-jsonschema/trunk/PKGBUILD(rev 0)
+++ python-jsonschema/trunk/PKGBUILD2014-05-22 21:21:00 UTC (rev 111725)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
+# Contributor: Bogdan Szczurek thebod...@gmail.com
+# Contributor: Ismo Toijala ismo.toij...@gmail.com
+
+pkgbase=python-jsonschema
+_pkgname=jsonschema
+pkgname=(python-jsonschema python2-jsonschema)
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=An implementation of JSON Schema validation for Python
+arch=(any)
+url=http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=(python-setuptools python2-setuptools)
+source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+package_python-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('410075e1969a9ec1838b5a6e1313c32b')


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:22:57
  Author: dwallace
Revision: 111726

upgpkg: python-jsonschema 2.3.0-2

upgpkg: python-jsonschema 2.3.0

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 21:21:00 UTC (rev 111725)
+++ PKGBUILD2014-05-22 21:22:57 UTC (rev 111726)
@@ -7,7 +7,7 @@
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An implementation of JSON Schema validation for Python
 arch=(any)
 url=http://pypi.python.org/pypi/jsonschema;
@@ -29,7 +29,7 @@
 
 package_python2-jsonschema() {
   cd $srcdir/$_pkgname-$pkgver-2
-  python setup.py install --root=$pkgdir/ --optimize=1
+  python2 setup.py install --root=$pkgdir/ --optimize=1
   depends=(python2)
   install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:23:18
  Author: dwallace
Revision: 111727

archrelease: copy trunk to community-any

Added:
  python-jsonschema/repos/community-any/
  python-jsonschema/repos/community-any/PKGBUILD
(from rev 111726, python-jsonschema/trunk/PKGBUILD)

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

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 111726, 
python-jsonschema/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 21:23:18 UTC (rev 111727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
+# Contributor: Bogdan Szczurek thebod...@gmail.com
+# Contributor: Ismo Toijala ismo.toij...@gmail.com
+
+pkgbase=python-jsonschema
+_pkgname=jsonschema
+pkgname=(python-jsonschema python2-jsonschema)
+pkgver=2.3.0
+pkgrel=2
+pkgdesc=An implementation of JSON Schema validation for Python
+arch=(any)
+url=http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=(python-setuptools python2-setuptools)
+source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+package_python-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('410075e1969a9ec1838b5a6e1313c32b')



[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:36:29
  Author: dwallace
Revision: 111728

move python-jsonpatch

Added:
  python-jsonpatch/
  python-jsonpatch/repos/
  python-jsonpatch/trunk/
  python-jsonpatch/trunk/PKGBUILD

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

Added: python-jsonpatch/trunk/PKGBUILD
===
--- python-jsonpatch/trunk/PKGBUILD (rev 0)
+++ python-jsonpatch/trunk/PKGBUILD 2014-05-22 21:36:29 UTC (rev 111728)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.5
+pkgrel=2
+pkgdesc=Python object model built on JSON schema and JSON patch
+arch=(any)
+url=https://github.com/stefankoegl/python-json-patch
+license=(BSD)
+makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
+sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver
+depends=(python-jsonschema)
+python setup.py install --prefix=/usr --root=$pkgdir
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+}


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:36:59
  Author: dwallace
Revision: 111729

archrelease: copy trunk to community-any

Added:
  python-jsonpatch/repos/community-any/
  python-jsonpatch/repos/community-any/PKGBUILD
(from rev 111728, python-jsonpatch/trunk/PKGBUILD)

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

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 111728, 
python-jsonpatch/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 21:36:59 UTC (rev 111729)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.5
+pkgrel=2
+pkgdesc=Python object model built on JSON schema and JSON patch
+arch=(any)
+url=https://github.com/stefankoegl/python-json-patch
+license=(BSD)
+makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
+sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver
+depends=(python-jsonschema)
+python setup.py install --prefix=/usr --root=$pkgdir
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+}



[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:43:01
  Author: dwallace
Revision: 111730

add python2-argparse

Added:
  python2-argparse/
  python2-argparse/repos/
  python2-argparse/trunk/
  python2-argparse/trunk/PKGBUILD

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

Added: python2-argparse/trunk/PKGBUILD
===
--- python2-argparse/trunk/PKGBUILD (rev 0)
+++ python2-argparse/trunk/PKGBUILD 2014-05-22 21:43:01 UTC (rev 111730)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Nicolas Pouillard (http://nicolaspouillard.fr)
+# Contributor: Lukas Linhart b...@almad.net
+# Contributor: Changaco changaco ατ changaco δοτ net
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgname=python2-argparse
+pkgver=1.2.1
+pkgrel=3
+pkgdesc=Python command-line parsing library
+arch=(any)
+url=https://code.google.com/p/argparse/;
+license=(PSF)
+depends=(python2)
+makedepends=(python2-setuptools)
+source=(http://argparse.googlecode.com/files/argparse-${pkgver}.tar.gz;)
+md5sums=(2fbef8cb61e506c706957ab6e135840c)
+
+build() {
+  cd ${srcdir}/argparse-${pkgver}/
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/argparse-${pkgver}/
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+}


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:43:53
  Author: dwallace
Revision: 111731

archrelease: copy trunk to community-any

Added:
  python2-argparse/repos/community-any/
  python2-argparse/repos/community-any/PKGBUILD
(from rev 111730, python2-argparse/trunk/PKGBUILD)

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

Copied: python2-argparse/repos/community-any/PKGBUILD (from rev 111730, 
python2-argparse/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 21:43:53 UTC (rev 111731)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Nicolas Pouillard (http://nicolaspouillard.fr)
+# Contributor: Lukas Linhart b...@almad.net
+# Contributor: Changaco changaco ατ changaco δοτ net
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: James Bulmer neki...@gmail.com
+
+pkgname=python2-argparse
+pkgver=1.2.1
+pkgrel=3
+pkgdesc=Python command-line parsing library
+arch=(any)
+url=https://code.google.com/p/argparse/;
+license=(PSF)
+depends=(python2)
+makedepends=(python2-setuptools)
+source=(http://argparse.googlecode.com/files/argparse-${pkgver}.tar.gz;)
+md5sums=(2fbef8cb61e506c706957ab6e135840c)
+
+build() {
+  cd ${srcdir}/argparse-${pkgver}/
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/argparse-${pkgver}/
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+}



[arch-commits] Commit in (4 files)

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:55:30
  Author: dwallace
Revision: 111732

move python2-oauth2 to community

Added:
  python2-oauth2/
  python2-oauth2/repos/
  python2-oauth2/trunk/
  python2-oauth2/trunk/PKGBUILD

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

Added: python2-oauth2/trunk/PKGBUILD
===
--- python2-oauth2/trunk/PKGBUILD   (rev 0)
+++ python2-oauth2/trunk/PKGBUILD   2014-05-22 21:55:30 UTC (rev 111732)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=python2-oauth2
+pkgver=1.5.211
+pkgrel=2
+_libname=${pkgname/python2-/}
+pkgdesc=A fully tested, abstract interface to creating OAuth 1.0 clients and 
servers
+arch=(any)
+url=https://github.com/simplegeo/python-oauth2;
+license=('GPL')
+depends=(python2-httplib2)
+makedepends=(python2-setuptools)
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+   python2 setup.py build
+}
+
+package() {
+   cd $srcdir/$_libname-$pkgver
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   rm -rf $pkgdir/usr/lib/python*/site-packages/tests
+}
+
+sha256sums=('82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21')


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


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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:56:30
  Author: dwallace
Revision: 111733

upgpkg: python2-oauth2 1.5.211-2

newpkg: python2-oauth2

Modified:
  python2-oauth2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 21:55:30 UTC (rev 111732)
+++ PKGBUILD2014-05-22 21:56:30 UTC (rev 111733)
@@ -1,4 +1,6 @@
+# $Id$
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 
 pkgname=python2-oauth2
 pkgver=1.5.211
@@ -11,6 +13,7 @@
 depends=(python2-httplib2)
 makedepends=(python2-setuptools)
 
source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+sha256sums=('82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21')
 
 build() {
cd $srcdir/$_libname-$pkgver
@@ -23,4 +26,3 @@
rm -rf $pkgdir/usr/lib/python*/site-packages/tests
 }
 
-sha256sums=('82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21')



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

2014-05-22 Thread Daniel Wallace
Date: Thursday, May 22, 2014 @ 23:56:54
  Author: dwallace
Revision: 111734

archrelease: copy trunk to community-any

Added:
  python2-oauth2/repos/community-any/
  python2-oauth2/repos/community-any/PKGBUILD
(from rev 111733, python2-oauth2/trunk/PKGBUILD)

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

Copied: python2-oauth2/repos/community-any/PKGBUILD (from rev 111733, 
python2-oauth2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 21:56:54 UTC (rev 111734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=python2-oauth2
+pkgver=1.5.211
+pkgrel=2
+_libname=${pkgname/python2-/}
+pkgdesc=A fully tested, abstract interface to creating OAuth 1.0 clients and 
servers
+arch=(any)
+url=https://github.com/simplegeo/python-oauth2;
+license=('GPL')
+depends=(python2-httplib2)
+makedepends=(python2-setuptools)
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+sha256sums=('82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21')
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+   python2 setup.py build
+}
+
+package() {
+   cd $srcdir/$_libname-$pkgver
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   rm -rf $pkgdir/usr/lib/python*/site-packages/tests
+}
+



[arch-commits] Commit in (python2-oauth2)

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:11:53
  Author: dwallace
Revision: 111735

Deleted:
  python2-oauth2/



[arch-commits] Commit in (5 files)

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:31:42
  Author: dwallace
Revision: 111736

add cloud-init to repos

Added:
  cloud-init/
  cloud-init/repos/
  cloud-init/trunk/
  cloud-init/trunk/PKGBUILD
  cloud-init/trunk/archlinux.cloud.cfg

-+
 PKGBUILD|   35 +++
 archlinux.cloud.cfg |   40 
 2 files changed, 75 insertions(+)

Added: cloud-init/trunk/PKGBUILD
===
--- cloud-init/trunk/PKGBUILD   (rev 0)
+++ cloud-init/trunk/PKGBUILD   2014-05-22 22:31:42 UTC (rev 111736)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=cloud-init
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Cloud Bootstrapping Application
+arch=(any)
+license=(GPL3)
+url=https://launchpad.net/cloud-init
+# cloud-init python lib requirements (according to Requires file):
+depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer)
+makedepends=('python2' 'python2-setuptools')
+options=(!emptydirs)
+# Archlinux specific cloud.cfg
+source=(archlinux.cloud.cfg
+  
https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+)
+noextract=(archlinux.cloud.cfg)
+sha1sums=('4e32767ac0e18f3b6f34cfb184af17c8a84d563c'
+  '9f21617451ec45b6997470f5c3974de0896d8d67')
+backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
+
+prepare(){
+find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+sed -i '1s/python$/2/' $pkgname-$pkgver/tools/read*
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 ./setup.py install --root=${pkgdir} --init-system systemd
+  # Use a cloud.cfg crafted for archlinux
+  mv $pkgdir/etc/cloud/cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg.ubuntu_default
+  install -Dm644 $srcdir/archlinux.cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg
+}


Property changes on: cloud-init/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cloud-init/trunk/archlinux.cloud.cfg
===
--- cloud-init/trunk/archlinux.cloud.cfg(rev 0)
+++ cloud-init/trunk/archlinux.cloud.cfg2014-05-22 22:31:42 UTC (rev 
111736)
@@ -0,0 +1,40 @@
+##
+### Archlinux cloud.cfg - This config enables Archlinux tested/compatible 
cloud-init modules.
+##
+
+# Not using additional user / sudoers scheme.
+disable_root: false
+# Allow cloud-init to set the hostname.
+preserve_hostname: false
+# The modules that run in the 'init' stage.
+cloud_init_modules:
+ - bootcmd
+ - write-files
+ - set_hostname
+ - update_hostname
+ - update_etc_hosts
+ - users-groups
+ - ssh
+
+# The modules that run in the 'config' stage.
+cloud_config_modules:
+ - runcmd
+
+# The modules that run in the 'final' stage.
+cloud_final_modules:
+ - rightscale_userdata
+ - scripts-per-once
+ - scripts-per-boot
+ - scripts-per-instance
+ - scripts-user
+ - ssh-authkey-fingerprints
+ - keys-to-console
+ - final-message
+
+# Masquerade as ubuntu since that is the default mode.
+system_info:
+   distro: ubuntu
+   paths:
+  cloud_dir: /var/lib/cloud/
+  templates_dir: /etc/cloud/templates/
+   ssh_svcname: sshd



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

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:32:58
  Author: dwallace
Revision: 111737

archrelease: copy trunk to community-any

Added:
  cloud-init/repos/community-any/
  cloud-init/repos/community-any/PKGBUILD
(from rev 111736, cloud-init/trunk/PKGBUILD)
  cloud-init/repos/community-any/archlinux.cloud.cfg
(from rev 111736, cloud-init/trunk/archlinux.cloud.cfg)

-+
 PKGBUILD|   35 +++
 archlinux.cloud.cfg |   40 
 2 files changed, 75 insertions(+)

Copied: cloud-init/repos/community-any/PKGBUILD (from rev 111736, 
cloud-init/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-22 22:32:58 UTC (rev 111737)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=cloud-init
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Cloud Bootstrapping Application
+arch=(any)
+license=(GPL3)
+url=https://launchpad.net/cloud-init
+# cloud-init python lib requirements (according to Requires file):
+depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer)
+makedepends=('python2' 'python2-setuptools')
+options=(!emptydirs)
+# Archlinux specific cloud.cfg
+source=(archlinux.cloud.cfg
+  
https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+)
+noextract=(archlinux.cloud.cfg)
+sha1sums=('4e32767ac0e18f3b6f34cfb184af17c8a84d563c'
+  '9f21617451ec45b6997470f5c3974de0896d8d67')
+backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
+
+prepare(){
+find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+sed -i '1s/python$/2/' $pkgname-$pkgver/tools/read*
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 ./setup.py install --root=${pkgdir} --init-system systemd
+  # Use a cloud.cfg crafted for archlinux
+  mv $pkgdir/etc/cloud/cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg.ubuntu_default
+  install -Dm644 $srcdir/archlinux.cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg
+}

Copied: cloud-init/repos/community-any/archlinux.cloud.cfg (from rev 111736, 
cloud-init/trunk/archlinux.cloud.cfg)
===
--- community-any/archlinux.cloud.cfg   (rev 0)
+++ community-any/archlinux.cloud.cfg   2014-05-22 22:32:58 UTC (rev 111737)
@@ -0,0 +1,40 @@
+##
+### Archlinux cloud.cfg - This config enables Archlinux tested/compatible 
cloud-init modules.
+##
+
+# Not using additional user / sudoers scheme.
+disable_root: false
+# Allow cloud-init to set the hostname.
+preserve_hostname: false
+# The modules that run in the 'init' stage.
+cloud_init_modules:
+ - bootcmd
+ - write-files
+ - set_hostname
+ - update_hostname
+ - update_etc_hosts
+ - users-groups
+ - ssh
+
+# The modules that run in the 'config' stage.
+cloud_config_modules:
+ - runcmd
+
+# The modules that run in the 'final' stage.
+cloud_final_modules:
+ - rightscale_userdata
+ - scripts-per-once
+ - scripts-per-boot
+ - scripts-per-instance
+ - scripts-user
+ - ssh-authkey-fingerprints
+ - keys-to-console
+ - final-message
+
+# Masquerade as ubuntu since that is the default mode.
+system_info:
+   distro: ubuntu
+   paths:
+  cloud_dir: /var/lib/cloud/
+  templates_dir: /etc/cloud/templates/
+   ssh_svcname: sshd



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

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:35:03
  Author: dwallace
Revision: 111738

upgpkg: cloud-init 0.7.5-2

upgpkg: cloud-init 0.7.5-2

Modified:
  cloud-init/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 22:32:58 UTC (rev 111737)
+++ PKGBUILD2014-05-22 22:35:03 UTC (rev 111738)
@@ -3,7 +3,7 @@
 
 pkgname=cloud-init
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Cloud Bootstrapping Application
 arch=(any)
 license=(GPL3)
@@ -24,6 +24,7 @@
 prepare(){
 find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
 sed -i '1s/python$/2/' $pkgname-$pkgver/tools/read*
+sed -i 's:/etc/systemd:/usr/lib/systemd:g' $pkgname-$pkgver/setup.py
 }
 
 package() {



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

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:35:22
  Author: dwallace
Revision: 111739

archrelease: copy trunk to community-any

Added:
  cloud-init/repos/community-any/PKGBUILD
(from rev 111738, cloud-init/trunk/PKGBUILD)
  cloud-init/repos/community-any/archlinux.cloud.cfg
(from rev 111738, cloud-init/trunk/archlinux.cloud.cfg)
Deleted:
  cloud-init/repos/community-any/PKGBUILD
  cloud-init/repos/community-any/archlinux.cloud.cfg

-+
 PKGBUILD|   71 ++--
 archlinux.cloud.cfg |   80 +-
 2 files changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-22 22:35:03 UTC (rev 111738)
+++ PKGBUILD2014-05-22 22:35:22 UTC (rev 111739)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=cloud-init
-pkgver=0.7.5
-pkgrel=1
-pkgdesc=Cloud Bootstrapping Application
-arch=(any)
-license=(GPL3)
-url=https://launchpad.net/cloud-init
-# cloud-init python lib requirements (according to Requires file):
-depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer)
-makedepends=('python2' 'python2-setuptools')
-options=(!emptydirs)
-# Archlinux specific cloud.cfg
-source=(archlinux.cloud.cfg
-  
https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-)
-noextract=(archlinux.cloud.cfg)
-sha1sums=('4e32767ac0e18f3b6f34cfb184af17c8a84d563c'
-  '9f21617451ec45b6997470f5c3974de0896d8d67')
-backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
-
-prepare(){
-find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
-sed -i '1s/python$/2/' $pkgname-$pkgver/tools/read*
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 ./setup.py install --root=${pkgdir} --init-system systemd
-  # Use a cloud.cfg crafted for archlinux
-  mv $pkgdir/etc/cloud/cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg.ubuntu_default
-  install -Dm644 $srcdir/archlinux.cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg
-}

Copied: cloud-init/repos/community-any/PKGBUILD (from rev 111738, 
cloud-init/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-22 22:35:22 UTC (rev 111739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=cloud-init
+pkgver=0.7.5
+pkgrel=2
+pkgdesc=Cloud Bootstrapping Application
+arch=(any)
+license=(GPL3)
+url=https://launchpad.net/cloud-init
+# cloud-init python lib requirements (according to Requires file):
+depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer)
+makedepends=('python2' 'python2-setuptools')
+options=(!emptydirs)
+# Archlinux specific cloud.cfg
+source=(archlinux.cloud.cfg
+  
https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+)
+noextract=(archlinux.cloud.cfg)
+sha1sums=('4e32767ac0e18f3b6f34cfb184af17c8a84d563c'
+  '9f21617451ec45b6997470f5c3974de0896d8d67')
+backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
+
+prepare(){
+find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+sed -i '1s/python$/2/' $pkgname-$pkgver/tools/read*
+sed -i 's:/etc/systemd:/usr/lib/systemd:g' $pkgname-$pkgver/setup.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 ./setup.py install --root=${pkgdir} --init-system systemd
+  # Use a cloud.cfg crafted for archlinux
+  mv $pkgdir/etc/cloud/cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg.ubuntu_default
+  install -Dm644 $srcdir/archlinux.cloud.cfg ${pkgdir}/etc/cloud/cloud.cfg
+}

Deleted: archlinux.cloud.cfg
===
--- archlinux.cloud.cfg 2014-05-22 22:35:03 UTC (rev 111738)
+++ archlinux.cloud.cfg 2014-05-22 22:35:22 UTC (rev 111739)
@@ -1,40 +0,0 @@
-##
-### Archlinux cloud.cfg - This config enables Archlinux tested/compatible 
cloud-init modules.
-##
-
-# Not using additional user / sudoers scheme.
-disable_root: false
-# Allow cloud-init to set the hostname.
-preserve_hostname: false
-# The modules that run in the 'init' stage.
-cloud_init_modules:
- - bootcmd
- - write-files
- - set_hostname
- - update_hostname
- - update_etc_hosts
- - users-groups
- - ssh
-
-# The modules that run in the 'config' stage.
-cloud_config_modules:
- - runcmd
-
-# The modules that run in the 'final' stage.
-cloud_final_modules:
- - rightscale_userdata
- - scripts-per-once
- - scripts-per-boot
- - scripts-per-instance
- - scripts-user
- - ssh-authkey-fingerprints
- - keys-to-console
- - final-message
-
-# Masquerade as ubuntu since that is the default mode.
-system_info:
-   distro: ubuntu

[arch-commits] Commit in (python2-argparse)

2014-05-22 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 00:45:56
  Author: dwallace
Revision: 111740

Deleted:
  python2-argparse/



[arch-commits] Commit in gcc/trunk (PKGBUILD gcc-4.9-tree-ssa-threadedge.patch)

2014-05-22 Thread Allan McRae
Date: Friday, May 23, 2014 @ 01:00:14
  Author: allan
Revision: 213398

upgpkg: gcc 4.9.0-3

new upstream snapshot, remove merged patch

Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/gcc-4.9-tree-ssa-threadedge.patch

---+
 PKGBUILD  |   15 --
 gcc-4.9-tree-ssa-threadedge.patch |   38 
 2 files changed, 5 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 20:52:19 UTC (rev 213397)
+++ PKGBUILD2014-05-22 23:00:14 UTC (rev 213398)
@@ -7,8 +7,8 @@
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.9.0
 _pkgver=4.9
-pkgrel=2
-_snapshot=4.9-20140507
+pkgrel=3
+_snapshot=4.9-20140521
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -18,11 +18,9 @@
 options=('!emptydirs')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gcc-4.8-filename-output.patch
-   gcc-4.9-tree-ssa-threadedge.patch)
-md5sums=('47dc2b91d2876daff53c20c30164c38f'
- '40cb437805e2f7a006aa0d0c3098ab0f'
- '311ece7f5446d550e84e28692d2fb823')
+gcc-4.8-filename-output.patch)
+md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -49,9 +47,6 @@
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
   patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
 
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
-  patch -p1 -i ${srcdir}/gcc-4.9-tree-ssa-threadedge.patch
-
   mkdir ${srcdir}/gcc-build
 }
 

Deleted: gcc-4.9-tree-ssa-threadedge.patch
===
--- gcc-4.9-tree-ssa-threadedge.patch   2014-05-22 20:52:19 UTC (rev 213397)
+++ gcc-4.9-tree-ssa-threadedge.patch   2014-05-22 23:00:14 UTC (rev 213398)
@@ -1,38 +0,0 @@
 trunk/gcc/tree-ssa-threadedge.c2014/04/23 17:53:56 209715
-+++ trunk/gcc/tree-ssa-threadedge.c2014/04/23 18:04:46 209716
-@@ -387,7 +387,34 @@
-(gimple_code (stmt) != GIMPLE_CALL
-   || gimple_call_lhs (stmt) == NULL_TREE
-   || TREE_CODE (gimple_call_lhs (stmt)) != SSA_NAME))
--  continue;
-+  {
-+/* STMT might still have DEFS and we need to invalidate any known
-+   equivalences for them.
-+
-+   Consider if STMT is a GIMPLE_ASM with one or more outputs that
-+   feeds a conditional inside a loop.  We might derive an equivalence
-+   due to the conditional.  */
-+tree op;
-+ssa_op_iter iter;
-+
-+if (backedge_seen)
-+  FOR_EACH_SSA_TREE_OPERAND (op, stmt, iter, SSA_OP_DEF)
-+{
-+  /* This call only invalidates equivalences created by
-+ PHI nodes.  This is by design to keep the cost of
-+ of invalidation reasonable.  */
-+  invalidate_equivalences (op, stack, src_map, dst_map);
-+
-+  /* However, conditionals can imply values for real
-+ operands as well.  And those won't be recorded in the
-+ maps.  In fact, those equivalences may be recorded totally
-+ outside the threading code.  We can just create a new
-+ temporary NULL equivalence here.  */
-+  record_temporary_equivalence (op, NULL_TREE, stack);
-+}
-+
-+continue;
-+  }
- 
-   /* The result of __builtin_object_size depends on all the arguments
-of a phi node. Temporarily using only one edge produces invalid



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

2014-05-22 Thread Allan McRae
Date: Friday, May 23, 2014 @ 01:02:37
  Author: allan
Revision: 213399

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 213398, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 213398, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 213398, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 213398, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 213398, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 213398, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 213398, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 213398, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 213398, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 213398, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 213398, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 213398, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 213398, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 213398, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  306 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  306 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 14 files changed, 830 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 213398, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-22 23:02:37 UTC (rev 213399)
@@ -0,0 +1,306 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=3
+_snapshot=4.9-20140521
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+   

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

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 01:54:52
  Author: seblu
Revision: 213400

upgpkg: nginx 1.6.0-4

- remove daemon off

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/service

--+
 PKGBUILD |4 ++--
 service  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 23:02:37 UTC (rev 213399)
+++ PKGBUILD2014-05-22 23:54:52 UTC (rev 213400)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 service
 logrotate)
 md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '323e01bfce9b0c7b0da21c7001098566'
+ '5dd4d09914a4403b9df778ec1d66167c'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 build() {

Modified: service
===
--- service 2014-05-22 23:02:37 UTC (rev 213399)
+++ service 2014-05-22 23:54:52 UTC (rev 213400)
@@ -8,7 +8,7 @@
 PrivateDevices=yes
 SyslogLevel=err
 
-ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon off; error_log stderr;'
+ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
 ExecReload=/usr/bin/kill -HUP $MAINPID
 KillSignal=SIGQUIT
 KillMode=mixed



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

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 01:55:20
  Author: seblu
Revision: 213401

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

Added:
  nginx/repos/community-testing-i686/
  nginx/repos/community-testing-i686/PKGBUILD
(from rev 213400, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-i686/logrotate
(from rev 213400, nginx/trunk/logrotate)
  nginx/repos/community-testing-i686/nginx.install
(from rev 213400, nginx/trunk/nginx.install)
  nginx/repos/community-testing-i686/service
(from rev 213400, nginx/trunk/service)
  nginx/repos/community-testing-x86_64/
  nginx/repos/community-testing-x86_64/PKGBUILD
(from rev 213400, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-x86_64/logrotate
(from rev 213400, nginx/trunk/logrotate)
  nginx/repos/community-testing-x86_64/nginx.install
(from rev 213400, nginx/trunk/nginx.install)
  nginx/repos/community-testing-x86_64/service
(from rev 213400, nginx/trunk/service)

+
 community-testing-i686/PKGBUILD|  100 +++
 community-testing-i686/logrotate   |9 ++
 community-testing-i686/nginx.install   |   21 ++
 community-testing-i686/service |   17 +
 community-testing-x86_64/PKGBUILD  |  100 +++
 community-testing-x86_64/logrotate |9 ++
 community-testing-x86_64/nginx.install |   21 ++
 community-testing-x86_64/service   |   17 +
 8 files changed, 294 insertions(+)

Copied: nginx/repos/community-testing-i686/PKGBUILD (from rev 213400, 
nginx/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-05-22 23:55:20 UTC (rev 213401)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=nginx
+pkgver=1.6.0
+pkgrel=4
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=('i686' 'x86_64')
+url='http://nginx.org'
+license=('custom')
+depends=('pcre' 'zlib' 'openssl')
+backup=('etc/nginx/fastcgi.conf'
+'etc/nginx/fastcgi_params'
+'etc/nginx/koi-win'
+'etc/nginx/koi-utf'
+'etc/nginx/mime.types'
+'etc/nginx/nginx.conf'
+'etc/nginx/scgi_params'
+'etc/nginx/uwsgi_params'
+'etc/nginx/win-utf'
+'etc/logrotate.d/nginx')
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz
+service
+logrotate)
+md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
+ '5dd4d09914a4403b9df778ec1d66167c'
+ '3441ce77cdd1aab6f0ab7e212698a8a7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-imap \
+--with-imap_ssl_module \
+--with-ipv6 \
+--with-pcre-jit \
+--with-file-aio \
+--with-http_dav_module \
+--with-http_gunzip_module \
+--with-http_gzip_static_module \
+--with-http_realip_module \
+--with-http_spdy_module \
+--with-http_ssl_module \
+--with-http_stub_status_module \
+--with-http_addition_module \
+--with-http_degradation_module \
+--with-http_flv_module \
+--with-http_mp4_module \
+--with-http_secure_link_module \
+--with-http_sub_module
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -e 's|\user\s\+\w\+;|user html;|g' \
+-e '44s|html|/usr/share/nginx/html|' \
+-e '54s|html|/usr/share/nginx/html|' \
+-i $pkgdir/etc/nginx/nginx.conf
+
+  rm $pkgdir/etc/nginx/*.default
+
+  install -d $pkgdir/var/lib/nginx
+  install -dm700 $pkgdir/var/lib/nginx/proxy
+
+  chmod 750 $pkgdir/var/log/nginx
+  chown http:log $pkgdir/var/log/nginx
+
+  install -d $pkgdir/usr/share/nginx
+  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
+
+  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
+  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  rmdir $pkgdir/run
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nginx/repos/community-testing-i686/logrotate (from rev 213400, 
nginx/trunk/logrotate)

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

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 01:59:24
  Author: seblu
Revision: 213402

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 213401, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 213401, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 213401, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 213401, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 213401, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 213401, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 213401, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 213401, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  200 +
 /logrotate   |   18 +++
 /nginx.install   |   42 
 /service |   34 ++
 testing-i686/PKGBUILD|  100 
 testing-i686/logrotate   |9 -
 testing-i686/nginx.install   |   21 
 testing-i686/service |   17 ---
 testing-x86_64/PKGBUILD  |  100 
 testing-x86_64/logrotate |9 -
 testing-x86_64/nginx.install |   21 
 testing-x86_64/service   |   17 ---
 12 files changed, 294 insertions(+), 294 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-22 23:55:20 UTC (rev 213401)
+++ testing-i686/PKGBUILD   2014-05-22 23:59:24 UTC (rev 213402)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '323e01bfce9b0c7b0da21c7001098566'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir 

[arch-commits] Commit in nginx/repos (community-testing-i686 community-testing-x86_64)

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 02:00:17
  Author: seblu
Revision: 213403

fix my nightly shit

Deleted:
  nginx/repos/community-testing-i686/
  nginx/repos/community-testing-x86_64/



[arch-commits] Commit in neverball/trunk (3 files)

2014-05-22 Thread Eric Bélanger
Date: Friday, May 23, 2014 @ 04:44:53
  Author: eric
Revision: 213404

upgpkg: neverball 1.6.0-1

Upstream update, Update depends, Remove old patches

Modified:
  neverball/trunk/PKGBUILD
Deleted:
  neverball/trunk/neverball-1.5.4-libpng.patch
  neverball/trunk/neverball-1.5.4-underlink.patch

-+
 PKGBUILD|   23 +++
 neverball-1.5.4-libpng.patch|   21 -
 neverball-1.5.4-underlink.patch |   22 --
 3 files changed, 7 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 00:00:17 UTC (rev 213403)
+++ PKGBUILD2014-05-23 02:44:53 UTC (rev 213404)
@@ -2,28 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=neverball
-pkgver=1.5.4
-pkgrel=6
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=3D game similar to Super Monkey Ball or Marble Madness
 arch=('i686' 'x86_64')
 url=http://neverball.org/;
 license=('GPL')
-depends=('sdl_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
  'hicolor-icon-theme' 'xdg-utils')
 makedepends=('mesa')
 install=neverball.install
-source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz \
-neverball-1.5.4-underlink.patch neverball-1.5.4-libpng.patch)
-sha1sums=('619c227e1958bd60738f12dbbde9b30c91dd79a7'
-  'f71982b7187d569c57b30c4c40fedd6c0e72baca'
-  '02e68c17e851e85414ce5649b6b77273846bdb67')
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ../neverball-1.5.4-underlink.patch
-  patch -p1 -i ../neverball-1.5.4-libpng.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
@@ -39,12 +30,12 @@
   install -m755 neverball neverputt mapc ${pkgdir}/usr/bin
   cp -r locale/* ${pkgdir}/usr/share/locale/
   cp -r data/* ${pkgdir}/usr/share/neverball/
-  install -m644 doc/* ${pkgdir}/usr/share/doc/neverball/
+  cp -r doc/* ${pkgdir}/usr/share/doc/neverball/
   install -m644 dist/*.desktop ${pkgdir}/usr/share/applications/
   install -m644 dist/mapc.1 ${pkgdir}/usr/share/man/man1
   install -m644 dist/{neverball.6,neverputt.6} ${pkgdir}/usr/share/man/man6
 
-  for i in 16 24 32 48 64 128 256; do
+  for i in 16 24 32 48 64 128 256 512; do
 install -D -m644 dist/neverball_$i.png 
${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png
 install -D -m644 dist/neverputt_$i.png 
${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png
   done

Deleted: neverball-1.5.4-libpng.patch
===
--- neverball-1.5.4-libpng.patch2014-05-23 00:00:17 UTC (rev 213403)
+++ neverball-1.5.4-libpng.patch2014-05-23 02:44:53 UTC (rev 213404)
@@ -1,21 +0,0 @@
-Index: neverball-1.5.4/share/base_image.c
-===
 neverball-1.5.4.orig/share/base_image.c
-+++ neverball-1.5.4/share/base_image.c
-@@ -15,6 +15,7 @@
- #include png.h
- #include jpeglib.h
- #include stdlib.h
-+#include string.h
- #include assert.h
- 
- #include glext.h
-@@ -94,7 +95,7 @@ static void *image_load_png(const char *
- default: longjmp(png_jmpbuf(readp), -1);
- }
- 
--if (!(bytep = png_malloc(readp, h * png_sizeof(png_bytep
-+if (!(bytep = png_malloc(readp, h * sizeof(png_bytep
- longjmp(png_jmpbuf(readp), -1);
- 
- /* Allocate the final pixel buffer and read pixels there. */

Deleted: neverball-1.5.4-underlink.patch
===
--- neverball-1.5.4-underlink.patch 2014-05-23 00:00:17 UTC (rev 213403)
+++ neverball-1.5.4-underlink.patch 2014-05-23 02:44:53 UTC (rev 213404)
@@ -1,22 +0,0 @@
 Makefile.old   2011-06-22 06:30:52.441788160 +0200
-+++ Makefile   2011-06-22 06:31:59.754087534 +0200
-@@ -138,7 +138,7 @@
- endif
- 
- ALL_LIBS := $(SDL_LIBS) $(BASE_LIBS) $(TILT_LIBS) $(INTL_LIBS) -lSDL_ttf \
---lvorbisfile $(OGL_LIBS)
-+-lvorbisfile $(OGL_LIBS) -lX11
- 
- 
#--
- 
 Makefile.old   2012-01-18 21:28:23.0 -0500
-+++ Makefile   2012-01-18 21:28:55.0 -0500
-@@ -131,7 +131,7 @@
- OGL_LIBS  := -framework OpenGL
- endif
- 
--BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS)
-+BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm
- 
- ifdef DARWIN
- BASE_LIBS += -L/opt/local/lib



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

2014-05-22 Thread Eric Bélanger
Date: Friday, May 23, 2014 @ 04:47:32
  Author: eric
Revision: 213405

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

Added:
  neverball/repos/extra-i686/PKGBUILD
(from rev 213404, neverball/trunk/PKGBUILD)
  neverball/repos/extra-i686/neverball.install
(from rev 213404, neverball/trunk/neverball.install)
  neverball/repos/extra-x86_64/PKGBUILD
(from rev 213404, neverball/trunk/PKGBUILD)
  neverball/repos/extra-x86_64/neverball.install
(from rev 213404, neverball/trunk/neverball.install)
Deleted:
  neverball/repos/extra-i686/PKGBUILD
  neverball/repos/extra-i686/neverball-1.5.4-libpng.patch
  neverball/repos/extra-i686/neverball-1.5.4-underlink.patch
  neverball/repos/extra-i686/neverball.install
  neverball/repos/extra-x86_64/PKGBUILD
  neverball/repos/extra-x86_64/neverball-1.5.4-libpng.patch
  neverball/repos/extra-x86_64/neverball-1.5.4-underlink.patch
  neverball/repos/extra-x86_64/neverball.install

--+
 /PKGBUILD|   88 +
 /neverball.install   |   22 ++
 extra-i686/PKGBUILD  |   53 ---
 extra-i686/neverball-1.5.4-libpng.patch  |   21 -
 extra-i686/neverball-1.5.4-underlink.patch   |   22 --
 extra-i686/neverball.install |   11 ---
 extra-x86_64/PKGBUILD|   53 ---
 extra-x86_64/neverball-1.5.4-libpng.patch|   21 -
 extra-x86_64/neverball-1.5.4-underlink.patch |   22 --
 extra-x86_64/neverball.install   |   11 ---
 10 files changed, 110 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 02:44:53 UTC (rev 213404)
+++ extra-i686/PKGBUILD 2014-05-23 02:47:32 UTC (rev 213405)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=neverball
-pkgver=1.5.4
-pkgrel=6
-pkgdesc=3D game similar to Super Monkey Ball or Marble Madness
-arch=('i686' 'x86_64')
-url=http://neverball.org/;
-license=('GPL')
-depends=('sdl_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
- 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('mesa')
-install=neverball.install
-source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz \
-neverball-1.5.4-underlink.patch neverball-1.5.4-libpng.patch)
-sha1sums=('619c227e1958bd60738f12dbbde9b30c91dd79a7'
-  'f71982b7187d569c57b30c4c40fedd6c0e72baca'
-  '02e68c17e851e85414ce5649b6b77273846bdb67')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ../neverball-1.5.4-underlink.patch
-  patch -p1 -i ../neverball-1.5.4-libpng.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
-CPPFLAGS=$CPPFLAGS -DNDEBUG CFLAGS=$CFLAGS
-}
-
-package(){
-  cd ${pkgname}-${pkgver}
-  install -d ${pkgdir}/usr/bin
-  install -d 
${pkgdir}/usr/share/{neverball,locale,applications,doc/neverball}
-  install -d ${pkgdir}/usr/share/man/man{1,6}
-
-  install -m755 neverball neverputt mapc ${pkgdir}/usr/bin
-  cp -r locale/* ${pkgdir}/usr/share/locale/
-  cp -r data/* ${pkgdir}/usr/share/neverball/
-  install -m644 doc/* ${pkgdir}/usr/share/doc/neverball/
-  install -m644 dist/*.desktop ${pkgdir}/usr/share/applications/
-  install -m644 dist/mapc.1 ${pkgdir}/usr/share/man/man1
-  install -m644 dist/{neverball.6,neverputt.6} ${pkgdir}/usr/share/man/man6
-
-  for i in 16 24 32 48 64 128 256; do
-install -D -m644 dist/neverball_$i.png 
${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverball.png
-install -D -m644 dist/neverputt_$i.png 
${pkgdir}/usr/share/icons/hicolor/${i}x$i/apps/neverputt.png
-  done
-
-  chmod -R u=rwX,go=rX ${pkgdir}/usr/share/neverball
-}

Copied: neverball/repos/extra-i686/PKGBUILD (from rev 213404, 
neverball/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 02:47:32 UTC (rev 213405)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=neverball
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=3D game similar to Super Monkey Ball or Marble Madness
+arch=('i686' 'x86_64')
+url=http://neverball.org/;
+license=('GPL')
+depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
+ 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('mesa')
+install=neverball.install
+source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale \
+CPPFLAGS=$CPPFLAGS -DNDEBUG CFLAGS=$CFLAGS
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  install -d ${pkgdir}/usr/bin
+  install -d 
${pkgdir}/usr/share/{neverball,locale,applications,doc/neverball}
+  install -d 

[arch-commits] Commit in (5 files)

2014-05-22 Thread Felix Yan
Date: Friday, May 23, 2014 @ 05:00:26
  Author: fyan
Revision: 111741

addpkg: systemd-swap 2.19-2

Added:
  systemd-swap/
  systemd-swap/repos/
  systemd-swap/trunk/
  systemd-swap/trunk/PKGBUILD
  systemd-swap/trunk/systemd-swap.install

--+
 PKGBUILD |   24 
 systemd-swap.install |3 +++
 2 files changed, 27 insertions(+)

Added: systemd-swap/trunk/PKGBUILD
===
--- systemd-swap/trunk/PKGBUILD (rev 0)
+++ systemd-swap/trunk/PKGBUILD 2014-05-23 03:00:26 UTC (rev 111741)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.19
+pkgrel=2
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/TimofeyTitovets/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=('git://github.com/TimofeyTitovets/systemd-swap.git')
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/etc/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}


Property changes on: systemd-swap/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: systemd-swap/trunk/systemd-swap.install
===
--- systemd-swap/trunk/systemd-swap.install (rev 0)
+++ systemd-swap/trunk/systemd-swap.install 2014-05-23 03:00:26 UTC (rev 
111741)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



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

2014-05-22 Thread Felix Yan
Date: Friday, May 23, 2014 @ 05:01:36
  Author: fyan
Revision: 111742

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/
  systemd-swap/repos/community-any/PKGBUILD
(from rev 111741, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 111741, systemd-swap/trunk/systemd-swap.install)

--+
 PKGBUILD |   24 
 systemd-swap.install |3 +++
 2 files changed, 27 insertions(+)

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 111741, 
systemd-swap/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-23 03:01:36 UTC (rev 111742)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.19
+pkgrel=2
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/TimofeyTitovets/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=('git://github.com/TimofeyTitovets/systemd-swap.git')
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/etc/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 111741, 
systemd-swap/trunk/systemd-swap.install)
===
--- community-any/systemd-swap.install  (rev 0)
+++ community-any/systemd-swap.install  2014-05-23 03:01:36 UTC (rev 111742)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



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

2014-05-22 Thread Felix Yan
Date: Friday, May 23, 2014 @ 06:07:03
  Author: fyan
Revision: 111744

upgpkg: systemd-swap 2.19-3

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 03:25:01 UTC (rev 111743)
+++ PKGBUILD2014-05-23 04:07:03 UTC (rev 111744)
@@ -4,7 +4,7 @@
 
 pkgname=systemd-swap
 pkgver=2.19
-pkgrel=2
+pkgrel=3
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')
 url=https://github.com/TimofeyTitovets/systemd-swap;
@@ -18,7 +18,7 @@
 md5sums=('SKIP')
 
 package() {
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/etc/systemd/system/systemd-swap.service
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
   install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
   install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
 }



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

2014-05-22 Thread Felix Yan
Date: Friday, May 23, 2014 @ 06:07:54
  Author: fyan
Revision: 111745

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 111744, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 111744, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   48 
 systemd-swap.install |6 +++---
 2 files changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 04:07:03 UTC (rev 111744)
+++ PKGBUILD2014-05-23 04:07:54 UTC (rev 111745)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.19
-pkgrel=2
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/TimofeyTitovets/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=('git://github.com/TimofeyTitovets/systemd-swap.git')
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/etc/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 111744, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 04:07:54 UTC (rev 111745)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.19
+pkgrel=3
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/TimofeyTitovets/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=('git://github.com/TimofeyTitovets/systemd-swap.git')
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-05-23 04:07:03 UTC (rev 111744)
+++ systemd-swap.install2014-05-23 04:07:54 UTC (rev 111745)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 111744, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-05-23 04:07:54 UTC (rev 111745)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



  1   2   >