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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:58:34
  Author: fyan
Revision: 145747

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 07:57:46 UTC (rev 145746)
+++ PKGBUILD2015-11-03 07:58:34 UTC (rev 145747)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
-
-pkgname=python2-traceback2
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Backports of the traceback module'
-arch=('any')
-url='http://pypi.python.org/pypi/traceback2'
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools' 'python2-pbr')
-source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
-sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-traceback2/repos/community-any/PKGBUILD (from rev 145746, 
python2-traceback2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 07:58:34 UTC (rev 145747)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2-linecache2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:57:46
  Author: fyan
Revision: 145746

upgpkg: python2-traceback2 1.4.0-2

fix dependency on linecache2

Modified:
  python2-traceback2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:55:36 UTC (rev 145745)
+++ PKGBUILD2015-11-03 07:57:46 UTC (rev 145746)
@@ -1,15 +1,14 @@
 # $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
+# Maintainer: Felix Yan 
 
 pkgname=python2-traceback2
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Backports of the traceback module'
 arch=('any')
 url='http://pypi.python.org/pypi/traceback2'
 license=('PSF')
-depends=('python2')
+depends=('python2-linecache2')
 makedepends=('python2-setuptools' 'python2-pbr')
 
source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
 sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:55:36
  Author: fyan
Revision: 145745

archrelease: copy trunk to community-any

Added:
  python2-linecache2/repos/community-any/
  python2-linecache2/repos/community-any/PKGBUILD
(from rev 145744, python2-linecache2/trunk/PKGBUILD)

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

Copied: python2-linecache2/repos/community-any/PKGBUILD (from rev 145744, 
python2-linecache2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 07:55:36 UTC (rev 145745)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-linecache2
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Backports of the linecache module'
+arch=('any')
+url='http://pypi.python.org/pypi/linecache2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/l/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
+sha256sums=('4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:55:14
  Author: fyan
Revision: 145744

addpkg: python2-linecache2 1.0.0-1

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

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

Added: python2-linecache2/trunk/PKGBUILD
===
--- python2-linecache2/trunk/PKGBUILD   (rev 0)
+++ python2-linecache2/trunk/PKGBUILD   2015-11-03 07:55:14 UTC (rev 145744)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-linecache2
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Backports of the linecache module'
+arch=('any')
+url='http://pypi.python.org/pypi/linecache2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/l/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
+sha256sums=('4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in nss/repos (18 files)

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:50:43
  Author: foutrelis
Revision: 250048

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 250047, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 250047, nss/trunk/bundle.sh)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 250047, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py
(from rev 250047, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/legacy-certs.patch
(from rev 250047, nss/trunk/legacy-certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 250047, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.install
(from rev 250047, nss/trunk/nss.install)
  nss/repos/testing-i686/nss.pc.in
(from rev 250047, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 250047, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 250047, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 250047, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 250047, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/legacy-certs.patch
(from rev 250047, nss/trunk/legacy-certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 250047, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.install
(from rev 250047, nss/trunk/nss.install)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 250047, nss/trunk/nss.pc.in)

+
 testing-i686/PKGBUILD  |  120 +
 testing-i686/bundle.sh |   54 ++
 testing-i686/ca-certificates-mozilla.install   |   11 +
 testing-i686/certdata2pem.py   |  200 +++
 testing-i686/legacy-certs.patch|   26 ++
 testing-i686/nss-config.in |  145 
 testing-i686/nss.install   |   13 +
 testing-i686/nss.pc.in |   11 +
 testing-x86_64/PKGBUILD|  120 +
 testing-x86_64/bundle.sh   |   54 ++
 testing-x86_64/ca-certificates-mozilla.install |   11 +
 testing-x86_64/certdata2pem.py |  200 +++
 testing-x86_64/legacy-certs.patch  |   26 ++
 testing-x86_64/nss-config.in   |  145 
 testing-x86_64/nss.install |   13 +
 testing-x86_64/nss.pc.in   |   11 +
 16 files changed, 1160 insertions(+)

Copied: nss/repos/testing-i686/PKGBUILD (from rev 250047, nss/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:50:43 UTC (rev 250048)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Mozilla Network Security Services"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/security/pki/nss/";
+license=('MPL' 'GPL')
+_nsprver=4.10.10
+depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
+makedepends=('perl' 'python2')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
+certdata2pem.py bundle.sh nss.pc.in nss-config.in legacy-certs.patch)
+sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
+'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
+'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
+'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
+'22330fcde2dac5fa4733f7d77bffbbd31d91cbaa338738afdc2a8ebfccb61184')
+
+prepare() {
+  mkdir certs
+
+  cd nss-$pkgver
+
+  # FS#45479: Reenable two weak Verisign certificates used by login.live.com
+  # Otherwise, accessing this site via Epiphany (GnuTLS) or Skype (OpenSSL) 
fails
+  # Also see https://gist.github.com/grawity/15eabf67191e17080241
+  patch nss/lib/ckfw/builtins/certdata.txt ../legacy-certs.patch
+
+  # Respect LDFLAGS
+  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
+  -i nss/coreconf/rules.mk
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+
+build() {
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  export BUILD_OPT=1
+  export NSS_USE_SYSTEM_SQLITE=1
+  export NSS_ENABLE_ECC=1
+  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
+  export NSPR_LIB_DIR="`n

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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:50:24
  Author: foutrelis
Revision: 250047

upgpkg: nss 3.20.1-1

New upstream release.

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:37:30 UTC (rev 250046)
+++ PKGBUILD2015-11-03 07:50:24 UTC (rev 250047)
@@ -3,19 +3,19 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.20
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/";
 license=('MPL' 'GPL')
-_nsprver=4.10.8
+_nsprver=4.10.10
 depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
 makedepends=('perl' 'python2')
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz";
 certdata2pem.py bundle.sh nss.pc.in nss-config.in legacy-certs.patch)
-sha256sums=('5e38d4b9837ca338af966b97fc91c07f67ad647fb38dc4af3cfd0d84e477d15c'
+sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
 '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'


[arch-commits] Commit in python2-traceback2 (3 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:46:38
  Author: fyan
Revision: 145743

archrelease: copy trunk to community-any

Added:
  python2-traceback2/repos/
  python2-traceback2/repos/community-any/
  python2-traceback2/repos/community-any/PKGBUILD
(from rev 145742, python2-traceback2/trunk/PKGBUILD)

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

Copied: python2-traceback2/repos/community-any/PKGBUILD (from rev 145742, 
python2-traceback2/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-11-03 07:46:38 UTC (rev 145743)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:46:19
  Author: fyan
Revision: 145742

addpkg: python2-traceback2 1.4.0-1

Added:
  python2-traceback2/
  python2-traceback2/trunk/
  python2-traceback2/trunk/PKGBUILD

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

Added: python2-traceback2/trunk/PKGBUILD
===
--- python2-traceback2/trunk/PKGBUILD   (rev 0)
+++ python2-traceback2/trunk/PKGBUILD   2015-11-03 07:46:19 UTC (rev 145742)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz";)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


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

2015-11-02 Thread Gaetan Bisson
Date: Tuesday, November 3, 2015 @ 08:37:30
  Author: bisson
Revision: 250046

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

Added:
  unzip/repos/extra-i686/PKGBUILD
(from rev 250045, unzip/trunk/PKGBUILD)
  unzip/repos/extra-i686/crc32.patch
(from rev 250045, unzip/trunk/crc32.patch)
  unzip/repos/extra-i686/csiz-underflow.patch
(from rev 250045, unzip/trunk/csiz-underflow.patch)
  unzip/repos/extra-i686/cve20149636.patch
(from rev 250045, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-i686/empty-input.patch
(from rev 250045, unzip/trunk/empty-input.patch)
  unzip/repos/extra-i686/getZip64Data.patch
(from rev 250045, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-i686/nextbyte-overflow.patch
(from rev 250045, unzip/trunk/nextbyte-overflow.patch)
  unzip/repos/extra-i686/overflow-fsize.patch
(from rev 250045, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-i686/test_compr_eb.patch
(from rev 250045, unzip/trunk/test_compr_eb.patch)
  unzip/repos/extra-x86_64/PKGBUILD
(from rev 250045, unzip/trunk/PKGBUILD)
  unzip/repos/extra-x86_64/crc32.patch
(from rev 250045, unzip/trunk/crc32.patch)
  unzip/repos/extra-x86_64/csiz-underflow.patch
(from rev 250045, unzip/trunk/csiz-underflow.patch)
  unzip/repos/extra-x86_64/cve20149636.patch
(from rev 250045, unzip/trunk/cve20149636.patch)
  unzip/repos/extra-x86_64/empty-input.patch
(from rev 250045, unzip/trunk/empty-input.patch)
  unzip/repos/extra-x86_64/getZip64Data.patch
(from rev 250045, unzip/trunk/getZip64Data.patch)
  unzip/repos/extra-x86_64/nextbyte-overflow.patch
(from rev 250045, unzip/trunk/nextbyte-overflow.patch)
  unzip/repos/extra-x86_64/overflow-fsize.patch
(from rev 250045, unzip/trunk/overflow-fsize.patch)
  unzip/repos/extra-x86_64/test_compr_eb.patch
(from rev 250045, unzip/trunk/test_compr_eb.patch)
Deleted:
  unzip/repos/extra-i686/PKGBUILD
  unzip/repos/extra-i686/crc32.patch
  unzip/repos/extra-i686/cve20149636.patch
  unzip/repos/extra-i686/getZip64Data.patch
  unzip/repos/extra-i686/overflow-fsize.patch
  unzip/repos/extra-i686/test_compr_eb.patch
  unzip/repos/extra-x86_64/PKGBUILD
  unzip/repos/extra-x86_64/crc32.patch
  unzip/repos/extra-x86_64/cve20149636.patch
  unzip/repos/extra-x86_64/getZip64Data.patch
  unzip/repos/extra-x86_64/overflow-fsize.patch
  unzip/repos/extra-x86_64/test_compr_eb.patch

--+
 /PKGBUILD|  130 
 /crc32.patch |   90 +++
 /cve20149636.patch   |   50 ++
 /getZip64Data.patch  |  266 +
 /overflow-fsize.patch|   68 
 /test_compr_eb.patch |   46 +
 extra-i686/PKGBUILD  |   56 --
 extra-i686/crc32.patch   |   45 -
 extra-i686/csiz-underflow.patch  |   32 +++
 extra-i686/cve20149636.patch |   25 ---
 extra-i686/empty-input.patch |   26 +++
 extra-i686/getZip64Data.patch|  133 
 extra-i686/nextbyte-overflow.patch   |   33 
 extra-i686/overflow-fsize.patch  |   34 
 extra-i686/test_compr_eb.patch   |   23 --
 extra-x86_64/PKGBUILD|   56 --
 extra-x86_64/crc32.patch |   45 -
 extra-x86_64/csiz-underflow.patch|   32 +++
 extra-x86_64/cve20149636.patch   |   25 ---
 extra-x86_64/empty-input.patch   |   26 +++
 extra-x86_64/getZip64Data.patch  |  133 
 extra-x86_64/nextbyte-overflow.patch |   33 
 extra-x86_64/overflow-fsize.patch|   34 
 extra-x86_64/test_compr_eb.patch |   23 --
 24 files changed, 832 insertions(+), 632 deletions(-)

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


[arch-commits] Commit in unzip/trunk (4 files)

2015-11-02 Thread Gaetan Bisson
Date: Tuesday, November 3, 2015 @ 08:35:37
  Author: bisson
Revision: 250045

fix FS#46955

Added:
  unzip/trunk/csiz-underflow.patch
  unzip/trunk/empty-input.patch
  unzip/trunk/nextbyte-overflow.patch
Modified:
  unzip/trunk/PKGBUILD

-+
 PKGBUILD|   15 ---
 csiz-underflow.patch|   32 
 empty-input.patch   |   26 ++
 nextbyte-overflow.patch |   33 +
 4 files changed, 103 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:29:18 UTC (rev 250044)
+++ PKGBUILD2015-11-03 07:35:37 UTC (rev 250045)
@@ -6,7 +6,7 @@
 pkgname=unzip
 pkgver=6.0
 _pkgver=${pkgver/./}
-pkgrel=10
+pkgrel=11
 pkgdesc='For extracting and viewing files in .zip archives'
 url='http://www.info-zip.org/UnZip.html'
 arch=('i686' 'x86_64')
@@ -17,13 +17,19 @@
 'cve20149636.patch'
 'test_compr_eb.patch'
 'getZip64Data.patch'
-'crc32.patch')
+'crc32.patch'
+'empty-input.patch'
+'csiz-underflow.patch'
+'nextbyte-overflow.patch')
 sha1sums=('abf7de8a4018a983590ed6f5cbd990d4740f8a22'
   '2852ce1a9db8d646516f8828436a44d34785a0b3'
   'e8c0bc17c63eeed97ad62b86845d75c849bcf4f8'
   '614c3e7fa7d6da7c60ea2aa79e36f4cbd17c3824'
   '691d0751bf0bc98cf9f9889dee39baccabefdc4d'
-  '82c9fe9172779a0ee92a187d544e74e8f512b013')
+  '82c9fe9172779a0ee92a187d544e74e8f512b013'
+  '4f77b01454fd2ffa69bfad985bfbdc579ee26010'
+  '9f86b1115c76e527ff7a2c3771d398f024533cf9'
+  'b325fac556abf169264ed5ae364b9136016e43f3')
 
 prepare() {
cd "${srcdir}/${pkgname}${_pkgver}"
@@ -33,6 +39,9 @@
patch -i ../test_compr_eb.patch # FS#43391
patch -i ../getZip64Data.patch # FS#43300
patch -i ../crc32.patch # FS#43300
+   patch -p1 -i ../empty-input.patch # FS#46955
+   patch -p1 -i ../csiz-underflow.patch # FS#46955
+   patch -p1 -i ../nextbyte-overflow.patch # FS#46955
 }
 
 build() {

Added: csiz-underflow.patch
===
--- csiz-underflow.patch(rev 0)
+++ csiz-underflow.patch2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,32 @@
+From: Kamil Dudka 
+Date: Tue, 22 Sep 2015 18:52:23 +0200
+Subject: [PATCH] extract: prevent unsigned overflow on invalid input
+Origin: other, https://bugzilla.redhat.com/attachment.cgi?id=1075942
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1260944
+
+Suggested-by: Stefan Cornelius
+---
+ extract.c | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+--- a/extract.c
 b/extract.c
+@@ -1257,8 +1257,17 @@
+ if (G.lrec.compression_method == STORED) {
+ zusz_t csiz_decrypted = G.lrec.csize;
+ 
+-if (G.pInfo->encrypted)
++if (G.pInfo->encrypted) {
++if (csiz_decrypted <= 12) {
++/* handle the error now to prevent unsigned overflow */
++Info(slide, 0x401, ((char *)slide,
++  LoadFarStringSmall(ErrUnzipNoFile),
++  LoadFarString(InvalidComprData),
++  LoadFarStringSmall2(Inflate)));
++return PK_ERR;
++}
+ csiz_decrypted -= 12;
++}
+ if (G.lrec.ucsize != csiz_decrypted) {
+ Info(slide, 0x401, ((char *)slide,
+   LoadFarStringSmall2(WrnStorUCSizCSizDiff),

Added: empty-input.patch
===
--- empty-input.patch   (rev 0)
+++ empty-input.patch   2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,26 @@
+From: Kamil Dudka 
+Date: Mon, 14 Sep 2015 18:24:56 +0200
+Subject: fix infinite loop when extracting empty bzip2 data
+Bug-Debian: https://bugs.debian.org/802160
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1260944
+Origin: other, https://bugzilla.redhat.com/attachment.cgi?id=1073339
+
+---
+ extract.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+--- a/extract.c
 b/extract.c
+@@ -2728,6 +2728,12 @@
+ int repeated_buf_err;
+ bz_stream bstrm;
+ 
++if (G.incnt <= 0 && G.csize <= 0L) {
++/* avoid an infinite loop */
++Trace((stderr, "UZbunzip2() got empty input\n"));
++return 2;
++}
++
+ #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
+ if (G.redirect_slide)
+ wsize = G.redirect_size, redirSlide = G.redirect_buffer;

Added: nextbyte-overflow.patch
===
--- nextbyte-overflow.patch (rev 0)
+++ nextbyte-overflow.patch 2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,33 @@
+From: Petr Stodulka 
+Date: Mon, 14 Sep 2015 18

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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:29:18
  Author: foutrelis
Revision: 250044

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 250043, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 250043, nspr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 250043, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:29:18 UTC (rev 250044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.10
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 250043, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-03 07:29:18 UTC (rev 250044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.10
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:29:10
  Author: foutrelis
Revision: 250043

upgpkg: nspr 4.10.10-1

New upstream release.

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:14:22 UTC (rev 250042)
+++ PKGBUILD2015-11-03 07:29:10 UTC (rev 250043)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.10.9
+pkgver=4.10.10
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('405e5ad45111ddf95a5d39d647d41d27456c9443')
-sha256sums=('4112ff6ad91d32696ca0c6c3d4abef6367b5dc0127fa172fcb3c3ab81bb2d881')
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:14:22
  Author: foutrelis
Revision: 250042

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 250041, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 250041, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 250041, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 250041, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 250041, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 250041, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/sudo.install   |   19 
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/sudo.install |   19 
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 250041, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.15
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/";
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 250041, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles >/dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1) < 0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 250041, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 250041, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.15
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/";
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=

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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:14:11
  Author: foutrelis
Revision: 250041

upgpkg: sudo 1.8.15-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 02:17:20 UTC (rev 250040)
+++ PKGBUILD2015-11-03 07:14:11 UTC (rev 250041)
@@ -4,9 +4,9 @@
 # Contributor: Tom Newsom 
 
 pkgname=sudo
-_sudover=1.8.14p3
+_sudover=1.8.15
 pkgver=${_sudover/p/.p}
-pkgrel=2
+pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
 url="http://www.sudo.ws/sudo/";
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237'
+sha256sums=('4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:50:47
  Author: fyan
Revision: 145741

archrelease: copy trunk to community-any

Added:
  python-zope-location/repos/community-any/PKGBUILD
(from rev 145740, python-zope-location/trunk/PKGBUILD)
Deleted:
  python-zope-location/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 06:50:27 UTC (rev 145740)
+++ PKGBUILD2015-11-03 06:50:47 UTC (rev 145741)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-location' 'python2-zope-location')
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Special objects that have a structural location"
-arch=('any')
-url="https://github.com/zopefoundation/zope.location";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
- 'python-zope-proxy' 'python2-zope-proxy' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.location{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.location"
-  python setup.py build
-
-  cd "$srcdir/zope.location-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.location"
-  nosetests3
-
-  cd "$srcdir/zope.location-py2"
-  nosetests2
-}
-
-package_python-zope-location() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
-   'python-zope-proxy')
-
-  cd "$srcdir/zope.location"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-location() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
-   'python2-zope-proxy')
-
-  cd "$srcdir/zope.location"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-location/repos/community-any/PKGBUILD (from rev 145740, 
python-zope-location/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 06:50:47 UTC (rev 145741)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-copy' 
'python2-zope-copy'
+ 'python-zope-configuration' 'python2-zope-configuration')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:50:27
  Author: fyan
Revision: 145740

upgpkg: python-zope-location 4.0.3-1

Modified:
  python-zope-location/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 06:48:33 UTC (rev 145739)
+++ PKGBUILD2015-11-03 06:50:27 UTC (rev 145740)
@@ -11,7 +11,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
  'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
  'python-zope-proxy' 'python2-zope-proxy' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-copy' 
'python2-zope-copy'
+ 'python-zope-configuration' 'python2-zope-configuration')
 source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver";)
 sha256sums=('SKIP')
 
@@ -47,7 +48,7 @@
   depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
'python2-zope-proxy')
 
-  cd "$srcdir/zope.location"
+  cd "$srcdir/zope.location-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:48:13
  Author: fyan
Revision: 145738

addpkg: python-zope-configuration 4.0.3-1

Added:
  python-zope-configuration/
  python-zope-configuration/repos/
  python-zope-configuration/trunk/
  python-zope-configuration/trunk/PKGBUILD

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

Added: python-zope-configuration/trunk/PKGBUILD
===
--- python-zope-configuration/trunk/PKGBUILD(rev 0)
+++ python-zope-configuration/trunk/PKGBUILD2015-11-03 06:48:13 UTC (rev 
145738)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.configuration.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.configuration{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.configuration"
+  python setup.py build
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.configuration"
+  nosetests3
+
+  cd "$srcdir/zope.configuration-py2"
+  nosetests2
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:48:33
  Author: fyan
Revision: 145739

archrelease: copy trunk to community-any

Added:
  python-zope-configuration/repos/community-any/
  python-zope-configuration/repos/community-any/PKGBUILD
(from rev 145738, python-zope-configuration/trunk/PKGBUILD)

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

Copied: python-zope-configuration/repos/community-any/PKGBUILD (from rev 
145738, python-zope-configuration/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:48:33 UTC (rev 145739)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.configuration.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.configuration{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.configuration"
+  python setup.py build
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.configuration"
+  nosetests3
+
+  cd "$srcdir/zope.configuration-py2"
+  nosetests2
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:46:16
  Author: fyan
Revision: 145737

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

Added:
  python-zope-i18nmessageid/repos/community-i686/
  python-zope-i18nmessageid/repos/community-i686/PKGBUILD
(from rev 145736, python-zope-i18nmessageid/trunk/PKGBUILD)
  python-zope-i18nmessageid/repos/community-x86_64/
  python-zope-i18nmessageid/repos/community-x86_64/PKGBUILD
(from rev 145736, python-zope-i18nmessageid/trunk/PKGBUILD)

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

Copied: python-zope-i18nmessageid/repos/community-i686/PKGBUILD (from rev 
145736, python-zope-i18nmessageid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 06:46:16 UTC (rev 145737)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-i18nmessageid/repos/community-x86_64/PKGBUILD (from rev 
145736, python-zope-i18nmessageid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 06:46:16 UTC (rev 145737)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:45:37
  Author: fyan
Revision: 145736

addpkg: python-zope-i18nmessageid 4.0.3-1

Added:
  python-zope-i18nmessageid/
  python-zope-i18nmessageid/repos/
  python-zope-i18nmessageid/trunk/
  python-zope-i18nmessageid/trunk/PKGBUILD

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

Added: python-zope-i18nmessageid/trunk/PKGBUILD
===
--- python-zope-i18nmessageid/trunk/PKGBUILD(rev 0)
+++ python-zope-i18nmessageid/trunk/PKGBUILD2015-11-03 06:45:37 UTC (rev 
145736)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:39:42
  Author: fyan
Revision: 145735

archrelease: copy trunk to community-any

Added:
  python-zope-location/repos/community-any/
  python-zope-location/repos/community-any/PKGBUILD
(from rev 145734, python-zope-location/trunk/PKGBUILD)

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

Copied: python-zope-location/repos/community-any/PKGBUILD (from rev 145734, 
python-zope-location/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:39:42 UTC (rev 145735)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:39:19
  Author: fyan
Revision: 145734

addpkg: python-zope-location 4.0.3-1

Added:
  python-zope-location/
  python-zope-location/repos/
  python-zope-location/trunk/
  python-zope-location/trunk/PKGBUILD

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

Added: python-zope-location/trunk/PKGBUILD
===
--- python-zope-location/trunk/PKGBUILD (rev 0)
+++ python-zope-location/trunk/PKGBUILD 2015-11-03 06:39:19 UTC (rev 145734)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:38:38
  Author: fyan
Revision: 145733

archrelease: copy trunk to community-any

Added:
  python-zope-copy/repos/community-any/
  python-zope-copy/repos/community-any/PKGBUILD
(from rev 145732, python-zope-copy/trunk/PKGBUILD)

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

Copied: python-zope-copy/repos/community-any/PKGBUILD (from rev 145732, 
python-zope-copy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:38:38 UTC (rev 145733)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-copy' 'python2-zope-copy')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Pluggable object copying mechanism"
+arch=('any')
+url="https://github.com/zopefoundation/zope.copy";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python-zope-location' 'python2-zope-location')
+source=("git+https://github.com/zopefoundation/zope.copy.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.copy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.copy"
+  python setup.py build
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.copy"
+  nosetests3
+
+  cd "$srcdir/zope.copy-py2"
+  nosetests2
+}
+
+package_python-zope-copy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.copy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-copy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:37:57
  Author: fyan
Revision: 145732

addpkg: python-zope-copy 4.0.3-1

Added:
  python-zope-copy/
  python-zope-copy/repos/
  python-zope-copy/trunk/
  python-zope-copy/trunk/PKGBUILD

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

Added: python-zope-copy/trunk/PKGBUILD
===
--- python-zope-copy/trunk/PKGBUILD (rev 0)
+++ python-zope-copy/trunk/PKGBUILD 2015-11-03 06:37:57 UTC (rev 145732)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-copy' 'python2-zope-copy')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Pluggable object copying mechanism"
+arch=('any')
+url="https://github.com/zopefoundation/zope.copy";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing'
+  'python-zope-location' 'python2-zope-location')
+source=("git+https://github.com/zopefoundation/zope.copy.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.copy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.copy"
+  python setup.py build
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.copy"
+  nosetests3
+
+  cd "$srcdir/zope.copy-py2"
+  nosetests2
+}
+
+package_python-zope-copy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.copy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-copy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.copy-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:27:39
  Author: fyan
Revision: 145731

archrelease: copy trunk to community-any

Added:
  python-zope-schema/repos/community-any/
  python-zope-schema/repos/community-any/PKGBUILD
(from rev 145730, python-zope-schema/trunk/PKGBUILD)

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

Copied: python-zope-schema/repos/community-any/PKGBUILD (from rev 145730, 
python-zope-schema/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:27:39 UTC (rev 145731)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.schema{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.schema"
+  python setup.py build
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.schema"
+  python setup.py test
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py test
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:27:17
  Author: fyan
Revision: 145730

addpkg: python-zope-schema 4.4.2-1

Added:
  python-zope-schema/
  python-zope-schema/repos/
  python-zope-schema/trunk/
  python-zope-schema/trunk/PKGBUILD

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

Added: python-zope-schema/trunk/PKGBUILD
===
--- python-zope-schema/trunk/PKGBUILD   (rev 0)
+++ python-zope-schema/trunk/PKGBUILD   2015-11-03 06:27:17 UTC (rev 145730)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.schema{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.schema"
+  python setup.py build
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.schema"
+  python setup.py test
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py test
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:25:35
  Author: fyan
Revision: 145729

archrelease: copy trunk to community-any

Added:
  python-zope-testing/repos/community-any/PKGBUILD
(from rev 145728, python-zope-testing/trunk/PKGBUILD)
Deleted:
  python-zope-testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 06:25:13 UTC (rev 145728)
+++ PKGBUILD2015-11-03 06:25:35 UTC (rev 145729)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'git' 'python-zope-exceptions'
- 'python2-zope-exceptions')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.testing{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.testing"
-  python setup.py build
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.testing"
-  python setup.py test
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py test
-}
-
-package_python-zope-testing() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
-
-  cd "$srcdir/zope.testing"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-testing() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
-
-  cd "$srcdir/zope.testing"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 145728, 
python-zope-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 06:25:35 UTC (rev 145729)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=2
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:25:13
  Author: fyan
Revision: 145728

upgpkg: python-zope-testing 4.5.0-2

fix python 2.x package

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 06:18:48 UTC (rev 145727)
+++ PKGBUILD2015-11-03 06:25:13 UTC (rev 145728)
@@ -3,7 +3,7 @@
 
 pkgname=('python-zope-testing' 'python2-zope-testing')
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing";
@@ -45,7 +45,7 @@
 package_python2-zope-testing() {
   depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
 
-  cd "$srcdir/zope.testing"
+  cd "$srcdir/zope.testing-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:18:48
  Author: fyan
Revision: 145727

archrelease: copy trunk to community-any

Added:
  python-zope-testing/repos/community-any/
  python-zope-testing/repos/community-any/PKGBUILD
(from rev 145726, python-zope-testing/trunk/PKGBUILD)

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

Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 145726, 
python-zope-testing/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:18:48 UTC (rev 145727)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:18:27
  Author: fyan
Revision: 145726

addpkg: python-zope-testing 4.5.0-1

Added:
  python-zope-testing/
  python-zope-testing/repos/
  python-zope-testing/trunk/
  python-zope-testing/trunk/PKGBUILD

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

Added: python-zope-testing/trunk/PKGBUILD
===
--- python-zope-testing/trunk/PKGBUILD  (rev 0)
+++ python-zope-testing/trunk/PKGBUILD  2015-11-03 06:18:27 UTC (rev 145726)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:11:19
  Author: fyan
Revision: 145725

archrelease: copy trunk to community-any

Added:
  python-zope-exceptions/repos/community-any/
  python-zope-exceptions/repos/community-any/PKGBUILD
(from rev 145724, python-zope-exceptions/trunk/PKGBUILD)

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

Copied: python-zope-exceptions/repos/community-any/PKGBUILD (from rev 145724, 
python-zope-exceptions/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:11:19 UTC (rev 145725)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-exceptions' 'python2-zope-exceptions')
+pkgver=4.0.8
+pkgrel=1
+pkgdesc="Generic exceptions and implementations for Zope"
+arch=('any')
+url="https://github.com/zopefoundation/zope.exceptions";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.exceptions{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.exceptions"
+  python setup.py build
+
+  cd "$srcdir/zope.exceptions-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.exceptions"
+  nosetests3
+
+  cd "$srcdir/zope.exceptions-py2"
+  nosetests2
+}
+
+package_python-zope-exceptions() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-exceptions() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:10:59
  Author: fyan
Revision: 145724

addpkg: python-zope-exceptions 4.0.8-1

Added:
  python-zope-exceptions/
  python-zope-exceptions/repos/
  python-zope-exceptions/trunk/
  python-zope-exceptions/trunk/PKGBUILD

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

Added: python-zope-exceptions/trunk/PKGBUILD
===
--- python-zope-exceptions/trunk/PKGBUILD   (rev 0)
+++ python-zope-exceptions/trunk/PKGBUILD   2015-11-03 06:10:59 UTC (rev 
145724)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-exceptions' 'python2-zope-exceptions')
+pkgver=4.0.8
+pkgrel=1
+pkgdesc="Generic exceptions and implementations for Zope"
+arch=('any')
+url="https://github.com/zopefoundation/zope.exceptions";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.exceptions{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.exceptions"
+  python setup.py build
+
+  cd "$srcdir/zope.exceptions-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.exceptions"
+  nosetests3
+
+  cd "$srcdir/zope.exceptions-py2"
+  nosetests2
+}
+
+package_python-zope-exceptions() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-exceptions() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:03:19
  Author: fyan
Revision: 145723

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

Added:
  python-zope-proxy/repos/community-i686/
  python-zope-proxy/repos/community-i686/PKGBUILD
(from rev 145722, python-zope-proxy/trunk/PKGBUILD)
  python-zope-proxy/repos/community-x86_64/
  python-zope-proxy/repos/community-x86_64/PKGBUILD
(from rev 145722, python-zope-proxy/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   51 
 community-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: python-zope-proxy/repos/community-i686/PKGBUILD (from rev 145722, 
python-zope-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 06:03:19 UTC (rev 145723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-proxy/repos/community-x86_64/PKGBUILD (from rev 145722, 
python-zope-proxy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 06:03:19 UTC (rev 145723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:02:46
  Author: fyan
Revision: 145722

addpkg: python-zope-proxy 4.1.6-1

Added:
  python-zope-proxy/
  python-zope-proxy/repos/
  python-zope-proxy/trunk/
  python-zope-proxy/trunk/PKGBUILD

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

Added: python-zope-proxy/trunk/PKGBUILD
===
--- python-zope-proxy/trunk/PKGBUILD(rev 0)
+++ python-zope-proxy/trunk/PKGBUILD2015-11-03 06:02:46 UTC (rev 145722)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in arm-none-eabi-binutils/repos (8 files)

2015-11-02 Thread Anatol Pomozov
Date: Tuesday, November 3, 2015 @ 06:58:12
  Author: anatolik
Revision: 145721

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

Added:
  arm-none-eabi-binutils/repos/community-testing-i686/
  arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD
(from rev 145720, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-testing-i686/cortex_m7_support.patch
(from rev 145720, arm-none-eabi-binutils/trunk/cortex_m7_support.patch)
  
arm-none-eabi-binutils/repos/community-testing-i686/enable_link_arm_no_attributes.patch
(from rev 145720, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)
  arm-none-eabi-binutils/repos/community-testing-x86_64/
  arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 145720, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-testing-x86_64/cortex_m7_support.patch
(from rev 145720, arm-none-eabi-binutils/trunk/cortex_m7_support.patch)
  
arm-none-eabi-binutils/repos/community-testing-x86_64/enable_link_arm_no_attributes.patch
(from rev 145720, 
arm-none-eabi-binutils/trunk/enable_link_arm_no_attributes.patch)

--+
 community-testing-i686/PKGBUILD  |   65 
 community-testing-i686/cortex_m7_support.patch   |  808 ++
 community-testing-i686/enable_link_arm_no_attributes.patch   |  115 +
 community-testing-x86_64/PKGBUILD|   65 
 community-testing-x86_64/cortex_m7_support.patch |  808 ++
 community-testing-x86_64/enable_link_arm_no_attributes.patch |  115 +
 6 files changed, 1976 insertions(+)

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


[arch-commits] Commit in arm-none-eabi-binutils/trunk (2 files)

2015-11-02 Thread Anatol Pomozov
Date: Tuesday, November 3, 2015 @ 06:57:17
  Author: anatolik
Revision: 145720

FS#46951 backport Cortex-M7 patch from upstream

Added:
  arm-none-eabi-binutils/trunk/cortex_m7_support.patch
Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

-+
 PKGBUILD|7 
 cortex_m7_support.patch |  808 ++
 2 files changed, 812 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 05:56:25 UTC (rev 145719)
+++ PKGBUILD2015-11-03 05:57:17 UTC (rev 145720)
@@ -5,7 +5,7 @@
 _target=arm-none-eabi
 pkgname=$_target-binutils
 pkgver=2.25.1
-pkgrel=1
+pkgrel=2
 _commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -13,10 +13,11 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}
-
#binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25
+cortex_m7_support.patch
 enable_link_arm_no_attributes.patch)
 sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd'
   'SKIP'
+  'a4486f87d00435b181922bd1a64e15e576abf1e8'
   'c88cc0ed5f884332fa76b733fb47a26f307bde0f')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 
@@ -24,7 +25,7 @@
   cd binutils-$pkgver
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
   patch -p1 < ../enable_link_arm_no_attributes.patch # FS#43794
-  #patch -p1 < ../binutils-$pkgver-roundup-$_commit.patch
+  patch -p1 < ../cortex_m7_support.patch # FS#46951
 }
 
 build() {

Added: cortex_m7_support.patch
===
--- cortex_m7_support.patch (rev 0)
+++ cortex_m7_support.patch 2015-11-03 05:57:17 UTC (rev 145720)
@@ -0,0 +1,808 @@
+commit a715796ba188e7ca9eac6e613439b63fe50a677d
+Author: Terry Guo 
+Date:   Fri Nov 21 11:31:37 2014 +0800
+
+Support ARM Cortex-M7
+
+include/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * opcode/arm.h (FPU_VFP_EXT_ARMV8xD): New macro.
+   (FPU_VFP_V5D16): Likewise.
+   (FPU_VFP_V5_SP_D16): Likewise.
+   (FPU_ARCH_VFP_V5D16): Likewise.
+   (FPU_ARCH_VFP_V5_SP_D16): Likewise.
+
+bfd/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5.
+
+binutils/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
+
+gas/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * config/tc-arm.c (fpu_vfp_ext_armv8xd): New.
+   (arm_cpus): Support cortex-m7.
+   (arm_fpus): Support fpv5-sp-d16 and fpv5-d16.
+   (do_vfp_nsyn_cvt_fpv8): Generate error when use D register for S
+   register only target like FPv5-SP-D16.
+   (do_neon_cvttb_1): Likewise.
+   (do_vfp_nsyn_fpv8): Likewise.
+   (do_vrint_1): Likewise.
+   (aeabi_set_public_attributes): Set proper FP arch for FPv5.
+   * doc/c-arm.texi: Document new cpu and fpu names for cortex-m7.
+
+gas/testsuite/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * gas/arm/armv7e-m+fpv5-d16.s: New.
+   * gas/arm/armv7e-m+fpv5-d16.d: Likewise.
+   * gas/arm/armv7e-m+fpv5-sp-d16.s: Likewise.
+   * gas/arm/armv7e-m+fpv5-sp-d16.d: Likewise.
+
+ld/testsuite/ChangeLog:
+2014-11-21  Terry Guo  
+
+   * ld-arm/attr-merge-vfp-4-sp.s: New test source file.
+   * ld-arm/attr-merge-vfp-5-sp.s: Likewise.
+   * ld-arm/attr-merge-vfp-5.s: Likewise.
+   * ld-arm/attr-merge-vfp-8.d: New test.
+   * ld-arm/attr-merge-vfp-8r.d: Likewise.
+   * ld-arm/attr-merge-vfp-9.d: Likewise.
+   * ld-arm/attr-merge-vfp-9r.d: Likewise.
+   * ld-arm/attr-merge-vfp-10.d: Likewise.
+   * ld-arm/attr-merge-vfp-10r.d: Likewise.
+   * ld-arm/attr-merge-vfp-11.d: Likewise.
+   * ld-arm/attr-merge-vfp-11r.d: Likewise.
+   * ld-arm/attr-merge-vfp-12.d: Likewise.
+   * ld-arm/attr-merge-vfp-12r.d: Likewise.
+   * ld-arm/attr-merge-vfp-13.d: Likewise.
+   * ld-arm/attr-merge-vfp-13r.d: Likewise.
+   * ld-arm/attr-merge-vfp-14.d: Likewise.
+   * ld-arm/attr-merge-vfp-14r.d: Likewise.
+   * ld-arm/arm-elf.exp: Run the new tests.
+
+diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
+index 95f59d5..1ff562c 100644
+--- a/bfd/elf32-arm.c
 b/bfd/elf32-arm.c
+@@ -11955,7 +11955,7 @@ elf32_arm_merge_eabi_attributes (bfd *ibfd, bfd *obfd)
+when it's 0.  It might mean absence of FP hardware if
+Tag_FP_arch is zero, otherwise it is effectively SP + DP.  */
+ 
+-#define VFP_VERSION_COUNT 8
++#define VFP_VERSION_COUNT 9
+ static co

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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:56:25
  Author: fyan
Revision: 145719

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

Added:
  python-zope-hookable/repos/community-i686/
  python-zope-hookable/repos/community-i686/PKGBUILD
(from rev 145718, python-zope-hookable/trunk/PKGBUILD)
  python-zope-hookable/repos/community-x86_64/
  python-zope-hookable/repos/community-x86_64/PKGBUILD
(from rev 145718, python-zope-hookable/trunk/PKGBUILD)

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

Copied: python-zope-hookable/repos/community-i686/PKGBUILD (from rev 145718, 
python-zope-hookable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-hookable/repos/community-x86_64/PKGBUILD (from rev 145718, 
python-zope-hookable/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 05:56:25 UTC (rev 145719)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:55:54
  Author: fyan
Revision: 145718

addpkg: python-zope-hookable 4.0.4-1

Added:
  python-zope-hookable/
  python-zope-hookable/repos/
  python-zope-hookable/trunk/
  python-zope-hookable/trunk/PKGBUILD

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

Added: python-zope-hookable/trunk/PKGBUILD
===
--- python-zope-hookable/trunk/PKGBUILD (rev 0)
+++ python-zope-hookable/trunk/PKGBUILD 2015-11-03 05:55:54 UTC (rev 145718)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="Represents the core of the Zope hookable Architecture"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.hookable";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.hookable.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.hookable{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.hookable"
+  python setup.py build
+
+  cd "$srcdir/zope.hookable-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.hookable"
+  nosetests3
+
+  cd "$srcdir/zope.hookable-py2"
+  nosetests2
+}
+
+package_python-zope-hookable() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-hookable() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.hookable"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:51
  Author: fyan
Revision: 145717

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

Added:
  python-persistent/repos/community-i686/
  python-persistent/repos/community-i686/PKGBUILD
(from rev 145716, python-persistent/trunk/PKGBUILD)
  python-persistent/repos/community-x86_64/
  python-persistent/repos/community-x86_64/PKGBUILD
(from rev 145716, python-persistent/trunk/PKGBUILD)

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

Copied: python-persistent/repos/community-i686/PKGBUILD (from rev 145716, 
python-persistent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 05:39:51 UTC (rev 145717)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: python-persistent/repos/community-x86_64/PKGBUILD (from rev 145716, 
python-persistent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 05:39:51 UTC (rev 145717)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:09
  Author: fyan
Revision: 145715

addpkg: python-persistent 4.1.1-1

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

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

Added: python-persistent/trunk/PKGBUILD
===
--- python-persistent/trunk/PKGBUILD(rev 0)
+++ python-persistent/trunk/PKGBUILD2015-11-03 05:39:09 UTC (rev 145715)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Translucent persistent objects"
+arch=('i686' 'x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/persistent.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a persistent{,-py2}
+}
+
+build() {
+  cd "$srcdir/persistent"
+  python setup.py build
+
+  cd "$srcdir/persistent-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/persistent"
+  nosetests3
+
+  cd "$srcdir/persistent-py2"
+  nosetests2
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:39:22
  Author: fyan
Revision: 145716

upgpkg: python-persistent 4.1.1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 05:39:09 UTC (rev 145715)
+++ PKGBUILD2015-11-03 05:39:22 UTC (rev 145716)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 
 pkgbase=python-persistent


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:14:04
  Author: fyan
Revision: 145714

archrelease: copy trunk to community-any

Added:
  python-acme/repos/community-any/
  python-acme/repos/community-any/PKGBUILD
(from rev 145713, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-any/PKGBUILD (from rev 145713, 
python-acme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 05:14:04 UTC (rev 145714)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151030
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 06:13:43
  Author: fyan
Revision: 145713

addpkg: python-acme 0.0.0.dev20151030-1

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

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

Added: python-acme/trunk/PKGBUILD
===
--- python-acme/trunk/PKGBUILD  (rev 0)
+++ python-acme/trunk/PKGBUILD  2015-11-03 05:13:43 UTC (rev 145713)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151030
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:19
  Author: fyan
Revision: 145711

upgpkg: python-pymongo 3.1-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
+++ PKGBUILD2015-11-03 04:01:19 UTC (rev 145711)
@@ -6,8 +6,8 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.3
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
 license=('APACHE')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
+sha256sums=('fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:57
  Author: fyan
Revision: 145712

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 04:01:19 UTC (rev 145711)
+++ community-i686/PKGBUILD 2015-11-03 04:01:57 UTC (rev 145712)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/pymongo-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pymongo2-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  _mongod_run() {
-MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
-  $port = 5;
-  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
-  print $port')
-echo "Picked port $MONGO_TMP_PORT to run tests with."
-
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-DB_PORT=$MONGO_TMP_PORT "$@"
-kill $(cat "$srcdir/mongo_tmp.pid")
-  }
-
-  cd "$srcdir/pymongo-$pkgver"
-  _mongod_run python setup.py test
-
-  cd "$srcdir/pymongo2-$pkgver"
-  _mongod_run python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 145711, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 04:01:57 UTC (rev 145712)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.1
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
+sha256sums=('fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir/pymongo-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pymongo2-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  _mongod_run() {
+MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
+  $port = 5;
+  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
+  print $port')
+echo "Picked port $MONGO_TMP_PORT to run tests with."
+
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
+ --nohttpinterface

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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:01:03
  Author: fyan
Revision: 145710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 04:00:41 UTC (rev 145709)
+++ PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.3
-pkgrel=2
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="http://github.com/andymccurdy/redis-py";
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
-md5sums=('7619221ad0cbd124a5687458ea3f5289')
-
-prepare() {
-  cp -a ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_basename}-${pkgver}
-  python setup.py build
-
-  cd ../${_basename}-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 145709, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 04:01:03 UTC (rev 145710)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.5
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="http://github.com/andymccurdy/redis-py";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'redis')
+source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
+md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
+
+prepare() {
+  cp -a ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_basename}-${pkgver}
+  python setup.py build
+
+  cd ../${_basename}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  _run() {
+rm -f "$srcdir/redis.pid"
+redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
+"$@"
+kill $(cat "$srcdir/redis.pid")
+sleep 1 # :/
+  }
+
+  cd ${_basename}-${pkgver}
+  _run py.test
+
+  cd ../${_basename}-${pkgver}-py2
+  _run py.test2
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd ${_basename}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd ${_basename}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 05:00:41
  Author: fyan
Revision: 145709

upgpkg: python-redis 2.10.5-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
+++ PKGBUILD2015-11-03 04:00:41 UTC (rev 145709)
@@ -6,15 +6,16 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.3
-pkgrel=2
+pkgver=2.10.5
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
 url="http://github.com/andymccurdy/redis-py";
 license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'redis')
 
source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
-md5sums=('7619221ad0cbd124a5687458ea3f5289')
+md5sums=('3b26c2b9703b4b56b30a1ad508e31083')
 
 prepare() {
   cp -a ${_basename}-${pkgver}{,-py2}
@@ -28,6 +29,22 @@
   python2 setup.py build
 }
 
+check() {
+  _run() {
+rm -f "$srcdir/redis.pid"
+redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
+"$@"
+kill $(cat "$srcdir/redis.pid")
+sleep 1 # :/
+  }
+
+  cd ${_basename}-${pkgver}
+  _run py.test
+
+  cd ../${_basename}-${pkgver}-py2
+  _run py.test2
+}
+
 package_python-redis() {
   depends=('python')
 


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:55:03
  Author: fyan
Revision: 145708

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 03:54:42 UTC (rev 145707)
+++ PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=1.15.3
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/";
-license=('LGPL')
-arch=('any')
-makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
-source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz";)
-md5sums=('c959088669f8d951585aa6abc25c8ef6')
-
-prepare() {
-  cp -a paramiko-$pkgver{,-py2}
-
-  find paramiko-$pkgver-py2 -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,'
-}
-
-check() {
-  cd "$srcdir/paramiko-$pkgver"
-  LANG=en_US.UTF-8 python test.py
-
-  cd "$srcdir/paramiko-$pkgver-py2"
-  LANG=en_US.UTF-8 python2 test.py
-}
-
-package_python-paramiko() {
-  depends=('python-crypto' 'python-ecdsa')
-  cd "$srcdir/paramiko-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-crypto' 'python2-ecdsa')
-  cd "$srcdir/paramiko-$pkgver-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 145707, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 03:55:03 UTC (rev 145708)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=1.15.4
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/";
+license=('LGPL')
+arch=('any')
+makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
+source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz";)
+md5sums=('baf46a6bc789c177f52988bf12a57a6f')
+
+prepare() {
+  cp -a paramiko-$pkgver{,-py2}
+
+  find paramiko-$pkgver-py2 -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,'
+}
+
+check() {
+  cd "$srcdir/paramiko-$pkgver"
+  LANG=en_US.UTF-8 python test.py
+
+  cd "$srcdir/paramiko-$pkgver-py2"
+  LANG=en_US.UTF-8 python2 test.py
+}
+
+package_python-paramiko() {
+  depends=('python-crypto' 'python-ecdsa')
+  cd "$srcdir/paramiko-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-crypto' 'python2-ecdsa')
+  cd "$srcdir/paramiko-$pkgver-py2"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:54:42
  Author: fyan
Revision: 145707

upgpkg: python-paramiko 1.15.4-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 03:52:51 UTC (rev 145706)
+++ PKGBUILD2015-11-03 03:54:42 UTC (rev 145707)
@@ -6,7 +6,7 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=1.15.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/";
@@ -14,7 +14,7 @@
 arch=('any')
 makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
 
source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz";)
-md5sums=('c959088669f8d951585aa6abc25c8ef6')
+md5sums=('baf46a6bc789c177f52988bf12a57a6f')
 
 prepare() {
   cp -a paramiko-$pkgver{,-py2}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:52:51
  Author: fyan
Revision: 145706

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

Added:
  libdsme/repos/community-i686/
  libdsme/repos/community-i686/PKGBUILD
(from rev 145705, libdsme/trunk/PKGBUILD)
  libdsme/repos/community-x86_64/
  libdsme/repos/community-x86_64/PKGBUILD
(from rev 145705, libdsme/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libdsme/repos/community-i686/PKGBUILD (from rev 145705, 
libdsme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme";
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}

Copied: libdsme/repos/community-x86_64/PKGBUILD (from rev 145705, 
libdsme/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 03:52:51 UTC (rev 145706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme";
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 04:52:18
  Author: fyan
Revision: 145705

addpkg: libdsme 0.64.1-1

Added:
  libdsme/
  libdsme/repos/
  libdsme/trunk/
  libdsme/trunk/PKGBUILD

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

Added: libdsme/trunk/PKGBUILD
===
--- libdsme/trunk/PKGBUILD  (rev 0)
+++ libdsme/trunk/PKGBUILD  2015-11-03 03:52:18 UTC (rev 145705)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libdsme
+pkgver=0.64.1
+pkgrel=1
+pkgdesc="DSME dsmesock dynamic library"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libdsme";
+license=('LGPL')
+depends=('glib2')
+makedepends=('git' 'check')
+source=("git+https://git.merproject.org/mer-core/libdsme.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd libdsme
+  ./verify_version
+  make
+}
+
+package() {
+  cd libdsme
+  make DESTDIR="${pkgdir}" install_main install_devel
+
+  # Fix symlinks
+  for name in libdsme libdsme_dbus_if libthermalmanager_dbus_if; do
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so.0
+ln -sf $name.so.0.3.0 "$pkgdir"/usr/lib/$name.so
+  done
+}


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


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

2015-11-02 Thread Dave Reisner
Date: Tuesday, November 3, 2015 @ 03:16:50
  Author: dreisner
Revision: 250039

upgpkg: util-linux 2.27.1-1

Modified:
  util-linux/trunk/PKGBUILD
Deleted:
  util-linux/trunk/0001-libmount-monitor-don-t-check-for-regular-mtab.patch

--+
 0001-libmount-monitor-don-t-check-for-regular-mtab.patch |   45 -
 PKGBUILD |   16 +---
 2 files changed, 4 insertions(+), 57 deletions(-)

Deleted: 0001-libmount-monitor-don-t-check-for-regular-mtab.patch
===
--- 0001-libmount-monitor-don-t-check-for-regular-mtab.patch2015-11-02 
22:34:54 UTC (rev 250038)
+++ 0001-libmount-monitor-don-t-check-for-regular-mtab.patch2015-11-03 
02:16:50 UTC (rev 250039)
@@ -1,45 +0,0 @@
-From 02501746545ef729cefed28b5feb0b4e59c3d34f Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Fri, 11 Sep 2015 11:19:30 +0200
-Subject: [PATCH] libmount: (monitor) don't check for regular mtab
-
-The monitor supports utab only (as documented). It's application
-responsibility to use libmount in the right way. It's overkill to
-check for valid environment during monitor initialization.
-
-For example systemd checks for regular mtab during boot, it's better
-than try to be smart later in libmount monitor when system is already
-running.
-
-Signed-off-by: Karel Zak 

- libmount/src/monitor.c | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c
-index cc3854e..ca9e02c 100644
 a/libmount/src/monitor.c
-+++ b/libmount/src/monitor.c
-@@ -220,7 +220,7 @@ static int userspace_add_watch(struct monitor_entry *me, 
int *final, int *fd)
-   assert(me->path);
- 
-   /*
--   * libmount uses rename(2) to atomically update utab/mtab, monitor
-+   * libmount uses rename(2) to atomically update utab, monitor
-* rename changes is too tricky. It seems better to monitor utab
-* lockfile close.
-*/
-@@ -399,10 +399,6 @@ int mnt_monitor_enable_userspace(struct libmnt_monitor 
*mn, int enable, const ch
- 
-   DBG(MONITOR, ul_debugobj(mn, "allocate new userspace monitor"));
- 
--  /* create a new entry */
--  if (mnt_has_regular_mtab(NULL, NULL))
--  return -ENOSYS;
--
-   if (!filename)
-   filename = mnt_get_utab_path(); /* /run/mount/utab */
-   if (!filename) {
--- 
-2.5.3
-

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 22:34:54 UTC (rev 250038)
+++ PKGBUILD2015-11-03 02:16:50 UTC (rev 250039)
@@ -5,8 +5,8 @@
 
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
-pkgver=2.27
-pkgrel=6
+pkgver=2.27.1
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="https://www.kernel.org/pub/linux/utils/util-linux/";
 arch=('i686' 'x86_64')
@@ -14,22 +14,14 @@
 license=('GPL2')
 options=('strip' 'debug')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
-source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.27/$pkgbase-$pkgver.tar."{xz,sign}
-"0001-libmount-monitor-don-t-check-for-regular-mtab.patch"
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v${pkgver%.?}/$pkgbase-$pkgver.tar."{xz,sign}
 pam-{login,common,su})
-md5sums=('5b06bbda9309624ee7add15bc8d8ca22'
+md5sums=('3cd2698d1363a2c64091c2dadc974647'
  'SKIP'
- 'f9e06605db9107b9c4bb1c48059fe18e'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'
  'fa85e5cce5d723275b14365ba71a8aad')
 
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  patch -Np1 <../0001-libmount-monitor-don-t-check-for-regular-mtab.patch
-}
-
 build() {
   cd "$pkgbase-$pkgver"
 


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

2015-11-02 Thread Dave Reisner
Date: Tuesday, November 3, 2015 @ 03:17:20
  Author: dreisner
Revision: 250040

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 250039, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 250039, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 250039, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 250039, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 250039, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 250039, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 250039, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 250039, util-linux/trunk/pam-su)

---+
 testing-i686/PKGBUILD |   90 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 +++
 testing-i686/pam-su   |9 
 testing-x86_64/PKGBUILD   |   90 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 +++
 testing-x86_64/pam-su |9 
 8 files changed, 224 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 250039, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 02:17:20 UTC (rev 250040)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+pkgver=2.27.1
+pkgrel=1
+pkgdesc="Miscellaneous system utilities for Linux"
+url="https://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python')
+license=('GPL2')
+options=('strip' 'debug')
+validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v${pkgver%.?}/$pkgbase-$pkgver.tar."{xz,sign}
+pam-{login,common,su})
+md5sums=('3cd2698d1363a2c64091c2dadc974647'
+ 'SKIP'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-libmount-force-mountinfo \
+  --with-python=3
+
+  make
+}
+
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject' 'zramctl')
+  provides=("util-linux-ng=$pkgver" 'eject' 'zramctl')
+  replaces=('zramctl')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  groups=('base' 'base-devel')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd "$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # setuid chfn and chsh
+  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
+  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
+  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su"
+  install -m644 "$srcdir/pam-su" "$pkgdir/etc/pam.d/su-l"
+
+  # TODO(dreisner): offer this upstream?
+  sed -i '/ListenStream/ aRuntimeDirectory=uuidd' 
"$pkgdir/usr/lib/systemd/system/uuidd.socket"
+
+  # adjust for usrmove
+  # TODO(dreisner): fix configure.ac upstream so that this isn't needed
+  cd "$pkgdir"
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+
+  ### runtime libs are shipped as part of libutil-linux
+  rm "$pkgdir"/usr/lib/lib*.{a,so}*
+}
+
+package_libutil-linux() {
+  pkgdesc="util-linux runtime libraries"
+  provides=('libblkid.so' 'libfdisk.so' 'libmount.so' 'libsmartcols.so' 
'libuuid.so')
+
+  make -C "$pkgbase-$pkgver" DESTDIR="$pkgdir" install-usrlib_execLTLIBRARIES
+}

Copied: util-linux/repos/testing-i686/pam-common (from rev 250039, 
util-linux/trunk/pam-common)
===
--- testing-i686/pam-common (rev 0)
+++ testing-i686/pam-common 2015-11-03 02:17:20 UTC (rev 250040)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth   sufficient  pam_rootok.so
+auth   required 

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

2015-11-02 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 01:51:17
  Author: anthraxx
Revision: 145704

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

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

+
 /PKGBUILD  |   86 +++
 /cjdns.install |   52 +++
 community-i686/PKGBUILD|   43 ---
 community-i686/cjdns.install   |   26 ---
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/cjdns.install |   26 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 00:51:08 UTC (rev 145703)
+++ community-i686/PKGBUILD 2015-11-03 00:51:17 UTC (rev 145704)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kevin MacMartin 
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=17
-pkgrel=1
-pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-makedepends=('nodejs' 'python2')
-install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('1f5c2ecf2182c666fb6f62452e2cf70f03158987e9fdebcbb26b67836707eec7ef43849d25058ced159f701598bd506b63170ddfb545e4a3698ce87805d9630a')
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  bash 'do'
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute "${pkgdir}/usr/bin/cjdroute"
-  install -Dm 644 contrib/systemd/${pkgname}.service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm 644 doc/man/cjdroute.conf.5 
"${pkgdir}/usr/share/man/man5/cjdroute.conf.5"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-i686/PKGBUILD (from rev 145703, 
cjdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 00:51:17 UTC (rev 145704)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Kevin MacMartin 
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=17.1
+pkgrel=1
+pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+makedepends=('nodejs' 'python2')
+install=cjdns.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('aac6fc6d18bfd35d81a1cb4d1a72e7d8ed3aca8546780abec4994daf913d520956f917b9dd7ee3b93fc37504830a6cebf56a80976f74a4f576b35ab4de0ad3b7')
+
+build() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  bash 'do'
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-v${pkgver}
+  install -Dm 755 cjdroute "${pkgdir}/usr/bin/cjdroute"
+  install -Dm 644 contrib/systemd/${pkgname}.service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+  install -Dm 644 doc/man/cjdroute.conf.5 
"${pkgdir}/usr/share/man/man5/cjdroute.conf.5"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
+doc/admin-api.md \
+doc/configure.md \
+doc/djc_layer_model.md \
+doc/nat-gateway.md \
+doc/network-services.md \
+doc/non-root-user.md \
+doc/security_specification.md \
+doc/shorewall_and_vpn_gateway_howto.md \
+doc/tunnel.md
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cjdns.install
===
--- community-i686/cjdns.install2015-11-03 00:51:08 UTC (rev 145703)
+++ community-i686/cjdns.install2015-11-03 00:51:17 UTC (rev 145704)
@@ -1,26 +0,0 @@
-post_install() {
-  local config_file="cjdroute.conf"

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

2015-11-02 Thread Levente Polyak
Date: Tuesday, November 3, 2015 @ 01:51:08
  Author: anthraxx
Revision: 145703

upgpkg: cjdns 17.1-1

upgpkg: cjdns 17.1-1

Modified:
  cjdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 21:37:24 UTC (rev 145702)
+++ PKGBUILD2015-11-03 00:51:08 UTC (rev 145703)
@@ -5,7 +5,7 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=17
+pkgver=17.1
 pkgrel=1
 pkgdesc='A routing engine designed for security, scalability, speed and ease 
of use'
 url='https://github.com/cjdelisle/cjdns'
@@ -15,7 +15,7 @@
 makedepends=('nodejs' 'python2')
 install=cjdns.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
-sha512sums=('1f5c2ecf2182c666fb6f62452e2cf70f03158987e9fdebcbb26b67836707eec7ef43849d25058ced159f701598bd506b63170ddfb545e4a3698ce87805d9630a')
+sha512sums=('aac6fc6d18bfd35d81a1cb4d1a72e7d8ed3aca8546780abec4994daf913d520956f917b9dd7ee3b93fc37504830a6cebf56a80976f74a4f576b35ab4de0ad3b7')
 
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 23:34:54
  Author: arojas
Revision: 250038

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 22:34:09 UTC (rev 250037)
+++ extra-i686/PKGBUILD 2015-11-02 22:34:54 UTC (rev 250038)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: PedsXing 
-
-pkgname=vc
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz";)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-#check() {
-#  cd build
-#  make test
-#}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vc/repos/extra-i686/PKGBUILD (from rev 250037, vc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 22:34:54 UTC (rev 250038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: PedsXing 
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz";)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-02 22:34:09 UTC (rev 250037)
+++ extra-x86_64/PKGBUILD   2015-11-02 22:34:54 UTC (rev 250038)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: PedsXing 
-
-pkgname=vc
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz";)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-#check() {
-#  cd build
-#  make test
-#}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 250037, vc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-02 22:34:54 UTC (rev 250038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: PedsXing 
+
+pkgname=vc
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz";)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-02 Thread Antonio Rojas
Date: Monday, November 2, 2015 @ 23:34:09
  Author: arojas
Revision: 250037

Update to 0.7.5

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 22:29:59 UTC (rev 250036)
+++ PKGBUILD2015-11-02 22:34:09 UTC (rev 250037)
@@ -1,37 +1,37 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer:
+# Contributor: Andrea Scarpino 
 # Contributor: PedsXing 
 
 pkgname=vc
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="A library to ease explicit vectorization of C++ code"
 url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz";)
-md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
+arch=(x86_64 i686)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/0.7.5/Vc-$pkgver.tar.gz";)
+md5sums=('59854e2381b78d602b4a00e459e3d333')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../Vc-${pkgver} \
+  cmake ../Vc-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
 }
 
-#check() {
-#  cd build
-#  make test
-#}
+check() {
+  cd build
+  make test
+}
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 23:29:59
  Author: alucryd
Revision: 250036

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

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

---+
 /PKGBUILD |  176 
 extra-i686/PKGBUILD   |   86 ---
 extra-x86_64/PKGBUILD |   86 ---
 3 files changed, 176 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 22:29:02 UTC (rev 250035)
+++ extra-i686/PKGBUILD 2015-11-02 22:29:59 UTC (rev 250036)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Maxime Gauduin 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.8.1
-pkgrel=2
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
-  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
-  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
-)
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('63b2cfeea930e942ff7579fd0064c5be'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 250035, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 22:29:59 UTC (rev 250036)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Maxime Gauduin 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.1
+pkgrel=3
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
+  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
+  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
+  'libx265.so'
+)
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('63b2cfeea930e942ff7579fd0064c5be'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--dis

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

2015-11-02 Thread Maxime Gauduin
Date: Monday, November 2, 2015 @ 23:29:02
  Author: alucryd
Revision: 250035

upgpkg: ffmpeg 1:2.8.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 20:43:43 UTC (rev 250034)
+++ PKGBUILD2015-11-02 22:29:02 UTC (rev 250035)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -18,7 +18,8 @@
   'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
   'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
   'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so'
+  'libx265.so'
 )
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
@@ -64,6 +65,7 @@
 --enable-libssh \
 --enable-libtheora \
 --enable-libv4l2 \
+--enable-libvidstab \
 --enable-libvorbis \
 --enable-libvpx \
 --enable-libwebp \


[arch-commits] Commit in linux-tools/repos (32 files)

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 22:37:24
  Author: seblu
Revision: 145702

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 145701, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 145701, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 145701, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 145701, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 145701, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 145701, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 145701, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 145701, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 145701, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 145701, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 145701, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 145701, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 145701, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 145701, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 145701, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 145701, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  458 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  233 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 712 insertions(+), 720 deletions(-)

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


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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 22:30:53
  Author: seblu
Revision: 145701

upgpkg: linux-tools 4.3-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:33:50 UTC (rev 145700)
+++ PKGBUILD2015-11-02 21:30:53 UTC (rev 145701)
@@ -13,15 +13,16 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.2
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
 options=('!strip')
+makedepends=('git')
 # split packages need all package dependencies set manually in makedepends
 # kernel source deps
-makedepends=('asciidoc' 'xmlto')
+makedepends+=('asciidoc' 'xmlto')
 # perf deps
 makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
 # cpupower deps
@@ -31,10 +32,7 @@
 # tmon deps
 makedepends+=('ncurses')
 groups=("$pkgbase")
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
-source=("http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-$pkgver.tar"{.xz,.sign}
-
#"http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.3"{.xz,.sign}
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver"
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -41,15 +39,13 @@
 'usbipd.service'
 '02-archlinux-paths.patch'
 '04-fix-usip-h-path.patch')
-# http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
-'SKIP'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
-'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'91f7d91d4270f207102c469c575dd176c3be7897d78d26057d047db164eaf9ca'
-'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
+md5sums=('SKIP'
+ '56883c159381ba89e50ab8ea65efec77'
+ '7e0710c2f31c1eb1e1417a7972e676b1'
+ '2450e8ff41b30eb58d43b5fffbfde1f4'
+ 'bb35634f480325a78b943f7e10165e86'
+ '1bc4f8c7a21a30e1a873d07e69fb698b'
+ 'a73ea3ea6d9c9ecb1cc910871eead3ff')
 
 prepare() {
   local _patch
@@ -56,18 +52,18 @@
   for _patch in patch-$pkgver.? *.patch; do
 [[ -e "$_patch" ]] || continue
 msg2 "Applying $_patch"
-patch -N -p1 -d linux-$pkgver < "$_patch"
+patch -N -p1 -d linux < "$_patch"
   done
 }
 
 build() {
   msg2 'libtraceevent'
-  pushd linux-$pkgver/tools/lib/traceevent
+  pushd linux/tools/lib/traceevent
   make
   popd
 
   msg2 'perf'
-  pushd linux-$pkgver/tools/perf
+  pushd linux/tools/perf
   make \
 WERROR=0 \
 DESTDIR="$pkgdir/usr" \
@@ -79,7 +75,7 @@
   popd
 
   msg2 'cpupower'
-  pushd linux-$pkgver/tools/power/cpupower
+  pushd linux/tools/power/cpupower
   # we cannot use --as-needed
   #LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"}
   make VERSION=$pkgver-$pkgrel
@@ -86,12 +82,12 @@
   popd
 
   msg2 'x86_energy_perf_policy'
-  pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
+  pushd linux/tools/power/x86/x86_energy_perf_policy
   make
   popd
 
   msg2 'usbip'
-  pushd linux-$pkgver/tools/usb/usbip
+  pushd linux/tools/usb/usbip
   ./autogen.sh
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
@@ -98,17 +94,17 @@
   popd
 
   msg2 'tmon'
-  pushd linux-$pkgver/tools/thermal/tmon
+  pushd linux/tools/thermal/tmon
   make
   popd
 
   msg2 'cgroup_event_listener'
-  pushd linux-$pkgver/tools/cgroup
+  pushd linux/tools/cgroup
   make
   popd
 
   msg2 'turbostat'
-  pushd linux-$pkgver/tools/power/x86/turbostat
+  pushd linux/tools/power/x86/turbostat
   make
   popd
 }
@@ -135,7 +131,7 @@
   pkgdesc='Linux kernel trace event library'
   depends=('glibc')
 
-  cd linux-$pkgver/tools/lib/traceevent
+  cd linux/tools/lib/traceevent
   install -dm 755 "$pkgdir/usr/lib"
   install -m 644 libtraceevent.so "$pkgdir/usr/lib"
 }
@@ -146,7 +142,7 @@
'numactl' 'audit')
   optdepends=('gtk2: support GTK2 browser for perf report')
 
-  cd linux-$pkgver/tools/perf
+  cd linux/tools/perf
   make \
 WERROR=0 \
 DESTDIR="$pkgdir/usr" \
@@ -169,7 +165,7 @@
   replaces=('cpufrequtils')
   install=cpupower.install
 
-  pushd linux-$pkgver/tools/power/cpupower
+  pushd linux/tools/power/cpupower
   make \
 DESTDIR="$pkgdir" \
 sbindir='/usr/bin' \
@@ -187,7 +183,7 @@
   pkgdesc='Read or write MSR_IA32_ENERGY_PERF_BIAS'
   depends=('glibc')
 
-  cd linux-$pkgver/tools/power/x86/x86_energy_perf_policy
+  cd

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

2015-11-02 Thread Bartłomiej Piotrowski
Date: Monday, November 2, 2015 @ 21:43:43
  Author: bpiotrowski
Revision: 250034

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 250033, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 250033, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 250033, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 250033, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 250033, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 250033, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 250033, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 250033, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 250033, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 250033, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 250033, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 250033, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 250033, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 250033, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 250033, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-11-02 20:43:43 UTC (rev 250034)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 250033, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-02 20:43:43 UTC (rev 250034)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.133
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/";
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('627878b02c64370258eb9b73b4bf543169ddb0b2'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+}
+
+build() {
+  CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 
--with-default-locking-dir=/run/lock/lvm \
+  --ena

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

2015-11-02 Thread Bartłomiej Piotrowski
Date: Monday, November 2, 2015 @ 21:43:03
  Author: bpiotrowski
Revision: 250033

upgpkg: lvm2 2.02.133-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:37:10 UTC (rev 250032)
+++ PKGBUILD2015-11-02 20:43:03 UTC (rev 250033)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.132
+pkgver=2.02.133
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/";
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('45a486e2aba07fa50fd663d0c550ba9a136aead2'
+sha1sums=('627878b02c64370258eb9b73b4bf543169ddb0b2'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:37:10
  Author: seblu
Revision: 250032

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 250031, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep.install
(from rev 250031, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 250031, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep.install
(from rev 250031, grep/trunk/grep.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/grep.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/grep.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 250031, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.22
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 250031, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 250031, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.22
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 250031, 
grep/trunk/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in grep/trunk (CVE-2015-1345.patch PKGBUILD)

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:35:11
  Author: seblu
Revision: 250031

upgpkg: grep 2.22-1

Modified:
  grep/trunk/PKGBUILD
Deleted:
  grep/trunk/CVE-2015-1345.patch

-+
 CVE-2015-1345.patch |   58 --
 PKGBUILD|   18 ---
 2 files changed, 5 insertions(+), 71 deletions(-)

Deleted: CVE-2015-1345.patch
===
--- CVE-2015-1345.patch 2015-11-02 19:33:25 UTC (rev 250030)
+++ CVE-2015-1345.patch 2015-11-02 19:35:11 UTC (rev 250031)
@@ -1,58 +0,0 @@
-From 83a95bd8c8561875b948cadd417c653dbe7ef2e2 Mon Sep 17 00:00:00 2001
-From: Yuliy Pisetsky 
-Date: Thu, 01 Jan 2015 23:36:55 +
-Subject: grep -F: fix a heap buffer (read) overrun
-
-grep's read buffer is often filled to its full size, except when
-reading the final buffer of a file.  In that case, the number of
-bytes read may be far less than the size of the buffer.  However, for
-certain unusual pattern/text combinations, grep -F would mistakenly
-examine bytes in that uninitialized region of memory when searching
-for a match.  With carefully chosen inputs, one can cause grep -F to
-read beyond the end of that buffer altogether.  This problem arose via
-commit v2.18-90-g73893ff with the introduction of a more efficient
-heuristic using what is now the memchr_kwset function. The use of
-that function in bmexec_trans could leave TP much larger than EP,
-and the subsequent call to bm_delta2_search would mistakenly access
-beyond end of the main input read buffer.
-
-* src/kwset.c (bmexec_trans): When TP reaches or exceeds EP,
-do not call bm_delta2_search.
-* tests/kwset-abuse: New file.
-* tests/Makefile.am (TESTS): Add it.
-* THANKS.in: Update.
-* NEWS (Bug fixes): Mention it.
-
-Prior to this patch, this command would trigger a UMR:
-
-  printf %0360db 0 | valgrind src/grep -F $(printf %019dXb 0)
-
-  Use of uninitialised value of size 8
- at 0x4142BE: bmexec_trans (kwset.c:657)
- by 0x4143CA: bmexec (kwset.c:678)
- by 0x414973: kwsexec (kwset.c:848)
- by 0x414DC4: Fexecute (kwsearch.c:128)
- by 0x404E2E: grepbuf (grep.c:1238)
- by 0x4054BF: grep (grep.c:1417)
- by 0x405CEB: grepdesc (grep.c:1645)
- by 0x405EC1: grep_command_line_arg (grep.c:1692)
- by 0x4077D4: main (grep.c:2570)
-
-See the accompanying test for how to trigger the heap buffer overrun.
-
-Thanks to Nima Aghdaii for testing and finding numerous
-ways to break early iterations of this patch.

-diff --git a/src/kwset.c b/src/kwset.c
-index 4003c8d..376f7c3 100644
 a/src/kwset.c
-+++ b/src/kwset.c
-@@ -643,6 +643,8 @@ bmexec_trans (kwset_t kwset, char const *text, size_t size)
- if (! tp)
-   return -1;
- tp++;
-+if (ep <= tp)
-+  break;
-   }
-   }
-   }

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:33:25 UTC (rev 250030)
+++ PKGBUILD2015-11-02 19:35:11 UTC (rev 250031)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.21
-pkgrel=2
+pkgver=2.22
+pkgrel=1
 pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -15,18 +15,10 @@
 makedepends=('texinfo')
 install=$pkgname.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-'CVE-2015-1345.patch')
-md5sums=('43c48064d6409862b8a850db83c8038a'
- 'SKIP'
- 'f9c8e95efcc1bd52d4af42cb4bff03aa')
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
 
- prepare() {
-  cd $pkgname-$pkgver
-  # fix CVE-2015-1345
-  patch -Np1 < "${srcdir}/CVE-2015-1345.patch"
- }
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --without-included-regex


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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:25
  Author: seblu
Revision: 250030

db-move: moved openvpn from [testing] to [core] (i686, x86_64)

Added:
  
openvpn/repos/core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
(from rev 250029, 
openvpn/repos/testing-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
  openvpn/repos/core-i686/PKGBUILD
(from rev 250029, openvpn/repos/testing-i686/PKGBUILD)
  openvpn/repos/core-i686/openvpn.install
(from rev 250029, openvpn/repos/testing-i686/openvpn.install)
  openvpn/repos/core-i686/openvpn@.service
(from rev 250029, openvpn/repos/testing-i686/openvpn@.service)
  
openvpn/repos/core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
(from rev 250029, 
openvpn/repos/testing-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
  openvpn/repos/core-x86_64/PKGBUILD
(from rev 250029, openvpn/repos/testing-x86_64/PKGBUILD)
  openvpn/repos/core-x86_64/openvpn.install
(from rev 250029, openvpn/repos/testing-x86_64/openvpn.install)
  openvpn/repos/core-x86_64/openvpn@.service
(from rev 250029, openvpn/repos/testing-x86_64/openvpn@.service)
Deleted:
  openvpn/repos/core-i686/PKGBUILD
  openvpn/repos/core-i686/openvpn.install
  openvpn/repos/core-i686/openvpn@.service
  openvpn/repos/core-x86_64/PKGBUILD
  openvpn/repos/core-x86_64/openvpn.install
  openvpn/repos/core-x86_64/openvpn@.service
  openvpn/repos/testing-i686/
  openvpn/repos/testing-x86_64/

-+
 /PKGBUILD   |  
112 ++
 /openvpn.install|  
 16 +
 /openvpn@.service   |  
 20 +
 core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   |  
 88 +++
 core-i686/PKGBUILD  |  
 50 
 core-i686/openvpn.install   |  
  8 
 core-i686/openvpn@.service  |  
 10 
 core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch |  
 88 +++
 core-x86_64/PKGBUILD|  
 50 
 core-x86_64/openvpn.install |  
  8 
 core-x86_64/openvpn@.service|  
 10 
 11 files changed, 324 insertions(+), 136 deletions(-)

Copied: 
openvpn/repos/core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
 (from rev 250029, 
openvpn/repos/testing-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
===
--- core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
(rev 0)
+++ core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
2015-11-02 19:33:25 UTC (rev 250030)
@@ -0,0 +1,88 @@
+From 62b1b34a1230885a37e6108d1c988aff56350c2c Mon Sep 17 00:00:00 2001
+From: David Sommerseth 
+Date: Tue, 13 Oct 2015 11:57:59 +0200
+Subject: [PATCH] Fix systemd errors when openvpn is started when there is no
+ tty available
+
+It was discovered that starting openvpn during boot on systemd enabled
+systems after commit b131c7b974d9d4d did not work as expected.  This is
+due to that there is no tty available at that point.
+
+This patch adds an extra check considering if systemd is available or not.
+
+Trac: #618
+Reported-by: Ismail Donmez 
+Signed-off-by: David Sommerseth 
+---
+ src/openvpn/console.c | 11 +++
+ src/openvpn/console.h |  3 +++
+ src/openvpn/misc.c|  2 +-
+ 3 files changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/src/openvpn/console.c b/src/openvpn/console.c
+index d66d408..b0fa417 100644
+--- a/src/openvpn/console.c
 b/src/openvpn/console.c
+@@ -138,15 +138,14 @@ close_tty (FILE *fp)
+ 
+ #endif
+ 
+-#ifdef ENABLE_SYSTEMD
+-
+ /*
+  * is systemd running
+  */
+ 
+-static bool
++bool
+ check_systemd_running ()
+ {
++#ifdef ENABLE_SYSTEMD
+   struct stat c;
+ 
+   /* We simply test whether the systemd cgroup hierarchy is
+@@ -155,9 +154,13 @@ check_systemd_running ()
+ 
+   return (sd_booted() > 0)
+ && (stat(SYSTEMD_ASK_PASSWORD_PATH, &c) == 0);
+-
++#else
++  return false;
++#endif
+ }
+ 
++#ifdef ENABLE_SYSTEMD
++
+ static bool
+ get_console_input_systemd (const char *prompt, const bool echo, char *input, 
const int capacity)
+ {
+diff --git a/src/openvpn/console.h b/src/openvpn/console.h
+index 268f3fe..e29dd2e 100644
+--- a/src/openvpn/console.h
 b/src/openvpn/console.h
+@@ -28,6 +28,9 @@
+ #include "basic.h"
+ 
+ bool
++check_systemd_running ();
++
++bool
+ get_console_input (const char *prompt, const bool echo, char *input, const 
int capacity)

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:23
  Author: seblu
Revision: 250029

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 250028, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 250028, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 250028, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 250028, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 250028, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 250028, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   18 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   52 ---
 core-i686/btrfs-progs.install  |9 --
 core-i686/btrfs-scrub@.service |7 ++
 core-i686/btrfs-scrub@.timer   |   10 ++
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   52 ---
 core-x86_64/btrfs-progs.install|9 --
 core-x86_64/btrfs-scrub@.service   |7 ++
 core-x86_64/btrfs-scrub@.timer |   10 ++
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 16 files changed, 220 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-11-02 17:38:51 UTC (rev 250028)
+++ core-i686/PKGBUILD  2015-11-02 19:33:23 UTC (rev 250029)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 250028, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-11-02 19:33:23 UTC (rev 250029)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# 

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:50
  Author: seblu
Revision: 145700

db-move: moved dkms from [community-testing] to [community] (any)

Added:
  dkms/repos/community-any/02-no-kernel-hook.patch
(from rev 145699, dkms/repos/community-testing-any/02-no-kernel-hook.patch)
  dkms/repos/community-any/PKGBUILD
(from rev 145699, dkms/repos/community-testing-any/PKGBUILD)
  dkms/repos/community-any/dkms.default
(from rev 145699, dkms/repos/community-testing-any/dkms.default)
  dkms/repos/community-any/dkms.install
(from rev 145699, dkms/repos/community-testing-any/dkms.install)
  dkms/repos/community-any/dkms.service
(from rev 145699, dkms/repos/community-testing-any/dkms.service)
  dkms/repos/community-any/dkms.systemd
(from rev 145699, dkms/repos/community-testing-any/dkms.systemd)
Deleted:
  dkms/repos/community-any/01-broken-uninstall.patch
  dkms/repos/community-any/02-no-kernel-hook.patch
  dkms/repos/community-any/03-fix-post-build.patch
  dkms/repos/community-any/04-no-action-usage.patch
  dkms/repos/community-any/PKGBUILD
  dkms/repos/community-any/dkms.default
  dkms/repos/community-any/dkms.install
  dkms/repos/community-any/dkms.service
  dkms/repos/community-any/dkms.systemd
  dkms/repos/community-testing-any/

-+
 /02-no-kernel-hook.patch|   13 ++
 /PKGBUILD   |   60 +++
 /dkms.default   |9 
 /dkms.install   |   13 ++
 /dkms.service   |   11 +
 /dkms.systemd   |   61 
 community-any/01-broken-uninstall.patch |   22 --
 community-any/02-no-kernel-hook.patch   |   13 --
 community-any/03-fix-post-build.patch   |   24 ---
 community-any/04-no-action-usage.patch  |   16 ---
 community-any/PKGBUILD  |   65 --
 community-any/dkms.default  |9 
 community-any/dkms.install  |   13 --
 community-any/dkms.service  |   11 -
 community-any/dkms.systemd  |   61 
 15 files changed, 167 insertions(+), 234 deletions(-)

Deleted: community-any/01-broken-uninstall.patch
===
--- community-any/01-broken-uninstall.patch 2015-11-02 19:16:38 UTC (rev 
145699)
+++ community-any/01-broken-uninstall.patch 2015-11-02 19:33:50 UTC (rev 
145700)
@@ -1,22 +0,0 @@
-diff --git a/dkms b/dkms
-index abb01a4..265b69a 100644
 a/dkms
-+++ b/dkms
-@@ -162,11 +162,14 @@ set_kernel_source_dir()
- 
- # A little test function for DKMS commands that only work on one kernel.
- have_one_kernel() {
--(( ${#kernelver[@]} > 1 )) && \
--  die 4 $"The action $1 does not support multiple kernel version" \
--  $"parameters on the command line."
--[[ $all ]] && die 5 $"The action $1 does not support the --all" \
--  $"parameter."
-+   if (( ${#kernelver[@]} != 1 )); then
-+die 4 $"The action $1 does not support multiple kernel version" \
-+$"parameters on the command line."
-+   fi
-+   if [[ $all ]]; then  
-+   die 5 $"The action $1 does not support the --all" \
-+ $"parameter."
-+   fi 
- }

Deleted: community-any/02-no-kernel-hook.patch
===
--- community-any/02-no-kernel-hook.patch   2015-11-02 19:16:38 UTC (rev 
145699)
+++ community-any/02-no-kernel-hook.patch   2015-11-02 19:33:50 UTC (rev 
145700)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/community-any/02-no-kernel-hook.patch (from rev 145699, 
dkms/repos/community-testing-any/02-no-kernel-hook.patch)
===
--- community-any/02-no-kernel-hook.patch   (rev 0)
+++ community-any/02-no-kernel-hook.patch   2015-11-02 19:33:50 UTC (rev 
145700)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 20:16:21
  Author: spupykin
Revision: 145698

upgpkg: denemo 1:2.0.0-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 18:07:48 UTC (rev 145697)
+++ PKGBUILD2015-11-02 19:16:21 UTC (rev 145698)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=1.2.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=denemo.install
 
#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
+md5sums=('706c6e878d01074189966974ae94e243')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 20:16:38
  Author: spupykin
Revision: 145699

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

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

-+
 /PKGBUILD   |   78 ++
 /denemo.install |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/denemo.install   |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/denemo.install |   13 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 19:16:21 UTC (rev 145698)
+++ community-i686/PKGBUILD 2015-11-02 19:16:38 UTC (rev 145699)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org";
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-install=denemo.install
-#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|||' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 145698, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 19:16:38 UTC (rev 145699)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org";
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('706c6e878d01074189966974ae94e243')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|||' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/denemo.install
===
--- community-i686/denemo.install   2015-11-02 19:16:21 UTC (rev 145698)
+++ community-i686/denemo.install   2015-11-02 19:16:38 UTC (rev 145699)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s /usr/share/fonts/truetype/denemo
-  mkfontscale /usr/share/fonts/truetype/denemo
-  mkfontdir /usr/share/fonts/truetype/denemo
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: denemo/repos/community-i686/denemo.install (from rev 145698, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2015-11-02 19:16:38 UTC (rev 145699)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir /usr/share/fonts/truetype/denemo
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
=

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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:07:43
  Author: svenstaro
Revision: 145696

upgpkg: neovim 0.1.0-1

Pushing neovim

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 18:03:22 UTC (rev 145695)
+++ PKGBUILD2015-11-02 18:07:43 UTC (rev 145696)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://neovim.io'
 license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
 makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
 optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
 'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:07:48
  Author: svenstaro
Revision: 145697

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

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

-+
 community-i686/PKGBUILD |   45 ++
 community-i686/neovim.install   |   10 
 community-x86_64/PKGBUILD   |   45 ++
 community-x86_64/neovim.install |   10 
 4 files changed, 110 insertions(+)

Copied: neovim/repos/community-i686/PKGBUILD (from rev 145696, 
neovim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz";)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-i686/neovim.install (from rev 145696, 
neovim/trunk/neovim.install)
===
--- community-i686/neovim.install   (rev 0)
+++ community-i686/neovim.install   2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,10 @@
+# $1: new package version
+post_install() {
+  echo ":: The Neovim executable is called 'nvim'."
+  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+  echo "   to get started."
+  echo ":: If you have any questions, check the following page first:"
+  echo "   https://github.com/neovim/neovim/wiki/FAQ";
+}
+
+# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 145696, 
neovim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz";)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}

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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:03:22
  Author: svenstaro
Revision: 145695

archrelease: copy trunk to community-any

Added:
  python-neovim/repos/community-any/
  python-neovim/repos/community-any/PKGBUILD
(from rev 145694, python-neovim/trunk/PKGBUILD)

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

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 145694, 
python-neovim/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-02 18:03:22 UTC (rev 145695)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=('python-neovim' 'python2-neovim')
+pkgver=0.0.38
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz";)
+sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
+
+build_python-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py build
+}
+
+build_python2-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+# vim:set sw=2 sts=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:02:53
  Author: svenstaro
Revision: 145694

Adding python-neovim from AUR

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

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

Added: python-neovim/trunk/PKGBUILD
===
--- python-neovim/trunk/PKGBUILD(rev 0)
+++ python-neovim/trunk/PKGBUILD2015-11-02 18:02:53 UTC (rev 145694)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=('python-neovim' 'python2-neovim')
+pkgver=0.0.38
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz";)
+sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
+
+build_python-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py build
+}
+
+build_python2-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Anatol Pomozov
Date: Monday, November 2, 2015 @ 18:50:44
  Author: anatolik
Revision: 145693

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 145692, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 145692, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 145692, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 145692, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 145692, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 145692, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 145692, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 145692, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 17:49:15 UTC (rev 145692)
+++ community-i686/PKGBUILD 2015-11-02 17:50:44 UTC (rev 145693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.33
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e')
-
-build() {
-  cd fossil-src-$pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-src-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 145692, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:50:44 UTC (rev 145693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.34
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f')
+
+build() {
+  cd fossil-src-$pkgver
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1

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

2015-11-02 Thread Anatol Pomozov
Date: Monday, November 2, 2015 @ 18:49:15
  Author: anatolik
Revision: 145692

upgpkg: fossil 1.34-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:44:29 UTC (rev 145691)
+++ PKGBUILD2015-11-02 17:49:15 UTC (rev 145692)
@@ -4,7 +4,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.33
+pkgver=1.34
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e')
+'53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f')
 
 build() {
   cd fossil-src-$pkgver


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:22
  Author: svenstaro
Revision: 145690

upgpkg: libvterm 0.1.git1.c4317a6-2

Remove conflicts/provides

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:44:04 UTC (rev 145689)
+++ PKGBUILD2015-11-02 17:44:22 UTC (rev 145690)
@@ -4,14 +4,12 @@
 pkgname=libvterm
 _git=c4317a6
 pkgver=0.1.git1.${_git}
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('i686' 'x86_64')
 url='http://www.leonerd.org.uk/code/libvterm'
 license=('MIT')
 makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
 source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
 sha256sums=('SKIP')
 


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:29
  Author: svenstaro
Revision: 145691

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 17:44:22 UTC (rev 145690)
+++ community-i686/PKGBUILD 2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145690, 
libvterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 17:44:22 UTC (rev 145690)
+++ community-x86_64/PKGBUILD   2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 145690, 
libvterm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


[arch-commits] Commit in (5 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:04
  Author: svenstaro
Revision: 145689

Move neovim from AUR

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

+
 PKGBUILD   |   45 +
 neovim.install |   10 ++
 2 files changed, 55 insertions(+)

Added: neovim/trunk/PKGBUILD
===
--- neovim/trunk/PKGBUILD   (rev 0)
+++ neovim/trunk/PKGBUILD   2015-11-02 17:44:04 UTC (rev 145689)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz";)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Added: neovim/trunk/neovim.install
===
--- neovim/trunk/neovim.install (rev 0)
+++ neovim/trunk/neovim.install 2015-11-02 17:44:04 UTC (rev 145689)
@@ -0,0 +1,10 @@
+# $1: new package version
+post_install() {
+  echo ":: The Neovim executable is called 'nvim'."
+  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+  echo "   to get started."
+  echo ":: If you have any questions, check the following page first:"
+  echo "   https://github.com/neovim/neovim/wiki/FAQ";
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:43:33
  Author: jlichtblau
Revision: 145688

maintainer email address fix

Modified:
  python-markups/repos/community-any/PKGBUILD
  python-markups/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2015-11-02 17:42:00 UTC (rev 145687)
+++ repos/community-any/PKGBUILD2015-11-02 17:43:33 UTC (rev 145688)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Weißschuh 
 
 pkgbase=python-markups

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2015-11-02 17:42:00 UTC (rev 145687)
+++ trunk/PKGBUILD  2015-11-02 17:43:33 UTC (rev 145688)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Weißschuh 
 
 pkgbase=python-markups


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

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:42:00
  Author: jlichtblau
Revision: 145687

archrelease: copy trunk to community-any

Added:
  python-markups/repos/community-any/
  python-markups/repos/community-any/PKGBUILD
(from rev 145686, python-markups/trunk/PKGBUILD)

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

Copied: python-markups/repos/community-any/PKGBUILD (from rev 145686, 
python-markups/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-02 17:42:00 UTC (rev 145687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=(python-markups python2-markups)
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
+sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
+
+package_python-markups() {
+  depends=('python')
+  optdepends=('python-markdown: markdown support'
+  'python-docutils: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+  optdepends=('python-markdown2: markdown support'
+  'python-docutils2: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:41:07
  Author: jlichtblau
Revision: 145686

python-markups moved to [community]
from AUR having there 50 votes

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

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

Added: python-markups/trunk/PKGBUILD
===
--- python-markups/trunk/PKGBUILD   (rev 0)
+++ python-markups/trunk/PKGBUILD   2015-11-02 17:41:07 UTC (rev 145686)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=(python-markups python2-markups)
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
+sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
+
+package_python-markups() {
+  depends=('python')
+  optdepends=('python-markdown: markdown support'
+  'python-docutils: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+  optdepends=('python-markdown2: markdown support'
+  'python-docutils2: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2015-11-02 Thread Tobias Powalowski
Date: Monday, November 2, 2015 @ 18:38:51
  Author: tpowa
Revision: 250028

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

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

--+
 testing-i686/PKGBUILD|  288 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7798 +
 testing-i686/config.x86_64   | 7555 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  288 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7798 +
 testing-x86_64/config.x86_64 | 7555 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31406 insertions(+)

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


[arch-commits] Commit in linux/trunk (5 files)

2015-11-02 Thread Tobias Powalowski
Date: Monday, November 2, 2015 @ 18:38:34
  Author: tpowa
Revision: 250027

upgpkg: linux 4.3-1

bump to 4.3 release

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/config-4.3
  linux/trunk/config-4.3.x86_64

---+
 PKGBUILD  |   18 
 config|  193 -
 config-4.3| 7797 
 config-4.3.x86_64 | 7558 --
 config.x86_64 |  178 -
 5 files changed, 271 insertions(+), 15473 deletions(-)

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


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:25:25
  Author: svenstaro
Revision: 145685

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

Added:
  libvterm/repos/community-i686/
  libvterm/repos/community-i686/PKGBUILD
(from rev 145684, libvterm/trunk/PKGBUILD)
  libvterm/repos/community-x86_64/
  libvterm/repos/community-x86_64/PKGBUILD
(from rev 145684, libvterm/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145684, 
libvterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 145684, 
libvterm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:25:17
  Author: svenstaro
Revision: 145684

upgpkg: libvterm 0.1.git1.c4317a6-1

Pushing libvterm

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:22:59 UTC (rev 145683)
+++ PKGBUILD2015-11-02 17:25:17 UTC (rev 145684)
@@ -12,7 +12,7 @@
 makedepends=('git')
 conflicts=('libvterm')
 provides=("libvterm=${pkgver}")
-source=("https://github.com/neovim/libvterm.git#commit=${_git}";)
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}";)
 sha256sums=('SKIP')
 
 build() {


[arch-commits] Commit in (4 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:22:59
  Author: svenstaro
Revision: 145683

Adding libvterm for neovim

Added:
  libvterm/
  libvterm/repos/
  libvterm/trunk/
  libvterm/trunk/PKGBUILD

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

Added: libvterm/trunk/PKGBUILD
===
--- libvterm/trunk/PKGBUILD (rev 0)
+++ libvterm/trunk/PKGBUILD 2015-11-02 17:22:59 UTC (rev 145683)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+source=("https://github.com/neovim/libvterm.git#commit=${_git}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 18:18:14
  Author: spupykin
Revision: 145682

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

Added:
  dosemu/repos/community-i686/PKGBUILD
(from rev 145681, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-i686/dosemu.install
(from rev 145681, dosemu/trunk/dosemu.install)
  dosemu/repos/community-x86_64/PKGBUILD
(from rev 145681, dosemu/trunk/PKGBUILD)
  dosemu/repos/community-x86_64/dosemu.install
(from rev 145681, dosemu/trunk/dosemu.install)
Deleted:
  dosemu/repos/community-i686/PKGBUILD
  dosemu/repos/community-i686/cpu-support.patch
  dosemu/repos/community-i686/dosemu.install
  dosemu/repos/community-i686/fix-infinite-loop.patch
  dosemu/repos/community-i686/kernel_version.patch
  dosemu/repos/community-x86_64/PKGBUILD
  dosemu/repos/community-x86_64/cpu-support.patch
  dosemu/repos/community-x86_64/dosemu.install
  dosemu/repos/community-x86_64/fix-infinite-loop.patch
  dosemu/repos/community-x86_64/kernel_version.patch

--+
 /PKGBUILD|   90 +
 /dosemu.install  |   14 
 community-i686/PKGBUILD  |   43 -
 community-i686/cpu-support.patch |   12 ---
 community-i686/dosemu.install|7 --
 community-i686/fix-infinite-loop.patch   |   13 
 community-i686/kernel_version.patch  |   12 ---
 community-x86_64/PKGBUILD|   43 -
 community-x86_64/cpu-support.patch   |   12 ---
 community-x86_64/dosemu.install  |7 --
 community-x86_64/fix-infinite-loop.patch |   13 
 community-x86_64/kernel_version.patch|   12 ---
 12 files changed, 104 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:25:24 UTC (rev 145681)
+++ community-i686/PKGBUILD 2015-11-02 17:18:14 UTC (rev 145682)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Bob Finch 
-
-pkgname=dosemu
-pkgver=1.4.0.8
-pkgrel=1
-pkgdesc="DOS emulator"
-arch=('i686' 'x86_64')
-url="http://www.dosemu.org/";
-license=('GPL' 'custom')
-depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
-makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
-backup=('etc/dosemu/dosemu.conf'
-   'etc/dosemu/dosemu.users'
-   'etc/dosemu/global.conf')
-source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
-   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
-md5sums=('SKIP'
- '2e09774fe91cff4372cb4a393eb467f5')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk -n --pkgname=$pkgname --pkgdesc='DOS emulator' 
--categories='System;Emulator'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr 
--with-fdtarball=$srcdir/dosemu-freedos-1.0-bin.tgz --mandir=/usr/share/man
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/pixmaps
-  convert etc/$pkgname.xpm $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -D -m 644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  install -D -m 644 COPYING.DOSEMU 
$pkgdir/usr/share/licenses/$pkgname/COPYING.DOSEMU
-}

Copied: dosemu/repos/community-i686/PKGBUILD (from rev 145681, 
dosemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:18:14 UTC (rev 145682)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Bob Finch 
+
+pkgname=dosemu
+epoch=1
+pkgver=1.4.git20151102
+pkgrel=1
+pkgdesc="DOS emulator"
+arch=('i686' 'x86_64')
+url="http://www.dosemu.org/";
+license=('GPL' 'custom')
+depends=('gpm' 'slang' 'sdl' 'libxxf86vm' 'libsndfile')
+makedepends=('git' 'xorg-mkfontdir' 'xorg-bdftopcf' 'gendesk' 'imagemagick')
+backup=('etc/dosemu/dosemu.conf'
+   'etc/dosemu/dosemu.users'
+   'etc/dosemu/global.conf')
+#source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
+source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#commit=cc971eae4738016c22b3d2e1b3473df2176c8e29
+   
http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
+md5sums=('SKIP'
+ '2e09774fe91cff4372cb4a393eb467f5')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk -n --pkgname=$pkgname --pkgdesc='DOS emulator' 
--categories='System;Emulator'
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr 
--with-fdtarball=$srcdir/dosemu-freedos-1.0-bin.

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:25:24
  Author: tredaelli
Revision: 145681

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 electrum.install |   22 ++--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 16:25:17 UTC (rev 145680)
+++ PKGBUILD2015-11-02 16:25:24 UTC (rev 145681)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org";
-license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('6236c58a837c0a55ff39128141c84d46'
- 'SKIP')
-sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 145680, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 16:25:24 UTC (rev 145681)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org";
+license=('GPL3')
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('16bb505d4ec610c229fc902d477f5719'
+ 'SKIP')
+sha256sums=('99374f78b6ae87297405b04f5c8987b46095cf5a923d0e9227543fe5b753dcc0'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-11-02 16:25:17 UTC (rev 145680)
+++ electrum.install2015-11-02 16:25:24 UTC (rev 145681)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 145680, 
electrum/trunk/electrum.install)
===
--- electrum.install(rev 0)
+++ electrum.install2015-

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:25:17
  Author: tredaelli
Revision: 145680

upgpkg: electrum 2.5.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:20:16 UTC (rev 145679)
+++ PKGBUILD2015-11-02 16:25:17 UTC (rev 145680)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -17,10 +17,10 @@
 'zbar: QR code reading support')
 url="https://electrum.org";
 license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('6236c58a837c0a55ff39128141c84d46'
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('16bb505d4ec610c229fc902d477f5719'
  'SKIP')
-sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
+sha256sums=('99374f78b6ae87297405b04f5c8987b46095cf5a923d0e9227543fe5b753dcc0'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in os-prober/trunk (PKGBUILD os-prober-util-linux-2.24.patch)

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:20:04
  Author: tredaelli
Revision: 145678

upgpkg: os-prober 1.70-1

Modified:
  os-prober/trunk/PKGBUILD
Deleted:
  os-prober/trunk/os-prober-util-linux-2.24.patch

-+
 PKGBUILD|   19 
 os-prober-util-linux-2.24.patch |   58 --
 2 files changed, 7 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:13:01 UTC (rev 145677)
+++ PKGBUILD2015-11-02 16:20:04 UTC (rev 145678)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.66
+pkgver=1.70
 pkgrel=1
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/";
@@ -10,18 +10,13 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('c1cfdd90dc958f12b932ccc8d64051e1')
+sha256sums=('f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d')
 
 prepare() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
-  patch -p1 -i "$srcdir"/os-prober-util-linux-2.24.patch
-
   # adjust lib dir to allow detection of 64-bit distros
   sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
 
@@ -29,13 +24,13 @@
 }
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   make newns
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
   install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober

Deleted: os-prober-util-linux-2.24.patch
===
--- os-prober-util-linux-2.24.patch 2015-11-02 16:13:01 UTC (rev 145677)
+++ os-prober-util-linux-2.24.patch 2015-11-02 16:20:04 UTC (rev 145678)
@@ -1,58 +0,0 @@
 a/common.sh
-+++ b/common.sh
-@@ -116,6 +116,29 @@ fs_type () {
-   fi
- }
- 
-+is_dos_extended_partition() {
-+  if type blkid >/dev/null 2>&1; then
-+  local output
-+
-+  output="$(blkid -o export $1)"
-+
-+  # old blkid (util-linux << 2.24) errors out on extended p.
-+  if [ "$?" = "2" ]; then
-+  return 0
-+  fi
-+
-+  # dos partition type and no filesystem type?...
-+  if echo $output | grep -q ' PTTYPE=dos ' &&
-+  ! echo $output | grep -q ' TYPE='; then
-+  return 0
-+  else
-+  return 1
-+  fi
-+  fi
-+
-+  return 1
-+}
-+
- parse_proc_mounts () {
-   while read -r line; do
-   set -f
 a/linux-boot-probes/common/50mounted-tests
-+++ b/linux-boot-probes/common/50mounted-tests
-@@ -20,6 +20,10 @@ elif [ "$types" = ntfs ]; then
-   types='ntfs-3g ntfs'
-   fi
- elif [ -z "$types" ]; then
-+  if is_dos_extended_partition "$partition"; then
-+  debug "$1 looks like an extended dos partition; skipping"
-+  exit 0
-+  fi
-   if type cryptsetup >/dev/null 2>&1 && \
-  cryptsetup luksDump "$partition" >/dev/null 2>&1; then
-   debug "$1 is a LUKS partition; skipping"
 a/os-probes/common/50mounted-tests
-+++ b/os-probes/common/50mounted-tests
-@@ -20,6 +20,10 @@ elif [ "$types" = ntfs ]; then
-   types='ntfs-3g ntfs'
-   fi
- elif [ -z "$types" ]; then
-+  if is_dos_extended_partition "$partition"; then
-+  debug "$1 looks like an extended dos partition; skipping"
-+  exit 0
-+  fi
-   if type cryptsetup >/dev/null 2>&1 && \
-  cryptsetup luksDump "$partition" >/dev/null 2>&1; then
-   debug "$1 is a LUKS partition; skipping"


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:20:16
  Author: tredaelli
Revision: 145679

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 145678, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 145678, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch

--+
 /PKGBUILD|   98 +
 community-i686/PKGBUILD  |   54 ---
 community-i686/os-prober-util-linux-2.24.patch   |   58 
 community-x86_64/PKGBUILD|   54 ---
 community-x86_64/os-prober-util-linux-2.24.patch |   58 
 5 files changed, 98 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:20:04 UTC (rev 145678)
+++ community-i686/PKGBUILD 2015-11-02 16:20:16 UTC (rev 145679)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.66
-pkgrel=1
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('7ac4903d4aa114cd4709152f604dd0ea'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('ab66eab63223d651cb6f9221ddffc958521b13edee4996c4fd87f08cb1955057'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
-
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i "$srcdir"/os-prober-util-linux-2.24.patch
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd "$pkgname"
-
-  make newns
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
-  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
-  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 "$pkgdir/usr/lib/$dir"
-install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
-[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 "$pkgdir"/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 145678, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:20:16 UTC (rev 145679)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.70
+pkgrel=1
+pkgdesc="Utility to detect other OSes on a set of drives"
+url="http://joey.kitenet.net/code/os-prober/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('c1cfdd90dc958f12b932ccc8d64051e1')
+sha256sums=('f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make newns
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
+  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
+  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm755 "$pkgdir/usr/lib/$dir"
+install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
+[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
+  done
+
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
+}

Deleted: community-i686/os-prober-util-linux-2.24.patch
===
--- community-i686/os-prober-util-linux-2.24.patch  2015-11-02 16:20:04 UTC 

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:12:49
  Author: tredaelli
Revision: 145676

upgpkg: iperf3 3.1-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:11:26 UTC (rev 145675)
+++ PKGBUILD2015-11-02 16:12:49 UTC (rev 145676)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.0.11
+pkgver=3.1
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
 
 build() { 
   cd "iperf-$pkgver"


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:13:01
  Author: tredaelli
Revision: 145677

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:12:49 UTC (rev 145676)
+++ community-i686/PKGBUILD 2015-11-02 16:13:01 UTC (rev 145677)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf"; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 145676, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:13:01 UTC (rev 145677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 16:12:49 UTC (rev 145676)
+++ community-x86_64/PKGBUILD   2015-11-02 16:13:01 UTC (rev 145677)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf"; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('e01db5be6f47f67c987463095fe4f5b8b9ff891fb92c39104d042ad8fde97f6e')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 145676, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 16:13:01 UTC (rev 145677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.1
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('4385a32ece25cb09d4606b4c99316356b3d2cb03b318aa056b99cdb91c5ce656')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:11:16
  Author: tredaelli
Revision: 145674

upgpkg: miniupnpd 1.9.20150922-1

Use Type=forking and remove miniupnpd-1.8.20140401-foreground.patch.
Remove --igd2 since broken clients (like uTorrent) couldn't add port mapping 
FS#44726

Modified:
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.systemd
Deleted:
  miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch

-+
 PKGBUILD|   16 +++-
 miniupnpd-1.8.20140401-foreground.patch |   40 --
 miniupnpd.systemd   |3 +-
 3 files changed, 6 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
+++ PKGBUILD2015-11-02 16:11:16 UTC (rev 145674)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli 
 # Contributor: fauno 
 pkgname=miniupnpd
-pkgver=1.9.20150721
+pkgver=1.9.20150922
 pkgrel=1
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
@@ -12,22 +12,14 @@
 depends=('iptables' 'net-tools' 'util-linux')
 makedepends=('lsb-release')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
-miniupnpd-1.8.20140401-foreground.patch
 miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
   make -f Makefile.linux
 }
 

Deleted: miniupnpd-1.8.20140401-foreground.patch
===
--- miniupnpd-1.8.20140401-foreground.patch 2015-11-02 16:01:28 UTC (rev 
145673)
+++ miniupnpd-1.8.20140401-foreground.patch 2015-11-02 16:11:16 UTC (rev 
145674)
@@ -1,40 +0,0 @@
 ./miniupnpd.c.orig 2014-04-23 15:41:11.783562093 +
-+++ ./miniupnpd.c  2014-04-23 15:43:19.672842038 +
-@@ -797,7 +797,7 @@
- {
-   int i;
-   int pid;
--  int debug_flag = 0;
-+  int debug_flag = 0, foreground_flag = 0;
-   int openlog_option;
-   struct sigaction sa;
-   /*const char * logfilename = 0;*/
-@@ -1159,6 +1159,9 @@
-   case 'd':
-   debug_flag = 1;
-   break;
-+  case 'D':
-+  foreground_flag = 1;
-+  break;
-   case 'w':
-   if(i+1 < argc)
-   presurl = argv[++i];
-@@ -1273,7 +1276,7 @@
-   goto print_usage;
-   }
- 
--  if(debug_flag)
-+  if(debug_flag || foreground_flag)
-   {
-   pid = getpid();
-   }
-@@ -1413,7 +1416,8 @@
-   "\tNotify interval is in seconds. Default is 30 seconds.\n"
-   "\tDefault pid file is '%s'.\n"
-   "\tDefault config file is '%s'.\n"
--  "\tWith -d miniupnpd will run as a standard program.\n"
-+  "\tWith -D miniupnpd will run as a standard program.\n"
-+  "\tWith -d miniupnpd will run as a standard program in 
debug mode.\n"
- #if defined(USE_PF) || defined(USE_IPF)
-   "\t-L sets packet log in pf and ipf on.\n"
- #endif

Modified: miniupnpd.systemd
===
--- miniupnpd.systemd   2015-11-02 16:01:28 UTC (rev 145673)
+++ miniupnpd.systemd   2015-11-02 16:11:16 UTC (rev 145674)
@@ -4,8 +4,9 @@
 After=network.target
 
 [Service]
+Type=forking
 ExecStartPre=/etc/miniupnpd/iptables_init.sh
-ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -D
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf
 ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
 PIDFile=/run/miniupnpd.pid
 


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:11:26
  Author: tredaelli
Revision: 145675

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 145674, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 145674, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

--+
 /PKGBUILD|   82 +
 /miniupnpd.systemd   |   28 
 community-i686/PKGBUILD  |   49 ---
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 --
 community-i686/miniupnpd.systemd |   13 --
 community-x86_64/PKGBUILD|   49 ---
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 --
 community-x86_64/miniupnpd.systemd   |   13 --
 8 files changed, 110 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:11:16 UTC (rev 145674)
+++ community-i686/PKGBUILD 2015-11-02 16:11:26 UTC (rev 145675)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: fauno 
-pkgname=miniupnpd
-pkgver=1.9.20150721
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr";
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
-miniupnpd-1.8.20140401-foreground.patch
-miniupnpd.systemd)
-sha256sums=('9340224e5023ecb5d1b7f45e4d69734dcfbadbe41a80d1f0182347e6b8104470'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -p0 -i "$srcdir"/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 145674, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:11:26 UTC (rev 145675)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: fauno 
+pkgname=miniupnpd
+pkgver=1.9.20150922
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr";
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz";
+miniupnpd.systemd)
+sha256sums=('d71a7435d93a311bf7ac8dd369efd1a805a95afe29d2df42399b97eec8ad1c28'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+
+  sed -i 

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:01:21
  Author: tredaelli
Revision: 145672

upgpkg: parallel 20151022-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:09 UTC (rev 145671)
+++ PKGBUILD2015-11-02 16:01:21 UTC (rev 145672)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20150922
+pkgver=20151022
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('ede051a18f66b052aa3c89c698f478fd'
+md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95'
  'SKIP')
-sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
+sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:01:28
  Author: tredaelli
Revision: 145673

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 145672, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:21 UTC (rev 145672)
+++ PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20150922
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('ede051a18f66b052aa3c89c698f478fd'
- 'SKIP')
-sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 145672, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20151022
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95'
+ 'SKIP')
+sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 17:01:09
  Author: jleclanche
Revision: 145671

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

Added:
  lxqt-panel/repos/community-i686/PKGBUILD
(from rev 145670, lxqt-panel/trunk/PKGBUILD)
  lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 145670, lxqt-panel/trunk/PKGBUILD)
Deleted:
  lxqt-panel/repos/community-i686/PKGBUILD
  lxqt-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:00:47 UTC (rev 145670)
+++ community-i686/PKGBUILD 2015-11-02 16:01:09 UTC (rev 145671)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 145670, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:01:09 UTC (rev 145671)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=(
+   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+   "lxqt-common" "lxqt-globalkeys" "solid"
+)
+optdepends=(
+   "alsa-lib: Alsa support in volume control plugin"
+   "libpulse: PulseAudio support in volume control plugin"
+   "libstatgrab: Network and CPU monitor plugin"
+   "libsysstat: Network/CPU monitor plugin"
+   "menu-cache: Improved performance for main menu plugin"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 16:00:47 UTC (rev 145670)
+++ community-x86_64/PKGBUILD   2015-11-02 16:01:09 UTC (rev 145671)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-

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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:00:36
  Author: tredaelli
Revision: 145669

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:00:25 UTC (rev 145668)
+++ community-i686/PKGBUILD 2015-11-02 16:00:36 UTC (rev 145669)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.2.4
-pkgrel=2
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org";
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qjson')
-makedepends=('boost')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
-sha256sums=('7fc128e2809c3be4ea543cfaeefd922e0327cc430330eaad0d3ec7616df51871')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-qjson=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 145668, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:00:36 UTC (rev 145669)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qjson')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
+sha256sums=('98f69c7324276c7c144738eb36b21a2d28d7f01a327104568f020887626e822b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-qjson=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2015-11-02 16:00:25 UTC (rev 145668)
+++ community-i686/qbittorrent.install  2015-11-02 16:00:36 UTC (rev 145669)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 145668, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-11-02 16:00:36 UTC (rev 145669)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
=

  1   2   >