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

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 14:20:29
  Author: arojas
Revision: 252024

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

Added:
  festival/repos/testing-i686/
  festival/repos/testing-i686/PKGBUILD
(from rev 252023, festival/trunk/PKGBUILD)
  festival/repos/testing-i686/festconfig.patch
(from rev 252023, festival/trunk/festconfig.patch)
  festival/repos/testing-i686/festival-2.4-compat.patch
(from rev 252023, festival/trunk/festival-2.4-compat.patch)
  festival/repos/testing-i686/festival-gcc47.patch
(from rev 252023, festival/trunk/festival-gcc47.patch)
  festival/repos/testing-i686/festival-shared-build.patch
(from rev 252023, festival/trunk/festival-shared-build.patch)
  festival/repos/testing-i686/speechconfig.patch
(from rev 252023, festival/trunk/speechconfig.patch)
  festival/repos/testing-x86_64/
  festival/repos/testing-x86_64/PKGBUILD
(from rev 252023, festival/trunk/PKGBUILD)
  festival/repos/testing-x86_64/festconfig.patch
(from rev 252023, festival/trunk/festconfig.patch)
  festival/repos/testing-x86_64/festival-2.4-compat.patch
(from rev 252023, festival/trunk/festival-2.4-compat.patch)
  festival/repos/testing-x86_64/festival-gcc47.patch
(from rev 252023, festival/trunk/festival-gcc47.patch)
  festival/repos/testing-x86_64/festival-shared-build.patch
(from rev 252023, festival/trunk/festival-shared-build.patch)
  festival/repos/testing-x86_64/speechconfig.patch
(from rev 252023, festival/trunk/speechconfig.patch)

+
 testing-i686/PKGBUILD  |  140 ++
 testing-i686/festconfig.patch  |   84 ++
 testing-i686/festival-2.4-compat.patch |  365 +++
 testing-i686/festival-gcc47.patch  |   59 
 testing-i686/festival-shared-build.patch   |   72 +
 testing-i686/speechconfig.patch|  129 +
 testing-x86_64/PKGBUILD|  140 ++
 testing-x86_64/festconfig.patch|   84 ++
 testing-x86_64/festival-2.4-compat.patch   |  365 +++
 testing-x86_64/festival-gcc47.patch|   59 
 testing-x86_64/festival-shared-build.patch |   72 +
 testing-x86_64/speechconfig.patch  |  129 +
 12 files changed, 1698 insertions(+)

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


[arch-commits] Commit in festival/trunk (festival-2.1-bettersonamehack.patch)

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 14:19:49
  Author: arojas
Revision: 252023

Drop old patch

Deleted:
  festival/trunk/festival-2.1-bettersonamehack.patch

-+
 festival-2.1-bettersonamehack.patch |   35 --
 1 file changed, 35 deletions(-)

Deleted: festival-2.1-bettersonamehack.patch
===
--- festival-2.1-bettersonamehack.patch 2015-11-28 13:18:47 UTC (rev 252022)
+++ festival-2.1-bettersonamehack.patch 2015-11-28 13:19:49 UTC (rev 252023)
@@ -1,35 +0,0 @@
-diff -p -up 
festival/speech_tools/config/compilers/gcc_defaults.mak.bettersoname 
festival/speech_tools/config/compilers/gcc_defaults.mak
 speech_tools/config/compilers/gcc_defaults.mak.bettersoname
2010-12-06 10:25:35.0 +0100
-+++ speech_tools/config/compilers/gcc_defaults.mak 2010-12-06 
10:27:51.0 +0100
-@@ -78,7 +78,7 @@ SHARED_CXXFLAGS  = -fPIC
- SHARED_LINKFLAGS = 
- 
- ifndef GCC_MAKE_SHARED_LIB
--MAKE_SHARED_LIB = $(CXX) -shared -fno-shared-data -o XXX
-+MAKE_SHARED_LIB = $(CXX) -shared -o XXX -Wl,-soname,YYY
- else
- MAKE_SHARED_LIB = $(GCC_MAKE_SHARED_LIB)
- endif
-diff -p -up festival/speech_tools/config/rules/library.mak.bettersoname 
festival/speech_tools/config/rules/library.mak
 speech_tools/config/rules/library.mak.bettersoname 2001-04-04 
