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

2015-02-18 Thread Bartłomiej Piotrowski
Date: Wednesday, February 18, 2015 @ 09:02:36
  Author: bpiotrowski
Revision: 127901

upgpkg: umurmur 0.2.15-2

rebuild against mbedtls 1.3.10

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 02:04:29 UTC (rev 127900)
+++ PKGBUILD2015-02-18 08:02:36 UTC (rev 127901)
@@ -5,12 +5,12 @@
 
 pkgname=umurmur
 pkgver=0.2.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Minimalistic Mumble server'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/umurmur/'
 license=('custom')
-depends=('polarssl' 'libconfig' 'protobuf-c')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
 install=$pkgname.install
 backup=('etc/umurmur/umurmur.conf')
 source=(https://github.com/fatbob313/umurmur/archive/$pkgver.tar.gz


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 11:30:33
  Author: spupykin
Revision: 127903

upgpkg: belle-sip 1.3.0-4

upd

Modified:
  belle-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 08:02:42 UTC (rev 127902)
+++ PKGBUILD2015-02-18 10:30:33 UTC (rev 127903)
@@ -4,12 +4,12 @@
 
 pkgname=belle-sip
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
 license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'polarssl')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
 makedepends=('java-runtime')
 options=('!emptydirs')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
@@ -20,7 +20,10 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# 
configure{,.ac}
+  sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# \
+-e s|-Werror||g \
+configure{,.ac}
 }
 
 build() {


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 11:30:44
  Author: spupykin
Revision: 127904

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

Added:
  belle-sip/repos/community-staging-i686/
  belle-sip/repos/community-staging-i686/PKGBUILD
(from rev 127903, belle-sip/trunk/PKGBUILD)
  belle-sip/repos/community-staging-x86_64/
  belle-sip/repos/community-staging-x86_64/PKGBUILD
(from rev 127903, belle-sip/trunk/PKGBUILD)

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

Copied: belle-sip/repos/community-staging-i686/PKGBUILD (from rev 127903, 
belle-sip/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-18 10:30:44 UTC (rev 127904)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.3.0
+pkgrel=4
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('ae9e8be12f62552a5376edd66b0265d9'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# \
+-e s|-Werror||g \
+configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: belle-sip/repos/community-staging-x86_64/PKGBUILD (from rev 127903, 
belle-sip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-02-18 10:30:44 UTC (rev 127904)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.3.0
+pkgrel=4
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('ae9e8be12f62552a5376edd66b0265d9'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# \
+-e s|-Werror||g \
+configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-02-18 Thread Kyle Keen
Date: Wednesday, February 18, 2015 @ 19:10:45
  Author: kkeen
Revision: 127952

upgpkg: hiawatha 9.12-1 and mbedtls rebuild

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 16:12:27 UTC (rev 127951)
+++ PKGBUILD2015-02-18 18:10:45 UTC (rev 127952)
@@ -4,13 +4,13 @@
 # Contributor: Pascal Ernster aur at hardfalcon dot net
 
 pkgname=hiawatha
-pkgver=9.11
+pkgver=9.12
 pkgrel=1
 pkgdesc=Secure and advanced webserver
 url=https://www.hiawatha-webserver.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libxslt' 'polarssl')
+depends=('libxslt' 'mbedtls')
 optdepends=('php-fpm: PHP fastcgi')
 makedepends=('cmake')
 backup=(
@@ -20,11 +20,11 @@
 )
 
 source=(
-https://hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
+https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
 'hiawatha.conf.sample'
 'hiawatha.service'
 )
-sha256sums=('bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c'
+sha256sums=('393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
 
@@ -47,6 +47,7 @@
 -DPID_DIR=/run \
 -DENABLE_SSL=ON \
 -DUSE_SYSTEM_POLARSSL=ON \
+-DUSE_SYSTEM_MBEDTLS=ON \
 -DWEBROOT_DIR=/srv/http/hiawatha \
 -DWORK_DIR=/var/lib/hiawatha
   make


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

2015-02-18 Thread Kyle Keen
Date: Wednesday, February 18, 2015 @ 19:11:10
  Author: kkeen
Revision: 127953

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

Added:
  hiawatha/repos/community-staging-i686/
  hiawatha/repos/community-staging-i686/PKGBUILD
(from rev 127952, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-staging-i686/hiawatha.conf.sample
(from rev 127952, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-staging-i686/hiawatha.service
(from rev 127952, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-staging-x86_64/
  hiawatha/repos/community-staging-x86_64/PKGBUILD
(from rev 127952, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-staging-x86_64/hiawatha.conf.sample
(from rev 127952, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-staging-x86_64/hiawatha.service
(from rev 127952, hiawatha/trunk/hiawatha.service)

---+
 community-staging-i686/PKGBUILD   |   90 ++
 community-staging-i686/hiawatha.conf.sample   |  114 
 community-staging-i686/hiawatha.service   |   16 +++
 community-staging-x86_64/PKGBUILD |   90 ++
 community-staging-x86_64/hiawatha.conf.sample |  114 
 community-staging-x86_64/hiawatha.service |   16 +++
 6 files changed, 440 insertions(+)

Copied: hiawatha/repos/community-staging-i686/PKGBUILD (from rev 127952, 
hiawatha/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-18 18:11:10 UTC (rev 127953)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Kurt Marasco celilo _at_ lavabit _dot_ com
+# Contributor: Pascal Ernster aur at hardfalcon dot net
+
+pkgname=hiawatha
+pkgver=9.12
+pkgrel=1
+pkgdesc=Secure and advanced webserver
+url=https://www.hiawatha-webserver.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libxslt' 'mbedtls')
+optdepends=('php-fpm: PHP fastcgi')
+makedepends=('cmake')
+backup=(
+'etc/hiawatha/hiawatha.conf'
+'etc/hiawatha/cgi-wrapper.conf'
+'etc/hiawatha/mimetype.conf'
+)
+
+source=(
+https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
+'hiawatha.conf.sample'
+'hiawatha.service'
+)
+sha256sums=('393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a'
+'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
+'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/www-data/http/g' extra/logrotate.in
+
+  mkdir -p build
+  cd build
+
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/ \
+-DCMAKE_INSTALL_BINDIR=/usr/bin \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_MANDIR=/usr/share/man \
+-DCONFIG_DIR=/etc/hiawatha \
+-DLOG_DIR=/var/log/hiawatha \
+-DPID_DIR=/run \
+-DENABLE_SSL=ON \
+-DUSE_SYSTEM_POLARSSL=ON \
+-DUSE_SYSTEM_MBEDTLS=ON \
+-DWEBROOT_DIR=/srv/http/hiawatha \
+-DWORK_DIR=/var/lib/hiawatha
+  make
+
+  # Features enabled by default
+  # -DENABLE_CACHE
+  # -DENABLE_IPV6
+  # -DENABLE_RPROXY
+  # -DENABLE_TOOLKIT
+  # -DENABLE_XSLT
+
+  # Features disabled by default
+  # -DENABLE_DEBUG
+  # -DENABLE_MONITOR
+  # -DENABLE_TOMAHAWK  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir/ install
+ 
+  rmdir $pkgdir/run
+  rm $pkgdir/srv/http/hiawatha/index.html
+  rmdir -p --ignore-fail-on-non-empty $pkgdir/srv/http/hiawatha
+ 
+  # Update stock hiawatha.conf
+  sed -e 's|#ServerId = www-data|ServerId = http|' \
+  -e 's|/var/www/|/srv/http/|g' \
+  -e 's|//|/|g' \
+  -e 's|#CGIextension = cgi|\n#TriggerOnCGIstatus = no|g' \
+  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
+  -e 's|#  Extension = php|\n#   SessionTimeout = 30|g' \
+  -e 's|#ErrorHandler = 404:/error.cgi|\n#UseGZfile = yes|g' \
+  -i $pkgdir/etc/hiawatha/hiawatha.conf
+  
+  install -Dm644 logrotate.d/hiawatha $pkgdir/etc/logrotate.d/hiawatha
+  install -Dm755 $srcdir/hiawatha.service 
$pkgdir/usr/lib/systemd/system/hiawatha.service
+  install -Dm644 $srcdir/hiawatha.conf.sample $pkgdir/etc/hiawatha/
+}
+

Copied: hiawatha/repos/community-staging-i686/hiawatha.conf.sample (from rev 
127952, hiawatha/trunk/hiawatha.conf.sample)
===
--- community-staging-i686/hiawatha.conf.sample (rev 0)
+++ community-staging-i686/hiawatha.conf.sample 2015-02-18 18:11:10 UTC (rev 
127953)
@@ -0,0 +1,114 @@
+# 

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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 20:35:20
  Author: jelle
Revision: 127959

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 127958, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 127958, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 127958, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 127958, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 /LICENSE.txt |   40 +++
 /PKGBUILD|  142 +
 community-i686/LICENSE.txt   |   20 -
 community-i686/PKGBUILD  |   71 
 community-x86_64/LICENSE.txt |   20 -
 community-x86_64/PKGBUILD|   71 
 6 files changed, 182 insertions(+), 182 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 19:35:07 UTC (rev 127958)
+++ community-i686/PKGBUILD 2015-02-18 19:35:20 UTC (rev 127959)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2013.2
-pkgrel=6
-pkgdesc=A complete, object-oriented language binding of OpenCL to Python
-arch=('i686' 'x86_64')
-url=http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
-source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
-'LICENSE.txt')
-sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cd $srcdir
-
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd ${srcdir}/pyopencl-${pkgver}
-   

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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 20:35:07
  Author: jelle
Revision: 127958

upgpkg: python-pyopencl 1:2014.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 18:16:22 UTC (rev 127957)
+++ PKGBUILD2015-02-18 19:35:07 UTC (rev 127958)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2013.2
-pkgrel=6
+pkgver=2014.1
+pkgrel=1
 pkgdesc=A complete, object-oriented language binding of OpenCL to Python
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pyopencl;
@@ -13,7 +13,7 @@
 makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
 
source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
 'LICENSE.txt')
-sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
+sha1sums=('d11837bf6acfb5d686d8e048a45ddac4fff2d890'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {


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

2015-02-18 Thread Antonio Rojas
Date: Wednesday, February 18, 2015 @ 20:45:35
  Author: arojas
Revision: 127961

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

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

---+
 /PKGBUILD |   84 
 /partitionmanager.install |   22 +++
 community-i686/PKGBUILD   |   42 --
 community-i686/partitionmanager.install   |   11 ---
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/partitionmanager.install |   11 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 19:45:17 UTC (rev 127960)
+++ community-i686/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Nick B Shirakawasuna at gmail _dot_com
-
-pkgname=partitionmanager
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A KDE utility that allows you to manage disks, partitions, and file 
systems
-arch=('i686' 'x86_64')
-url=http://kde.org/applications/system/kdepartitionmanager/;
-license=('GPL2')
-depends=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-optdepends=('e2fsprogs: ext2/3/4 support'
-   'xfsprogs: XFS support'
-   'jfsutils: JFS support'
-   'reiserfsprogs: Reiser support'
-   'ntfs-3g: NTFS support'
-   'dosfstools: FAT32 support')
-install=$pkgname.install
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('3ac342d2effcc0211e9549cf7432e2a3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 127960, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 19:45:35 UTC (rev 127961)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=partitionmanager
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A KDE utility that allows you to manage disks, partitions, and file 
systems
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kio parted hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+   'dosfstools: FAT32 support')
+install=$pkgname.install
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('be888d1718beb0ce04d7301714a2dfe9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/partitionmanager.install
===
--- community-i686/partitionmanager.install 2015-02-18 19:45:17 UTC (rev 
127960)
+++ community-i686/partitionmanager.install 2015-02-18 19:45:35 UTC (rev 
127961)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: partitionmanager/repos/community-i686/partitionmanager.install (from 
rev 127960, partitionmanager/trunk/partitionmanager.install)

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

2015-02-18 Thread Antonio Rojas
Date: Wednesday, February 18, 2015 @ 20:45:17
  Author: arojas
Revision: 127960

Update to 1.2.1

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 19:35:20 UTC (rev 127959)
+++ PKGBUILD2015-02-18 19:45:17 UTC (rev 127960)
@@ -4,14 +4,14 @@
 # Contributor: Nick B Shirakawasuna at gmail _dot_com
 
 pkgname=partitionmanager
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=A KDE utility that allows you to manage disks, partitions, and file 
systems
 arch=('i686' 'x86_64')
 url=http://kde.org/applications/system/kdepartitionmanager/;
-license=('GPL2')
+license=(GPL2)
 depends=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
 optdepends=('e2fsprogs: ext2/3/4 support'
'xfsprogs: XFS support'
'jfsutils: JFS support'
@@ -20,7 +20,7 @@
'dosfstools: FAT32 support')
 install=$pkgname.install
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('3ac342d2effcc0211e9549cf7432e2a3')
+md5sums=('be888d1718beb0ce04d7301714a2dfe9')
 
 prepare() {
   mkdir -p build


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

2015-02-18 Thread Daniel Micay
Date: Thursday, February 19, 2015 @ 07:50:14
  Author: thestinger
Revision: 127972

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 127971, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 127971, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 127971, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 127971, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 127971, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 127971, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 127971, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 127971, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 127971, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 127971, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 127971, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 127971, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29636 insertions(+), 29636 deletions(-)

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


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

2015-02-18 Thread Daniel Micay
Date: Thursday, February 19, 2015 @ 05:22:09
  Author: thestinger
Revision: 127969

upgpkg: httpie 0.9.1-1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-19 00:53:55 UTC (rev 127968)
+++ PKGBUILD2015-02-19 04:22:09 UTC (rev 127969)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
 
 pkgname=httpie
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc=cURL for humans
 url=https://github.com/jkbr/httpie;
 depends=('python-requests' 'python-pygments')
@@ -14,15 +14,15 @@
 license=('BSD')
 arch=('any')
 
source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('d78b17be565886f018bff05d6a292a75')
+md5sums=('eaa335be79938c3c0969056a5e392c58')
 
 build() {
-cd $srcdir/httpie-$pkgver
-python3 setup.py build
+  cd httpie-$pkgver
+  python3 setup.py build
 }
 
 package() {
-cd $srcdir/httpie-$pkgver
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
-python3 setup.py install --root=$pkgdir --optimize=1
+  cd httpie-$pkgver
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
+  python3 setup.py install --root=$pkgdir --optimize=1
 }


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

2015-02-18 Thread Daniel Micay
Date: Thursday, February 19, 2015 @ 05:22:48
  Author: thestinger
Revision: 127970

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 127969, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-19 04:22:09 UTC (rev 127969)
+++ PKGBUILD2015-02-19 04:22:48 UTC (rev 127970)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-
-pkgname=httpie
-pkgver=0.8.0
-pkgrel=2
-pkgdesc=cURL for humans
-url=https://github.com/jkbr/httpie;
-depends=('python-requests' 'python-pygments')
-makedepends=('python-setuptools')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
-md5sums=('d78b17be565886f018bff05d6a292a75')
-
-build() {
-cd $srcdir/httpie-$pkgver
-python3 setup.py build
-}
-
-package() {
-cd $srcdir/httpie-$pkgver
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
-python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 127969, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-19 04:22:48 UTC (rev 127970)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-setuptools')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('eaa335be79938c3c0969056a5e392c58')
+
+build() {
+  cd httpie-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd httpie-$pkgver
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/httpie/LICENSE
+  python3 setup.py install --root=$pkgdir --optimize=1
+}


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

2015-02-18 Thread Daniel Micay
Date: Thursday, February 19, 2015 @ 07:49:12
  Author: thestinger
Revision: 127971

upgpkg: linux-grsec 3.18.7.201502180834-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-19 04:22:48 UTC (rev 127970)
+++ PKGBUILD2015-02-19 06:49:12 UTC (rev 127971)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.6
+_pkgver=3.18.7
 _grsecver=3.0
-_timestamp=201502062100
+_timestamp=201502180834
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'84046931be1a0024eb7d2817480efe62e6b5e651257f4ed4114ddcbce92a23bb'
+'2267eee27227c85c6c7aee1ed6a14e1d7f11d70c3048c96bcb1e848fc5ab31ca'
 'SKIP'
-'060c24087ed82d984ba8a956c5719857f9fcf425f99858e110a34135313e9e85'
+'4ac71cfcb8e6b905cb13425340ec1cd14073ba2f29806ced006a35c90915f40d'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 17:12:15
  Author: spupykin
Revision: 127950

upgpkg: firefox-noscript 2.6.9.14-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 16:09:23 UTC (rev 127949)
+++ PKGBUILD2015-02-18 16:12:15 UTC (rev 127950)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.13
+pkgver=2.6.9.14
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('d54a47bf7221433883faa6ab80be848c')
+md5sums=('d9d69a97d6a85ab8176da20385f214da')
 
 package() {
   depends=(firefox)


[arch-commits] Commit in flightgear/repos/community-i686 (PKGBUILD PKGBUILD)

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 15:21:10
  Author: spupykin
Revision: 127910

archrelease: copy trunk to community-i686

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 127909, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 14:20:56 UTC (rev 127909)
+++ PKGBUILD2015-02-18 14:21:10 UTC (rev 127910)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=An open-source, multi-platform flight simulator
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=(GPL)
-url=http://www.flightgear.org;
-options=('!makeflags')
-#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
-#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('0a16920cc22ea070f8bb345e76c55e05')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 127909, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 14:21:10 UTC (rev 127910)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=An open-source, multi-platform flight simulator
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=(GPL)
+url=http://www.flightgear.org;
+options=('!makeflags')
+#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
+#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
+md5sums=('604ccba642ddf859b8415738992254e4')
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:50:52
  Author: dwallace
Revision: 127918

upgpkg: apache-libcloud 0.16.0-1

upgpkg: apache-libcloud 0.16.0

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:50:09 UTC (rev 127917)
+++ PKGBUILD2015-02-18 14:50:52 UTC (rev 127918)
@@ -4,7 +4,7 @@
 # Contributor: Alasdair Haswell ali at arhaswell dot co dot uk
 
 pkgname=apache-libcloud
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc=Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 optdepends=()
 
source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
-sha256sums=('557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15')
+sha256sums=('f65bd027c640319046e53857752fa66321a281a96bf87db9a705c3deb59c0d7a')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:50:09
  Author: dwallace
Revision: 127917

upgpkg: udiskie 1.1.3-1

upgpkg: udiskie 1.1.3-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:49:44 UTC (rev 127916)
+++ PKGBUILD2015-02-18 14:50:09 UTC (rev 127917)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 optdepends=('udisks2: experimental use on the command line with -2')
 
source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ce26480f85c842f6dfc08947a4af5ce6')
+md5sums=('730440a6cc45b2f92da6f3252a0536b0')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:52:46
  Author: dwallace
Revision: 127921

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 127920, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 14:52:20 UTC (rev 127920)
+++ PKGBUILD2015-02-18 14:52:46 UTC (rev 127921)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon')
-options=(!emptydirs)
-optdepends=('udisks2: experimental use on the command line with -2')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ce26480f85c842f6dfc08947a4af5ce6')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 127920, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 14:52:46 UTC (rev 127921)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'python2-notify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon')
+options=(!emptydirs)
+optdepends=('udisks2: experimental use on the command line with -2')
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('730440a6cc45b2f92da6f3252a0536b0')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:52:20
  Author: dwallace
Revision: 127920

upgpkg: udiskie 1.1.3-1

upgpkg: udiskie 1.1.3-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:51:13 UTC (rev 127919)
+++ PKGBUILD2015-02-18 14:52:20 UTC (rev 127920)
@@ -8,7 +8,7 @@
 arch=('any')
 url=https://pypi.python.org/pypi/udiskie;
 license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'python2-notify')
 makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption'
 'pygtk: for tray icon')


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 15:20:56
  Author: spupykin
Revision: 127909

upgpkg: flightgear 3.4.0-1

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 13:40:04 UTC (rev 127908)
+++ PKGBUILD2015-02-18 14:20:56 UTC (rev 127909)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=flightgear
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc=An open-source, multi-platform flight simulator
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
@@ -16,7 +16,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
 
#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('0a16920cc22ea070f8bb345e76c55e05')
+md5sums=('604ccba642ddf859b8415738992254e4')
 
 build() {
   cd $srcdir/flightgear-$pkgver


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

2015-02-18 Thread Alexander Rødseth
Date: Wednesday, February 18, 2015 @ 15:28:19
  Author: arodseth
Revision: 127911

upgpkg: go 2:1.4.2-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:21:10 UTC (rev 127910)
+++ PKGBUILD2015-02-18 14:28:19 UTC (rev 127911)
@@ -11,7 +11,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 15:33:40
  Author: spupykin
Revision: 127912

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 127911, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 14:28:19 UTC (rev 127911)
+++ PKGBUILD2015-02-18 14:33:40 UTC (rev 127912)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=An open-source, multi-platform flight simulator
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=(GPL)
-url=http://www.flightgear.org;
-options=('!makeflags')
-#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
-#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('0a16920cc22ea070f8bb345e76c55e05')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 127911, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 14:33:40 UTC (rev 127912)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=An open-source, multi-platform flight simulator
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=(GPL)
+url=http://www.flightgear.org;
+options=('!makeflags')
+#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
+#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
+md5sums=('604ccba642ddf859b8415738992254e4')
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:48:46
  Author: dwallace
Revision: 127915

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 127914, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 127914, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 127914, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 127914, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   49 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 14:48:13 UTC (rev 127914)
+++ community-i686/PKGBUILD 2015-02-18 14:48:46 UTC (rev 127915)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.27
-pkgrel=1
-pkgdesc=Wireless LAN network manager
-url=https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'allow_group_network.diff')
-md5sums=('4f4b3be54da000c65b153c1b9afcadf2'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
-  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 127914, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 14:48:46 UTC (rev 127915)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.28
+pkgrel=1
+pkgdesc=Wireless LAN network manager
+url=https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'allow_group_network.diff')
+md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
+  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- 

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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:48:13
  Author: dwallace
Revision: 127914

upgpkg: connman 1.28-1

upgpkg: connman 1.28

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:48:13 UTC (rev 127913)
+++ PKGBUILD2015-02-18 14:48:13 UTC (rev 127914)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=https://01.org/connman;
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'allow_group_network.diff')
-md5sums=('4f4b3be54da000c65b153c1b9afcadf2'
+md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){
@@ -31,7 +31,6 @@
  --bindir=/usr/bin \
  --sbindir=/usr/bin \
   --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
   --enable-pptp \
   --enable-openconnect \
   --enable-vpnc \


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

2015-02-18 Thread Alexander Rødseth
Date: Wednesday, February 18, 2015 @ 15:49:44
  Author: arodseth
Revision: 127916

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

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

-+
 /PKGBUILD   |  326 ++
 /go.install |   30 +++
 community-i686/PKGBUILD |  163 -
 community-i686/go.install   |   15 -
 community-x86_64/PKGBUILD   |  163 -
 community-x86_64/go.install |   15 -
 6 files changed, 356 insertions(+), 356 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 14:48:46 UTC (rev 127915)
+++ community-i686/PKGBUILD 2015-02-18 14:49:44 UTC (rev 127916)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Rémy Oudompheng  r...@archlinux.org
-# Contributor: Andres Perera andres87p gmail
-# Contributor: Matthew Bauer mjbaue...@gmail.com
-# Contributor: Christian Himpel chres...@gmail.com
-# Contributor: Mike Rosset mike.ros...@gmail.com
-# Contributor: Daniel YC Lin dlin...@gmail.com
-# Contributor: John Luebs jklu...@gmail.com
-
-pkgname=go
-epoch=2
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'mercurial')
-options=('!strip' 'staticlibs')
-optdepends=('mercurial: for fetching sources from mercurial repositories'
-'git: for fetching sources from git repositories'
-'bzr: for fetching sources from bazaar repositories'
-'subversion: for fetching sources from subversion repositories')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname-$pkgver/src
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-  export GOPATH=$srcdir/
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS=$os
-  export GOARCH=$arch
-  bash make.bash --no-clean
-done
-  done
-
-  GOOS=linux
-  case $CARCH in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  $GOROOT/bin/go get -d golang.org/x/tools/cmd/godoc
-  $GOROOT/bin/go build -o $srcdir/godoc golang.org/x/tools/cmd/godoc
-  for tool in vet cover; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/${tool}
-$GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} 
golang.org/x/tools/cmd/${tool}
-  done
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  #export GO386=387
-
-  export GOOS=linux
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-  export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src  bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export GOBIN=$GOROOT/bin
-
-  install -Dm755 $srcdir/godoc $pkgdir/usr/bin/godoc
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-
-  mkdir -p \
-$pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
-
-  cp -r doc misc -t $pkgdir/usr/share/go
-  ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
-  cp -a bin $pkgdir/usr
-  cp -a pkg $pkgdir/usr/lib/go
-  cp -a $GOROOT/src $pkgdir/usr/lib/go/
-  cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
-  cp -a $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/lib $pkgdir/usr/lib/go/
-  cp -a $GOROOT/include 

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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:51:13
  Author: dwallace
Revision: 127919

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 127918, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 14:50:52 UTC (rev 127918)
+++ PKGBUILD2015-02-18 14:51:13 UTC (rev 127919)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Alasdair Haswell ali at arhaswell dot co dot uk
-
-pkgname=apache-libcloud
-pkgver=0.15.1
-pkgrel=1
-pkgdesc=Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs
-arch=('any')
-url=https://libcloud.apache.org;
-license=('apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=()
-source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
-sha256sums=('557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 127918, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 14:51:13 UTC (rev 127919)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Alasdair Haswell ali at arhaswell dot co dot uk
+
+pkgname=apache-libcloud
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs
+arch=('any')
+url=https://libcloud.apache.org;
+license=('apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f65bd027c640319046e53857752fa66321a281a96bf87db9a705c3deb59c0d7a')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 14:31:45
  Author: spupykin
Revision: 127906

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 127905, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 13:31:27 UTC (rev 127905)
+++ PKGBUILD2015-02-18 13:31:45 UTC (rev 127906)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear-data
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Base-Data for the opensource flight-simulator.
-arch=(any)
-license=(GPL)
-url=http://www.flightgear.org;
-options=(!strip)
-source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
-md5sums=('24774fae7199bcbc5e23672f4a586884')
-
-package() {
-  cd $srcdir
-  mkdir -p $pkgdir/usr/share/flightgear
-  mv fgdata/ $pkgdir/usr/share/flightgear/data
-  chown root:root $pkgdir/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 127905, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 13:31:45 UTC (rev 127906)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear-data
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Base-Data for the opensource flight-simulator.
+arch=(any)
+license=(GPL)
+url=http://www.flightgear.org;
+options=(!strip)
+source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
+md5sums=('42a8df9063100738c7315650278705e1')
+
+package() {
+  cd $srcdir
+  mkdir -p $pkgdir/usr/share/flightgear
+  mv fgdata/ $pkgdir/usr/share/flightgear/data
+  chown root:root $pkgdir/usr/share/flightgear/data
+}


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 14:31:27
  Author: spupykin
Revision: 127905

upgpkg: flightgear-data 3.4.0-1

upd

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 10:30:44 UTC (rev 127904)
+++ PKGBUILD2015-02-18 13:31:27 UTC (rev 127905)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=flightgear-data
-pkgver=3.2.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Base-Data for the opensource flight-simulator.
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.flightgear.org;
 options=(!strip)
 
source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
-md5sums=('24774fae7199bcbc5e23672f4a586884')
+md5sums=('42a8df9063100738c7315650278705e1')
 
 package() {
   cd $srcdir


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 14:40:04
  Author: spupykin
Revision: 127908

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 13:39:47 UTC (rev 127907)
+++ community-i686/PKGBUILD 2015-02-18 13:40:04 UTC (rev 127908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags' 'staticlibs')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('d6aac26bf8876391a7d5f4381fc98c01')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 127907, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 13:40:04 UTC (rev 127908)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=simgear
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=(GPL)
+#url=http://www.simgear.org;
+url=https://gitorious.org/fg;
+options=('!makeflags' 'staticlibs')
+#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
+md5sums=('ca045daac6bb6c2e3e9fa7e10f04176e')
+
+build() {
+  cd $srcdir/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $srcdir/simgear-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-18 13:39:47 UTC (rev 127907)
+++ community-x86_64/PKGBUILD   2015-02-18 13:40:04 UTC (rev 127908)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags' 'staticlibs')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('d6aac26bf8876391a7d5f4381fc98c01')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 127907, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-18 13:40:04 UTC (rev 127908)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# 

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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 17:09:23
  Author: jelle
Revision: 127949

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 16:09:10 UTC (rev 127948)
+++ community-i686/PKGBUILD 2015-02-18 16:09:23 UTC (rev 127949)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=7.1
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('794c98ff9452a917c89d0a941c922b0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 127948, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 16:09:23 UTC (rev 127949)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=7.2
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('40e853c291880d70b229eb41a2bd98b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-18 16:09:10 UTC (rev 127948)
+++ community-x86_64/PKGBUILD   2015-02-18 16:09:23 UTC (rev 127949)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=7.1
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('794c98ff9452a917c89d0a941c922b0d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 127948, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-18 16:09:23 UTC (rev 127949)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=7.2
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('40e853c291880d70b229eb41a2bd98b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 17:09:10
  Author: jelle
Revision: 127948

upgpkg: dos2unix 7.2-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:38:04 UTC (rev 127947)
+++ PKGBUILD2015-02-18 16:09:10 UTC (rev 127948)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 
 pkgname=dos2unix
-pkgver=7.1
+pkgver=7.2
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('794c98ff9452a917c89d0a941c922b0d')
+md5sums=('40e853c291880d70b229eb41a2bd98b3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 17:12:27
  Author: spupykin
Revision: 127951

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 16:12:15 UTC (rev 127950)
+++ PKGBUILD2015-02-18 16:12:27 UTC (rev 127951)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.13
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('d54a47bf7221433883faa6ab80be848c')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 127950, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 16:12:27 UTC (rev 127951)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.14
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('d9d69a97d6a85ab8176da20385f214da')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 16:37:54
  Author: jelle
Revision: 127946

upgpkg: python-reportlab 3.1.44-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:29:59 UTC (rev 127945)
+++ PKGBUILD2015-02-18 15:37:54 UTC (rev 127946)
@@ -6,7 +6,7 @@
 pkgbase=python-reportlab
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
-pkgver=3.1.8
+pkgver=3.1.44
 pkgrel=1
 pkgdesc=A proven industry-strength PDF generating solution
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('python-reportlab=2.5-2')
 license=('CUSTOM')
 
source=(https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
-md5sums=(820a9fda647078503597b85cdba7ed7f)
+md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
 
 build() {
 cd $srcdir


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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 16:38:04
  Author: jelle
Revision: 127947

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

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

+
 /ChangeLog |   36 
 /PKGBUILD  |   92 +++
 community-i686/ChangeLog   |   18 
 community-i686/PKGBUILD|   46 -
 community-x86_64/ChangeLog |   18 
 community-x86_64/PKGBUILD  |   46 -
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-02-18 15:37:54 UTC (rev 127946)
+++ community-i686/ChangeLog2015-02-18 15:38:04 UTC (rev 127947)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   giova...@archlinux.org
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 15:37:54 UTC (rev 127946)
+++ community-i686/PKGBUILD 2015-02-18 15:38:04 UTC (rev 127947)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.1.8
-pkgrel=1
-pkgdesc=A proven industry-strength PDF generating solution
-arch=('i686' 'x86_64')
-url=http://www.reportlab.org/rl_toolkit.html;
-depends=('freetype2')
-conflicts=('python-reportlab=2.5-2')
-checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
-replaces=('python-reportlab=2.5-2')
-license=('CUSTOM')
-source=(https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
-md5sums=(820a9fda647078503597b85cdba7ed7f)
-
-build() {
-cd $srcdir
-cp -rf ${_origname}-$pkgver ${_origname}2-$pkgver
-}
-
-package_python2-reportlab() {
-depends=('python2')
-cd $srcdir/${_origname}2-$pkgver
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-reportlab() {
-depends=('python3')
-cd $srcdir/${_origname}-$pkgver
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-cd ${srcdir}/${_origname}-${pkgver}
-python2 setup.py tests
-python setup.py tests
-}

Copied: python-reportlab/repos/community-i686/PKGBUILD (from rev 127946, 
python-reportlab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 15:38:04 UTC (rev 127947)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.1.44
+pkgrel=1
+pkgdesc=A proven industry-strength PDF generating solution
+arch=('i686' 'x86_64')

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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 14:39:47
  Author: spupykin
Revision: 127907

upgpkg: simgear 3.4.0-1

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 13:31:45 UTC (rev 127906)
+++ PKGBUILD2015-02-18 13:39:47 UTC (rev 127907)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=simgear
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
 arch=(i686 x86_64)
 depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
@@ -16,7 +16,7 @@
 options=('!makeflags' 'staticlibs')
 
#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('d6aac26bf8876391a7d5f4381fc98c01')
+md5sums=('ca045daac6bb6c2e3e9fa7e10f04176e')
 
 build() {
   cd $srcdir/simgear-$pkgver


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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 15:58:13
  Author: spupykin
Revision: 127923

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

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

-+
 /PKGBUILD   |   54 ++
 /virtviewer.install |   26 
 community-i686/PKGBUILD |   27 -
 community-i686/virtviewer.install   |   13 
 community-x86_64/PKGBUILD   |   27 -
 community-x86_64/virtviewer.install |   13 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 14:58:00 UTC (rev 127922)
+++ community-i686/PKGBUILD 2015-02-18 14:58:13 UTC (rev 127923)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=1.0
-pkgrel=1
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
-makedepends=('intltool' 'spice-protocol')
-url=http://virt-manager.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=virtviewer.install
-source=(http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 127922, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 14:58:13 UTC (rev 127923)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=2.0
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
+makedepends=('intltool' 'spice-protocol')
+url=http://virt-manager.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=virtviewer.install
+source=(http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('4b1e9a2029e0dfff741e17bb915f75ec')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0 --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/virtviewer.install
===
--- community-i686/virtviewer.install   2015-02-18 14:58:00 UTC (rev 127922)
+++ community-i686/virtviewer.install   2015-02-18 14:58:13 UTC (rev 127923)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: virtviewer/repos/community-i686/virtviewer.install (from rev 127922, 
virtviewer/trunk/virtviewer.install)
===
--- community-i686/virtviewer.install   (rev 0)
+++ community-i686/virtviewer.install   2015-02-18 14:58:13 UTC (rev 127923)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-18 14:58:00 UTC (rev 127922)
+++ community-x86_64/PKGBUILD   2015-02-18 14:58:13 UTC (rev 127923)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer

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

2015-02-18 Thread Sergej Pupykin
Date: Wednesday, February 18, 2015 @ 15:58:00
  Author: spupykin
Revision: 127922

upgpkg: virtviewer 2.0-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:52:46 UTC (rev 127921)
+++ PKGBUILD2015-02-18 14:58:00 UTC (rev 127922)
@@ -3,7 +3,7 @@
 # Maintainer: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=virtviewer
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
 pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
 depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3' 
'desktop-file-utils')
@@ -13,7 +13,7 @@
 license=('GPL')
 install=virtviewer.install
 
source=(http://virt-manager.org/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('f8c56c0e060f332efdbbc9ba0cd8c250')
+md5sums=('4b1e9a2029e0dfff741e17bb915f75ec')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver


[arch-commits] Commit in lib32-nspr/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:13:56
  Author: dwallace
Revision: 127929

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
(from rev 127928, lib32-nspr/trunk/PKGBUILD)
Deleted:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:13:36 UTC (rev 127928)
+++ PKGBUILD2015-02-18 15:13:56 UTC (rev 127929)
@@ -1,42 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Ionut Biru ibiru at archlinux dot org
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.10.7
-pkgrel=1
-pkgdesc=Netscape Portable Runtime (32-bit)
-arch=('x86_64')
-url=http://www.mozilla.org/projects/nspr/;
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('6e06919e4b56efed501e05d8b45ec10e')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  chmod 644 $pkgdir/usr/lib32/*.a
-  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
-  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
-$pkgdir/usr/include/nspr/md
-  rm -rf ${pkgdir}/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 127928, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:13:56 UTC (rev 127929)
@@ -0,0 +1,42 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.10.8
+pkgrel=1
+pkgdesc=Netscape Portable Runtime (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('8d7c5bd0a5b0a7d0e705be66479030a0')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  chmod 644 $pkgdir/usr/lib32/*.a
+  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+$pkgdir/usr/include/nspr/md
+  rm -rf ${pkgdir}/usr/{bin,share,include}
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:16:04
  Author: dwallace
Revision: 127931

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:15:44 UTC (rev 127930)
+++ PKGBUILD2015-02-18 15:16:04 UTC (rev 127931)
@@ -1,45 +0,0 @@
-# $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=3
-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)
-options=(!emptydirs)
-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() {
-LANG=en_US.UTF-8
-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)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python setup.py install --prefix=/usr --root=$pkgdir
-}
-package_python2-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver-2
-depends=(python2-jsonschema)
-install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-python2 setup.py install --prefix=/usr --root=$pkgdir
-rm $pkgdir/usr/bin/json{diff,patch}
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 127930, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:16:04 UTC (rev 127931)
@@ -0,0 +1,45 @@
+# $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.9
+pkgrel=1
+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)
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2')
+sha512sums=('9f27def8519677dbc6d45287b6938ccfb9179f7a315871adeb7198e1568876a391625c060c7901b7acd51af0ed10427a61d54d899719ef1a073b2e93591904ed')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+LANG=en_US.UTF-8
+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)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python setup.py install --prefix=/usr --root=$pkgdir
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python2 setup.py install --prefix=/usr --root=$pkgdir
+rm $pkgdir/usr/bin/json{diff,patch}
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:18:10
  Author: dwallace
Revision: 127934

upgpkg: python-jsonpointer 1.7-1

upgpkg: python-jsonpointer 1.7

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:18:02 UTC (rev 127933)
+++ PKGBUILD2015-02-18 15:18:10 UTC (rev 127934)
@@ -5,7 +5,7 @@
 pkgbase=python-jsonpointer
 _pkgname=jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.4
+pkgver=1.7
 pkgrel=1
 pkgdesc=Identify specific nodes in a JSON document (RFC 6901)
 arch=(any)
@@ -16,9 +16,9 @@
 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=('cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4'
+sha256sums=('46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e'
 'd8b24f15d472885f788a2d6e985850f264627b86012a17bb242c83f310d907e5')
-sha512sums=('be1cf5b5df08bd42c25bded242afd4caf04baba8958cc8599859f80041f8db06e4d6aaadadd6cc6f35b2cc78a77a9d94ac45a9c809c21c61a691d7a6d9b5184f'
+sha512sums=('26b25f31fb98fe7c7d926dcc492fe7889f2462430f959645e498fc47367d23243fb3b528da7af026827dffb30d7c5fe2ffb31843a8f2c9064647bebb313de9bb'
 
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
 
 prepare(){


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:20:46
  Author: dwallace
Revision: 127937

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:20:26 UTC (rev 127936)
+++ PKGBUILD2015-02-18 15:20:46 UTC (rev 127937)
@@ -1,37 +0,0 @@
-# $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=3
-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')

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 127936, 
python-jsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:20:46 UTC (rev 127937)
@@ -0,0 +1,38 @@
+# $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.4.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
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  mv $pkgdir/usr/bin/jsonschema{,2}
+}
+
+md5sums=('661f85c3d23094afbb9ac3c0673840bf')


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:20:26
  Author: dwallace
Revision: 127936

upgpkg: python-jsonschema 2.4.0-1

upgpkg: python-jsonschema 2.4.0

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:18:28 UTC (rev 127935)
+++ PKGBUILD2015-02-18 15:20:26 UTC (rev 127936)
@@ -6,8 +6,8 @@
 pkgbase=python-jsonschema
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
 pkgdesc=An implementation of JSON Schema validation for Python
 arch=(any)
 url=http://pypi.python.org/pypi/jsonschema;
@@ -32,6 +32,7 @@
   python2 setup.py install --root=$pkgdir/ --optimize=1
   depends=(python2)
   install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  mv $pkgdir/usr/bin/jsonschema{,2}
 }
 
-md5sums=('410075e1969a9ec1838b5a6e1313c32b')
+md5sums=('661f85c3d23094afbb9ac3c0673840bf')


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:22:44
  Author: dwallace
Revision: 127940

upgpkg: python-pbr 0.10.7-1

upgpkg: python-pbr 0.10.7

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:21:21 UTC (rev 127939)
+++ PKGBUILD2015-02-18 15:22:44 UTC (rev 127940)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=0.10.0
+pkgver=0.10.7
 pkgrel=1
 pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
 arch=('any')
@@ -12,8 +12,8 @@
 license=(Apache)
 makedepends=(python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce')
-sha512sums=('0e83fb57c5104e782da49f6d509371c33904b38aa92c8de851a6f92fe8138b95904d51d269c3b63a4a76bac6439d037e1192ad2010cc535a3741e4a539220da6')
+sha256sums=('3219912992192c68d21885409ff853ab97b19559c6b5f9f76fd84f06b00f7a27')
+sha512sums=('e726a2ccad93604dcfe4b5625e816f8a628197da928b934af9a9b928135d827e00678349b593a8acd6ef597e426672cc7bd6e0a248131ce0b687bab17e1dc1d2')
 
 prepare() {
 cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
@@ -38,4 +38,5 @@
 depends=(python2)
 python2 setup.py install --prefix=/usr --root=$pkgdir
 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+mv $pkgdir/usr/bin/pbr{,2}
 }


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:23:05
  Author: dwallace
Revision: 127941

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:22:44 UTC (rev 127940)
+++ PKGBUILD2015-02-18 15:23:05 UTC (rev 127941)
@@ -1,41 +0,0 @@
-# $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.10.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=('52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce')
-sha512sums=('0e83fb57c5104e782da49f6d509371c33904b38aa92c8de851a6f92fe8138b95904d51d269c3b63a4a76bac6439d037e1192ad2010cc535a3741e4a539220da6')
-
-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
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 127940, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:23:05 UTC (rev 127941)
@@ -0,0 +1,42 @@
+# $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.10.7
+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=('3219912992192c68d21885409ff853ab97b19559c6b5f9f76fd84f06b00f7a27')
+sha512sums=('e726a2ccad93604dcfe4b5625e816f8a628197da928b934af9a9b928135d827e00678349b593a8acd6ef597e426672cc7bd6e0a248131ce0b687bab17e1dc1d2')
+
+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
+mv $pkgdir/usr/bin/pbr{,2}
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:59:10
  Author: dwallace
Revision: 127925

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

Added:
  hub/repos/community-i686/
  hub/repos/community-i686/PKGBUILD
(from rev 127924, hub/trunk/PKGBUILD)
  hub/repos/community-x86_64/
  hub/repos/community-x86_64/PKGBUILD
(from rev 127924, hub/trunk/PKGBUILD)

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

Copied: hub/repos/community-i686/PKGBUILD (from rev 127924, hub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 14:59:10 UTC (rev 127925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('x86_64' 'i686')
+url=https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  ./script/build
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 127924, 
hub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-18 14:59:10 UTC (rev 127925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('x86_64' 'i686')
+url=https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  ./script/build
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 15:58:42
  Author: dwallace
Revision: 127924

upgpkg: hub 2.2.0-1

upgpkg: hub 2.2.0

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:58:13 UTC (rev 127923)
+++ PKGBUILD2015-02-18 14:58:42 UTC (rev 127924)
@@ -4,20 +4,21 @@
 
 pkgname=hub
 _pkgdir=github-hub-
-pkgver=1.12.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=cli interface for Github
-arch=('any')
+arch=('x86_64' 'i686')
 url=https://hub.github.com;
-depends=('git' 'ruby')
+depends=('git')
+makedepends=('go')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('54da3c0a3cd0f1e4c36942150ce2bca033adfbc0544d0fc06fa107c515b47555')
+sha256sums=('cd1fb034c7793fd0f4fe1419eb253602accf0f9c051544112cc5d6fa6b449f26')
 
 build() {
   cd $srcdir/$_pkgdir*
 
-  rake standalone
+  ./script/build
   gzip --best -c man/hub.1 hub.1.gz
 
 }
@@ -27,9 +28,6 @@
 
   install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
 
-  install -d $pkgdir/usr/share/$pkgname
-  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
-
   install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
   install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
   install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub


[arch-commits] Commit in openstack-guest-agents-unix/repos (6 files)

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:11:56
  Author: dwallace
Revision: 127927

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

Added:
  openstack-guest-agents-unix/repos/community-i686/PKGBUILD
(from rev 127926, openstack-guest-agents-unix/trunk/PKGBUILD)
  openstack-guest-agents-unix/repos/community-i686/default-source.patch
(from rev 127926, openstack-guest-agents-unix/trunk/default-source.patch)
  openstack-guest-agents-unix/repos/community-x86_64/PKGBUILD
(from rev 127926, openstack-guest-agents-unix/trunk/PKGBUILD)
  openstack-guest-agents-unix/repos/community-x86_64/default-source.patch
(from rev 127926, openstack-guest-agents-unix/trunk/default-source.patch)
Deleted:
  openstack-guest-agents-unix/repos/community-i686/PKGBUILD
  openstack-guest-agents-unix/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 
 community-i686/default-source.patch   |   13 +
 community-x86_64/PKGBUILD |   39 
 community-x86_64/default-source.patch |   13 +
 5 files changed, 104 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 15:11:26 UTC (rev 127926)
+++ community-i686/PKGBUILD 2015-02-18 15:11:56 UTC (rev 127927)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=openstack-guest-agents-unix
-pkgver=1.39.0
-epoch=1
-pkgrel=3
-pkgdesc=This is the Unix Guest Agent for Openstack
-arch=('i686' 'x86_64')
-url=https://github.com/rackerlabs/openstack-guest-agents-unix;
-license=('GPL')
-depends=('python2-simplejson' 'python2-crypto' 'patchelf' 'python2-xenstore')
-makedepends=('git')
-options=(!emptydirs)
-source=($pkgname::git://github.com/rackerlabs/${pkgname%-git}#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare(){
-  cd $srcdir/$pkgname
-  find . -name \*.py -exec sed -i '1s/python$/2/' {} +
-  git cherry-pick -n 387d4e77695598a07be9e4593c5b236b81a1aeea
-  git cherry-pick -n f9a365e7a9543d407ca9d75164688faa0ff53528
-}
-
-build() {
-  cd $srcdir/$pkgname
-  sh autogen.sh
-  ./configure CC=gcc --prefix=/usr --sbindir=/usr/bin --bindir=/usr/bin
-  make sbindir=/usr/bin/
-}
-
-package() {
-  make -C $srcdir/$pkgname bintar
-  tar -C $pkgdir -xf 
$srcdir/$pkgname/nova-agent-Linux-$CARCH-${pkgver}.tar.gz
-  install -dm755 $pkgdir/usr/bin
-  mv $pkgdir/usr/sbin/* $pkgdir/usr/bin/
-  install -Dm644 $pkgname/scripts/systemd/nova-agent.service \
-$pkgdir/usr/lib/systemd/system/nova-agent.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openstack-guest-agents-unix/repos/community-i686/PKGBUILD (from rev 
127926, openstack-guest-agents-unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 15:11:56 UTC (rev 127927)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=openstack-guest-agents-unix
+pkgver=1.39.1
+epoch=1
+pkgrel=1
+pkgdesc=This is the Unix Guest Agent for Openstack
+arch=('i686' 'x86_64')
+url=https://github.com/rackerlabs/openstack-guest-agents-unix;
+license=('GPL')
+depends=('python2-simplejson' 'python2-crypto' 'patchelf' 'python2-xenstore')
+makedepends=('git')
+options=(!emptydirs)
+source=($pkgname::git://github.com/rackerlabs/${pkgname%-git}#tag=$pkgver 
'default-source.patch')
+md5sums=('SKIP'
+ 'b23830e3ea12db0b5e9568df02629e7e')
+
+prepare(){
+  cd $srcdir/$pkgname
+  git apply $srcdir/default-source.patch
+  find . -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+  cd $srcdir/$pkgname
+  sh autogen.sh
+  ./configure CC=gcc --prefix=/usr --sbindir=/usr/bin --bindir=/usr/bin
+  make sbindir=/usr/bin/
+}
+
+package() {
+  make -C $srcdir/$pkgname bintar
+  tar -C $pkgdir -xf 
$srcdir/$pkgname/nova-agent-Linux-$CARCH-${pkgver}.tar.gz
+  install -dm755 $pkgdir/usr/bin
+  mv $pkgdir/usr/sbin/* $pkgdir/usr/bin/
+  install -Dm644 $pkgname/scripts/systemd/nova-agent.service \
+$pkgdir/usr/lib/systemd/system/nova-agent.service
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openstack-guest-agents-unix/repos/community-i686/default-source.patch 
(from rev 127926, openstack-guest-agents-unix/trunk/default-source.patch)
===
--- community-i686/default-source.patch (rev 0)
+++ community-i686/default-source.patch 2015-02-18 15:11:56 UTC (rev 127927)
@@ -0,0 +1,13 @@
+diff --git a/lib/agentlib.c b/lib/agentlib.c
+index cced430..9398ca1 100644
+--- a/lib/agentlib.c
 b/lib/agentlib.c
+@@ -17,7 +17,7 @@
+  *under the License.
+  */
+ 
+-#define _BSD_SOURCE
++#define _DEFAULT_SOURCE
+ 
+ #ifdef HAVE_CONFIG_H
+ #include config.h

Deleted: 

[arch-commits] Commit in openstack-guest-agents-unix/trunk (2 files)

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:11:26
  Author: dwallace
Revision: 127926

upgpkg: openstack-guest-agents-unix 1:1.39.1-1

upgpkg: openstack-guest-agents-unix 1.39.1

Added:
  openstack-guest-agents-unix/trunk/default-source.patch
Modified:
  openstack-guest-agents-unix/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 default-source.patch |   13 +
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:59:10 UTC (rev 127925)
+++ PKGBUILD2015-02-18 15:11:26 UTC (rev 127926)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=openstack-guest-agents-unix
-pkgver=1.39.0
+pkgver=1.39.1
 epoch=1
-pkgrel=3
+pkgrel=1
 pkgdesc=This is the Unix Guest Agent for Openstack
 arch=('i686' 'x86_64')
 url=https://github.com/rackerlabs/openstack-guest-agents-unix;
@@ -10,14 +10,14 @@
 depends=('python2-simplejson' 'python2-crypto' 'patchelf' 'python2-xenstore')
 makedepends=('git')
 options=(!emptydirs)
-source=($pkgname::git://github.com/rackerlabs/${pkgname%-git}#tag=v$pkgver)
-md5sums=('SKIP')
+source=($pkgname::git://github.com/rackerlabs/${pkgname%-git}#tag=$pkgver 
'default-source.patch')
+md5sums=('SKIP'
+ 'b23830e3ea12db0b5e9568df02629e7e')
 
 prepare(){
   cd $srcdir/$pkgname
+  git apply $srcdir/default-source.patch
   find . -name \*.py -exec sed -i '1s/python$/2/' {} +
-  git cherry-pick -n 387d4e77695598a07be9e4593c5b236b81a1aeea
-  git cherry-pick -n f9a365e7a9543d407ca9d75164688faa0ff53528
 }
 
 build() {

Added: default-source.patch
===
--- default-source.patch(rev 0)
+++ default-source.patch2015-02-18 15:11:26 UTC (rev 127926)
@@ -0,0 +1,13 @@
+diff --git a/lib/agentlib.c b/lib/agentlib.c
+index cced430..9398ca1 100644
+--- a/lib/agentlib.c
 b/lib/agentlib.c
+@@ -17,7 +17,7 @@
+  *under the License.
+  */
+ 
+-#define _BSD_SOURCE
++#define _DEFAULT_SOURCE
+ 
+ #ifdef HAVE_CONFIG_H
+ #include config.h


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:13:36
  Author: dwallace
Revision: 127928

upgpkg: lib32-nspr 4.10.8-1

upgpkg: lib32-nspr

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:11:56 UTC (rev 127927)
+++ PKGBUILD2015-02-18 15:13:36 UTC (rev 127928)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.10.7
+pkgver=4.10.8
 pkgrel=1
 pkgdesc=Netscape Portable Runtime (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('6e06919e4b56efed501e05d8b45ec10e')
+md5sums=('8d7c5bd0a5b0a7d0e705be66479030a0')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:15:44
  Author: dwallace
Revision: 127930

upgpkg: python-jsonpatch 1.9-1

upgpkg: python-jsonpatch 1.9

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:13:56 UTC (rev 127929)
+++ PKGBUILD2015-02-18 15:15:44 UTC (rev 127930)
@@ -5,8 +5,8 @@
 pkgbase=python-jsonpatch
 _pkgname=jsonpatch
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.5
-pkgrel=3
+pkgver=1.9
+pkgrel=1
 pkgdesc=Python object model built on JSON schema and JSON patch
 arch=(any)
 url=https://github.com/stefankoegl/python-json-patch
@@ -14,8 +14,8 @@
 makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
-sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
+sha256sums=('e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2')
+sha512sums=('9f27def8519677dbc6d45287b6938ccfb9179f7a315871adeb7198e1568876a391625c060c7901b7acd51af0ed10427a61d54d899719ef1a073b2e93591904ed')
 
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2


[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:17:32
  Author: dwallace
Revision: 127932

upgpkg: perl-term-readline-gnu 1.26-1

upgpkg: perl-term-readline-gnu 1.26

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:16:04 UTC (rev 127931)
+++ PKGBUILD2015-02-18 15:17:32 UTC (rev 127932)
@@ -6,7 +6,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.25
+pkgver=1.26
 pkgrel=1
 pkgdesc=GNU Readline XS library wrapper
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
 'termcap-bad-ncurses-good.patch')
-md5sums=('ac4edfd7c5604be0343a124660f1d44e'
+md5sums=('0792d93dc22608132c94928121d51482'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:18:02
  Author: dwallace
Revision: 127933

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

Added:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
(from rev 127932, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
(from rev 127932, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
(from rev 127932, perl-term-readline-gnu/trunk/PKGBUILD)
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch
(from rev 127932, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-i686/PKGBUILD
  perl-term-readline-gnu/repos/community-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-x86_64/PKGBUILD
  perl-term-readline-gnu/repos/community-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |   92 ++
 /termcap-bad-ncurses-good.patch |   36 
 community-i686/PKGBUILD |   46 ---
 community-i686/termcap-bad-ncurses-good.patch   |   18 
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/termcap-bad-ncurses-good.patch |   18 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 15:17:32 UTC (rev 127932)
+++ community-i686/PKGBUILD 2015-02-18 15:18:02 UTC (rev 127933)
@@ -1,46 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: jason ryan jasonwr...@gmail.com
-# Contributor: AUR Perl aurp...@juster.info
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.25
-pkgrel=1
-pkgdesc=GNU Readline XS library wrapper
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
-'termcap-bad-ncurses-good.patch')
-md5sums=('ac4edfd7c5604be0343a124660f1d44e'
- 'a000706b89792f822b5ec20baa370910')
-
-build() {
-   export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
-patch --forward -p1  ${srcdir}/termcap-bad-ncurses-good.patch
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-}
-
-package() {
-  cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
-  make pure_install PERL_INSTALL_ROOT=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-term-readline-gnu/repos/community-i686/PKGBUILD (from rev 127932, 
perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 15:18:02 UTC (rev 127933)
@@ -0,0 +1,46 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: jason ryan jasonwr...@gmail.com
+# Contributor: AUR Perl aurp...@juster.info
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.26
+pkgrel=1
+pkgdesc=GNU Readline XS library wrapper
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
+'termcap-bad-ncurses-good.patch')
+md5sums=('0792d93dc22608132c94928121d51482'
+ 'a000706b89792f822b5ec20baa370910')
+
+build() {
+   export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
+patch --forward -p1  ${srcdir}/termcap-bad-ncurses-good.patch
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+  cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+}
+
+package() {
+  cd ${srcdir}/Term-ReadLine-Gnu-$pkgver
+  make pure_install PERL_INSTALL_ROOT=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+

Deleted: community-i686/termcap-bad-ncurses-good.patch

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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:21:01
  Author: dwallace
Revision: 127938

upgpkg: python-oslo-config 1.6.1-1

upgpkg: python-oslo-config 1.6.1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:20:46 UTC (rev 127937)
+++ PKGBUILD2015-02-18 15:21:01 UTC (rev 127938)
@@ -3,16 +3,16 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.5.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=parsing command line arguments and .ini style configuration files
 arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/1.1.0;
+url=https://pypi.python.org/pypi/oslo.config/$pkgver;
 license=('GPL')
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('b6bc11bbe14975ed5434108e8ad6708e')
+md5sums=('d51fd561300f46945dd24977c429280c')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:18:28
  Author: dwallace
Revision: 127935

archrelease: copy trunk to community-any

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

--+
 COPYING  |   52 +++
 PKGBUILD |  102 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: COPYING
===
--- COPYING 2015-02-18 15:18:10 UTC (rev 127934)
+++ COPYING 2015-02-18 15:18:28 UTC (rev 127935)
@@ -1,26 +0,0 @@
-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/COPYING (from rev 127934, 
python-jsonpointer/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2015-02-18 15:18:28 UTC (rev 127935)
@@ -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.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:18:10 UTC (rev 127934)
+++ PKGBUILD2015-02-18 15:18:28 UTC (rev 127935)
@@ -1,51 +0,0 @@
-# $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.4
-pkgrel=1
-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
-

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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:21:21
  Author: dwallace
Revision: 127939

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:21:01 UTC (rev 127938)
+++ PKGBUILD2015-02-18 15:21:21 UTC (rev 127939)
@@ -1,41 +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.5.0
-pkgrel=1
-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=('b6bc11bbe14975ed5434108e8ad6708e')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
-}
-
-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
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 127938, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:21:21 UTC (rev 127939)
@@ -0,0 +1,41 @@
+# $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.6.1
+pkgrel=1
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('d51fd561300f46945dd24977c429280c')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
+}
+
+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
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:29:26
  Author: dwallace
Revision: 127942

upgpkg: reptyr 0.6.2-1

upgpkg: reptry 0.6.2

Modified:
  reptyr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 15:23:05 UTC (rev 127941)
+++ PKGBUILD2015-02-18 15:29:26 UTC (rev 127942)
@@ -1,8 +1,8 @@
-$Id$
+# $Id$
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 
 pkgname=reptyr
-pkgver=0.5
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url=https://github.com/nelhage/reptyr;
 depends=('glibc')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver;)
-md5sums=('837318cfbdee76267162297987a94b8c')
+md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
 
 build() {
cd $srcdir/nelhage-$pkgname-*


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

2015-02-18 Thread Jelle van der Waa
Date: Wednesday, February 18, 2015 @ 16:29:44
  Author: jelle
Revision: 127944

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/PKGBUILD
(from rev 127943, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-18 15:29:35 UTC (rev 127943)
+++ PKGBUILD2015-02-18 15:29:44 UTC (rev 127944)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Simon Lipp a...@simon.lipp.name
-# Contributor: Daniel Grana dan...@gmail.com
-
-pkgname=s3cmd
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=A command line client for Amazon S3
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL')
-depends=('python2' 'python2-dateutil')
-optdepends=('gnupg: encrypted file storage')
-source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz;)
-md5sums=('9c0d61f960ae51fa55e9d7583b6325e0')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=$pkgdir
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 127943, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-18 15:29:44 UTC (rev 127944)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Simon Lipp a...@simon.lipp.name
+# Contributor: Daniel Grana dan...@gmail.com
+
+pkgname=s3cmd
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=A command line client for Amazon S3
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL')
+depends=('python2' 'python2-dateutil')
+makedepends=('python2-setuptools')
+optdepends=('gnupg: encrypted file storage')
+source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz;)
+md5sums=('3153116dc62c817a724ea58080968383')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+}


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

2015-02-18 Thread Daniel Wallace
Date: Wednesday, February 18, 2015 @ 16:29:59
  Author: dwallace
Revision: 127945

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

Added:
  reptyr/repos/community-i686/PKGBUILD
(from rev 127943, reptyr/trunk/PKGBUILD)
  reptyr/repos/community-x86_64/PKGBUILD
(from rev 127944, reptyr/trunk/PKGBUILD)
Deleted:
  reptyr/repos/community-i686/PKGBUILD
  reptyr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-18 15:29:44 UTC (rev 127944)
+++ community-i686/PKGBUILD 2015-02-18 15:29:59 UTC (rev 127945)
@@ -1,26 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=reptyr
-pkgver=0.5
-pkgrel=1
-pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
-arch=('i686' 'x86_64')
-license=('BSD')
-url=https://github.com/nelhage/reptyr;
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver;)
-md5sums=('837318cfbdee76267162297987a94b8c')
-
-build() {
-   cd $srcdir/nelhage-$pkgname-*
-
-   make
-}
-
-package() {
-   cd $srcdir/nelhage-$pkgname-*
-
-   make DESTDIR=$pkgdir PREFIX=/usr install
-install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
-} 

Copied: reptyr/repos/community-i686/PKGBUILD (from rev 127943, 
reptyr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-18 15:29:59 UTC (rev 127945)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=reptyr
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url=https://github.com/nelhage/reptyr;
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver;)
+md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
+
+build() {
+   cd $srcdir/nelhage-$pkgname-*
+
+   make
+}
+
+package() {
+   cd $srcdir/nelhage-$pkgname-*
+
+   make DESTDIR=$pkgdir PREFIX=/usr install
+install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-18 15:29:44 UTC (rev 127944)
+++ community-x86_64/PKGBUILD   2015-02-18 15:29:59 UTC (rev 127945)
@@ -1,26 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=reptyr
-pkgver=0.5
-pkgrel=1
-pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
-arch=('i686' 'x86_64')
-license=('BSD')
-url=https://github.com/nelhage/reptyr;
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver;)
-md5sums=('837318cfbdee76267162297987a94b8c')
-
-build() {
-   cd $srcdir/nelhage-$pkgname-*
-
-   make
-}
-
-package() {
-   cd $srcdir/nelhage-$pkgname-*
-
-   make DESTDIR=$pkgdir PREFIX=/usr install
-install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
-} 

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 127944, 
reptyr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-18 15:29:59 UTC (rev 127945)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=reptyr
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url=https://github.com/nelhage/reptyr;
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver;)
+md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
+
+build() {
+   cd $srcdir/nelhage-$pkgname-*
+
+   make
+}
+
+package() {
+   cd $srcdir/nelhage-$pkgname-*
+
+   make DESTDIR=$pkgdir PREFIX=/usr install
+install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 


[arch-commits] Commit in virtualbox/repos (88 files)

2015-02-18 Thread Sébastien Luttringer
Date: Thursday, February 19, 2015 @ 00:30:06
  Author: seblu
Revision: 127964

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 127963, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 127963, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 127963, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/004-xorg.patch
(from rev 127963, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 127963, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 127963, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 127963, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/008-root-window.patch
(from rev 127963, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 127963, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 127963, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 127963, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 127963, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxreload
(from rev 127963, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 127963, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 127963, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 127963, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 127963, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 127963, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 127963, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 127963, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 127963, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 127963, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 127963, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 127963, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 127963, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/004-xorg.patch
(from rev 127963, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 127963, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 127963, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 127963, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/008-root-window.patch
(from rev 127963, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 127963, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 127963, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 127963, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 127963, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 127963, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 127963, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 127963, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 127963, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 127963, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 127963, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from 

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

2015-02-18 Thread Kyle Keen
Date: Thursday, February 19, 2015 @ 01:53:40
  Author: kkeen
Revision: 127967

upgpkg: pyglet 1.2.0-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-19 00:35:56 UTC (rev 127966)
+++ PKGBUILD2015-02-19 00:53:40 UTC (rev 127967)
@@ -5,29 +5,51 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgbase=pyglet
-pkgname=('python2-pyglet')
-pkgver=1.1.4
-pkgrel=2
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.2.0
+pkgrel=1
 pkgdesc=A cross-platform windowing and multimedia library for Python
 arch=('any')
 url=http://pyglet.org/;
 license=('BSD')
-depends=('python2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 optdepends=('avbin: provides audiovideo support')
-conflicts=('pyglet')
-provides=('pyglet')
-replaces=('pyglet')
-source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('b2363642dc3832e95dc4e63a6793467f')
+source=(https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
+md5sums=('db1e2ca6a68c8b7dca2937906afc5763')
 
+prepare() {
+   cd $srcdir
+   cp -r $srcdir/$pkgbase-$pkgver $srcdir/${pkgbase}2-$pkgver
+}
+
 build() { 
-   cd ${srcdir}/${pkgbase}-${pkgver}
+   cd $srcdir/${pkgbase}2-$pkgver
python2 setup.py build
+
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py build
 }
 
 package_python2-pyglet() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   python2 setup.py install --root=${pkgdir} --optimize=0
+   depends=('python2')
+   conflicts=('pyglet')
+   provides=('pyglet')
+   replaces=('pyglet')
+   cd $srcdir/${pkgbase}2-$pkgver
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root=$pkgdir --optimize=0
 find $pkgdir/ -name '*.pyc' -delete
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python-pyglet() {
+   depends=('python')
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py install --root=$pkgdir --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   find $pkgdir/ -type d -empty -delete
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+


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

2015-02-18 Thread Kyle Keen
Date: Thursday, February 19, 2015 @ 01:53:55
  Author: kkeen
Revision: 127968

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 127967, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-19 00:53:40 UTC (rev 127967)
+++ PKGBUILD2015-02-19 00:53:55 UTC (rev 127968)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyglet
-pkgname=('python2-pyglet')
-pkgver=1.1.4
-pkgrel=2
-pkgdesc=A cross-platform windowing and multimedia library for Python
-arch=('any')
-url=http://pyglet.org/;
-license=('BSD')
-depends=('python2')
-optdepends=('avbin: provides audiovideo support')
-conflicts=('pyglet')
-provides=('pyglet')
-replaces=('pyglet')
-source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('b2363642dc3832e95dc4e63a6793467f')
-
-build() { 
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   python2 setup.py build
-}
-
-package_python2-pyglet() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   python2 setup.py install --root=${pkgdir} --optimize=0
-find $pkgdir/ -name '*.pyc' -delete
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 127967, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-19 00:53:55 UTC (rev 127968)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyglet
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A cross-platform windowing and multimedia library for Python
+arch=('any')
+url=http://pyglet.org/;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+optdepends=('avbin: provides audiovideo support')
+source=(https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
+md5sums=('db1e2ca6a68c8b7dca2937906afc5763')
+
+prepare() {
+   cd $srcdir
+   cp -r $srcdir/$pkgbase-$pkgver $srcdir/${pkgbase}2-$pkgver
+}
+
+build() { 
+   cd $srcdir/${pkgbase}2-$pkgver
+   python2 setup.py build
+
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py build
+}
+
+package_python2-pyglet() {
+   depends=('python2')
+   conflicts=('pyglet')
+   provides=('pyglet')
+   replaces=('pyglet')
+   cd $srcdir/${pkgbase}2-$pkgver
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root=$pkgdir --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pyglet() {
+   depends=('python')
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py install --root=$pkgdir --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   find $pkgdir/ -type d -empty -delete
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+


[arch-commits] Commit in bind/repos (40 files)

2015-02-18 Thread Sébastien Luttringer
Date: Thursday, February 19, 2015 @ 01:34:18
  Author: seblu
Revision: 231672

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 231671, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 231671, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 231671, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 231671, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 231671, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 231671, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 231671, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 231671, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 231671, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 231671, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 231671, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 231671, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 231671, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 231671, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 231671, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 231671, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 231671, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 231671, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 231671, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 231671, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 
 /PKGBUILD   |  180 ++
 /bind.install   |   26 +
 /empty.zone |   16 +++
 /localhost.ip6.zone |   20 
 /localhost.zone |   22 
 /named.conf |  144 ++
 /named.service  |   22 
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 --
 extra-i686/PKGBUILD |   88 --
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 --
 extra-i686/localhost.zone   |   11 --
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 --
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 --
 extra-x86_64/PKGBUILD   |   88 --
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 --
 extra-x86_64/localhost.zone |   11 --
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 --
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 454 insertions(+), 450 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2015-02-19 00:33:22 UTC (rev 231671)
+++ extra-i686/127.0.0.zone 2015-02-19 00:34:18 UTC (rev 231672)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-i686/127.0.0.zone (from rev 231671, 
bind/trunk/127.0.0.zone)

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

2015-02-18 Thread Eric Bélanger
Date: Thursday, February 19, 2015 @ 01:35:56
  Author: eric
Revision: 127966

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-19 00:34:35 UTC (rev 127965)
+++ PKGBUILD2015-02-19 00:35:56 UTC (rev 127966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.02.11
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e65685ca7e76aa04fc7fa9f89efcfd53b530d512'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 127965, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-19 00:35:56 UTC (rev 127966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.02.19.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('ed87688e9acbc482d66b1180da32510a10192673'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-02-18 Thread Sébastien Luttringer
Date: Thursday, February 19, 2015 @ 01:33:22
  Author: seblu
Revision: 231671

upgpkg: bind 9.10.1.P2-2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 14:47:38 UTC (rev 231670)
+++ PKGBUILD2015-02-19 00:33:22 UTC (rev 231671)
@@ -5,7 +5,7 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-_pkgver=9.10.1-P1
+_pkgver=9.10.1-P2
 pkgver=${_pkgver//-/.}
 pkgrel=2
 pkgdesc='The ISC BIND nameserver'
@@ -21,7 +21,8 @@
 'var/named/localhost.ip6.zone'
 'var/named/empty.zone')
 install=$pkgname.install
-validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5') # ISC, Inc
+validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
+  'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz{,.asc}
 'tmpfiles.conf'
 'sysusers.conf'
@@ -31,7 +32,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('24a81ba458a762c27be47461301fcf336cfb1d43'
+sha1sums=('4a7475b4f2c1d257001ad40653379af52f090666'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '6bebf4ff8ca4482a83f4d3dbf176d9bffd89eefa'


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

2015-02-18 Thread Eric Bélanger
Date: Thursday, February 19, 2015 @ 01:34:35
  Author: eric
Revision: 127965

upgpkg: youtube-dl 2015.02.19.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-18 23:30:06 UTC (rev 127964)
+++ PKGBUILD2015-02-19 00:34:35 UTC (rev 127965)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.02.11
+pkgver=2015.02.19.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e65685ca7e76aa04fc7fa9f89efcfd53b530d512'
+sha1sums=('ed87688e9acbc482d66b1180da32510a10192673'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')