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

2015-08-21 Thread Felix Yan
Date: Saturday, August 22, 2015 @ 04:49:13
  Author: fyan
Revision: 138624

upgpkg: python-xcffib 0.3.6-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-22 01:07:38 UTC (rev 138623)
+++ PKGBUILD2015-08-22 02:49:13 UTC (rev 138624)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('any')


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

2015-08-21 Thread Felix Yan
Date: Saturday, August 22, 2015 @ 04:49:35
  Author: fyan
Revision: 138625

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-22 02:49:13 UTC (rev 138624)
+++ PKGBUILD2015-08-22 02:49:35 UTC (rev 138625)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Roger Duran rogerdu...@gmail.com
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
-arch=('any')
-url=https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
- 'happy' 'alex')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-
-  cd xcffib
-  cabal update
-  cabal install --only-dependencies --enable-tests
-  cabal configure --enable-tests
-}
-
-build() {
-  cd $srcdir/xcffib
-  make xcffib
-
-  cd $srcdir/xcffib-py2
-  make xcffib
-}
-
-check() {
-  cd $srcdir/xcffib
-  make check
-
-  cd $srcdir/xcffib-py2
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd $srcdir/xcffib
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd $srcdir/xcffib-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 138624, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-22 02:49:35 UTC (rev 138625)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('any')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


[arch-commits] Commit in kwin/kde-unstable (PKGBUILD)

2015-08-21 Thread Antonio Rojas
Date: Friday, August 21, 2015 @ 13:25:59
  Author: arojas
Revision: 244466

New tarball

Modified:
  kwin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 10:23:52 UTC (rev 244465)
+++ PKGBUILD2015-08-21 11:25:59 UTC (rev 244466)
@@ -16,7 +16,7 @@
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d1bee4dc35a19e57d8d9f328737e9c59')
+md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
 
 prepare() {
   mkdir build


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 13:29:17
  Author: fyan
Revision: 138597

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 138596, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 138596, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 138596, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 138596, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 138596, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 138596, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-08-21 11:28:49 UTC (rev 138596)
+++ LICENSE 2015-08-21 11:29:17 UTC (rev 138597)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 138596, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-21 11:29:17 UTC (rev 138597)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 11:28:49 UTC (rev 138596)
+++ PKGBUILD2015-08-21 11:29:17 UTC (rev 138597)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.624
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 13:28:49
  Author: fyan
Revision: 138596

upgpkg: jenkins 1.625-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 10:23:59 UTC (rev 138595)
+++ PKGBUILD2015-08-21 11:28:49 UTC (rev 138596)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.624
+pkgver=1.625
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('9015dd83ad4c88adf8cf1e7e1096ffd4bd2eb355c40308711d752f71e75bfe3ab3442cbc44f90599eb75a33ded13ca68ae85328e6d5585e297492af0036ac730'
+sha512sums=('e593ef09e2b0bc943c2512c2389f55a2260a2f34f40c7c8787a26c8c5624381547918d971ca780fd1e60e3c884c4d387a2fb6335055faea2fd2ac148f1cf5c56'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-08-21 Thread Jan Steffens
Date: Friday, August 21, 2015 @ 14:40:39
  Author: heftig
Revision: 244470

0.99.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 12:00:13 UTC (rev 244469)
+++ PKGBUILD2015-08-21 12:40:39 UTC (rev 244470)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.21.0
-pkgrel=2
+pkgver=0.99.1
+pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/libinput/;
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
+sha256sums=('d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 


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

2015-08-21 Thread Jan Steffens
Date: Friday, August 21, 2015 @ 14:43:56
  Author: heftig
Revision: 244471

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-i686/PKGBUILD 2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.21.0
-pkgrel=2
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7cce7a9e510dfe5c4a19ad00e9350808d4f59f8611fd2b5e87213c507283f550'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 244470, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 12:43:56 UTC (rev 244471)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.99.1
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d43cae593f19deb6c0dc18aea1633ffd1f1731aa5c3580bedda48b6a354c7164'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-i686/libinput.install 2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 244470, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-08-21 12:43:56 UTC (rev 244471)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-21 12:40:39 UTC (rev 244470)
+++ extra-x86_64/PKGBUILD   2015-08-21 12:43:56 UTC (rev 244471)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.21.0
-pkgrel=2
-pkgdesc=library that handles input devices for display servers 

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

2015-08-21 Thread Anatol Pomozov
Date: Friday, August 21, 2015 @ 17:23:54
  Author: anatolik
Revision: 138600

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/Makefile
(from rev 138599, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 138599, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/bash_completion
(from rev 138599, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/Makefile
(from rev 138599, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 138599, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion
(from rev 138599, android-tools/trunk/bash_completion)

--+
 community-testing-i686/Makefile  |  101 ++
 community-testing-i686/PKGBUILD  |   41 +
 community-testing-i686/bash_completion   |  203 +
 community-testing-x86_64/Makefile|  101 ++
 community-testing-x86_64/PKGBUILD|   41 +
 community-testing-x86_64/bash_completion |  203 +
 6 files changed, 690 insertions(+)

Copied: android-tools/repos/community-testing-i686/Makefile (from rev 138599, 
android-tools/trunk/Makefile)
===
--- community-testing-i686/Makefile (rev 0)
+++ community-testing-i686/Makefile 2015-08-21 15:23:54 UTC (rev 138600)
@@ -0,0 +1,101 @@
+all: mkbootimg fastboot adb
+
+install:
+   install -m755 -d $(DESTDIR)/usr/bin
+   install -m755 -t $(DESTDIR)/usr/bin mkbootimg fastboot adb
+
+clean:
+   rm -f **/*.o
+
+.PHONY: clean
+
+
+
+
+MKBOOTIMG_SRCS += $(wildcard core/libmincrypt/*.c)
+MKBOOTIMG_SRCS += core/mkbootimg/mkbootimg.c
+
+MKBOOTIMG_CFLAGS += -Icore/include
+
+mkbootimg: $(MKBOOTIMG_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(MKBOOTIMG_CFLAGS) $(LDFLAGS) $(MKBOOTIMG_LIBS) 
$(MKBOOTIMG_SRCS)
+
+
+
+
+ADB_SRCS += core/adb/adb.c
+ADB_SRCS += core/adb/adb_auth_host.c
+ADB_SRCS += core/adb/adb_client.c
+ADB_SRCS += core/adb/commandline.c
+ADB_SRCS += core/adb/console.c
+ADB_SRCS += core/adb/fdevent.c
+ADB_SRCS += core/adb/file_sync_client.c
+ADB_SRCS += core/adb/get_my_path_linux.c
+ADB_SRCS += core/adb/services.c
+ADB_SRCS += core/adb/sockets.c
+ADB_SRCS += core/adb/transport.c
+ADB_SRCS += core/adb/transport_local.c
+ADB_SRCS += core/adb/transport_usb.c
+ADB_SRCS += core/adb/usb_linux.c
+ADB_SRCS += core/adb/usb_vendors.c
+ADB_SRCS += core/libcutils/load_file.c
+ADB_SRCS += core/libcutils/socket_inaddr_any_server.c
+ADB_SRCS += core/libcutils/socket_local_client.c
+ADB_SRCS += core/libcutils/socket_local_server.c
+ADB_SRCS += core/libcutils/socket_loopback_client.c
+ADB_SRCS += core/libcutils/socket_loopback_server.c
+ADB_SRCS += core/libcutils/socket_network_client.c
+ADB_SRCS += core/libzipfile/centraldir.c
+ADB_SRCS += core/libzipfile/zipfile.c
+
+ADB_CFLAGS  += -DADB_HOST=1 -DHAVE_FORKEXEC=1 -DHAVE_OFF64_T=1 -DHAVE_TERMIO_H 
-I core/include -I core/adb
+ADB_LIBS += -lcrypto -lpthread -lz
+
+adb: $(ADB_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(ADB_CFLAGS) $(LDFLAGS) $(ADB_SRCS) $(ADB_LIBS)
+
+
+
+FASTBOOT_SRCS += core/fastboot/bootimg.c
+FASTBOOT_SRCS += core/fastboot/engine.c
+FASTBOOT_SRCS += core/fastboot/fastboot.c
+FASTBOOT_SRCS += core/fastboot/protocol.c
+FASTBOOT_SRCS += core/fastboot/usb_linux.c
+FASTBOOT_SRCS += core/fastboot/util_linux.c
+FASTBOOT_SRCS += core/fastboot/util.c
+FASTBOOT_SRCS += core/fastboot/fs.c
+FASTBOOT_SRCS += core/libsparse/backed_block.c
+FASTBOOT_SRCS += core/libsparse/output_file.c
+FASTBOOT_SRCS += core/libsparse/sparse.c
+FASTBOOT_SRCS += core/libsparse/sparse_crc32.c
+FASTBOOT_SRCS += core/libsparse/sparse_err.c
+FASTBOOT_SRCS += core/libsparse/sparse_read.c
+FASTBOOT_SRCS += core/libzipfile/centraldir.c
+FASTBOOT_SRCS += core/libzipfile/zipfile.c
+FASTBOOT_SRCS += extras/ext4_utils/allocate.c
+FASTBOOT_SRCS += extras/ext4_utils/contents.c
+FASTBOOT_SRCS += extras/ext4_utils/crc16.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_utils.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_sb.c
+FASTBOOT_SRCS += extras/ext4_utils/extent.c
+FASTBOOT_SRCS += extras/ext4_utils/indirect.c
+FASTBOOT_SRCS += extras/ext4_utils/make_ext4fs.c
+FASTBOOT_SRCS += extras/ext4_utils/sha1.c
+FASTBOOT_SRCS += extras/ext4_utils/uuid.c
+FASTBOOT_SRCS += extras/ext4_utils/wipe.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_utils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_dlutils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_ioutils.c
+FASTBOOT_SRCS += libselinux/src/callbacks.c
+FASTBOOT_SRCS += libselinux/src/check_context.c
+FASTBOOT_SRCS += libselinux/src/freecon.c
+FASTBOOT_SRCS += libselinux/src/init.c

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

2015-08-21 Thread Anatol Pomozov
Date: Friday, August 21, 2015 @ 17:22:25
  Author: anatolik
Revision: 138599

upgpkg: android-tools 5.1.1_r13-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:19:10 UTC (rev 138598)
+++ PKGBUILD2015-08-21 15:22:25 UTC (rev 138599)
@@ -4,7 +4,7 @@
 # Contributor: Alucryd alucryd at gmail dot com
 
 pkgname=android-tools
-pkgver=5.1.1_r5
+pkgver=5.1.1_r13
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)
@@ -23,7 +23,7 @@
   'SKIP'
   'SKIP'
   '67baba7465ba6a65c206e8373656e5fe1d85f188'
-  'd1b208c7c2d8d0053e9937653cca22d09b6d')
+  'e1bd94fd4dd260af3c068496071d67738d431aec')
 
 prepare() {
   # another way to fix the compilation error is to add #include stddef.h


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

2015-08-21 Thread Sven-Hendrik Haase
Date: Friday, August 21, 2015 @ 17:31:24
  Author: svenstaro
Revision: 244475

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 244474, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 244474, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 244474, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 244474, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 244474, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 244474, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  134 +++
 /qtcreator.desktop |   20 +
 /qtcreator.install |   24 ++
 extra-i686/PKGBUILD|   67 ---
 extra-i686/qtcreator.desktop   |   10 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/qtcreator.desktop |   10 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 15:31:12 UTC (rev 244474)
+++ extra-i686/PKGBUILD 2015-08-21 15:31:24 UTC (rev 244475)
@@ -1,67 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=3.4.2
-_pkgver=v3.4.2
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}
-git://code.qt.io/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  # Workaround for FS#40583
-  mv ${pkgdir}/usr/bin/qtcreator ${pkgdir}/usr/bin/qtcreator-bin
-  echo #!/bin/sh  ${pkgdir}/usr/bin/qtcreator
-  echo QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@  
${pkgdir}/usr/bin/qtcreator
-  chmod +x ${pkgdir}/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 244474, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 15:31:24 UTC (rev 244475)
@@ -0,0 +1,67 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.5.0
+_pkgver=v3.5.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')

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

2015-08-21 Thread Anatol Pomozov
Date: Friday, August 21, 2015 @ 17:04:32
  Author: anatolik
Revision: 244472

upgpkg: dhcpcd 6.9.2-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 12:43:56 UTC (rev 244471)
+++ PKGBUILD2015-08-21 15:04:32 UTC (rev 244472)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.9.1
+pkgver=6.9.2
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('b4c32d5ef1fe23e1d8541566f41a15173e005f74'
+sha1sums=('a79ea29f02b556e929dda497f6ededfc3c7786b2'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-08-21 Thread Anatol Pomozov
Date: Friday, August 21, 2015 @ 17:05:12
  Author: anatolik
Revision: 244473

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 244472, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 244472, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 244472, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 244472, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 244472, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 244472, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 244472, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-21 15:05:12 UTC (rev 244473)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.9.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('a79ea29f02b556e929dda497f6ededfc3c7786b2'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 244472, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-08-21 15:05:12 UTC (rev 244473)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 244472, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2015-08-21 15:05:12 UTC (rev 244473)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 244472, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-21 15:05:12 UTC (rev 244473)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.9.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

[arch-commits] Commit in android-tools/trunk (bash_completion)

2015-08-21 Thread Anatol Pomozov
Date: Friday, August 21, 2015 @ 17:19:10
  Author: anatolik
Revision: 138598

FS#46045 Pull recent bash autocompletion changes from upstream

Modified:
  android-tools/trunk/bash_completion

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

Modified: bash_completion
===
--- bash_completion 2015-08-21 11:29:17 UTC (rev 138597)
+++ bash_completion 2015-08-21 15:19:10 UTC (rev 138598)
@@ -61,7 +61,8 @@
   ;;
 -s)
   # Use 'adb devices' to list serial numbers.
-  COMPREPLY=( $(compgen -W $(adb devices|grep 'device$'|cut -f1) -- 
${cur} ) )
+  COMPREPLY=( $(compgen -W $(adb devices |
+awk '/(device|recovery|sideload)$/{print $1}') -- ${cur} ) )
   return 0
   ;;
   esac


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

2015-08-21 Thread Sven-Hendrik Haase
Date: Friday, August 21, 2015 @ 17:31:12
  Author: svenstaro
Revision: 244474

upgpkg: qtcreator 3.5.0-1

upstream release 3.5.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:05:12 UTC (rev 244473)
+++ PKGBUILD2015-08-21 15:31:12 UTC (rev 244474)
@@ -7,8 +7,8 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=3.4.2
-_pkgver=v3.4.2
+pkgver=3.5.0
+_pkgver=v3.5.0
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
@@ -45,7 +45,7 @@
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 
-  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
+  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
   make
   make docs -j1
 }


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

2015-08-21 Thread Sven-Hendrik Haase
Date: Friday, August 21, 2015 @ 17:52:37
  Author: svenstaro
Revision: 244476

upgpkg: bullet 2.83.6-1

upstream release 2.83.6

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:31:24 UTC (rev 244475)
+++ PKGBUILD2015-08-21 15:52:37 UTC (rev 244476)
@@ -4,7 +4,7 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.5
+pkgver=2.83.6
 pkgrel=1
 pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
 optdepends=('glu: for the example browser')
 source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('87e42fad2216801d5cef0af7e547ce08')
+md5sums=('44cb2464336a2082b2c144194c2a2668')
 
 build() {
   cd ${pkgbase}3-${pkgver}


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

2015-08-21 Thread Sven-Hendrik Haase
Date: Friday, August 21, 2015 @ 17:52:46
  Author: svenstaro
Revision: 244477

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 15:52:37 UTC (rev 244476)
+++ extra-i686/PKGBUILD 2015-08-21 15:52:46 UTC (rev 244477)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-pkgver=2.83.5
-pkgrel=1
-pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
-arch=('i686' 'x86_64')
-url=http://www.bulletphysics.com/Bullet/;
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
-optdepends=('glu: for the example browser')
-source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
-md5sums=('87e42fad2216801d5cef0af7e547ce08')
-
-build() {
-  cd ${pkgbase}3-${pkgver}
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build 
-
-  cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_SHARED_LIBS=1 \
-   -DINSTALL_LIBS=1 \
-   -DINSTALL_EXTRA_LIBS=1 \
-   -DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  cd ..
-  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('bullet-docs: documentation')
-
-  cd ${pkgbase}3-${pkgver}/build
-
-  # install it
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc=Documentation for bullet
-  depends=()
-
-  cd ${pkgbase}3-${pkgver}
-
-  # install docs
-  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
-  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
-  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/extra-i686/PKGBUILD (from rev 244476, 
bullet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 15:52:46 UTC (rev 244477)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.83.6
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu')
+optdepends=('glu: for the example browser')
+source=(https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz;)
+md5sums=('44cb2464336a2082b2c144194c2a2668')
+
+build() {
+  cd ${pkgbase}3-${pkgver}
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  cd ..
+  #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}3-${pkgver}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc=Documentation for bullet
+  depends=()
+
+  cd ${pkgbase}3-${pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-21 15:52:37 UTC (rev 244476)
+++ extra-x86_64/PKGBUILD   2015-08-21 15:52:46 UTC (rev 244477)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: 

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

2015-08-21 Thread Eric Bélanger
Date: Friday, August 21, 2015 @ 22:09:37
  Author: eric
Revision: 244479

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-21 20:06:59 UTC (rev 244478)
+++ extra-i686/PKGBUILD 2015-08-21 20:09:37 UTC (rev 244479)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=webkit2gtk
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=('!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('30bd366bd970d4bac2f9ef5bff0fb935376bf91ea2aaa2a5183fe5fdbec20fbd')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
-  cd $srcdir/webkitgtk-$pkgver/Source
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
-  done
-}

Copied: webkit2gtk/repos/extra-i686/PKGBUILD (from rev 244478, 
webkit2gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-21 20:09:37 UTC (rev 244479)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.8.5
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha256sums=('3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
+  cd $srcdir/webkitgtk-$pkgver/Source
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-21 20:06:59 UTC (rev 244478)
+++ extra-x86_64/PKGBUILD   2015-08-21 20:09:37 UTC (rev 244479)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=webkit2gtk
-pkgver=2.8.4
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;

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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 21:39:50
  Author: arodseth
Revision: 138615

upgpkg: nuitka 0.5.13.8-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 19:03:57 UTC (rev 138614)
+++ PKGBUILD2015-08-21 19:39:50 UTC (rev 138615)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.13.6
+pkgver=0.5.13.8
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('64bf2b5c64471aaf08b9e15870a468b459757d8547af2b57b71d9cf6c0305ba8')
+sha256sums=('d5e692db3153b8fce6ba10d0eac54779ad7959f28a9dab988dd3c0c56efbfcc8')
 
 package() {
   cd Nuitka-$pkgver


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

2015-08-21 Thread Eric Bélanger
Date: Friday, August 21, 2015 @ 22:06:59
  Author: eric
Revision: 244478

upgpkg: webkit2gtk 2.8.5-1

Upstream update, Add libnotify support (close FS#45116)

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:52:46 UTC (rev 244477)
+++ PKGBUILD2015-08-21 20:06:59 UTC (rev 244478)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=webkit2gtk
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url=http://webkitgtk.org/;
 license=('custom')
 depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
-'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify')
 makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
 optdepends=('gtk2: Netscape plugin support'
 'gst-plugins-base: free media decoding'
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('30bd366bd970d4bac2f9ef5bff0fb935376bf91ea2aaa2a5183fe5fdbec20fbd')
+sha256sums=('3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20')
 
 prepare() {
   mkdir build


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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 21:48:03
  Author: arodseth
Revision: 138616

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 138615, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 19:39:50 UTC (rev 138615)
+++ PKGBUILD2015-08-21 19:48:03 UTC (rev 138616)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.13.6
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('64bf2b5c64471aaf08b9e15870a468b459757d8547af2b57b71d9cf6c0305ba8')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 138615, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 19:48:03 UTC (rev 138616)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.13.8
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('d5e692db3153b8fce6ba10d0eac54779ad7959f28a9dab988dd3c0c56efbfcc8')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2015-08-21 Thread Kyle Keen
Date: Friday, August 21, 2015 @ 19:24:15
  Author: kkeen
Revision: 138601

upgpkg: ipython 4.0.0-2

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 15:23:54 UTC (rev 138600)
+++ PKGBUILD2015-08-21 17:24:15 UTC (rev 138601)
@@ -8,7 +8,7 @@
 pkgbase=ipython 
 pkgname=(ipython ipython2)
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -18,13 +18,12 @@
 optdepends=(python-nose: for IPython's test suite)
 install=ipython.install
 
-# qtconsole isn't released for 4 yet
-# qtconsole deps: python-pyqt4 python-sip python-pygments python-pyzmq
+# some of these will update rapidly, others never
+# so _vars will be phased in as new updates are released
+_ipykv=4.0.3
 
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/4.0.3.tar.gz;
+
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz;
 
https://pypi.python.org/packages/source/t/traitlets/traitlets-4.0.0.tar.gz;
 
https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
 
https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
@@ -56,7 +55,7 @@
 prepare() {
   cd $srcdir
   cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipykernel-4.0.3python2-ipykernel-4.0.3
+  cp -r ipykernel-$_ipykv  python2-ipykernel-$_ipykv
   cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
   cp -r pickleshare-0.5python2-pickleshare-0.5
   cp -r traitlets-4.0.0python2-traitlets-4.0.0
@@ -76,38 +75,35 @@
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
   # TEMPORARY!
-  pushd $srcdir/ipython_genutils-0.1.0
+  cd $srcdir/ipython_genutils-0.1.0
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/pickleshare-0.5
+
+  cd $srcdir/pickleshare-0.5
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/traitlets-4.0.0
+
+  cd $srcdir/traitlets-4.0.0
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/path.py-7.6
+
+  cd $srcdir/path.py-7.6
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/simplegeneric-0.8.1
+
+  cd $srcdir/simplegeneric-0.8.1
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/ipykernel-4.0.3
+
+  cd $srcdir/ipykernel-$_ipykv
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
 
+  cd $srcdir/ipython-$pkgver
   install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
 
-  pushd examples/IPython Kernel/
+  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
   # FS#45120
   sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
   install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
   #install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-  popd
-  #pushd IPython/qt/console/resources/icon/
+
+  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
   #install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg
-  #popd
-
-
 }
 
 package_ipython2() {
@@ -122,43 +118,41 @@
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
   # TEMPORARY!
-  pushd $srcdir/ipython2_genutils-0.1.0
+  cd $srcdir/ipython2_genutils-0.1.0
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/python2-pickleshare-0.5
+
+  cd $srcdir/python2-pickleshare-0.5
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/python2-traitlets-4.0.0
+
+  cd $srcdir/python2-traitlets-4.0.0
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/python2-path.py-7.6
+
+  cd $srcdir/python2-path.py-7.6
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/python2-simplegeneric-0.8.1
+
+  cd $srcdir/python2-simplegeneric-0.8.1
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/python2-ipykernel-4.0.3
+
+  cd $srcdir/python2-ipykernel-$_ipykv
   #python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
 
+  cd $srcdir/ipython2-$pkgver
   install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
 
   # hack to get 

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

2015-08-21 Thread Kyle Keen
Date: Friday, August 21, 2015 @ 19:24:27
  Author: kkeen
Revision: 138602

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  285 +-
 ipython.install |   24 ++--
 2 files changed, 170 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 17:24:15 UTC (rev 138601)
+++ PKGBUILD2015-08-21 17:24:27 UTC (rev 138602)
@@ -1,127 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: for ipython qtconsole
-ipython-notebook: for the notebook)
-install=ipython.install
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('61c2d5665ff1bd65eceb19fa7f1b23c7')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  pushd examples/IPython Kernel/
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-  popd
-  pushd IPython/qt/console/resources/icon/
-  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg
-  popd
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython qtconsole
-  ipython2-notebook: for the notebook)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  pushd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-  popd
-
-  pushd examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-  popd
-  pushd IPython/qt/console/resources/icon/
-  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg
-  popd
-
-
-}
-
-# Nothing in these packages except dependencies because five optdeps is too 
many
-
-package_ipython-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('ipython' 'python-pyzmq' 'python-tornado' 'python-terminado'
-   'python-jinja' 'python-jsonschema' 'python-mistune'
-   

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

2015-08-21 Thread Kyle Keen
Date: Friday, August 21, 2015 @ 19:34:24
  Author: kkeen
Revision: 138605

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |  285 +++--
 1 file changed, 149 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 17:34:10 UTC (rev 138604)
+++ PKGBUILD2015-08-21 17:34:24 UTC (rev 138605)
@@ -1,136 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.2
-pkgrel=4
-pkgdesc=A language-agnostic web-based interactive shell/notebook server.
-arch=('any')
-url=http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-tornado' 'python-jsonschema'
- 'python-terminado' 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('mathjax: latex equation rendering'
-'python-pyqt5: qtconsole'
-'python-sip: qtconsole')
-source=(jupyter_core.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/4.0.3.tar.gz;
-
ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/4.0.2.tar.gz;
-
nbconvert.tgz::https://github.com/jupyter/nbconvert/archive/4.0.0.tar.gz;
-
nbformat.tar.gz::https://github.com/jupyter/nbformat/archive/4.0.0.tar.gz;
-
jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/4.0.0.tar.gz;
-
jupyter_client.tgz::https://github.com/jupyter/jupyter_client/archive/4.0.0.tar.gz;
-
notebook.tgz::https://github.com/jupyter/notebook/archive/4.0.1.tar.gz;
-
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-4.0.0.tar.gz;)
-md5sums=('ae0d0197c4febf43c050a97ac6277263'
- '690f424a89e38a5559802bb58223142e'
- '1ced3f6b0893f7a43c6392252c0f80ab'
- '9661620b1e10a7b46f314588d2d0932f'
- '7cf61359fa4e9cf3ef5e969e2fcb909e'
- 'c34deb24f1c14208b2cb4c60f346d298'
- '00fa63c67cb3adf359d09dc4d803aff5'
- '1b66b9074df8e3d9d53ee00dde31cea1'
- '1e26773423044dba4ec138f1725d5582')
-
-# notebook optdeps ?
-# 'haskell-pandoc: ipython notebook conversion'
-# 'texlive-bin: notebook pdf export'
-
-prepare() {
-  cd $srcdir
-  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
-  cp -r jupyter_client-4.0.0 python2-jupyter_client-4.0.0
-  cp -r ipykernel-4.0.3  python2-ipykernel-4.0.3
-  cp -r qtconsole-4.0.0  python2-qtconsole-4.0.0
-}
-
-build() {
-  cd $srcdir
-
-  # FS45999 disable bundled mathjax
-  cd $srcdir/notebook-4.0.1
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/mj(/#mj(/' setupbase.py
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-
-  cd $srcdir/ipywidgets-4.0.2
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  provides=('ipython-notebook')
-  #replaces=('ipython-notebook')
-
-  cd $srcdir/jupyter_core-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/ipykernel-4.0.3
-  # this is in the ipython package
-  #python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/ipywidgets-4.0.2
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/notebook-4.0.1
-  # needs node
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
-  $pkgdir/usr/lib/python3.4/site-packages/notebook/static/components/MathJax
-
-  cd $srcdir/nbconvert-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/nbformat-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/jupyter_console-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/jupyter_client-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/qtconsole-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir
-  install -Dm644 jupyter_core-$pkgver/COPYING.md 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_ipython2-notebook() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('ipython2' 'jupyter' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd $srcdir/python2-ipykernel-4.0.3
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  cd $srcdir/python2-jupyter_core-$pkgver
-  

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

2015-08-21 Thread Thorsten Töpper
Date: Friday, August 21, 2015 @ 20:13:15
  Author: ttoepper
Revision: 138609

upgpkg: roxterm 3.1.5-1

- Thanks to FS#46034 for the bug report.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 17:37:58 UTC (rev 138608)
+++ PKGBUILD2015-08-21 18:13:15 UTC (rev 138609)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
 http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
-md5sums=('75de03d85b653f3d55fd71aec093dc3c'
+md5sums=('da361cd85514538ce571cab57eed7029'
  'SKIP')
-sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
+sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 20:51:29
  Author: arodseth
Revision: 138612

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   60 ++--
 wordpress.install |   42 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 18:50:20 UTC (rev 138611)
+++ PKGBUILD2015-08-21 18:51:29 UTC (rev 138612)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=4.2.4
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'nginx: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('42ca594afc709cbef8528a6096f5a1efe96dcf3164e7ce321e87d57ae015cc82')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 138611, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 18:51:29 UTC (rev 138612)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=4.3
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'nginx: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('3b0db3abe8504f15a33cf64188a493ec0de01eaa8d20e37c3d6a1d9fa0a40fb4')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2015-08-21 18:50:20 UTC (rev 138611)
+++ wordpress.install   2015-08-21 18:51:29 UTC (rev 138612)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 138611, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2015-08-21 18:51:29 UTC (rev 138612)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-21 Thread Kyle Keen
Date: Friday, August 21, 2015 @ 19:34:10
  Author: kkeen
Revision: 138604

upgpkg: jupyter 4.0.4-1

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 17:26:37 UTC (rev 138603)
+++ PKGBUILD2015-08-21 17:34:10 UTC (rev 138604)
@@ -3,8 +3,8 @@
 
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
-pkgver=4.0.2
-pkgrel=4
+pkgver=4.0.4
+pkgrel=1
 pkgdesc=A language-agnostic web-based interactive shell/notebook server.
 arch=('any')
 url=http://jupyter.org/;
@@ -16,16 +16,24 @@
 optdepends=('mathjax: latex equation rendering'
 'python-pyqt5: qtconsole'
 'python-sip: qtconsole')
+
+# some of these will update rapidly, others never
+# so _vers will be phased in as new updates are released
+_ipykv=4.0.3  # ipykernel
+_ipywv=4.0.2  # ipywidgets
+_qtcv=4.0.1   # qtconsole
+_notev=4.0.1  # notebook
+
 
source=(jupyter_core.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/4.0.3.tar.gz;
-
ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/4.0.2.tar.gz;
+
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz;
+
ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
 
nbconvert.tgz::https://github.com/jupyter/nbconvert/archive/4.0.0.tar.gz;
 
nbformat.tar.gz::https://github.com/jupyter/nbformat/archive/4.0.0.tar.gz;
 
jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/4.0.0.tar.gz;
 
jupyter_client.tgz::https://github.com/jupyter/jupyter_client/archive/4.0.0.tar.gz;
-
notebook.tgz::https://github.com/jupyter/notebook/archive/4.0.1.tar.gz;
-
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-4.0.0.tar.gz;)
-md5sums=('ae0d0197c4febf43c050a97ac6277263'
+
notebook.tgz::https://github.com/jupyter/notebook/archive/$_notev.tar.gz;
+
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-$_qtcv.tar.gz;)
+md5sums=('5b6ca0e73bf559f4fe6106a6e412f913'
  '690f424a89e38a5559802bb58223142e'
  '1ced3f6b0893f7a43c6392252c0f80ab'
  '9661620b1e10a7b46f314588d2d0932f'
@@ -33,18 +41,22 @@
  'c34deb24f1c14208b2cb4c60f346d298'
  '00fa63c67cb3adf359d09dc4d803aff5'
  '1b66b9074df8e3d9d53ee00dde31cea1'
- '1e26773423044dba4ec138f1725d5582')
+ 'a8f17246361ee37ec55d3222dee9e18c')
 
 # notebook optdeps ?
 # 'haskell-pandoc: ipython notebook conversion'
 # 'texlive-bin: notebook pdf export'
 
+# qtconsole deps?
+# python-pyqt4 python-sip python-pygments python-pyzmq
+# is qt5 now?
+
 prepare() {
   cd $srcdir
   cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
   cp -r jupyter_client-4.0.0 python2-jupyter_client-4.0.0
-  cp -r ipykernel-4.0.3  python2-ipykernel-4.0.3
-  cp -r qtconsole-4.0.0  python2-qtconsole-4.0.0
+  cp -r ipykernel-$_ipykvpython2-ipykernel-$_ipykv
+  cp -r qtconsole-$_qtcv  python2-qtconsole-$_qtcv
 }
 
 build() {
@@ -51,7 +63,7 @@
   cd $srcdir
 
   # FS45999 disable bundled mathjax
-  cd $srcdir/notebook-4.0.1
+  cd $srcdir/notebook-$_notev
   sed -i 's/^.*MathJax.*$//' bower.json 
   #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
   sed -i 's/mj(/#mj(/' setupbase.py
@@ -58,7 +70,7 @@
   # needs node, downloads a lot of stuff
   python3 setup.py build
 
-  cd $srcdir/ipywidgets-4.0.2
+  cd $srcdir/ipywidgets-$_ipywv
   # needs node, downloads a lot of stuff
   python3 setup.py build
 }
@@ -70,14 +82,14 @@
   cd $srcdir/jupyter_core-$pkgver
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
-  cd $srcdir/ipykernel-4.0.3
+  cd $srcdir/ipykernel-$_ipykv
   # this is in the ipython package
   #python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
-  cd $srcdir/ipywidgets-4.0.2
+  cd $srcdir/ipywidgets-$_ipywv
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
-  cd $srcdir/notebook-4.0.1
+  cd $srcdir/notebook-$_notev
   # needs node
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
   # FS45999 use system mathjax
@@ -96,8 +108,9 @@
   cd $srcdir/jupyter_client-4.0.0
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
 
-  cd $srcdir/qtconsole-4.0.0
+  cd $srcdir/qtconsole-$_qtcv
   python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
+  install -Dm644 examples/jupyter-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
 
   cd $srcdir
   install -Dm644 jupyter_core-$pkgver/COPYING.md 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
@@ -109,7 +122,7 @@
   optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
   'python2-sip: jupyter-qtconsole-py2')
 
-  cd 

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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 20:50:20
  Author: arodseth
Revision: 138611

upgpkg: wordpress 4.3-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 18:13:20 UTC (rev 138610)
+++ PKGBUILD2015-08-21 18:50:20 UTC (rev 138611)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=4.2.4
+pkgver=4.3
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -20,7 +20,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('42ca594afc709cbef8528a6096f5a1efe96dcf3164e7ce321e87d57ae015cc82')
+sha256sums=('3b0db3abe8504f15a33cf64188a493ec0de01eaa8d20e37c3d6a1d9fa0a40fb4')
 
 package() {
   install -d $pkgdir/usr/share/webapps


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

2015-08-21 Thread Jelle van der Waa
Date: Friday, August 21, 2015 @ 21:03:48
  Author: jelle
Revision: 138613

upgpkg: tarsnap 1.0.36.1-1

Modified:
  tarsnap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 18:51:29 UTC (rev 138612)
+++ PKGBUILD2015-08-21 19:03:48 UTC (rev 138613)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=tarsnap
-pkgver=1.0.35
+pkgver=1.0.36.1
 pkgrel=1
 pkgdesc='An online encrypted snapshotted backup service'
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 license=('custom')
 depends=('bzip2' 'openssl' 'xz=5.0.0')
 makedepends=('e2fsprogs')
-source=(https://www.tarsnap.com/download/$pkgname-autoconf-$pkgver.tgz;)
-validpgpkeys=('B881A3F3507402F4748DDE1C5F96DA672F102ABB')
-md5sums=('74daeff5479ec6f101a903f4047b526f')
-sha256sums=('6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a')
+source=(https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz;)
+validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
+md5sums=('3759b06a0fa8d2c7a17ada78c0160380')
+sha256sums=('a2909e01e2f983179d63ef2094c42102c92c716032864e66ef25ae341ea28690')
 
 build() {
   cd $srcdir/$pkgname-autoconf-$pkgver


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

2015-08-21 Thread Kyle Keen
Date: Friday, August 21, 2015 @ 19:26:37
  Author: kkeen
Revision: 138603

archrelease: copy trunk to community-testing-any

Added:
  ipython/repos/community-testing-any/PKGBUILD
(from rev 138602, ipython/trunk/PKGBUILD)
  ipython/repos/community-testing-any/ipython.install
(from rev 138602, ipython/trunk/ipython.install)
Deleted:
  ipython/repos/community-testing-any/PKGBUILD
  ipython/repos/community-testing-any/ipython.install

-+
 PKGBUILD|  322 ++
 ipython.install |   24 ++--
 2 files changed, 170 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 17:24:27 UTC (rev 138602)
+++ PKGBUILD2015-08-21 17:26:37 UTC (rev 138603)
@@ -1,164 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'python-decorator' 'python-pexpect' 'sqlite' 
'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=(python-nose: for IPython's test suite)
-install=ipython.install
-
-# qtconsole isn't released for 4 yet
-# qtconsole deps: python-pyqt4 python-sip python-pygments python-pyzmq
-
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;
-
ipykernel.tgz::https://github.com/ipython/ipykernel/archive/4.0.3.tar.gz;
-
https://pypi.python.org/packages/source/t/traitlets/traitlets-4.0.0.tar.gz;
-
https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;
-
https://pypi.python.org/packages/source/p/pickleshare/pickleshare-0.5.tar.gz;
-https://pypi.python.org/packages/source/p/path.py/path.py-7.6.tar.gz;
-
https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;)
-md5sums=('c2fecbcf1c0fbdc82625c77a50733dd6'
- '690f424a89e38a5559802bb58223142e'
- '27df56a921848686cf52766177a434f2'
- '9a8afbe0978adbcbfcb3b35b2d015a56'
- '25337740507cb855ad58bfcf60f7710e'
- 'e70090139fc136462d52460b0e4a00d1'
- 'f9c1fab00fd981be588fc32759f474e3')
-
-# With 4.0 many previously bundled external libraries are no longer bundled
-# Since there are so many and they are so small, they get re-bundled here
-# Break them out if any non-ipython package ends up needing these
-
-# traitlets (depends on python-decorator)
-# ipython_genutils
-# Pretend this doesn’t exist. Nobody should use it.
-# Vestigial IPython utilities: DO NOT USE
-# (still required for now though, but drop at first chance)
-# pickleshare (depends on path.py)
-# path.py
-# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
-
-# confirm that an update does not break sage?
-
-prepare() {
-  cd $srcdir
-  cp -r ipython-$pkgveripython2-$pkgver
-  cp -r ipykernel-4.0.3python2-ipykernel-4.0.3
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-  cp -r pickleshare-0.5python2-pickleshare-0.5
-  cp -r traitlets-4.0.0python2-traitlets-4.0.0
-  cp -r path.py-7.6python2-path.py-7.6
-  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
-}
-
-build() {
-  cd $srcdir
-}
-
-package_ipython() {
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-
-  # TEMPORARY!
-  pushd $srcdir/ipython_genutils-0.1.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/pickleshare-0.5
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/traitlets-4.0.0
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/path.py-7.6
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/simplegeneric-0.8.1
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-  pushd $srcdir/ipykernel-4.0.3
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  popd
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  pushd examples/IPython Kernel/
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  #install -Dm644 ipython-qtconsole.desktop 

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

2015-08-21 Thread Thorsten Töpper
Date: Friday, August 21, 2015 @ 20:13:20
  Author: ttoepper
Revision: 138610

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

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

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-21 18:13:15 UTC (rev 138609)
+++ community-i686/PKGBUILD 2015-08-21 18:13:20 UTC (rev 138610)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=3.1.4
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
-http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
-md5sums=('75de03d85b653f3d55fd71aec093dc3c'
- 'SKIP')
-sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd ${srcdir}/roxterm-${pkgver}
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd ${srcdir}/roxterm-${pkgver}
-  python2 mscript.py install --destdir=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 138609, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-21 18:13:20 UTC (rev 138610)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz;
+http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign;)
+md5sums=('da361cd85514538ce571cab57eed7029'
+ 'SKIP')
+sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-08-21 18:13:15 UTC (rev 138609)
+++ community-i686/roxterm.install  2015-08-21 18:13:20 UTC (rev 138610)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 138609, 
roxterm/trunk/roxterm.install)
===
--- community-i686/roxterm.install  (rev 0)
+++ community-i686/roxterm.install  2015-08-21 18:13:20 UTC (rev 138610)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2015-08-21 Thread Jelle van der Waa
Date: Friday, August 21, 2015 @ 21:03:57
  Author: jelle
Revision: 138614

archrelease: copy trunk to community-x86_64

Added:
  tarsnap/repos/community-x86_64/PKGBUILD
(from rev 138613, tarsnap/trunk/PKGBUILD)
Deleted:
  tarsnap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 19:03:48 UTC (rev 138613)
+++ PKGBUILD2015-08-21 19:03:57 UTC (rev 138614)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=tarsnap
-pkgver=1.0.35
-pkgrel=1
-pkgdesc='An online encrypted snapshotted backup service'
-arch=('i686' 'x86_64')
-url='http://www.tarsnap.com/'
-license=('custom')
-depends=('bzip2' 'openssl' 'xz=5.0.0')
-makedepends=('e2fsprogs')
-source=(https://www.tarsnap.com/download/$pkgname-autoconf-$pkgver.tgz;)
-md5sums=('74daeff5479ec6f101a903f4047b526f')
-sha256sums=('6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a')
-
-build() {
-  cd $srcdir/$pkgname-autoconf-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-autoconf-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tarsnap/repos/community-x86_64/PKGBUILD (from rev 138613, 
tarsnap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 19:03:57 UTC (rev 138614)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=tarsnap
+pkgver=1.0.36.1
+pkgrel=1
+pkgdesc='An online encrypted snapshotted backup service'
+arch=('i686' 'x86_64')
+url='http://www.tarsnap.com/'
+license=('custom')
+depends=('bzip2' 'openssl' 'xz=5.0.0')
+makedepends=('e2fsprogs')
+source=(https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz;)
+validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
+md5sums=('3759b06a0fa8d2c7a17ada78c0160380')
+sha256sums=('a2909e01e2f983179d63ef2094c42102c92c716032864e66ef25ae341ea28690')
+
+build() {
+  cd $srcdir/$pkgname-autoconf-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-autoconf-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 23:32:40
  Author: arodseth
Revision: 138617

upgpkg: terminus-font 4.40-1

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 19:48:03 UTC (rev 138616)
+++ PKGBUILD2015-08-21 21:32:40 UTC (rev 138617)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=terminus-font
-pkgver=4.39
+pkgver=4.40
 pkgrel=1
 pkgdesc='Monospace bitmap font (for X11 and console)'
 arch=('any')
@@ -18,7 +18,7 @@
 install='terminus-font.install'
 backup=('etc/fonts/conf.d/75-yes-terminus.conf')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf')
+sha256sums=('64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711')
 
 prepare() {
   chmod +x $pkgname-$pkgver/configure
@@ -43,4 +43,5 @@
   ln -s ../conf.avail/75-yes-terminus.conf .
 }
 
+# getver: terminus-font.sf.net
 # vim:set ts=2 sw=2 et:


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

2015-08-21 Thread Alexander Rødseth
Date: Friday, August 21, 2015 @ 23:32:48
  Author: arodseth
Revision: 138618

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 138617, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/terminus-font.install
(from rev 138617, terminus-font/trunk/terminus-font.install)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/terminus-font.install

---+
 PKGBUILD  |   93 
 terminus-font.install |   38 +--
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 21:32:40 UTC (rev 138617)
+++ PKGBUILD2015-08-21 21:32:48 UTC (rev 138618)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kristoffer Fossgård k...@online.no
-# Contributor: clonejo clon...@shakik.de
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=terminus-font
-pkgver=4.39
-pkgrel=1
-pkgdesc='Monospace bitmap font (for X11 and console)'
-arch=('any')
-url='http://sourceforge.net/projects/terminus-font/'
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-optdepends=('xorg-fonts-alias')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install='terminus-font.install'
-backup=('etc/fonts/conf.d/75-yes-terminus.conf')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3108383986b365a4b9cc08c31a4195196f6de974d2735d77f6c6efa9feb1f5bf')
-
-prepare() {
-  chmod +x $pkgname-$pkgver/configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
-$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -d $pkgdir/etc/fonts/conf.d
-  cd $pkgdir/etc/fonts/conf.d
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 138617, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 21:32:48 UTC (rev 138618)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kristoffer Fossgård k...@online.no
+# Contributor: clonejo clon...@shakik.de
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=terminus-font
+pkgver=4.40
+pkgrel=1
+pkgdesc='Monospace bitmap font (for X11 and console)'
+arch=('any')
+url='http://sourceforge.net/projects/terminus-font/'
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+optdepends=('xorg-fonts-alias')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install='terminus-font.install'
+backup=('etc/fonts/conf.d/75-yes-terminus.conf')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711')
+
+prepare() {
+  chmod +x $pkgname-$pkgver/configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
+$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -d $pkgdir/etc/fonts/conf.d
+  cd $pkgdir/etc/fonts/conf.d
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# getver: terminus-font.sf.net
+# vim:set ts=2 sw=2 et:

Deleted: terminus-font.install
===
--- terminus-font.install   2015-08-21 21:32:40 UTC (rev 138617)
+++ terminus-font.install   2015-08-21 21:32:48 UTC (rev 138618)
@@ -1,19 +0,0 @@
-post_install() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-post_upgrade() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-post_remove() {
-  fc-cache -s
-  mkfontscale usr/share/fonts/misc
-  mkfontdir usr/share/fonts/misc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/terminus-font.install (from rev 
138617, 

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

2015-08-21 Thread Antonio Rojas
Date: Friday, August 21, 2015 @ 13:55:14
  Author: arojas
Revision: 244467

Rebuild to fix i686/x86_64 mismatch

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 11:25:59 UTC (rev 244466)
+++ PKGBUILD2015-08-21 11:55:14 UTC (rev 244467)
@@ -6,7 +6,7 @@
 pkgbase=kdepimlibs
 pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE PIM Libraries
 arch=(i686 x86_64)
 url='https://projects.kde.org/kdepimlibs'


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

2015-08-21 Thread Antonio Rojas
Date: Friday, August 21, 2015 @ 13:57:34
  Author: arojas
Revision: 244468

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

Added:
  kdepimlibs/repos/testing-i686/PKGBUILD
(from rev 244467, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/akonadi-mime.install
(from rev 244467, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
(from rev 244467, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/testing-x86_64/PKGBUILD
(from rev 244467, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
(from rev 244467, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install
(from rev 244467, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/testing-i686/PKGBUILD
  kdepimlibs/repos/testing-i686/akonadi-mime.install
  kdepimlibs/repos/testing-i686/akonadi-socialutils.install
  kdepimlibs/repos/testing-x86_64/PKGBUILD
  kdepimlibs/repos/testing-x86_64/akonadi-mime.install
  kdepimlibs/repos/testing-x86_64/akonadi-socialutils.install

+
 /PKGBUILD  |  152 +++
 /akonadi-mime.install  |   22 +++
 /akonadi-socialutils.install   |   22 +++
 testing-i686/PKGBUILD  |   76 -
 testing-i686/akonadi-mime.install  |   11 -
 testing-i686/akonadi-socialutils.install   |   11 -
 testing-x86_64/PKGBUILD|   76 -
 testing-x86_64/akonadi-mime.install|   11 -
 testing-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-21 11:55:14 UTC (rev 244467)
+++ testing-i686/PKGBUILD   2015-08-21 11:57:34 UTC (rev 244468)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
-pkgver=15.08.0
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
-source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('83c85cabc85e3db1b9df4e8d58346bb6b34c2f40')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-client() {
-  depends=(akonadi kdelibs4support)
-
-  cd build/akonadi
-  make DESTDIR=$pkgdir install
-}
-
-package_akonadi-contact() {
-  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
-
-  cd build/akonadi-contact
-  make DESTDIR=$pkgdir install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi-client kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR=$pkgdir install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR=$pkgdir install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi-client)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR=$pkgdir install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR=$pkgdir install
-}

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 244467, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-21 11:57:34 UTC (rev 244468)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.08.0
+pkgrel=2
+pkgdesc=KDE PIM Libraries
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('83c85cabc85e3db1b9df4e8d58346bb6b34c2f40')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+

[arch-commits] Commit in plasma-desktop/kde-unstable (PKGBUILD)

2015-08-21 Thread Antonio Rojas
Date: Friday, August 21, 2015 @ 14:00:13
  Author: arojas
Revision: 244469

New tarball

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 11:57:34 UTC (rev 244468)
+++ PKGBUILD2015-08-21 12:00:13 UTC (rev 244469)
@@ -19,7 +19,7 @@
 install=${pkgname}.install
 groups=('plasma')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('1f2d1b277a807eac50647386249512ab')
+md5sums=('105aa6d93f32ad99b7afa0c7674aa795')
 
 prepare() {
   mkdir -p build


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

2015-08-21 Thread Antonio Rojas
Date: Saturday, August 22, 2015 @ 01:21:58
  Author: arojas
Revision: 244481

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

Added:
  kdemultimedia-kmix/repos/testing-i686/PKGBUILD
(from rev 244480, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install
(from rev 244480, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/testing-i686/kmixui_rc.patch
(from rev 244480, kdemultimedia-kmix/trunk/kmixui_rc.patch)
  kdemultimedia-kmix/repos/testing-i686/use-qdbus-qt4.patch
(from rev 244480, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD
(from rev 244480, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install
(from rev 244480, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/testing-x86_64/kmixui_rc.patch
(from rev 244480, kdemultimedia-kmix/trunk/kmixui_rc.patch)
  kdemultimedia-kmix/repos/testing-x86_64/use-qdbus-qt4.patch
(from rev 244480, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/testing-i686/PKGBUILD
  kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/testing-i686/use-qdbus-qt4.patch
  kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/testing-x86_64/use-qdbus-qt4.patch

---+
 /PKGBUILD |  150 
 /kdemultimedia-kmix.install   |   22 
 /use-qdbus-qt4.patch  |  118 ++
 testing-i686/PKGBUILD |   69 
 testing-i686/kdemultimedia-kmix.install   |   11 --
 testing-i686/kmixui_rc.patch  |   27 +
 testing-i686/use-qdbus-qt4.patch  |   59 ---
 testing-x86_64/PKGBUILD   |   69 
 testing-x86_64/kdemultimedia-kmix.install |   11 --
 testing-x86_64/kmixui_rc.patch|   27 +
 testing-x86_64/use-qdbus-qt4.patch|   59 ---
 11 files changed, 344 insertions(+), 278 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-21 23:20:47 UTC (rev 244480)
+++ testing-i686/PKGBUILD   2015-08-21 23:21:58 UTC (rev 244481)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=15.08.0
-pkgrel=1
-pkgdesc=KDE volume control program
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('941bed772963cffca401662a1ad58bc75f3724bc'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir build{,-kf5}
-  
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install=${pkgbase}.install
-  
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_kmix() {
-  pkgdesc=KDE volume control program (experimental KF5 version)
-  depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  install=${pkgbase}.install
-  
-  cd build-kf5
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 244480, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-21 23:21:58 UTC (rev 244481)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2015-08-21 Thread Eric Bélanger
Date: Saturday, August 22, 2015 @ 02:24:34
  Author: eric
Revision: 244484

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

Added:
  jasper/repos/extra-i686/PKGBUILD
(from rev 244482, jasper/trunk/PKGBUILD)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3520.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3522.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8137.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8137.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8138.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8138.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8157.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8157.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8158.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8158.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-9029.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-9029.patch)
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2015-5203.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch)
  jasper/repos/extra-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/extra-i686/jasper-avoid-assert-abort.diff
(from rev 244482, jasper/trunk/jasper-avoid-assert-abort.diff)
  jasper/repos/extra-i686/jpc_dec.c.patch
(from rev 244482, jasper/trunk/jpc_dec.c.patch)
  jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff
(from rev 244482, jasper/trunk/patch-libjasper-stepsizes-overflow.diff)
  jasper/repos/extra-x86_64/PKGBUILD
(from rev 244482, jasper/trunk/PKGBUILD)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3520.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2008-3522.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
(from rev 244482, 
jasper/trunk/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8137.patch
(from rev 244482, jasper/trunk/jasper-1.900.1-CVE-2014-8137.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8138.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8138.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8157.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8157.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8158.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-8158.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-9029.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2014-9029.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2015-5203.patch
(from rev 244483, jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch)
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 244483, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
  jasper/repos/extra-x86_64/jasper-avoid-assert-abort.diff
(from rev 244483, jasper/trunk/jasper-avoid-assert-abort.diff)
  jasper/repos/extra-x86_64/jpc_dec.c.patch
(from rev 244483, jasper/trunk/jpc_dec.c.patch)
  jasper/repos/extra-x86_64/patch-libjasper-stepsizes-overflow.diff
(from rev 244483, jasper/trunk/patch-libjasper-stepsizes-overflow.diff)
Deleted:
  jasper/repos/extra-i686/PKGBUILD
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3520.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2008-3522.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8137.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8138.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8157.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-8158.patch
  jasper/repos/extra-i686/jasper-1.900.1-CVE-2014-9029.patch
  jasper/repos/extra-i686/jasper-1.900.1-fix-filename-buffer-overflow.patch
  jasper/repos/extra-i686/jasper-avoid-assert-abort.diff
  jasper/repos/extra-i686/jpc_dec.c.patch
  jasper/repos/extra-i686/patch-libjasper-stepsizes-overflow.diff
  jasper/repos/extra-x86_64/PKGBUILD
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3520.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2008-3522.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8137.patch
  jasper/repos/extra-x86_64/jasper-1.900.1-CVE-2014-8138.patch
  

[arch-commits] Commit in kdemultimedia-kmix/trunk (PKGBUILD kmixui_rc.patch)

2015-08-21 Thread Antonio Rojas
Date: Saturday, August 22, 2015 @ 01:20:47
  Author: arojas
Revision: 244480

Fix files installed in root dir

Added:
  kdemultimedia-kmix/trunk/kmixui_rc.patch
Modified:
  kdemultimedia-kmix/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++
 kmixui_rc.patch |   27 +++
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 20:09:37 UTC (rev 244479)
+++ PKGBUILD2015-08-21 23:20:47 UTC (rev 244480)
@@ -5,7 +5,7 @@
 pkgbase=kdemultimedia-kmix
 pkgname=('kdemultimedia-kmix' 'kmix')
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE volume control program
 url='http://kde.org/applications/multimedia/kmix/'
 arch=('i686' 'x86_64')
@@ -12,12 +12,18 @@
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
+'use-qdbus-qt4.patch' 'kmixui_rc.patch')
 sha1sums=('941bed772963cffca401662a1ad58bc75f3724bc'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
+  'f89a076c5a29c51d213864e27d07baf5400ece03'
+  '4f5dc15ed8cb0499a1522dfa4c7b9f88eef631f5')
 
 prepare() {
-  mkdir build{,-kf5}
+  mkdir -p build{,-kf5}
+
+# Fix kmixui_rc install path
+  pushd kmix-$pkgver
+  patch -p1 -i ../kmixui_rc.patch
+  popd
   
   cp -r kmix-$pkgver kmix-kf5-$pkgver
   # FS#40786

Added: kmixui_rc.patch
===
--- kmixui_rc.patch (rev 0)
+++ kmixui_rc.patch 2015-08-21 23:20:47 UTC (rev 244480)
@@ -0,0 +1,27 @@
+From: Michael Pyne mp...@kde.org
+Date: Sun, 09 Aug 2015 03:17:00 +
+Subject: Refix the kmixui_rc install path.
+X-Git-Url: 
http://quickgit.kde.org/?p=kmix.gita=commitdiffh=30054aabbf94f526a3162e12bee0bcd9dc41d204
+---
+Refix the kmixui_rc install path.
+
+I suppose this might break KF5 but it looks like that's still broken
+anyways.
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -387,9 +387,9 @@
+ install( FILES restore_kmix_volumes.desktop  DESTINATION 
${AUTOSTART_INSTALL_DIR})
+ install( FILES kmix_autostart.desktop  DESTINATION ${AUTOSTART_INSTALL_DIR})
+ if (KMIX_KF5_BUILD)
++   install( FILES kmixui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/kmix)
++else()
+install( FILES kmixui.rc  DESTINATION  ${DATA_INSTALL_DIR}/kmix )
+-else()
+-   install( FILES kmixui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/kmix)
+ endif()
+ install( FILES kmixctrl_restore.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} 
)
+ install( FILES dbus/org.kde.kmix.control.xml DESTINATION 
${DBUS_INTERFACES_INSTALL_DIR} )
+


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

2015-08-21 Thread Alexander Rødseth
Date: Saturday, August 22, 2015 @ 01:28:43
  Author: arodseth
Revision: 138619

Removed obsolete comments

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 21:32:48 UTC (rev 138618)
+++ PKGBUILD2015-08-21 23:28:43 UTC (rev 138619)
@@ -123,9 +123,7 @@
   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 $pkgdir/usr/lib/go/
 
   install -Dm644 src/Make.* $pkgdir/usr/lib/go/src
 
@@ -138,12 +136,6 @@
   # Remove all executable source files
   find $pkgdir/usr/lib/go/src -type f -executable -delete
 
-  # Headers for C modules
-  #install -Dm644 src/runtime/runtime.h \
-  #  $pkgdir/usr/lib/go/src/runtime/runtime.h
-  #install -Dm644 src/runtime/cgocall.h \
-  #  $pkgdir/usr/lib/go/src/runtime/cgocall.h
-
   # This is to make go get code.google.com/p/go-tour/gotour and
   # then running the gotour executable work out of the box.
   ln -sf /usr/bin $pkgdir/usr/lib/go/bin


[arch-commits] Commit in jasper/trunk (PKGBUILD jasper-1.900.1-CVE-2015-5203.patch)

2015-08-21 Thread Eric Bélanger
Date: Saturday, August 22, 2015 @ 02:15:49
  Author: eric
Revision: 244482

upgpkg: jasper 1.900.1-14

Add security fix for CVE-2015-5203

Added:
  jasper/trunk/jasper-1.900.1-CVE-2015-5203.patch
Modified:
  jasper/trunk/PKGBUILD

+
 PKGBUILD   |9 +
 jasper-1.900.1-CVE-2015-5203.patch |  197 +++
 2 files changed, 203 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 23:21:58 UTC (rev 244481)
+++ PKGBUILD2015-08-22 00:15:49 UTC (rev 244482)
@@ -3,7 +3,7 @@
 
 pkgname=jasper
 pkgver=1.900.1
-pkgrel=13
+pkgrel=14
 pkgdesc=A software-based implementation of the codec specified in the 
emerging JPEG-2000 Part-1 standard
 arch=('i686' 'x86_64')
 url=http://www.ece.uvic.ca/~mdadams/jasper/;
@@ -19,7 +19,8 @@
jasper-1.900.1-CVE-2011-4516-and-CVE-2011-4517.patch
 jasper-1.900.1-fix-filename-buffer-overflow.patch
jasper-1.900.1-CVE-2014-8157.patch
-   jasper-1.900.1-CVE-2014-8158.patch)
+   jasper-1.900.1-CVE-2014-8158.patch
+jasper-1.900.1-CVE-2015-5203.patch)
 sha1sums=('9c5735f773922e580bf98c7c7dfda9bbed4c5191'
   'f298566fef08c8a589d072582112cd51c72c3983'
   '2483dba925670bf29f531d85d73c4e5ada513b01'
@@ -32,7 +33,8 @@
   '3bfb37a4c732caa824563bad2603fcf5f2acf7f7'
   '577dfce40da75818c4d32eb1c4532b1370950bee'
   'aaf96946073d2ece35f3695e8cc7956b5cad9a1d'
-  'e69b339de43d1dc2fbb98368cee3d20f76d35941')
+  'e69b339de43d1dc2fbb98368cee3d20f76d35941'
+  'b28a15079e6c5dd4cde8d63c21763c8abb9d187c')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -48,6 +50,7 @@
   patch -p1 -i ${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch
   patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2014-8157.patch
   patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2014-8158.patch
+  patch -p1 -i ${srcdir}/jasper-1.900.1-CVE-2015-5203.patch
 }
 
 build() {

Added: jasper-1.900.1-CVE-2015-5203.patch
===
--- jasper-1.900.1-CVE-2015-5203.patch  (rev 0)
+++ jasper-1.900.1-CVE-2015-5203.patch  2015-08-22 00:15:49 UTC (rev 244482)
@@ -0,0 +1,197 @@
+From a0ad33bedb339e4f9f35f9637a976320ec81f508 Mon Sep 17 00:00:00 2001
+From: mancha mancha1 AT zoho DOT com
+Date: Mon, 17 Aug 2015
+Subject: CVE-2015-5203
+
+Prevent integer conversion errors.
+
+jasper is vulnerable to integer conversion errors that can be leveraged,
+via crafted input, to trigger faults such as double free's. This patch
+addresses that by using size_t for buffer sizes.
+
+---
+ src/libjasper/base/jas_stream.c   |   10 +-
+ src/libjasper/include/jasper/jas_stream.h |8 
+ src/libjasper/jpc/jpc_qmfb.c  |   16 
+ src/libjasper/mif/mif_cod.c   |4 ++--
+ 4 files changed, 19 insertions(+), 19 deletions(-)
+
+--- a/src/libjasper/include/jasper/jas_stream.h
 b/src/libjasper/include/jasper/jas_stream.h
+@@ -215,7 +215,7 @@ typedef struct {
+   uchar *bufstart_;
+ 
+   /* The buffer size. */
+-  int bufsize_;
++  size_t bufsize_;
+ 
+   /* The current position in the buffer. */
+   uchar *ptr_;
+@@ -267,7 +267,7 @@ typedef struct {
+   uchar *buf_;
+ 
+   /* The allocated size of the buffer for holding file data. */
+-  int bufsize_;
++  size_t bufsize_;
+ 
+   /* The length of the file. */
+   int_fast32_t len_;
+@@ -291,7 +291,7 @@ typedef struct {
+ jas_stream_t *jas_stream_fopen(const char *filename, const char *mode);
+ 
+ /* Open a memory buffer as a stream. */
+-jas_stream_t *jas_stream_memopen(char *buf, int bufsize);
++jas_stream_t *jas_stream_memopen(char *buf, size_t bufsize);
+ 
+ /* Open a file descriptor as a stream. */
+ jas_stream_t *jas_stream_fdopen(int fd, const char *mode);
+@@ -366,7 +366,7 @@ int jas_stream_printf(jas_stream_t *stre
+ int jas_stream_puts(jas_stream_t *stream, const char *s);
+ 
+ /* Read a line of input from a stream. */
+-char *jas_stream_gets(jas_stream_t *stream, char *buf, int bufsize);
++char *jas_stream_gets(jas_stream_t *stream, char *buf, size_t bufsize);
+ 
+ /* Look at the next character to be read from a stream without actually
+   removing it from the stream. */
+--- a/src/libjasper/base/jas_stream.c
 b/src/libjasper/base/jas_stream.c
+@@ -99,7 +99,7 @@ static int jas_strtoopenmode(const char
+ static void jas_stream_destroy(jas_stream_t *stream);
+ static jas_stream_t *jas_stream_create(void);
+ static void jas_stream_initbuf(jas_stream_t *stream, int bufmode, char *buf,
+-  int bufsize);
++  size_t bufsize);
+ 
+ static int mem_read(jas_stream_obj_t *obj, char *buf, int cnt);
+ static int mem_write(jas_stream_obj_t *obj, char *buf, int cnt);
+@@ -168,7 +168,7 @@ static jas_stream_t *jas_stream_create()
+   return stream;
+ }
+ 

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

2015-08-21 Thread Evgeniy Alekseev
Date: Saturday, August 22, 2015 @ 03:07:19
  Author: arcanis
Revision: 138622

upgpkg: geogebra 5.0.143.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-08-22 00:48:50 UTC (rev 138621)
+++ ChangeLog   2015-08-22 01:07:19 UTC (rev 138622)
@@ -1,3 +1,6 @@
+5.0.143.0-1:
+upstream update
+
 5.0.129.0-1:
 upstream update
 put icon back

Modified: PKGBUILD
===
--- PKGBUILD2015-08-22 00:48:50 UTC (rev 138621)
+++ PKGBUILD2015-08-22 01:07:19 UTC (rev 138622)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.129.0
+pkgver=5.0.143.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -38,6 +38,6 @@
   install -Dm644 ${srcdir}/geogebra-logo.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg
 }
 
-md5sums=('d4e3990eda6980434ab315d2592269cf'
+md5sums=('0c604cc5caecfaa6bed0453d8b82308f'
  '863782da033f1a337e688b544afb7d07'
  'fc4a3140ceb50967598a620eb85219f4')


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

2015-08-21 Thread Evgeniy Alekseev
Date: Saturday, August 22, 2015 @ 03:07:38
  Author: arcanis
Revision: 138623

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 138622, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 138622, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 138622, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 138622, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   59 +++-
 PKGBUILD |   86 ++---
 geogebra |   14 
 geogebra.install |   28 -
 4 files changed, 95 insertions(+), 92 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-08-22 01:07:19 UTC (rev 138622)
+++ ChangeLog   2015-08-22 01:07:38 UTC (rev 138623)
@@ -1,28 +0,0 @@
-5.0.129.0-1:
-upstream update
-put icon back
-
-5.0.128.0-1:
-upstream update
-
-5.0.119.0-1:
-upstream update
-
-5.0.112.0-1:
-upstream update
-
-5.0.82.0-1:
-upstream update
-
-5.0.74.0-1:
-upstream update
-
-5.0.57.0-1:
-upstream update
-
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 138622, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-08-22 01:07:38 UTC (rev 138623)
@@ -0,0 +1,31 @@
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+
+5.0.128.0-1:
+upstream update
+
+5.0.119.0-1:
+upstream update
+
+5.0.112.0-1:
+upstream update
+
+5.0.82.0-1:
+upstream update
+
+5.0.74.0-1:
+upstream update
+
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-22 01:07:19 UTC (rev 138622)
+++ PKGBUILD2015-08-22 01:07:38 UTC (rev 138623)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.129.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
-http://static.geogebra.org/images/geogebra-logo.svg;
-geogebra)
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  install -Dm644 ${srcdir}/geogebra-logo.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg
-}
-
-md5sums=('d4e3990eda6980434ab315d2592269cf'
- '863782da033f1a337e688b544afb7d07'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 138622, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-22 01:07:38 UTC (rev 138623)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.143.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
+

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

2015-08-21 Thread Evgeniy Alekseev
Date: Friday, August 21, 2015 @ 08:46:51
  Author: arcanis
Revision: 138583

upgpkg: jq 1.5-2
add oniguruma as dependency

Modified:
  jq/trunk/ChangeLog
  jq/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-08-20 21:24:21 UTC (rev 138582)
+++ ChangeLog   2015-08-21 06:46:51 UTC (rev 138583)
@@ -1,3 +1,6 @@
+1.5-2:
+add oniguruma for regexp support
+
 1.5-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-08-20 21:24:21 UTC (rev 138582)
+++ PKGBUILD2015-08-21 06:46:51 UTC (rev 138583)
@@ -5,12 +5,12 @@
 
 pkgname=jq
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line JSON processor'
 arch=('i686' 'x86_64')
 url='http://stedolan.github.io/jq/'
 license=('MIT')
-depends=('glibc')
+depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
 
source=(https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 changelog=ChangeLog


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

2015-08-21 Thread Evgeniy Alekseev
Date: Friday, August 21, 2015 @ 08:47:35
  Author: arcanis
Revision: 138584

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

Added:
  jq/repos/community-i686/ChangeLog
(from rev 138583, jq/trunk/ChangeLog)
  jq/repos/community-i686/PKGBUILD
(from rev 138583, jq/trunk/PKGBUILD)
  jq/repos/community-x86_64/ChangeLog
(from rev 138583, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
(from rev 138583, jq/trunk/PKGBUILD)
Deleted:
  jq/repos/community-i686/ChangeLog
  jq/repos/community-i686/PKGBUILD
  jq/repos/community-x86_64/ChangeLog
  jq/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   16 +++
 /PKGBUILD  |   58 +++
 community-i686/ChangeLog   |5 ---
 community-i686/PKGBUILD|   29 -
 community-x86_64/ChangeLog |5 ---
 community-x86_64/PKGBUILD  |   29 -
 6 files changed, 74 insertions(+), 68 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-08-21 06:46:51 UTC (rev 138583)
+++ community-i686/ChangeLog2015-08-21 06:47:35 UTC (rev 138584)
@@ -1,5 +0,0 @@
-1.5-1:
-upstream update
-
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-i686/ChangeLog (from rev 138583, jq/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-08-21 06:47:35 UTC (rev 138584)
@@ -0,0 +1,8 @@
+1.5-2:
+add oniguruma for regexp support
+
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-21 06:46:51 UTC (rev 138583)
+++ community-i686/PKGBUILD 2015-08-21 06:47:35 UTC (rev 138584)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Alex Chamberlain alex at alexchamberlain dot co dot uk
-# Contributor: Kars Wang jaklsy at gmail dot com
-
-pkgname=jq
-pkgver=1.5
-pkgrel=1
-pkgdesc='Command-line JSON processor'
-arch=('i686' 'x86_64')
-url='http://stedolan.github.io/jq/'
-license=('MIT')
-depends=('glibc')
-makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=(https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-changelog=ChangeLog
-md5sums=('0933532b086bd8b6a41c1b162b1731f9')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} prefix=/usr install
-install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: jq/repos/community-i686/PKGBUILD (from rev 138583, jq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-21 06:47:35 UTC (rev 138584)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Alex Chamberlain alex at alexchamberlain dot co dot uk
+# Contributor: Kars Wang jaklsy at gmail dot com
+
+pkgname=jq
+pkgver=1.5
+pkgrel=2
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc' 'oniguruma')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=(https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('0933532b086bd8b6a41c1b162b1731f9')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} prefix=/usr install
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-08-21 06:46:51 UTC (rev 138583)
+++ community-x86_64/ChangeLog  2015-08-21 06:47:35 UTC (rev 138584)
@@ -1,5 +0,0 @@
-1.5-1:
-upstream update
-
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-x86_64/ChangeLog (from rev 138583, 
jq/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-08-21 06:47:35 UTC (rev 138584)
@@ -0,0 +1,8 @@
+1.5-2:
+add oniguruma for regexp support
+
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-21 06:46:51 UTC (rev 138583)
+++ community-x86_64/PKGBUILD   2015-08-21 06:47:35 UTC 

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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:18:47
  Author: fyan
Revision: 244463

upgpkg: python-cffi 1.2.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 07:51:45 UTC (rev 244462)
+++ PKGBUILD2015-08-21 10:18:47 UTC (rev 244463)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver-1.tar.gz;)
-sha512sums=('17e6941315bd97ec8d3de7a0ef0e54c3bd861f657cb2087fde92e43de915839d114b08b1b89258a9adc3f484cba91be83354e2791c5b082eefecedf5fb6ec0d0')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}
@@ -28,13 +28,12 @@
   python2 setup.py build
 }
 
-check() {(
+check() {
   cd $srcdir/$_name-$pkgver
   PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
 
   cd $srcdir/$_name-$pkgver-py2
   PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-  ) || warning Expected failure: 
https://bitbucket.org/cffi/cffi/pull-requests/63;
 }
 
 package_python-cffi() {


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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:19:10
  Author: fyan
Revision: 244464

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

Added:
  python-cffi/repos/staging-i686/
  python-cffi/repos/staging-i686/PKGBUILD
(from rev 244463, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/staging-i686/rebuild.list
(from rev 244463, python-cffi/trunk/rebuild.list)
  python-cffi/repos/staging-x86_64/
  python-cffi/repos/staging-x86_64/PKGBUILD
(from rev 244463, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/staging-x86_64/rebuild.list
(from rev 244463, python-cffi/trunk/rebuild.list)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-i686/rebuild.list   |1 
 staging-x86_64/PKGBUILD |   53 ++
 staging-x86_64/rebuild.list |1 
 4 files changed, 108 insertions(+)

Copied: python-cffi/repos/staging-i686/PKGBUILD (from rev 244463, 
python-cffi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-21 10:19:10 UTC (rev 244464)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-cffi/repos/staging-i686/rebuild.list (from rev 244463, 
python-cffi/trunk/rebuild.list)
===
--- staging-i686/rebuild.list   (rev 0)
+++ staging-i686/rebuild.list   2015-08-21 10:19:10 UTC (rev 244464)
@@ -0,0 +1 @@
+python-pygit2

Copied: python-cffi/repos/staging-x86_64/PKGBUILD (from rev 244463, 
python-cffi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-21 10:19:10 UTC (rev 244464)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE 

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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:21:57
  Author: fyan
Revision: 138593

upgpkg: python-pygit2 0.22.0-10

rebuild with cffi 1.2.1

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 10:08:22 UTC (rev 138592)
+++ PKGBUILD2015-08-21 10:21:57 UTC (rev 138593)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.22.0
-pkgrel=9
+pkgrel=10
 pkgdesc='Python bindings for libgit2'
 url=https://github.com/libgit2/pygit2;
 depends=(libgit2)


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

2015-08-21 Thread Sergej Pupykin
Date: Friday, August 21, 2015 @ 11:26:59
  Author: spupykin
Revision: 138587

upgpkg: python-sqlparse 0.1.16-1

upd

Modified:
  python-sqlparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 09:26:53 UTC (rev 138586)
+++ PKGBUILD2015-08-21 09:26:59 UTC (rev 138587)
@@ -4,7 +4,7 @@
 
 pkgname=('python-sqlparse' 'python2-sqlparse')
 _libname=sqlparse
-pkgver=0.1.15
+pkgver=0.1.16
 pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
-md5sums=('90cd6db9ec8354d9c133b017b395a312')
+md5sums=('370962a307ebaaa70a28b6b0ccb53980')
 
 prepare() {
   cp -a $_libname-$pkgver ${_libname}2-$pkgver


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

2015-08-21 Thread Sergej Pupykin
Date: Friday, August 21, 2015 @ 11:26:53
  Author: spupykin
Revision: 138586

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  100 +++
 drupal.install |   30 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 09:26:42 UTC (rev 138585)
+++ PKGBUILD2015-08-21 09:26:53 UTC (rev 138586)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.38
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('c18298c1a5aed32ddbdac605fdef7fce')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 138585, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 09:26:53 UTC (rev 138586)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.39
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('6f42a7e9c7a1c2c4c9c2f20c81b8e79a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-08-21 09:26:42 UTC (rev 138585)
+++ drupal.install  2015-08-21 09:26:53 UTC (rev 138586)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-

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

2015-08-21 Thread Sergej Pupykin
Date: Friday, August 21, 2015 @ 11:27:09
  Author: spupykin
Revision: 138588

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 09:26:59 UTC (rev 138587)
+++ PKGBUILD2015-08-21 09:27:09 UTC (rev 138588)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jonathan Kotta jpkotta AT gmail DOT com
-
-pkgname=('python-sqlparse' 'python2-sqlparse')
-_libname=sqlparse
-pkgver=0.1.15
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
-md5sums=('90cd6db9ec8354d9c133b017b395a312')
-
-prepare() {
-  cp -a $_libname-$pkgver ${_libname}2-$pkgver
-}
-
-package_python-sqlparse() {
-  depends=('python')
-
-  cd ${_libname}-$pkgver/
-  python setup.py install --prefix=/usr --root=$pkgdir
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlparse() {
-  depends=('python2')
-
-  cd ${_libname}2-$pkgver/
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  mv $pkgdir/usr/bin/sqlformat{,2}
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 138587, 
python-sqlparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 09:27:09 UTC (rev 138588)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jonathan Kotta jpkotta AT gmail DOT com
+
+pkgname=('python-sqlparse' 'python2-sqlparse')
+_libname=sqlparse
+pkgver=0.1.16
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
+md5sums=('370962a307ebaaa70a28b6b0ccb53980')
+
+prepare() {
+  cp -a $_libname-$pkgver ${_libname}2-$pkgver
+}
+
+package_python-sqlparse() {
+  depends=('python')
+
+  cd ${_libname}-$pkgver/
+  python setup.py install --prefix=/usr --root=$pkgdir
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlparse() {
+  depends=('python2')
+
+  cd ${_libname}2-$pkgver/
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  mv $pkgdir/usr/bin/sqlformat{,2}
+}


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

2015-08-21 Thread Massimiliano Torromeo
Date: Friday, August 21, 2015 @ 12:01:27
  Author: mtorromeo
Revision: 138589

upgpkg: hhvm 3.9.0-2

Added unixodbc dependency

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 09:27:09 UTC (rev 138588)
+++ PKGBUILD2015-08-21 10:01:27 UTC (rev 138589)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=5cfbd0ea334de25115546a08a9dbd2954c6f5ed5
 _folly_commit=879db739d6bb0cd6a7035d4606c34c877077c88e
@@ -22,9 +22,9 @@
 depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
  'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
  'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
+ 'gperf' 'c-client' 'unixodbc')
 makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
+ 'ragel' 'libmariadbclient')
 source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
 
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
 
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;


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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:08:22
  Author: fyan
Revision: 138592

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 138591, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 10:08:07 UTC (rev 138591)
+++ PKGBUILD2015-08-21 10:08:22 UTC (rev 138592)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.13.5
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX $pkgdir
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f $pkgdir/usr/share/man/$_dir/*
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 138591, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-21 10:08:22 UTC (rev 138592)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.14.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX $pkgdir
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f $pkgdir/usr/share/man/$_dir/*
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:08:07
  Author: fyan
Revision: 138591

upgpkg: npm 2.14.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 10:01:53 UTC (rev 138590)
+++ PKGBUILD2015-08-21 10:08:07 UTC (rev 138591)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.13.5
+pkgver=2.14.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-08-21 Thread Sergej Pupykin
Date: Friday, August 21, 2015 @ 11:26:42
  Author: spupykin
Revision: 138585

upgpkg: drupal 7.39-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 06:47:35 UTC (rev 138584)
+++ PKGBUILD2015-08-21 09:26:42 UTC (rev 138585)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.38
+pkgver=7.39
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -13,7 +13,7 @@
 install='drupal.install'
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('c18298c1a5aed32ddbdac605fdef7fce')
+md5sums=('6f42a7e9c7a1c2c4c9c2f20c81b8e79a')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in hhvm/repos/community-x86_64 (18 files)

2015-08-21 Thread Massimiliano Torromeo
Date: Friday, August 21, 2015 @ 12:01:53
  Author: mtorromeo
Revision: 138590

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 138589, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/gcc51.patch
(from rev 138589, hhvm/trunk/gcc51.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 138589, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 138589, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 138589, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 138589, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
(from rev 138589, hhvm/trunk/libstdcxx-dual-abi.patch)
  hhvm/repos/community-x86_64/php.ini
(from rev 138589, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 138589, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/gcc51.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/libstdcxx-dual-abi.patch
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

--+
 PKGBUILD |  310 ++---
 gcc51.patch  |   28 ++--
 hhvm.install |   18 +-
 hhvm.service |   30 ++--
 hhvm.tmpfile |4 
 hhvm@.service|   30 ++--
 libstdcxx-dual-abi.patch |   92 ++---
 php.ini  |   20 +-
 server.ini   |   12 -
 9 files changed, 272 insertions(+), 272 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-21 10:01:27 UTC (rev 138589)
+++ PKGBUILD2015-08-21 10:01:53 UTC (rev 138590)
@@ -1,155 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.9.0
-pkgrel=1
-
-_thirdparty_commit=5cfbd0ea334de25115546a08a9dbd2954c6f5ed5
-_folly_commit=879db739d6bb0cd6a7035d4606c34c877077c88e
-_thrift_commit=b5635e3675023979c87d8b16182402c1ffba32a4
-_proxygen_commit=885e8444298343bc6948f6bdb7f1d9edc540
-_webscalesql_commit=04456ee8cb3f537537873504b33cdea17e346b12
-_mcrouter_commit=8303e732b94469d213266dc512cece4860875305
-_squangle_commit=2661b7b4ffd2533f1cead7c45d369177d44315ff
-_wangle_commit=6ce19ed9d2a8dd2b68d2b23a180ceb107cb53091
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz;
-
https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz;
-
https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz;
-
https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz;
-
https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz;
-
https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz;
-
https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz;
-
https://github.com/facebook/wangle/archive/$_wangle_commit/wangle-$_wangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-'gcc51.patch'
-'libstdcxx-dual-abi.patch')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
--i hphp/tools/oss-repo-mode
-
-patch -p1 -i $srcdir/gcc51.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-patch -d src -p1 -i $srcdir/libstdcxx-dual-abi.patch
-
-cd ../thrift
-rm -rf src
-ln 

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

2015-08-21 Thread Felix Yan
Date: Friday, August 21, 2015 @ 12:22:57
  Author: fyan
Revision: 138594

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

Added:
  python-pygit2/repos/community-staging-i686/
  
python-pygit2/repos/community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 138593, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-staging-i686/PKGBUILD
(from rev 138593, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/
  
python-pygit2/repos/community-staging-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 138593, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 138593, python-pygit2/trunk/PKGBUILD)
Deleted:
  
python-pygit2/repos/community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-staging-i686/PKGBUILD
  
python-pygit2/repos/community-staging-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-staging-x86_64/PKGBUILD

-+
 /0001-Fix-data-type-of-options-in-init_repository.patch
 |  104 ++
 /PKGBUILD  
 |   62 +
 community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch  
 |   52 -
 community-staging-i686/PKGBUILD
 |   31 --
 
community-staging-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch 
|   52 -
 community-staging-x86_64/PKGBUILD  
 |   31 --
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch
===
--- 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-08-20 09:00:15 UTC (rev 138543)
+++ 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-08-21 10:22:57 UTC (rev 138594)
@@ -1,52 +0,0 @@
-From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer i...@cryptocrack.de
-Date: Sat, 10 Jan 2015 20:38:39 +0100
-Subject: [PATCH] Fix data type of options in init_repository()
-
-Initializers for the char * fields of the git_repository_init_options
-structure must be cdata pointers.
-
-Signed-off-by: Lukas Fleischer i...@cryptocrack.de

- pygit2/__init__.py | 25 -
- 1 file changed, 20 insertions(+), 5 deletions(-)
-
-diff --git a/pygit2/__init__.py b/pygit2/__init__.py
-index 2674063..995fe6c 100644
 a/pygit2/__init__.py
-+++ b/pygit2/__init__.py
-@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
- C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
- options.flags = flags
- options.mode = mode
--options.workdir_path = to_bytes(workdir_path)
--options.description = to_bytes(description)
--options.template_path = to_bytes(template_path)
--options.initial_head = to_bytes(initial_head)
--options.origin_url = to_bytes(origin_url)
-+
-+if workdir_path:
-+workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
-+options.workdir_path = workdir_path_ref
-+
-+if description:
-+description_ref = ffi.new('char []', to_bytes(description))
-+options.description = description_ref
-+
-+if template_path:
-+template_path_ref = ffi.new('char []', to_bytes(template_path))
-+options.template_path = template_path_ref
-+
-+if initial_head:
-+initial_head_ref = ffi.new('char []', to_bytes(initial_head))
-+options.initial_head = initial_head_ref
-+
-+if origin_url:
-+origin_url_ref = ffi.new('char []', to_bytes(origin_url))
-+options.origin_url = origin_url_ref
- 
- # Call
- crepository = ffi.new('git_repository **')
--- 
-2.2.1
-

Copied: 
python-pygit2/repos/community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 138593, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ 
community-staging-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-08-21 10:22:57 UTC (rev 138594)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer i...@cryptocrack.de
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers 

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

2015-08-21 Thread Gaetan Bisson
Date: Friday, August 21, 2015 @ 09:49:53
  Author: bisson
Revision: 244461

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 04:39:48 UTC (rev 244460)
+++ PKGBUILD2015-08-21 07:49:53 UTC (rev 244461)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=openssh
-pkgver=7.0p1
+pkgver=7.1p1
 pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
@@ -22,7 +22,7 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha1sums=('d8337c9eab91d360d104f6dd805f8b32089c063c' 'SKIP'
+sha1sums=('ed22af19f962262c493fcc6ed8c8826b2761d9b6' 'SKIP'
   'cc1ceec606c98c7407e7ac21ade23aed81e31405'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'


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

2015-08-21 Thread Gaetan Bisson
Date: Friday, August 21, 2015 @ 09:51:45
  Author: bisson
Revision: 244462

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 244461, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 244461, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 244461, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 244461, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 244461, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 244461, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 244461, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 244461, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 244461, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 244461, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 244461, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 244461, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 244461, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 244461, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 244461, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 244461, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 244461, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 244461, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 244461, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 244461, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 244461, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-21 07:51:45 UTC (rev 244462)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=7.1p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('ed22af19f962262c493fcc6ed8c8826b2761d9b6' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+