13:55:32.0 +0200
-+++ speech_tools/config/rules/library.mak  2010-12-06 10:25:35.0 
+0100
-@@ -103,14 +103,14 @@ endif
-  ###
- 
- lib%.so : lib%.a
--  @echo Make Shared Library $*
-+  @echo Make Shared Library $(*F)
-   @if [ ! -d shared_space ] ; then mkdir shared_space ; else $(RM) -f 
shared_space/*.o ; fi
-   @(cd shared_space ; $(AR) x ../$< ) 
--  @echo Link Shared Library $*
--  if [ -n "$(PROJECT_LIBRARY_NEEDS_SYSLIBS_$*)" ] ; then 
libs='$(JAVA_PROJECT_LIBS)' ; fi ;\
--  $(subst XXX,$@.$(PROJECT_LIBRARY_VERSION_$*),$(MAKE_SHARED_LIB)) 
shared_space/*.o $(PROJECT_LIBRARY_USES_$*:%=-L. -l%) $$libs
-+  @echo Link Shared Library $(*F)
-+  if [ -n "$(PROJECT_LIBRARY_NEEDS_SYSLIBS_$(*F))" ] ; then 
libs='$(JAVA_PROJECT_LIBS)' ; fi ;\
-+  $(subst XXX,$@.$(PROJECT_LIBRARY_VERSION_$(*F)),$(subst 
YYY,$(@F).$(PROJECT_LIBRARY_VERSION_$(*F)),$(MAKE_SHARED_LIB))) 
shared_space/*.o $(PROJECT_LIBRARY_USES_$(*F):%=-L. -l%) $$libs
-   @$(RM) -f shared_space/*.o $@
--  @ln -s $@.$(PROJECT_LIBRARY_VERSION_$*) $@
-+  @ln -s $(@F).$(PROJECT_LIBRARY_VERSION_$(*F)) $@
- 
-  ###
-  ##   ##


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

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 10:47:56
  Author: arojas
Revision: 147901

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 147900, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 147900, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 147900, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 147900, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   42 +++
 community-i686/PKGBUILD   |   45 
 community-i686/remove-dangerous-rpath.patch   |   21 -
 community-x86_64/PKGBUILD |   45 
 community-x86_64/remove-dangerous-rpath.patch |   21 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-28 09:47:14 UTC (rev 147900)
+++ community-i686/PKGBUILD 2015-11-28 09:47:56 UTC (rev 147901)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=bfgminer
-pkgver=5.3.0
-pkgrel=2
-pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='http://bfgminer.org/'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
-remove-dangerous-rpath.patch)
-sha256sums=('d48fa6e51ff70ee1a85f77334a24f842ca6774c073c2d864fe739f07093ef77f'
-'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---enable-cpumining \
---enable-bfsb \
---enable-metabank \
---enable-scrypt \
---enable-opencl \
---with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 147900, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-28 09:47:56 UTC (rev 147901)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='http://bfgminer.org/'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
+remove-dangerous-rpath.patch)
+sha256sums=('1a0c3e43741d9061aa0b5257353a812b84632fc8ac7d5ec84d91fb134803cc0c'
+'ec5289b837cc3b5de7f08603e4ae4d75cfff969a2389fd2aee036486f4aa7420')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2015-11-28 09:47:14 UTC (rev 
147900)
+++ community-i686/remove-dangerous-rpath.patch 2015-11-28 09:47:56 UTC (rev 
147901)
@@ -1,21 +0,0 @@
-diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
 bfgminer-4.8.0-orig/configure  2014-10-04 20:54:28.717071865 -0400
-+++ 

[arch-commits] Commit in bfgminer/trunk (PKGBUILD remove-dangerous-rpath.patch)

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 10:47:14
  Author: arojas
Revision: 147900

Update to 5.4.1

Modified:
  bfgminer/trunk/PKGBUILD
  bfgminer/trunk/remove-dangerous-rpath.patch

--+
 PKGBUILD |   14 +++---
 remove-dangerous-rpath.patch |   12 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 09:06:35 UTC (rev 147899)
+++ PKGBUILD2015-11-28 09:47:14 UTC (rev 147900)
@@ -3,8 +3,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=bfgminer
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.4.1
+pkgrel=1
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('i686' 'x86_64')
 depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
@@ -14,17 +14,17 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.txz
 remove-dangerous-rpath.patch)
-sha256sums=('d48fa6e51ff70ee1a85f77334a24f842ca6774c073c2d864fe739f07093ef77f'
-'27d89695ff963dd8f66654b9d454aa725c7db769def708513188fe0a496fda4d')
+sha256sums=('1a0c3e43741d9061aa0b5257353a812b84632fc8ac7d5ec84d91fb134803cc0c'
+'ec5289b837cc3b5de7f08603e4ae4d75cfff969a2389fd2aee036486f4aa7420')
 
 prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
 }
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
 --sbindir=/usr/bin \
@@ -39,7 +39,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
 }

Modified: remove-dangerous-rpath.patch
===
--- remove-dangerous-rpath.patch2015-11-28 09:06:35 UTC (rev 147899)
+++ remove-dangerous-rpath.patch2015-11-28 09:47:14 UTC (rev 147900)
@@ -1,21 +1,21 @@
 diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
 --- bfgminer-4.8.0-orig/configure  2014-10-04 20:54:28.717071865 -0400
 +++ bfgminer-4.8.0/configure   2014-10-04 20:55:50.140274445 -0400
-@@ -12201,7 +12201,7 @@
+@@ -14111,7 +14111,7 @@
  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  
libbase58_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libbase58'
--  libbase58_LIBS='-L'"${ac_abs_top_srcdir}"'/libbase58/.libs 
-Wl,-rpath,\$$ORIGIN/libbase58/.libs'"$origin_LDFLAGS"'  -lbase58'
-+  libbase58_LIBS='-L'"${ac_abs_top_srcdir}"'/libbase58/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lbase58'
+-  libbase58_LIBS='-L'"${ac_abs_top_builddir}"'/libbase58/.libs 
-Wl,-rpath,\$$ORIGIN/libbase58/.libs'"$origin_LDFLAGS"'  -lbase58'
++  libbase58_LIBS='-L'"${ac_abs_top_builddir}"'/libbase58/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lbase58'
libbase58_SUBDIRS=libbase58
libbase58_EXTRADEPS=libbase58_directory
BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES
-@@ -12470,7 +12470,7 @@
+@@ -14380,7 +14380,7 @@
  ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  
libblkmaker_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libblkmaker'
--  libblkmaker_LIBS='-L'"${ac_abs_top_srcdir}"'/libblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"'  
-lblkmaker_jansson-0.1 -lblkmaker-0.1'
-+  libblkmaker_LIBS='-L'"${ac_abs_top_srcdir}"'/libblkmaker/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lblkmaker_jansson-0.1 -lblkmaker-0.1'
+-  libblkmaker_LIBS='-L'"${ac_abs_top_builddir}"'/libblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"'  
-lblkmaker_jansson-0.1 -lblkmaker-0.1'
++  libblkmaker_LIBS='-L'"${ac_abs_top_builddir}"'/libblkmaker/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lblkmaker_jansson-0.1 -lblkmaker-0.1'
libblkmaker_SUBDIRS=libblkmaker
libblkmaker_EXTRADEPS=libblkmaker_directory
BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES


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

2015-11-28 Thread Felix Yan
Date: Saturday, November 28, 2015 @ 10:05:28
  Author: fyan
Revision: 147897

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-28 09:05:04 UTC (rev 147896)
+++ PKGBUILD2015-11-28 09:05:28 UTC (rev 147897)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastian Wiesner 
-# Contributor: Igor Ramos Tiburcio 
-# Contributor: Wieland Hoffmann 
-# Contributor: Hervé Cauwelier 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.30
-pkgrel=2
-pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
-arch=('any')
-license=('MIT')
-url="http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a')
-
-prepare() {
-  cp -a py-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/py-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/py-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/py-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
-
-  cd "$srcdir/py-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-py/repos/community-any/PKGBUILD (from rev 147896, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-28 09:05:28 UTC (rev 147897)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastian Wiesner 
+# Contributor: Igor Ramos Tiburcio 
+# Contributor: Wieland Hoffmann 
+# Contributor: Hervé Cauwelier 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.31
+pkgrel=1
+pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
+arch=('any')
+license=('MIT')
+url="http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+sha512sums=('fd0f4f509d81beb8e5cdb5a8d5d7d40d8a74737c017c915b0630ce740868c32fbf1af4a01dec2ae998e5a9516578e8404ad2b8d966606919767ae25f27eb0b0d')
+
+prepare() {
+  cp -a py-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir/py-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/py-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/py-${pkgver}"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
+
+  cd "$srcdir/py-${pkgver}-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2015-11-28 Thread Felix Yan
Date: Saturday, November 28, 2015 @ 10:05:04
  Author: fyan
Revision: 147896

upgpkg: python-py 1.4.31-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 07:36:50 UTC (rev 147895)
+++ PKGBUILD2015-11-28 09:05:04 UTC (rev 147896)
@@ -8,8 +8,8 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.30
-pkgrel=2
+pkgver=1.4.31
+pkgrel=1
 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
 arch=('any')
 license=('MIT')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a')
+sha512sums=('fd0f4f509d81beb8e5cdb5a8d5d7d40d8a74737c017c915b0630ce740868c32fbf1af4a01dec2ae998e5a9516578e8404ad2b8d966606919767ae25f27eb0b0d')
 
 prepare() {
   cp -a py-${pkgver}{,-py2}


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

2015-11-28 Thread Felix Yan
Date: Saturday, November 28, 2015 @ 10:06:35
  Author: fyan
Revision: 147899

archrelease: copy trunk to community-any

Added:
  bower/repos/community-any/LICENSE
(from rev 147898, bower/trunk/LICENSE)
  bower/repos/community-any/PKGBUILD
(from rev 147898, bower/trunk/PKGBUILD)
Deleted:
  bower/repos/community-any/LICENSE
  bower/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++---
 PKGBUILD |   52 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-28 09:06:11 UTC (rev 147898)
+++ PKGBUILD2015-11-28 09:06:35 UTC (rev 147899)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Micha Alt  
-# Contributor: FadeMind 
-# Contributor: Tom Vincent 
-
-pkgname=bower
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='http://bower.io/'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('b26d7c13288a30b3a9bd24f2f09ab4ef'
- '135697567327f92e904ef0be2082da5e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: bower/repos/community-any/PKGBUILD (from rev 147898, 
bower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-28 09:06:35 UTC (rev 147899)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt  
+# Contributor: FadeMind 
+# Contributor: Tom Vincent 
+
+pkgname=bower
+pkgver=1.6.8
+pkgrel=1
+pkgdesc='A package manager for the web'
+arch=('any')
+url='http://bower.io/'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+

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

2015-11-28 Thread Felix Yan
Date: Saturday, November 28, 2015 @ 10:06:11
  Author: fyan
Revision: 147898

upgpkg: bower 1.6.8-1

Modified:
  bower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 09:05:28 UTC (rev 147897)
+++ PKGBUILD2015-11-28 09:06:11 UTC (rev 147898)
@@ -5,7 +5,7 @@
 # Contributor: Tom Vincent 
 
 pkgname=bower
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 pkgdesc='A package manager for the web'
 arch=('any')
@@ -12,11 +12,11 @@
 url='http://bower.io/'
 license=('MIT')
 depends=('nodejs')
-makedepends=('npm')
+makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('b26d7c13288a30b3a9bd24f2f09ab4ef'
+md5sums=('c35d401e0f72c55db6098db1473eb1c2'
  '135697567327f92e904ef0be2082da5e')
 
 package() {


[arch-commits] Commit in festival/trunk (7 files)

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 14:18:47
  Author: arojas
Revision: 252022

Update to 2.4

Added:
  festival/trunk/festival-2.4-compat.patch
  festival/trunk/festival-gcc47.patch
Modified:
  festival/trunk/PKGBUILD
  festival/trunk/festconfig.patch
  festival/trunk/festival-shared-build.patch
  festival/trunk/speechconfig.patch
Deleted:
  festival/trunk/festival.gcc47.patch

-+
 PKGBUILD|   56 +++---
 festconfig.patch|2 
 festival-2.4-compat.patch   |  365 ++
 festival-gcc47.patch|   59 ++
 festival-shared-build.patch |   52 -
 festival.gcc47.patch|  121 -
 speechconfig.patch  |7 
 7 files changed, 491 insertions(+), 171 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 09:48:25 UTC (rev 252021)
+++ PKGBUILD2015-11-28 13:18:47 UTC (rev 252022)
@@ -1,48 +1,48 @@
 # $Id$
 # Maintainer:
+# Contributor: netcrusher < tobias AT miglix DOT eu >
 # Contributor: Andrea Scarpino 
 # Contributor: Simo Leone 
 
 pkgname=festival
-pkgver=2.1
-pkgrel=6
+pkgver=2.4
+pkgrel=1
 pkgdesc="A general multi-lingual speech synthesis system"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.cstr.ed.ac.uk/projects/festival/;
-license=('BSD' 'GPL' 'custom')
-depends=('perl')
-makedepends=('hardening-wrapper')
+license=(BSD GPL custom)
+depends=(perl alsa-lib)
 options=('!makeflags')
-source=(http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}-release.tar.gz
-
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/speech_tools-${pkgver}-release.tar.gz
+source=(http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/$pkgname-$pkgver-release.tar.gz
+
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/speech_tools-$pkgver-release.tar.gz
 
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_CMU.tar.gz
 
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_OALD.tar.gz
 
http://www.cstr.ed.ac.uk/downloads/${pkgname}/${pkgver}/festlex_POSLEX.tar.gz
 speechconfig.patch
 festconfig.patch
+   festival-2.4-compat.patch
 festival-shared-build.patch
-festival.gcc47.patch
-festival-2.1-bettersonamehack.patch)
-md5sums=('c93eb3e389ed171ab9abd46afe8897a8'
- '6920ddc75b042910a3bcfee3ab106938'
+festival-gcc47.patch)
+md5sums=('49707d2f6744d5a67f81a96c36f7cb59'
+ '3d60e563135363eb2548d947f7ef4e14'
  '6a2ee4fed7c3ebedf197a3b8524ccb87'
  '84af32a914d996f57bc4cb36fe8cdc97'
  'aa80f9250065b318325f16fdad3a4484'
- 'c30ae990baca40c9c2b1d5cd27502139'
- '348cc033430aee7989463198818ae74c'
- '02f589688182527308e3fe8d1a82c056'
- 'ed738fdf981aaddbae6d00c3a0120d62'
- '85367db2b57bae214d1032e2fc896753')
+ '5a57ae18d71ba66dfd960519b97f4b18'
+ '6e088931b5279550b2aea4bf704bc42b'
+ '3bae028f01ef1fa523511f2ae452f0aa'
+ '9e0c5ce8c0bd5872c76d0570847f7668'
+ '253f00f5e0b10d4e36c06c7cb500f37c')
 
 prepare() {
-  cd $srcdir
-  patch -Np0 -i ${srcdir}/speechconfig.patch
-  patch -Np0 -i ${srcdir}/festconfig.patch
+  patch -Np0 -i speechconfig.patch
+  patch -Np0 -i festconfig.patch
 
   # fix build with new gcc versions and build shared libs - taken from Mageia
-  patch -Np0 -i ${srcdir}/festival-shared-build.patch
-  patch -Np0 -i ${srcdir}/festival-2.1-bettersonamehack.patch
-  patch -Np0 -i ${srcdir}/festival.gcc47.patch
+  patch -Np0 -i festival-shared-build.patch
+  patch -Np0 -i festival-gcc47.patch
+
+  patch -Np0 -i festival-2.4-compat.patch
   
   # Avoid make failure on making scripts and docs
   sed -i "s#examples bin doc#examples#" festival/Makefile
@@ -50,12 +50,12 @@
 
 build() {
   # Build Speech Tools first
-  cd "$srcdir/speech_tools"
+  cd speech_tools
   ./configure --prefix=/usr --sysconfdir=/etc
   make OPTIMISE_CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" 
OPTIMISE_CCFLAGS="${CFLAGS} -fno-strict-aliasing"
 
   # Build Festival itself
-  cd "$srcdir/festival"
+  cd ../festival
   ./configure --prefix=/usr --sysconfdir=/etc
   make OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}"
 }
@@ -62,7 +62,7 @@
 
 package() {
   # Install Speech Tools first
-  cd "$srcdir/speech_tools"
+  cd speech_tools
   install -dm755 
"$pkgdir"/usr/{bin,lib,include/speech_tools/{,instantiate,ling_class,rxp,sigpr,unix}}
 
   #binaries
@@ -81,7 +81,7 @@
 
   #headers
   for dir in {.,instantiate,ling_class,rxp,sigpr,unix}; do
-install -m644 -t "${pkgdir}"/usr/include/speech_tools/$dir include/$dir/*.h
+install -m644 -t "$pkgdir"/usr/include/speech_tools/$dir include/$dir/*.h
   done
 
   # Install Festival itself
@@ -104,7 +104,7 @@
 
   #libraries
   install -m755 src/lib/libFestival.so.* "$pkgdir"/usr/lib/
-  

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

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 10:24:50
  Author: arojas
Revision: 252019

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 252018, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 252018, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 252018, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-28 09:24:50 UTC (rev 252019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.7
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 252018, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-28 09:24:50 UTC (rev 252019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.7
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-28 Thread Antonio Rojas
Date: Saturday, November 28, 2015 @ 10:24:15
  Author: arojas
Revision: 252018

Update to 1.0.7

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 08:47:50 UTC (rev 252017)
+++ PKGBUILD2015-11-28 09:24:15 UTC (rev 252018)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('160e7cde6aafdb3dff1abf5ae384676367d04f2b')
+sha1sums=('db272a0c09a1fad721fe88e6e3942b9160bd0c61')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-28 Thread Pierre Schmitz
Date: Saturday, November 28, 2015 @ 09:47:18
  Author: pierre
Revision: 252016

upgpkg: php 5.6.16-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 07:44:45 UTC (rev 252015)
+++ PKGBUILD2015-11-28 08:47:18 UTC (rev 252016)
@@ -23,8 +23,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.6.15
-pkgrel=3
+pkgver=5.6.16
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -37,7 +37,7 @@
 "http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('c726a86238017c2d9db0171b14d300e7'
+md5sums=('3f1d999ed1f9cb5713c9a0161c557f2f'
  'SKIP'
  '39eff6cc99dae4ec3b52125e6229de7e'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'


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

2015-11-28 Thread Pierre Schmitz
Date: Saturday, November 28, 2015 @ 09:47:50
  Author: pierre
Revision: 252017

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 252016, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 252016, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 252016, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 252016, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php-fpm.install
(from rev 252016, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.service
(from rev 252016, php/trunk/php-fpm.service)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 252016, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 252016, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 252016, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 252016, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 252016, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 252016, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php-fpm.install
(from rev 252016, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.service
(from rev 252016, php/trunk/php-fpm.service)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 252016, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 252016, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.service
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.service
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

+
 /PKGBUILD  |  828 +++
 /apache.conf   |   26 +
 /logrotate.d.php-fpm   |   16 
 /php-fpm.conf.in.patch |  104 
 /php-fpm.install   |   18 
 /php-fpm.service   |   26 +
 /php-fpm.tmpfiles  |2 
 /php.ini.patch |  240 ++
 extra-i686/PKGBUILD|  414 -
 extra-i686/apache.conf |   13 
 extra-i686/logrotate.d.php-fpm |8 
 extra-i686/php-fpm.conf.in.patch   |   52 --
 extra-i686/php-fpm.install |9 
 extra-i686/php-fpm.service |   13 
 extra-i686/php-fpm.tmpfiles|1 
 extra-i686/php.ini.patch   |  120 -
 extra-x86_64/PKGBUILD  |  414 -
 extra-x86_64/apache.conf   |   13 
 extra-x86_64/logrotate.d.php-fpm   |8 
 extra-x86_64/php-fpm.conf.in.patch |   52 --
 extra-x86_64/php-fpm.install   |9 
 extra-x86_64/php-fpm.service   |   13 
 extra-x86_64/php-fpm.tmpfiles  |1 
 extra-x86_64/php.ini.patch |  120 -
 24 files changed, 1260 insertions(+), 1260 deletions(-)

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


[arch-commits] Commit in esmska (2 files)

2015-11-28 Thread Jaroslav Lichtblau
Date: Saturday, November 28, 2015 @ 18:41:00
  Author: jlichtblau
Revision: 147908

changelog date fixed

Modified:
  esmska/repos/community-any/esmska.changelog
  esmska/trunk/esmska.changelog

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

Modified: repos/community-any/esmska.changelog
===
--- repos/community-any/esmska.changelog2015-11-28 17:37:50 UTC (rev 
147907)
+++ repos/community-any/esmska.changelog2015-11-28 17:41:00 UTC (rev 
147908)
@@ -1,4 +1,4 @@
-2014-07-29 Jaroslav Lichtblau 
+2015-11-28 Jaroslav Lichtblau 
* esmska 1.9-1
 
 2014-07-29 Jaroslav Lichtblau 

Modified: trunk/esmska.changelog
===
--- trunk/esmska.changelog  2015-11-28 17:37:50 UTC (rev 147907)
+++ trunk/esmska.changelog  2015-11-28 17:41:00 UTC (rev 147908)
@@ -1,4 +1,4 @@
-2014-07-29 Jaroslav Lichtblau 
+2015-11-28 Jaroslav Lichtblau 
* esmska 1.9-1
 
 2014-07-29 Jaroslav Lichtblau 


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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:23:12
  Author: anatolik
Revision: 147903

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

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 147902, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 147902, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 147902, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-28 16:23:12 UTC (rev 147903)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.3.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('0cd224c6a352ad2e1d518d6ff57d5868494e0567')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 147902, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-28 16:23:12 UTC (rev 147903)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.3.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('0cd224c6a352ad2e1d518d6ff57d5868494e0567')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in esmska/trunk (PKGBUILD esmska.changelog)

2015-11-28 Thread Jaroslav Lichtblau
Date: Saturday, November 28, 2015 @ 18:37:37
  Author: jlichtblau
Revision: 147906

upgpkg: esmska 1.9-1 - new upstream release

Modified:
  esmska/trunk/PKGBUILD
  esmska/trunk/esmska.changelog

--+
 PKGBUILD |4 ++--
 esmska.changelog |   23 +--
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 16:29:27 UTC (rev 147905)
+++ PKGBUILD2015-11-28 17:37:37 UTC (rev 147906)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=esmska
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc="Program for sending SMS over the Internet"
 arch=('any')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('9a92150dfb8cbcccd8ef8e875ffbd13a61cabfee5b3f0af29c094adae35aea71')
+sha256sums=('f9dfcf0a16ec97c34bae04a1ccee23b2a034a7dd5ce1e4661d9d6b08b297b9ca')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: esmska.changelog
===
--- esmska.changelog2015-11-28 16:29:27 UTC (rev 147905)
+++ esmska.changelog2015-11-28 17:37:37 UTC (rev 147906)
@@ -1,30 +1,33 @@
-2014-07-29 Jaroslav Lichtblau 
+2014-07-29 Jaroslav Lichtblau 
+   * esmska 1.9-1
+
+2014-07-29 Jaroslav Lichtblau 
* esmska 1.8-1
 
-2013-12-25 Jaroslav Lichtblau 
+2013-12-25 Jaroslav Lichtblau 
* esmska 1.6-1
 
-2013-12-15 Jaroslav Lichtblau 
+2013-12-15 Jaroslav Lichtblau 
* esmska 1.5-1
 
-2013-06-15 Jaroslav Lichtblau 
+2013-06-15 Jaroslav Lichtblau 
* esmska 1.4-1
 
-2012-12-16 Jaroslav Lichtblau 
+2012-12-16 Jaroslav Lichtblau 
* esmska 1.3-1
 
-2012-02-20 Jaroslav Lichtblau 
+2012-02-20 Jaroslav Lichtblau 
* esmska 1.2-1
 
-2011-12-13 Jaroslav Lichtblau 
+2011-12-13 Jaroslav Lichtblau 
* esmska 1.1-1
 
-2011-09-09 Jaroslav Lichtblau 
+2011-09-09 Jaroslav Lichtblau 
* esmska 1-1
 
-2011-07-20 Jaroslav Lichtblau 
+2011-07-20 Jaroslav Lichtblau 
* esmska 0.22.2-1
 
-2011-07-07 Jaroslav Lichtblau 
+2011-07-07 Jaroslav Lichtblau 
* esmska 0.22.1-1
* moved to [community] with 66 AUR votes


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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:02:53
  Author: anatolik
Revision: 252026

upgpkg: intel-tbb 4.4_20151115-1

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 15:54:44 UTC (rev 252025)
+++ PKGBUILD2015-11-28 16:02:53 UTC (rev 252026)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=4.4_20151010
+pkgver=4.4_20151115
 _dir=tbb${pkgver/\./}oss
 pkgrel=1
 pkgdesc='High level abstract threading library'
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('e28fdac66a971770d00f658c1c81e60b957fa5f0')
+sha1sums=('5d81fe397e97e74a5645ce30c5b218852c799f07')
 
 build() {
   cd $_dir


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

2015-11-28 Thread Andreas Radke
Date: Saturday, November 28, 2015 @ 16:54:44
  Author: andyrtr
Revision: 252025

prepare next release

Modified:
  libreoffice-fresh/trunk/PKGBUILD.51

-+
 PKGBUILD.51 |   38 +-
 1 file changed, 25 insertions(+), 13 deletions(-)

Modified: PKGBUILD.51
===
--- PKGBUILD.51 2015-11-28 13:20:29 UTC (rev 252024)
+++ PKGBUILD.51 2015-11-28 15:54:44 UTC (rev 252025)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.1.0.0.alpha1
+_LOver=5.1.0.0.beta1-buildfix1
 pkgver=5.1.0
-pkgrel=0.1 # alpha1
+pkgrel=0.2 # beta1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -48,7 +48,7 @@

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

${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2015-06-08.tar.bz2
+   ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -58,7 +58,7 @@

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip

${_additional_source_url}/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
${_additional_source_url}/libfreehand-0.1.1.tar.bz2
-   
${_additional_source_url}/80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
+   
${_additional_source_url}/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
@@ -82,7 +82,7 @@
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   language-subtag-registry-2015-06-08.tar.bz2
+   language-subtag-registry-2015-08-04.tar.bz2
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -92,14 +92,14 @@
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
libfreehand-0.1.1.tar.bz2
-   80d063d6db4c010e18c606af8aed6231-liblangtag-0.5.7.tar.bz2
+   aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-md5sums=('146d7f35639c93da3995009b9caabb9d'
+md5sums=('2fdc702c6f898c01978b5a1952ae3213'
  'SKIP'
- '9e3be1d7779d89f0850da6c776d11489'
+ 'e64622585ef8a57399ac4b1a52ec3b2a'
  'SKIP'
- 'a6ec18586a09c3d7f136cfc2418df6dd'
+ '4764b30bc62dbc45e0dc7897b1c82bb2'
  'SKIP'
  '6aa9a5c6a4ca1016edd0ed1178e3cb87'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -121,7 +121,7 @@
  'db60e4fde8dd6d6807523deb71ee34dc'
  '10d61fbaa6a06348823651b1bd7940fe'
  '0168229624cfac409e766913506961a8'
- 'd431bd8a70455be1fa8523fa633c005b'
+ 'bf5986dbfa1c9a0f26cf1b00ed369484'
  '4b87018f7fff1d054939d19920b751a0'
  '4ca8a6ef0afeefc864e9ef21b9f14bd6'
  '17410483b5b5f267aa18b7e00b65e6e0'
@@ -131,13 +131,17 @@
  'ba2930200c9f019c2d93a8c88c651a0f'
  '5821b806a98e6c38370970e682ce76e8'
  '8cf70c5dc4d24d2dc4a107f509d2d6d7'
- '80d063d6db4c010e18c606af8aed6231'
+ 'aa899eff126216dafe721149fbdb511b'
  '185d60944ea767075d27247c3162b3bc'
  'dcb5ad3e5f7139227677ea064b075422'
- '4195735a80876ae812fca5736b50192a'
- 'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
+ '40680393752d98bcb590f1f62efa61a9'
+ 'f82232620f3e27d1532c49af4b36ce9a')
 
 prepare() {
+   
+   _LOver=${_LOver/-buildfix1/}
+   echo ${_LOver}
+   
cd libreoffice-$_LOver
 
# move external sources into place
@@ -169,9 +173,13 @@
 
# qt4 fix
sed -i "s:qmake:qmake-qt4:g" configure.ac
+   
+   # mdds 1.0.0 fix
+   sed -i "s:mdds >= 0.12.0:mdds-1.0 >= 0.12.0:g" configure.ac
 }
 
 build() {
+   _LOver=${_LOver/-buildfix1/}
cd libreoffice-$_LOver
 
# strip -s from Makeflags in case you use it to shorten build logs
@@ -275,6 +283,8 @@

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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:29:27
  Author: anatolik
Revision: 147905

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-28 16:28:49 UTC (rev 147904)
+++ community-i686/PKGBUILD 2015-11-28 16:29:27 UTC (rev 147905)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.2.11
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 147904, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-28 16:29:27 UTC (rev 147905)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.2.12
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-28 16:28:49 UTC (rev 147904)
+++ community-x86_64/PKGBUILD   2015-11-28 16:29:27 UTC (rev 147905)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.2.11
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 

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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:28:49
  Author: anatolik
Revision: 147904

upgpkg: fio 2.2.12-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 16:23:12 UTC (rev 147903)
+++ PKGBUILD2015-11-28 16:28:49 UTC (rev 147904)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -16,11 +16,11 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('a11a6c6843500c7335599aa91c94af4a3a62374bc6f046f2e060e1c19f8fa89d')
 
 prepare() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
 
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
 }
@@ -27,12 +27,12 @@
 
 # TODO: enable rdma, need to move the libraries from AUR
 build() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   ./configure --enable-gfio --extra-cflags="$CFLAGS"
 }
 
 package() {
-  cd fio-$pkgver
+  cd fio-fio-$pkgver
   make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
 
   # documentation


[arch-commits] Commit in esmska/repos/community-any (6 files)

2015-11-28 Thread Jaroslav Lichtblau
Date: Saturday, November 28, 2015 @ 18:37:50
  Author: jlichtblau
Revision: 147907

archrelease: copy trunk to community-any

Added:
  esmska/repos/community-any/PKGBUILD
(from rev 147906, esmska/trunk/PKGBUILD)
  esmska/repos/community-any/esmska.changelog
(from rev 147906, esmska/trunk/esmska.changelog)
  esmska/repos/community-any/esmska.install
(from rev 147906, esmska/trunk/esmska.install)
Deleted:
  esmska/repos/community-any/PKGBUILD
  esmska/repos/community-any/esmska.changelog
  esmska/repos/community-any/esmska.install

--+
 PKGBUILD |   98 ++---
 esmska.changelog |   63 +-
 esmska.install   |   26 +++---
 3 files changed, 95 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-28 17:37:37 UTC (rev 147906)
+++ PKGBUILD2015-11-28 17:37:50 UTC (rev 147907)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=esmska
-pkgver=1.8
-pkgrel=1
-pkgdesc="Program for sending SMS over the Internet"
-arch=('any')
-url="http://esmska.googlecode.com/;
-license=('AGPL' 'custom')
-depends=('java-runtime' 'desktop-file-utils')
-makedepends=('apache-ant')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('9a92150dfb8cbcccd8ef8e875ffbd13a61cabfee5b3f0af29c094adae35aea71')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ant clean jar
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/dist
-
-  install -d "${pkgdir}"/usr/share/java/$pkgname
-  cp -a * "${pkgdir}"/usr/share/java/$pkgname
-
-#.desktop + icon files
-  install -D -m644 "${srcdir}"/$pkgname-$pkgver/resources/$pkgname.desktop \
-"${pkgdir}"/usr/share/applications/$pkgname.desktop
-  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/icons/$pkgname.png \
-"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  ln -s /usr/share/java/$pkgname/$pkgname.sh \
-"${pkgdir}"/usr/bin/$pkgname
-
-#licenses
-  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/license/license.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/license/gnu-agpl.txt \
-"${pkgdir}"/usr/share/licenses/$pkgname/AGPL
-
-#removing unneeded
-  rm "${pkgdir}"/usr/share/java/$pkgname/$pkgname.exe
-}

Copied: esmska/repos/community-any/PKGBUILD (from rev 147906, 
esmska/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-28 17:37:50 UTC (rev 147907)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=esmska
+pkgver=1.9
+pkgrel=1
+pkgdesc="Program for sending SMS over the Internet"
+arch=('any')
+url="http://esmska.googlecode.com/;
+license=('AGPL' 'custom')
+depends=('java-runtime' 'desktop-file-utils')
+makedepends=('apache-ant')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/kparal/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f9dfcf0a16ec97c34bae04a1ccee23b2a034a7dd5ce1e4661d9d6b08b297b9ca')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ant clean jar
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/dist
+
+  install -d "${pkgdir}"/usr/share/java/$pkgname
+  cp -a * "${pkgdir}"/usr/share/java/$pkgname
+
+#.desktop + icon files
+  install -D -m644 "${srcdir}"/$pkgname-$pkgver/resources/$pkgname.desktop \
+"${pkgdir}"/usr/share/applications/$pkgname.desktop
+  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/icons/$pkgname.png \
+"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  ln -s /usr/share/java/$pkgname/$pkgname.sh \
+"${pkgdir}"/usr/bin/$pkgname
+
+#licenses
+  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/license/license.txt \
+"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 "${srcdir}"/$pkgname-$pkgver/include/license/gnu-agpl.txt \
+"${pkgdir}"/usr/share/licenses/$pkgname/AGPL
+
+#removing unneeded
+  rm "${pkgdir}"/usr/share/java/$pkgname/$pkgname.exe
+}

Deleted: esmska.changelog
===
--- esmska.changelog2015-11-28 17:37:37 UTC (rev 147906)
+++ esmska.changelog2015-11-28 17:37:50 UTC (rev 147907)
@@ -1,30 +0,0 @@
-2014-07-29 Jaroslav Lichtblau 
-   * esmska 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * esmska 1.6-1
-
-2013-12-15 Jaroslav Lichtblau 
-   * esmska 1.5-1
-
-2013-06-15 Jaroslav Lichtblau 
-   * esmska 1.4-1
-
-2012-12-16 Jaroslav 

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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:03:33
  Author: anatolik
Revision: 252027

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

Added:
  intel-tbb/repos/testing-i686/PKGBUILD
(from rev 252026, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/testing-x86_64/PKGBUILD
(from rev 252026, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/testing-i686/PKGBUILD
  intel-tbb/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-11-28 16:02:53 UTC (rev 252026)
+++ testing-i686/PKGBUILD   2015-11-28 16:03:33 UTC (rev 252027)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.4_20151010
-_dir=tbb${pkgver/\./}oss
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('e28fdac66a971770d00f658c1c81e60b957fa5f0')
-
-build() {
-  cd $_dir
-  make
-}
-
-package() {
-  cd $_dir
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-}

Copied: intel-tbb/repos/testing-i686/PKGBUILD (from rev 252026, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-28 16:03:33 UTC (rev 252027)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.4_20151115
+_dir=tbb${pkgver/\./}oss
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('5d81fe397e97e74a5645ce30c5b218852c799f07')
+
+build() {
+  cd $_dir
+  make
+}
+
+package() {
+  cd $_dir
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-11-28 16:02:53 UTC (rev 252026)
+++ testing-x86_64/PKGBUILD 2015-11-28 16:03:33 UTC (rev 252027)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=4.4_20151010
-_dir=tbb${pkgver/\./}oss
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('e28fdac66a971770d00f658c1c81e60b957fa5f0')
-
-build() {
-  cd $_dir
-  make
-}
-
-package() {
-  cd $_dir
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-}

Copied: intel-tbb/repos/testing-x86_64/PKGBUILD (from rev 252026, 
intel-tbb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-28 16:03:33 UTC (rev 252027)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=4.4_20151115
+_dir=tbb${pkgver/\./}oss
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('5d81fe397e97e74a5645ce30c5b218852c799f07')
+
+build() {
+  cd $_dir
+  make
+}
+
+package() {
+  cd $_dir
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb 

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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:13:50
  Author: anatolik
Revision: 252029

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

Added:
  nghttp2/repos/testing-i686/
  nghttp2/repos/testing-i686/PKGBUILD
(from rev 252028, nghttp2/trunk/PKGBUILD)
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 252028, nghttp2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 252028, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-28 16:13:50 UTC (rev 252029)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('8a00e819523bddecad9aad2b0bae9157a343a0d67cba1b78547ae63ba1413dac')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 252028, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-28 16:13:50 UTC (rev 252029)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('8a00e819523bddecad9aad2b0bae9157a343a0d67cba1b78547ae63ba1413dac')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:13:10
  Author: anatolik
Revision: 252028

upgpkg: nghttp2 1.5.0-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 16:03:33 UTC (rev 252027)
+++ PKGBUILD2015-11-28 16:13:10 UTC (rev 252028)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('9e6376ea19a3d99371bd7356cc26628e47ae28cc31e2d60b8fd37e49709f886f')
+sha256sums=('8a00e819523bddecad9aad2b0bae9157a343a0d67cba1b78547ae63ba1413dac')
 
 build() {
   cd nghttp2-$pkgver


[arch-commits] Commit in msgpack-c/trunk (PKGBUILD fix_test_failure.patch)

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:22:40
  Author: anatolik
Revision: 147902

upgpkg: msgpack-c 1.3.0-1

Modified:
  msgpack-c/trunk/PKGBUILD
Deleted:
  msgpack-c/trunk/fix_test_failure.patch

+
 PKGBUILD   |   14 +++---
 fix_test_failure.patch |   25 -
 2 files changed, 3 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 09:47:56 UTC (rev 147901)
+++ PKGBUILD2015-11-28 16:22:40 UTC (rev 147902)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=1.2.0
+pkgver=1.3.0
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -12,17 +12,9 @@
 license=(Apache)
 depends=(glibc)
 checkdepends=(gtest)
-source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
-fix_test_failure.patch)
-sha1sums=('ddd3039fe6629451c5bea338566e763a9445577b'
-  'c6abea80cb55279c024d20fc632422c54a603461')
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('0cd224c6a352ad2e1d518d6ff57d5868494e0567')
 
-prepare() {
-  cd msgpack-c-$_tag
-  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  # patch -p1 < ../fix_test_failure.patch
-}
-
 build() {
   cd msgpack-c-$_tag 
   ./bootstrap

Deleted: fix_test_failure.patch
===
--- fix_test_failure.patch  2015-11-28 09:47:56 UTC (rev 147901)
+++ fix_test_failure.patch  2015-11-28 16:22:40 UTC (rev 147902)
@@ -1,25 +0,0 @@
-commit c203928fae924e017f39afb2723414d458fc01a1
-Author: Daiki Ueno 
-Date:   Thu Jul 17 18:38:04 2014 +0900
-
-Fix test failure regarding int->float conversion
-
-Supply only small integers (< 1^23) to int->float conversion tests,
-so they can roundtrip without error.
-
-diff --git a/test/msgpack_test.cpp b/test/msgpack_test.cpp
-index fb35c68..6917caf 100644
 a/test/msgpack_test.cpp
-+++ b/test/msgpack_test.cpp
-@@ -201,10 +201,8 @@ TYPED_TEST_P(IntegerToFloatingPointTest, simple_buffer)
-   v.push_back(1);
-   if (numeric_limits::is_signed) v.push_back(-1);
-   else v.push_back(2);
--  v.push_back(numeric_limits::min());
--  v.push_back(numeric_limits::max());
-   for (unsigned int i = 0; i < kLoop; i++) {
--v.push_back(rand());
-+v.push_back(rand() % 0x7F);
-   }
-   for (unsigned int i = 0; i < v.size() ; i++) {
- msgpack::sbuffer sbuf;


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

2015-11-28 Thread Bartłomiej Piotrowski
Date: Saturday, November 28, 2015 @ 20:28:45
  Author: bpiotrowski
Revision: 252031

upgpkg: lvm2 2.02.134-2

backport patch that fixes lvm2 failing to find cache metadata if cache policy
is missing (FS#47196)

Added:
  
lvm2/trunk/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
Modified:
  lvm2/trunk/PKGBUILD

---+
 PKGBUILD   
   |   11 
 
lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
 |  116 ++
 2 files changed, 124 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 19:12:32 UTC (rev 252030)
+++ PKGBUILD2015-11-28 19:28:45 UTC (rev 252031)
@@ -5,7 +5,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.134
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -16,7 +16,8 @@
 lvm2_hook
 sd-lvm2_install
 11-dm-initramfs.rules
-lvm2-make-sockets-static.patch)
+lvm2-make-sockets-static.patch
+
lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch)
 sha1sums=('4180405b7847515a08def649d3140b5d8bd0e258'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
@@ -23,7 +24,8 @@
   'ff0fdf0a3005a41acd4b36865056109effc3474b'
   '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
   'f6a554eea9557c3c236df2943bb6e7e723945c41'
-  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94'
+  '19c61c9c240cbef44833a1112305f6f7450e8140')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
 
 prepare() {
@@ -34,6 +36,9 @@
 
   # make systemd sockets static
   patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+
+  # lvm2 fails to detect cache metadata if cache policy is missing
+  patch -p1 -i 
"${srcdir}"/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
 }
 
 build() {

Added: 
lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
===
--- 
lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
   (rev 0)
+++ 
lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
   2015-11-28 19:28:45 UTC (rev 252031)
@@ -0,0 +1,116 @@
+commit 265a99e98a81113c2f27f0e4d6c5b73d198ed586
+Author: Peter Rajnoha 
+Date:   Tue Nov 24 11:28:31 2015 +0100
+
+Fix reading of old cache metadata.
+---
+ lib/cache_segtype/cache.c| 34 +
+ test/shell/lvchange-cache-old.sh | 41 
+ 2 files changed, 75 insertions(+)
+
+diff --git a/lib/cache_segtype/cache.c b/lib/cache_segtype/cache.c
+index 85cba18..2a7eb96 100644
+--- a/lib/cache_segtype/cache.c
 b/lib/cache_segtype/cache.c
+@@ -34,6 +34,32 @@ static unsigned _feature_mask;
+ log_error(t " segment %s of logical volume %s.", ## p,\
+   dm_config_parent_name(sn), seg->lv->name), 0;
+ 
++/*
++ * When older metadata are loaded without newer settings,
++ * set then to default settings (the one that could have been
++ * used implicitely at that time).
++ *
++ * Needs both segments cache and cache_pool to be loaded.
++ */
++static int _fix_missing_defaults(struct lv_segment *cpool_seg)
++{
++  if (!cpool_seg->policy_name) {
++  cpool_seg->policy_name = "mq";
++  log_verbose("Cache is missing cache policy, using %s.",
++  cpool_seg->policy_name);
++  }
++
++  if (!cache_mode_is_set(cpool_seg)) {
++  if (!cache_set_mode(cpool_seg, "writethrough")) {
++  log_error(INTERNAL_ERROR "Failed to writethrough cache 
mode.");
++  return 0;
++  }
++  log_verbose("Cache is missing cache mode, using %s.",
++  get_cache_mode_name(cpool_seg));
++  }
++
++  return 1;
++}
+ 
+ static int _cache_pool_text_import(struct lv_segment *seg,
+  const struct dm_config_node *sn,
+@@ -115,6 +141,10 @@ static int _cache_pool_text_import(struct lv_segment *seg,
+   if (!attach_pool_metadata_lv(seg, meta_lv))
+   return_0;
+ 
++  if (!dm_list_empty(>lv->segs_using_this_lv) &&
++  !_fix_missing_defaults(seg))
++  return_0;
++
+   return 1;
+ }
+ 
+@@ -319,6 +349,10 @@ static int _cache_text_import(struct lv_segment *seg,
+   if (!attach_pool_lv(seg, pool_lv, NULL, NULL))
+   return_0;
+ 
++  if (!dm_list_empty(_lv->segments) &&
++  !_fix_missing_defaults(first_seg(pool_lv)))

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

2015-11-28 Thread Jan Steffens
Date: Saturday, November 28, 2015 @ 23:31:58
  Author: heftig
Revision: 252035

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

Added:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
(from rev 252034, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
(from rev 252034, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-i686/0003-Enable-subpixel-hinting.patch
(from rev 252034, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 252034, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-i686/PKGBUILD
(from rev 252034, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-i686/freetype2.install
(from rev 252034, freetype2/trunk/freetype2.install)
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
(from rev 252034, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 252034, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/extra-x86_64/0003-Enable-subpixel-hinting.patch
(from rev 252034, freetype2/trunk/0003-Enable-subpixel-hinting.patch)
  freetype2/repos/extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch
(from rev 252034, 
freetype2/trunk/0004-Mask-subpixel-hinting-with-an-env-var.patch)
  freetype2/repos/extra-x86_64/PKGBUILD
(from rev 252034, freetype2/trunk/PKGBUILD)
  freetype2/repos/extra-x86_64/freetype2.install
(from rev 252034, freetype2/trunk/freetype2.install)
Deleted:
  freetype2/repos/extra-i686/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-i686/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-i686/0003-Enable-subpixel-hinting.patch
  freetype2/repos/extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch
  freetype2/repos/extra-i686/PKGBUILD
  freetype2/repos/extra-i686/freetype2.install
  freetype2/repos/extra-x86_64/0001-Enable-table-validation-modules.patch
  freetype2/repos/extra-x86_64/0002-Enable-subpixel-rendering.patch
  freetype2/repos/extra-x86_64/0003-Enable-subpixel-hinting.patch
  freetype2/repos/extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch
  freetype2/repos/extra-x86_64/PKGBUILD
  freetype2/repos/extra-x86_64/freetype2.install

---+
 /0001-Enable-table-validation-modules.patch   |   68 ++
 /0002-Enable-subpixel-rendering.patch |   50 
 /0003-Enable-subpixel-hinting.patch   |   50 
 /0004-Mask-subpixel-hinting-with-an-env-var.patch |   62 +
 /PKGBUILD |  112 ++
 /freetype2.install|   16 +
 extra-i686/0001-Enable-table-validation-modules.patch |   34 ---
 extra-i686/0002-Enable-subpixel-rendering.patch   |   25 --
 extra-i686/0003-Enable-subpixel-hinting.patch |   25 --
 extra-i686/0004-Mask-subpixel-hinting-with-an-env-var.patch   |   31 --
 extra-i686/PKGBUILD   |   55 
 extra-i686/freetype2.install  |8 
 extra-x86_64/0001-Enable-table-validation-modules.patch   |   34 ---
 extra-x86_64/0002-Enable-subpixel-rendering.patch |   25 --
 extra-x86_64/0003-Enable-subpixel-hinting.patch   |   25 --
 extra-x86_64/0004-Mask-subpixel-hinting-with-an-env-var.patch |   31 --
 extra-x86_64/PKGBUILD |   55 
 extra-x86_64/freetype2.install|8 
 18 files changed, 358 insertions(+), 356 deletions(-)

Deleted: extra-i686/0001-Enable-table-validation-modules.patch
===
--- extra-i686/0001-Enable-table-validation-modules.patch   2015-11-28 
22:30:14 UTC (rev 252034)
+++ extra-i686/0001-Enable-table-validation-modules.patch   2015-11-28 
22:31:58 UTC (rev 252035)
@@ -1,34 +0,0 @@
-From 27f765b5f41638de36de728e9018a1400b0be615 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index 2984e51..a5db21d 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -129,7 

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

2015-11-28 Thread Bartłomiej Piotrowski
Date: Saturday, November 28, 2015 @ 20:29:11
  Author: bpiotrowski
Revision: 252032

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 252031, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 252031, lvm2/trunk/PKGBUILD)
  
lvm2/repos/testing-i686/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
(from rev 252031, 
lvm2/trunk/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 252031, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 252031, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 252031, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 252031, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 252031, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 252031, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 252031, lvm2/trunk/PKGBUILD)
  
lvm2/repos/testing-x86_64/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
(from rev 252031, 
lvm2/trunk/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 252031, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 252031, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 252031, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 252031, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 252031, lvm2/trunk/sd-lvm2_install)

--+
 testing-i686/11-dm-initramfs.rules 
  |3 
 testing-i686/PKGBUILD  
  |  108 +
 
testing-i686/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
   |  116 ++
 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
  |  108 +
 
testing-x86_64/lvm2-2.02.135-fix-reading-of-old-metadata-with-missing-cache-policy-or-mode.patch
 |  116 ++
 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 ++
 16 files changed, 700 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 252031, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-11-28 19:29:11 UTC (rev 252032)
@@ -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 252031, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-28 19:29:11 UTC (rev 252032)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.134
+pkgrel=2
+arch=('i686' 'x86_64')

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

2015-11-28 Thread Jan Steffens
Date: Saturday, November 28, 2015 @ 23:30:14
  Author: heftig
Revision: 252034

2.6.2

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 19:47:17 UTC (rev 252033)
+++ PKGBUILD2015-11-28 22:30:14 UTC (rev 252034)
@@ -2,15 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=freetype2
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="TrueType font rendering library"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.freetype.org/;
-# adding harfbuzz for improved OpenType features auto-hinting 
+# adding harfbuzz for improved OpenType features auto-hinting
 # introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
 depends=('zlib' 'bzip2' 'sh' 'libpng' 'harfbuzz')
+provides=('libfreetype.so')
 install=freetype2.install
 
source=(http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
 0001-Enable-table-validation-modules.patch
@@ -17,7 +18,7 @@
 0002-Enable-subpixel-rendering.patch
 0003-Enable-subpixel-hinting.patch
 0004-Mask-subpixel-hinting-with-an-env-var.patch)
-sha1sums=('393447fbf64c107b20a1ccc9e9a9a52f39786ae0'
+sha1sums=('29c22b85b77cb22cf95c13e7062e21f39fe6b17a'
   'SKIP'
   '1c7bc438df0428a63f881e7e4343b22c5b09ecb1'
   'e2d2b8c4847ab9cfd497179c7140835e99ece711'


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

2015-11-28 Thread Kyle Keen
Date: Saturday, November 28, 2015 @ 22:21:43
  Author: kkeen
Revision: 147909

upgpkg: umurmur 0.2.16_a-3  FS#47208 mbledtls rebuild

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 17:41:00 UTC (rev 147908)
+++ PKGBUILD2015-11-28 21:21:43 UTC (rev 147909)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.16_a
-pkgrel=2
+pkgrel=3
 pkgdesc='Minimalistic Mumble server'
 arch=('i686' 'x86_64')
 url='https://github.com/umurmur/umurmur'


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

2015-11-28 Thread Kyle Keen
Date: Saturday, November 28, 2015 @ 22:22:18
  Author: kkeen
Revision: 147910

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

Added:
  umurmur/repos/community-i686/PKGBUILD
(from rev 147909, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-i686/mbedtls2.patch
(from rev 147909, umurmur/trunk/mbedtls2.patch)
  umurmur/repos/community-i686/umurmur.install
(from rev 147909, umurmur/trunk/umurmur.install)
  umurmur/repos/community-i686/umurmur.service
(from rev 147909, umurmur/trunk/umurmur.service)
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 147909, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-x86_64/mbedtls2.patch
(from rev 147909, umurmur/trunk/mbedtls2.patch)
  umurmur/repos/community-x86_64/umurmur.install
(from rev 147909, umurmur/trunk/umurmur.install)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 147909, umurmur/trunk/umurmur.service)
Deleted:
  umurmur/repos/community-i686/PKGBUILD
  umurmur/repos/community-i686/mbedtls2.patch
  umurmur/repos/community-i686/umurmur.install
  umurmur/repos/community-i686/umurmur.service
  umurmur/repos/community-x86_64/PKGBUILD
  umurmur/repos/community-x86_64/mbedtls2.patch
  umurmur/repos/community-x86_64/umurmur.install
  umurmur/repos/community-x86_64/umurmur.service

--+
 /PKGBUILD|   86 
 /mbedtls2.patch  | 4402 +
 /umurmur.install |   26 
 /umurmur.service |   30 
 community-i686/PKGBUILD  |   43 
 community-i686/mbedtls2.patch| 2201 --
 community-i686/umurmur.install   |   13 
 community-i686/umurmur.service   |   15 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/mbedtls2.patch  | 2201 --
 community-x86_64/umurmur.install |   13 
 community-x86_64/umurmur.service |   15 
 12 files changed, 4544 insertions(+), 4544 deletions(-)

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


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

2015-11-28 Thread Felix Yan
Date: Sunday, November 29, 2015 @ 00:46:42
  Author: fyan
Revision: 252037

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-28 23:46:23 UTC (rev 252036)
+++ PKGBUILD2015-11-28 23:46:42 UTC (rev 252037)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.6.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('50752fc55fe70c1fe7c84d27d6dd046da376e0656c957e36709923ed129dcecf09637e35d64cc677d1e75612b2fc53f3213c97e8bed816dff5248085756a1882')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 252036, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-28 23:46:42 UTC (rev 252037)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=18.7
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-11-28 Thread Levente Polyak
Date: Sunday, November 29, 2015 @ 00:13:53
  Author: anthraxx
Revision: 147912

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-28 23:13:42 UTC (rev 147911)
+++ community-i686/PKGBUILD 2015-11-28 23:13:53 UTC (rev 147912)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.94b
-pkgrel=2
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 147911, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-28 23:13:53 UTC (rev 147912)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=1.95b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url="http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-28 23:13:42 UTC (rev 147911)
+++ community-x86_64/PKGBUILD   2015-11-28 23:13:53 UTC (rev 147912)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=1.94b
-pkgrel=2
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url="http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-)
-makedepends=('clang' 'llvm' 'gcc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr 

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

2015-11-28 Thread Levente Polyak
Date: Sunday, November 29, 2015 @ 00:13:42
  Author: anthraxx
Revision: 147911

upgpkg: afl 1.95b-1

upgpkg: afl 1.95b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 21:22:18 UTC (rev 147910)
+++ PKGBUILD2015-11-28 23:13:42 UTC (rev 147911)
@@ -2,8 +2,8 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=1.94b
-pkgrel=2
+pkgver=1.95b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
 url="http://lcamtuf.coredump.cx/afl/;
@@ -13,6 +13,7 @@
   'gcc: gcc instrumentation support'
   'clang: clang instrumentation support'
   'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
 )
 makedepends=('clang' 'llvm' 'gcc')
 provides=('american-fuzzy-lop')
@@ -19,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('513c01348c7087f3f1f716440af273d342466089400822784d670739bec4ab6094b8d085933ffecc0fb69f966bdc99ed3bfad5966065036c2b8a5015a39683c4')
+sha512sums=('833f8a5d6f1c80afcfe07dd07f845f502106be5aa647f50a8ac430cfc929731f339797e74cbf835629de441af3dd5171fa99a8d9844f31a34fa65ee645850420')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-11-28 Thread Felix Yan
Date: Sunday, November 29, 2015 @ 00:46:23
  Author: fyan
Revision: 252036

upgpkg: python-setuptools 1:18.7-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 22:31:58 UTC (rev 252035)
+++ PKGBUILD2015-11-28 23:46:23 UTC (rev 252036)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.6.1
+pkgver=18.7
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('50752fc55fe70c1fe7c84d27d6dd046da376e0656c957e36709923ed129dcecf09637e35d64cc677d1e75612b2fc53f3213c97e8bed816dff5248085756a1882')
+sha512sums=('7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-11-28 Thread Felix Yan
Date: Sunday, November 29, 2015 @ 07:24:35
  Author: fyan
Revision: 147914

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 147913, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 147913, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-29 06:24:12 UTC (rev 147913)
+++ PKGBUILD2015-11-29 06:24:35 UTC (rev 147914)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151122
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('33ecf2e5ce13a4971e51c8d22c61d029'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 147913, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-29 06:24:35 UTC (rev 147914)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151129
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('0548ac54732f1c55ca2f72bc9e17a2ec'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-11-29 06:24:12 UTC (rev 147913)
+++ skk-jisyo.install   2015-11-29 06:24:35 UTC (rev 147914)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 147913, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-11-29 06:24:35 UTC (rev 147914)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-11-28 Thread Felix Yan
Date: Sunday, November 29, 2015 @ 07:24:12
  Author: fyan
Revision: 147913

upgpkg: skk-jisyo 20151129-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-28 23:13:53 UTC (rev 147912)
+++ PKGBUILD2015-11-29 06:24:12 UTC (rev 147913)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151122
+pkgver=20151129
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('33ecf2e5ce13a4971e51c8d22c61d029'
+md5sums=('0548ac54732f1c55ca2f72bc9e17a2ec'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'