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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 08:52:01
  Author: fyan
Revision: 165576

archrelease: copy trunk to community-any

Added:
  fira-sans/repos/community-any/PKGBUILD
(from rev 165575, fira-sans/trunk/PKGBUILD)
  fira-sans/repos/community-any/otf.install
(from rev 165575, fira-sans/trunk/otf.install)
  fira-sans/repos/community-any/ttf.install
(from rev 165575, fira-sans/trunk/ttf.install)
Deleted:
  fira-sans/repos/community-any/PKGBUILD
  fira-sans/repos/community-any/otf.install
  fira-sans/repos/community-any/ttf.install

-+
 PKGBUILD|  105 --
 otf.install |   30 
 ttf.install |   30 
 3 files changed, 82 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 07:51:37 UTC (rev 165575)
+++ PKGBUILD2016-03-08 07:52:01 UTC (rev 165576)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=fira-sans
-pkgname=(ttf-fira-sans otf-fira-sans)
-pkgver=4.104
-_commit=54736c99038cc308a5dbbddc2101630f26a6b333
-pkgrel=1
-epoch=1
-pkgdesc="Mozilla's typeface designed for Firefox OS"
-arch=('any')
-license=('custom:OFL')
-url='https://github.com/mozilla/Fira'
-makedepends=('git')
-depends=('fontconfig' 'xorg-font-utils')
-source=("git+https://github.com/mozilla/Fira.git#commit=$_commit;
-ttf.install otf.install)
-md5sums=('SKIP'
- '9d795e681b14231a6f234c8d2a6d9957'
- '56bf7b135ff34a40513d5a832d882bff')
-
-function _package {
-cd "$srcdir/Fira"
-
-case "$1" in
-ttf-fira-sans)
-pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
-install=ttf.install
-cd ttf
-fonts=(FiraSans-*.ttf)
-installdir=TTF;;
-otf-fira-sans)
-pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
-install=otf.install
-cd otf
-fonts=(FiraSans-*.otf)
-installdir=OTF;;
-esac
-
-# Prepare destination directory
-install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
-# Install fonts
-for font in "${fonts[@]}"; do
-install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
-done
-
-install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"  
 
-}
-
-for _pkgname in ${pkgname[@]}; do
-eval "function package_$_pkgname() { _package $_pkgname; }"
-done

Copied: fira-sans/repos/community-any/PKGBUILD (from rev 165575, 
fira-sans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-08 07:52:01 UTC (rev 165576)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=fira-sans
+pkgname=(ttf-fira-sans otf-fira-sans)
+pkgver=4.202
+pkgrel=1
+epoch=1
+pkgdesc="Mozilla's typeface designed for Firefox OS"
+arch=('any')
+license=('custom:OFL')
+url='https://github.com/mozilla/Fira'
+makedepends=('git')
+depends=('fontconfig' 'xorg-font-utils')
+source=("git+https://github.com/mozilla/Fira.git#tag=$pkgver;
+ttf.install otf.install)
+md5sums=('SKIP'
+ '9d795e681b14231a6f234c8d2a6d9957'
+ '56bf7b135ff34a40513d5a832d882bff')
+
+function _package {
+cd "$srcdir/Fira"
+
+case "$1" in
+ttf-fira-sans)
+pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
+install=ttf.install
+cd ttf
+fonts=(FiraSans*.ttf)
+installdir=TTF;;
+otf-fira-sans)
+pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
+install=otf.install
+cd otf
+fonts=(FiraSans*.otf)
+installdir=OTF;;
+esac
+
+# Prepare destination directory
+install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+# Install fonts
+for font in "${fonts[@]}"; do
+install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+done
+
+install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"  
 
+}
+
+for _pkgname in ${pkgname[@]}; do
+eval "function package_$_pkgname() { _package $_pkgname; }"
+done

Deleted: otf.install
===
--- otf.install 2016-03-08 07:51:37 UTC (rev 165575)
+++ otf.install 2016-03-08 07:52:01 UTC (rev 165576)
@@ -1,15 +0,0 @@
-post_install() {
-echo -n "Updating font cache... "
-fc-cache -s > /dev/null
-mkfontscale /usr/share/fonts/OTF
-mkfontdir /usr/share/fonts/OTF
-echo "done."
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: fira-sans/repos/community-any/otf.install (from rev 165575, 
fira-sans/trunk/otf.install)
===
--- otf.install (rev 0)

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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 08:51:37
  Author: fyan
Revision: 165575

upgpkg: fira-sans 1:4.202-1

Modified:
  fira-sans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 07:44:30 UTC (rev 165574)
+++ PKGBUILD2016-03-08 07:51:37 UTC (rev 165575)
@@ -3,8 +3,7 @@
 
 pkgbase=fira-sans
 pkgname=(ttf-fira-sans otf-fira-sans)
-pkgver=4.104
-_commit=54736c99038cc308a5dbbddc2101630f26a6b333
+pkgver=4.202
 pkgrel=1
 epoch=1
 pkgdesc="Mozilla's typeface designed for Firefox OS"
@@ -13,7 +12,7 @@
 url='https://github.com/mozilla/Fira'
 makedepends=('git')
 depends=('fontconfig' 'xorg-font-utils')
-source=("git+https://github.com/mozilla/Fira.git#commit=$_commit;
+source=("git+https://github.com/mozilla/Fira.git#tag=$pkgver;
 ttf.install otf.install)
 md5sums=('SKIP'
  '9d795e681b14231a6f234c8d2a6d9957'
@@ -27,13 +26,13 @@
 pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
 install=ttf.install
 cd ttf
-fonts=(FiraSans-*.ttf)
+fonts=(FiraSans*.ttf)
 installdir=TTF;;
 otf-fira-sans)
 pkgdesc="Mozilla's sans-serif typeface designed for Firefox OS"
 install=otf.install
 cd otf
-fonts=(FiraSans-*.otf)
+fonts=(FiraSans*.otf)
 installdir=OTF;;
 esac
 


[arch-commits] Commit in lib32-orc/repos (2 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 08:44:30
  Author: fyan
Revision: 165574

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-orc/repos/multilib-testing-x86_64/
  lib32-orc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 165573, lib32-orc/trunk/PKGBUILD)

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

Copied: lib32-orc/repos/multilib-testing-x86_64/PKGBUILD (from rev 165573, 
lib32-orc/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-03-08 07:44:30 UTC (rev 165574)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-orc
+pkgver=0.4.25
+pkgrel=1
+pkgdesc='The Oild Runtime Compiler'
+arch=('x86_64')
+license=('custom')
+url='http://code.entropywave.com/projects/orc/'
+depends=('lib32-glibc' 'orc')
+makedepends=('valgrind')
+source=("http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz;)
+sha256sums=('c1b1d54a58f26d483f0b3881538984789fe5d5460ab8fab74a1cacbd3d1c53d1')
+
+build() {
+  cd orc-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--enable-backend=mmx,sse,altivec
+  make
+}
+
+package() {
+  cd orc-${pkgver}
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s orc "${pkgdir}"/usr/share/licenses/lib32-orc
+}
+
+# vim: ts=2 sw=2 et:


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

2016-03-07 Thread Sergej Pupykin
Date: Tuesday, March 8, 2016 @ 08:25:22
  Author: spupykin
Revision: 165572

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

Added:
  python2-m2crypto/repos/community-i686/LICENSE
(from rev 165571, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-i686/PKGBUILD
(from rev 165571, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-x86_64/LICENSE
(from rev 165571, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 165571, python2-m2crypto/trunk/PKGBUILD)
Deleted:
  python2-m2crypto/repos/community-i686/LICENSE
  python2-m2crypto/repos/community-i686/PKGBUILD
  python2-m2crypto/repos/community-i686/openssl1.patch
  python2-m2crypto/repos/community-x86_64/LICENSE
  python2-m2crypto/repos/community-x86_64/PKGBUILD
  python2-m2crypto/repos/community-x86_64/openssl1.patch

-+
 /LICENSE|   52 +++
 /PKGBUILD   |   74 +
 community-i686/LICENSE  |   26 -
 community-i686/PKGBUILD |   30 --
 community-i686/openssl1.patch   |  531 --
 community-x86_64/LICENSE|   26 -
 community-x86_64/PKGBUILD   |   30 --
 community-x86_64/openssl1.patch |  531 --
 8 files changed, 126 insertions(+), 1174 deletions(-)

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


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

2016-03-07 Thread Sergej Pupykin
Date: Tuesday, March 8, 2016 @ 08:25:02
  Author: spupykin
Revision: 165571

upgpkg: python2-m2crypto 0.23.0-2

upd

Modified:
  python2-m2crypto/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 07:20:02 UTC (rev 165570)
+++ PKGBUILD2016-03-08 07:25:02 UTC (rev 165571)
@@ -5,7 +5,7 @@
 
 pkgname=python2-m2crypto
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -14,10 +14,17 @@
 makedepends=('swig' 'python2-setuptools')
 
#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz;
 
source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz;
+   
"https://gitlab.com/m2crypto/m2crypto/commit/d6b509030dfa12ee299f0de623fb78f2223e6579.diff;
"LICENSE")
 md5sums=('89557730e245294a6cab06de8ad4fb42'
+ 'd055e161546b8f529910f15a496784b6'
  'b0e1f0b7d0ce8a62c18b1287b991800e')
 
+prepare() {
+  cd "${srcdir}/M2Crypto-${pkgver}"
+  patch -p1 -i $srcdir/d6b509030dfa12ee299f0de623fb78f2223e6579.diff
+}
+
 build() {
   cd "${srcdir}/M2Crypto-${pkgver}"
   python2 setup.py build


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

2016-03-07 Thread Antonio Rojas
Date: Tuesday, March 8, 2016 @ 08:21:11
  Author: arojas
Revision: 261187

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

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 261186, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 261186, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 261186, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 261186, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE.blas |   38 ++
 /PKGBUILD |  164 
 extra-i686/LICENSE.blas   |   19 -
 extra-i686/PKGBUILD   |   82 --
 extra-x86_64/LICENSE.blas |   19 -
 extra-x86_64/PKGBUILD |   82 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2016-03-08 07:20:50 UTC (rev 261186)
+++ extra-i686/LICENSE.blas 2016-03-08 07:21:11 UTC (rev 261187)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 261186, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2016-03-08 07:21:11 UTC (rev 261187)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-08 07:20:50 UTC (rev 261186)
+++ extra-i686/PKGBUILD 2016-03-08 07:21:11 UTC (rev 261187)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.6.0
-pkgrel=4
-url="http://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
-LICENSE.blas)
-sha1sums=('7e993de16d80d52b22b6093465eeb90c93c7a2e7'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/CMAKE/|/cmake/|' -i CBLAS/CMakeLists.txt
-}
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-}
-
-package_lapack() {
-  depends=("blas")
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
-  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
-  rm -r "$pkgdir"/usr/include
-}
-
-package_blas() {
-  pkgdesc="Basic Linear Algebra Subprograms"
-  

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

2016-03-07 Thread Antonio Rojas
Date: Tuesday, March 8, 2016 @ 08:20:50
  Author: arojas
Revision: 261186

pkgdesc shouldn't be an array (FS#48501)

Modified:
  lapack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 03:02:17 UTC (rev 261185)
+++ PKGBUILD2016-03-08 07:20:50 UTC (rev 261186)
@@ -65,7 +65,7 @@
 }
 
 package_cblas() {
-  pkgdesc=("C interface to BLAS")
+  pkgdesc="C interface to BLAS"
   depends=("blas")
 
   cd build/CBLAS
@@ -73,7 +73,7 @@
 }
 
 package_lapacke() {
-  pkgdesc=("C interface to LAPACK")
+  pkgdesc="C interface to LAPACK"
   depends=("lapack")
 
   cd build/LAPACKE


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

2016-03-07 Thread Thorsten Töpper
Date: Tuesday, March 8, 2016 @ 08:20:02
  Author: ttoepper
Revision: 165570

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 165569, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 165569, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-08 07:19:56 UTC (rev 165569)
+++ community-i686/PKGBUILD 2016-03-08 07:20:02 UTC (rev 165570)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.11
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('6b003955333a90cb831516f8dbf6e57d'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 165569, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-08 07:20:02 UTC (rev 165570)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.12
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
+options=('docs' '!strip')
+source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('308fc79ed252e1f3c8a093598e13e326'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "$srcdir/$_pkgsourcename-$pkgver"
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS="-j1"
+  make
+}
+
+package() {
+  cd 

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

2016-03-07 Thread Thorsten Töpper
Date: Tuesday, March 8, 2016 @ 08:19:56
  Author: ttoepper
Revision: 165569

upgpkg: i3-wm 4.12-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 07:02:45 UTC (rev 165568)
+++ PKGBUILD2016-03-08 07:19:56 UTC (rev 165569)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.11
+pkgver=4.12
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('6b003955333a90cb831516f8dbf6e57d'
+md5sums=('308fc79ed252e1f3c8a093598e13e326'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (6 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 08:02:45
  Author: fyan
Revision: 165568

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 165567, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 165567, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-staging.install
(from rev 165567, wine-staging/trunk/wine-staging.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-staging.install

--+
 PKGBUILD |  368 -
 wine-staging.install |   24 +--
 2 files changed, 196 insertions(+), 196 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
165567, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 06:45:17 UTC (rev 165567)
+++ PKGBUILD2016-03-08 07:02:45 UTC (rev 165568)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('679d51220b9cf86eee04bbf5f69d42415e5d004a'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

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

2016-03-07 Thread Lukas Fleischer
Date: Tuesday, March 8, 2016 @ 07:45:17
  Author: lfleischer
Revision: 165567

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

Added:
  
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
(from rev 165566, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
  borg/repos/community-i686/PKGBUILD
(from rev 165566, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 165566, borg/trunk/borg.coveragerc)
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
(from rev 165566, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
  borg/repos/community-x86_64/PKGBUILD
(from rev 165566, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 165566, borg/trunk/borg.coveragerc)
Deleted:
  
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch   
  |   56 ++
 /PKGBUILD  
  |   88 ++
 /borg.coveragerc   
  |   36 
 community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
  |   28 ---
 community-i686/PKGBUILD
  |   51 -
 community-i686/borg.coveragerc 
  |   18 --
 
community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 |   28 ---
 community-x86_64/PKGBUILD  
  |   44 -
 community-x86_64/borg.coveragerc   
  |   18 --
 9 files changed, 180 insertions(+), 187 deletions(-)

Deleted: 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===
--- 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-03-08 06:23:53 UTC (rev 165566)
+++ 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-03-08 06:45:17 UTC (rev 165567)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.

- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
- # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Copied: 
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 (from rev 165566, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
===
--- 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
(rev 0)
+++ 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-03-08 06:45:17 UTC (rev 165567)
@@ -0,0 +1,28 @@
+From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 20 Feb 2016 10:17:37 +0100
+Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
+ 0.4.7+"
+
+This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 60b9f65..08e5179 100644
+--- a/setup.py
 b/setup.py
+@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
+ 
+ # msgpack pure python data corruption was fixed in 0.4.6.
+ # Also, we might use some rather recent API features.
+-# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
+-install_requires=['msgpack-python==0.4.6', ]
++install_requires=['msgpack-python>=0.4.6', ]
+ 
+ extras_require = {
+ # 

[arch-commits] Commit in wine-staging/repos/community-i686 (6 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 07:23:53
  Author: fyan
Revision: 165566

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 165565, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 165565, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/community-i686/wine-staging.install
(from rev 165565, wine-staging/trunk/wine-staging.install)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD
  wine-staging/repos/community-i686/wine-staging.install

--+
 PKGBUILD |  368 -
 wine-staging.install |   24 +--
 2 files changed, 196 insertions(+), 196 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
165565, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 06:23:13 UTC (rev 165565)
+++ PKGBUILD2016-03-08 06:23:53 UTC (rev 165566)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('679d51220b9cf86eee04bbf5f69d42415e5d004a'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 07:23:13
  Author: fyan
Revision: 165565

upgpkg: wine-staging 1.9.5-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 06:22:50 UTC (rev 165564)
+++ PKGBUILD2016-03-08 06:23:13 UTC (rev 165565)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('679d51220b9cf86eee04bbf5f69d42415e5d004a'
+sha1sums=('1caa585b63f21a68835226c2c201deda8d9c5093'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


[arch-commits] Commit in wine/repos/multilib-x86_64 (7 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 07:22:50
  Author: fyan
Revision: 165564

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 165563, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 165563, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/bug40253.patch
(from rev 165563, wine/trunk/bug40253.patch)
  wine/repos/multilib-x86_64/wine.install
(from rev 165563, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  364 
 bug40253.patch|   87 +++
 wine.install  |   24 +--
 4 files changed, 304 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-03-08 06:17:14 UTC (rev 165563)
+++ 30-win32-aliases.conf   2016-03-08 06:22:50 UTC (rev 165564)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 165563, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-03-08 06:22:50 UTC (rev 165564)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 06:17:14 UTC (rev 165563)
+++ PKGBUILD2016-03-08 06:22:50 UTC (rev 165564)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('eac999337f5f239240edc3039a0bf7a99307bc79'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  

[arch-commits] Commit in wine/trunk (PKGBUILD bug40253.patch)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 07:16:43
  Author: fyan
Revision: 165562

upgpkg: wine 1.9.5-1

Added:
  wine/trunk/bug40253.patch
Modified:
  wine/trunk/PKGBUILD

+
 PKGBUILD   |   10 +-
 bug40253.patch |   87 +++
 2 files changed, 95 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 03:09:36 UTC (rev 165561)
+++ PKGBUILD2016-03-08 06:16:43 UTC (rev 165562)
@@ -11,10 +11,12 @@
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
+30-win32-aliases.conf
+bug40253.patch)
 sha1sums=('a37f61c22b48b195361a234c9e91e49070b50a99'
   'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
+  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
+  'af4d84a92e33f0a1d6c1bfd32a5c9d8cfb74eb6d')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
   DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
 
@@ -111,6 +113,10 @@
   # Get rid of old build dirs
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build
+
+  cd $pkgname
+  # https://bugs.winehq.org/show_bug.cgi?id=40253
+  patch -p1 -i ../bug40253.patch
 }
 
 build() {

Added: bug40253.patch
===
--- bug40253.patch  (rev 0)
+++ bug40253.patch  2016-03-08 06:16:43 UTC (rev 165562)
@@ -0,0 +1,87 @@
+From c6d6dcee47eb97fd75e389434d4136de2f31414c Mon Sep 17 00:00:00 2001
+From: Alexandre Julliard 
+Date: Mon, 7 Mar 2016 16:26:42 +0900
+Subject: [PATCH 1/1] configure: Don't create makefiles in directories that are
+ symlinks in a Wow64 build.
+
+Signed-off-by: Alexandre Julliard 
+---
+ aclocal.m4   | 4 
+ configure| 9 ++---
+ configure.ac | 6 +++---
+ 3 files changed, 13 insertions(+), 6 deletions(-)
+
+diff --git a/aclocal.m4 b/aclocal.m4
+index 00eeb98..41eb7f6 100644
+--- a/aclocal.m4
 b/aclocal.m4
+@@ -299,6 +299,10 @@ wine_fn_config_makefile ()
+ ac_enable=$[2]
+ ac_flags=$[3]
+ 
++case $ac_dir in
++dnl These are created as symlinks for wow64 builds
++fonts|server) test -z "$with_wine64" || return ;;
++esac
+ AS_VAR_IF([$ac_enable],[no],[wine_fn_disabled_rules; return])
+ wine_fn_all_rules
+ wine_fn_install_rules
+diff --git a/configure b/configure
+index 14b4082..bee8e6b 100755
+--- a/configure
 b/configure
+@@ -7511,6 +7511,9 @@ wine_fn_config_makefile ()
+ ac_enable=$2
+ ac_flags=$3
+ 
++case $ac_dir in
++fonts|server) test -z "$with_wine64" || return ;;
++esac
+ if eval test \"x\$"$ac_enable"\" = x"no"; then :
+   wine_fn_disabled_rules; return
+ fi
+@@ -18263,15 +18266,15 @@ fi
+ 
+ if test -n "$with_wine64"
+ then
+-wine_fn_append_rule "all: fonts server tools $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader
+-fonts server tools:
++wine_fn_append_rule "all: fonts server $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader
++fonts server:
+   \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
+ $with_wine64/loader/wine:
+   \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
+ $with_wine64/loader/wine-preloader:
+   \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
+ clean::
+-  \$(RM) fonts server tools $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader"
++  \$(RM) fonts server $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader"
+ else
+ WINELOADER_INSTALL="wine.inf"
+ 
+diff --git a/configure.ac b/configure.ac
+index b57ff6a..09e0f53 100644
+--- a/configure.ac
 b/configure.ac
+@@ -3596,15 +3596,15 @@ fi
+ if test -n "$with_wine64"
+ then
+ WINE_APPEND_RULE(
+-[all: fonts server tools $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader
+-fonts server tools:
++[all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
++fonts server:
+   \$(RM) \$[@] && \$(LN_S) $with_wine64/\$[@] \$[@]
+ $with_wine64/loader/wine:
+   \$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine \$[@]
+ $with_wine64/loader/wine-preloader:
+   \$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine-preloader \$[@]
+ clean::
+-  \$(RM) fonts server tools $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader])
++  \$(RM) fonts server $with_wine64/loader/wine 
$with_wine64/loader/wine-preloader])
+ else
+ AC_SUBST(WINELOADER_INSTALL,"wine.inf")
+ WINE_APPEND_RULE(
+-- 
+1.9.1
+


[arch-commits] Commit in wine/repos/community-i686 (7 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 07:17:14
  Author: fyan
Revision: 165563

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 165562, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 165562, wine/trunk/PKGBUILD)
  wine/repos/community-i686/bug40253.patch
(from rev 165562, wine/trunk/bug40253.patch)
  wine/repos/community-i686/wine.install
(from rev 165562, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  364 
 bug40253.patch|   87 +++
 wine.install  |   24 +--
 4 files changed, 304 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-03-08 06:16:43 UTC (rev 165562)
+++ 30-win32-aliases.conf   2016-03-08 06:17:14 UTC (rev 165563)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 165562, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-03-08 06:17:14 UTC (rev 165563)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 06:16:43 UTC (rev 165562)
+++ PKGBUILD2016-03-08 06:17:14 UTC (rev 165563)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('a37f61c22b48b195361a234c9e91e49070b50a99'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  

[arch-commits] Commit in (4 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:09:07
  Author: fyan
Revision: 165560

addpkg: python-openstacksdk 0.8.1-1

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

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

Added: python-openstacksdk/trunk/PKGBUILD
===
--- python-openstacksdk/trunk/PKGBUILD  (rev 0)
+++ python-openstacksdk/trunk/PKGBUILD  2016-03-08 03:09:07 UTC (rev 165560)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:09:36
  Author: fyan
Revision: 165561

archrelease: copy trunk to community-any

Added:
  python-openstacksdk/repos/community-any/
  python-openstacksdk/repos/community-any/PKGBUILD
(from rev 165560, python-openstacksdk/trunk/PKGBUILD)

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

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 165560, 
python-openstacksdk/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-08 03:09:36 UTC (rev 165561)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:03:12
  Author: fyan
Revision: 165559

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 165558, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 165558, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 165558, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 165558, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 165558, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 165558, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 165558, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 03:01:52 UTC (rev 165558)
+++ PKGBUILD2016-03-08 03:03:12 UTC (rev 165559)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.21
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('f7d0edfe85af73a16ab1c74975974e91a9f4cc48fe66bc3b46bcf3b9e103c746'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install 

[arch-commits] Commit in perl-net-dns/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:02:17
  Author: fyan
Revision: 261185

archrelease: copy trunk to extra-any

Added:
  perl-net-dns/repos/extra-any/PKGBUILD
(from rev 261184, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 03:01:45 UTC (rev 261184)
+++ PKGBUILD2016-03-08 03:02:17 UTC (rev 261185)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=1.04
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip')
-checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
-optdepends=('perl-io-socket-inet6: IPv6 support'
-'perl-socket6: IPv6 support')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b420a9bf8fdc8f264dde2306746232f9fba191d6')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/extra-any/PKGBUILD (from rev 261184, 
perl-net-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-08 03:02:17 UTC (rev 261185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=1.05
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip')
+checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('e6425e65b7ec88d0f7f749f40ff5b8f9325c34fb')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-net-dns/trunk (PKGBUILD)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:01:45
  Author: fyan
Revision: 261184

upgpkg: perl-net-dns 1.05-1

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 02:54:36 UTC (rev 261183)
+++ PKGBUILD2016-03-08 03:01:45 UTC (rev 261184)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-net-dns
-pkgver=1.04
+pkgver=1.05
 pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('any')
@@ -14,7 +14,7 @@
 'perl-socket6: IPv6 support')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b420a9bf8fdc8f264dde2306746232f9fba191d6')
+sha1sums=('e6425e65b7ec88d0f7f749f40ff5b8f9325c34fb')
 
 build() {
   cd Net-DNS-${pkgver}


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 04:01:52
  Author: fyan
Revision: 165558

upgpkg: python-celery 3.1.22-1

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 02:53:29 UTC (rev 165557)
+++ PKGBUILD2016-03-08 03:01:52 UTC (rev 165558)
@@ -8,7 +8,7 @@
 
 pkgbase=python-celery
 pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.21
+pkgver=3.1.22
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -23,7 +23,7 @@
 
source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
 celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
-sha256sums=('f7d0edfe85af73a16ab1c74975974e91a9f4cc48fe66bc3b46bcf3b9e103c746'
+sha256sums=('7e511421f967dee31756626e611d56aa1eb5b48383d3274f0a320b0254636a84'
 '2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
 'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
 'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'


[arch-commits] Commit in perl-mime-types/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:54:36
  Author: fyan
Revision: 261183

archrelease: copy trunk to extra-any

Added:
  perl-mime-types/repos/extra-any/PKGBUILD
(from rev 261182, perl-mime-types/trunk/PKGBUILD)
Deleted:
  perl-mime-types/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 02:53:31 UTC (rev 261182)
+++ PKGBUILD2016-03-08 02:54:36 UTC (rev 261183)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot
-# Contributor: Charles Mauch 
-
-pkgname=perl-mime-types
-pkgver=2.12
-pkgrel=1
-pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
-arch=('any')
-url="http://search.cpan.org/dist/MIME-Types/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
-md5sums=('bbd17e44183d0e958edd27ebf4673272')
-
-build() {
-  cd MIME-Types-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd MIME-Types-${pkgver}
-  make test
-}
-
-package() {
-  cd MIME-Types-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-mime-types/repos/extra-any/PKGBUILD (from rev 261182, 
perl-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-08 02:54:36 UTC (rev 261183)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch 
+
+pkgname=perl-mime-types
+pkgver=2.13
+pkgrel=1
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-Types/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
+md5sums=('f2892ae9e6ea660a58746699c3924817')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:52:57
  Author: fyan
Revision: 165556

upgpkg: python-raven 5.11.1-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 02:52:07 UTC (rev 16)
+++ PKGBUILD2016-03-08 02:52:57 UTC (rev 165556)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.11.0
+pkgver=5.11.1
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:53:29
  Author: fyan
Revision: 165557

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 02:52:57 UTC (rev 165556)
+++ PKGBUILD2016-03-08 02:53:29 UTC (rev 165557)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
-  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
-  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
-  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
-  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
-  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
-  'python2-webpy' 'python-flask-login' 'python2-flask-login'
-  'python-pytest-timeout' 'python2-pytest-timeout')
-source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a raven-python{,-py2}
-}
-
-build() {
-  cd "$srcdir/raven-python"
-  python setup.py build
-
-  cd "$srcdir/raven-python-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-
-  cd "$srcdir/raven-python"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" \
-py.test tests
-
-  cd "$srcdir/raven-python"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "${srcdir}/raven-python"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "${srcdir}/raven-python-py2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  mv "${pkgdir}/usr/bin/raven" "${pkgdir}/usr/bin/raven2"
-
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 165556, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-08 02:53:29 UTC (rev 165557)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
+  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
+  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
+  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
+  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
+  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
+  'python2-webpy' 'python-flask-login' 'python2-flask-login'
+  'python-pytest-timeout' 'python2-pytest-timeout')

[arch-commits] Commit in perl-mime-types/trunk (PKGBUILD)

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:53:31
  Author: fyan
Revision: 261182

upgpkg: perl-mime-types 2.13-1

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 20:21:08 UTC (rev 261181)
+++ PKGBUILD2016-03-08 02:53:31 UTC (rev 261182)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-mime-types
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz;)
-md5sums=('bbd17e44183d0e958edd27ebf4673272')
+md5sums=('f2892ae9e6ea660a58746699c3924817')
 
 build() {
   cd MIME-Types-${pkgver}


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:52:07
  Author: fyan
Revision: 16

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 165554, python-fake-factory/trunk/PKGBUILD)
Deleted:
  python-fake-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-08 02:51:34 UTC (rev 165554)
+++ PKGBUILD2016-03-08 02:52:07 UTC (rev 16)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-fake-factory() {
-  depends=('python-setuptools' 'python-dateutil')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-fake-factory() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 165554, 
python-fake-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-08 02:52:07 UTC (rev 16)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools' 'python-dateutil')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-07 Thread Felix Yan
Date: Tuesday, March 8, 2016 @ 03:51:34
  Author: fyan
Revision: 165554

upgpkg: python-fake-factory 0.5.6-1

Modified:
  python-fake-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 22:54:47 UTC (rev 165553)
+++ PKGBUILD2016-03-08 02:51:34 UTC (rev 165554)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fake-factory
 pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


[arch-commits] Commit in luasec/trunk (PKGBUILD nossl.patch)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 23:54:29
  Author: spupykin
Revision: 165552

upgpkg: luasec 2:0.5.1-1

upd

Modified:
  luasec/trunk/PKGBUILD
  luasec/trunk/nossl.patch

-+
 PKGBUILD|   16 
 nossl.patch |   10 --
 2 files changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 21:18:27 UTC (rev 165551)
+++ PKGBUILD2016-03-07 22:54:29 UTC (rev 165552)
@@ -5,9 +5,9 @@
 
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.6
-pkgrel=2
-epoch=1
+pkgver=0.5.1
+pkgrel=1
+epoch=2
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('i686' 'x86_64')
 url='https://github.com/brunoos/luasec/wiki'
@@ -16,13 +16,13 @@
 options=('!buildflags')
 source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
'nossl.patch')
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
- '63fb54ac83f025759d2e0e2a562a6748')
+md5sums=('e34e274a57e9045641191eb7398cce2a'
+ 'fe42ad255b70610ad04a633d095fbc73')
 
 prepare() {
-#  cd luasec-luasec-$pkgver
-#  patch -p1 < ../nossl.patch
-#  cd ..
+  cd luasec-luasec-$pkgver
+  patch -p1 < ../nossl.patch
+  cd ..
 
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52

Modified: nossl.patch
===
--- nossl.patch 2016-03-07 21:18:27 UTC (rev 165551)
+++ nossl.patch 2016-03-07 22:54:29 UTC (rev 165552)
@@ -1,12 +1,10 @@
-diff -wbBur luasec-luasec-0.6-51/src/context.c luasec-luasec-0.6/src/context.c
 luasec-luasec-0.6-51/src/context.c 2016-03-03 22:11:46.0 +0300
-+++ luasec-luasec-0.6/src/context.c2016-03-07 16:47:50.328080321 +0300
-@@ -96,11 +96,6 @@
+--- a/src/context.c2016-03-03 05:35:25.59327 +0100
 b/src/context.c2016-03-03 05:35:47.79333 +0100
+@@ -65,10 +65,6 @@ static int set_option_flag(const char *o
   */
  static LSEC_SSL_METHOD* str2method(const char *method)
  {
--  if (!strcmp(method, "any")) return SSLv23_method();
--  if (!strcmp(method, "sslv23"))  return SSLv23_method();  // deprecated
+-  if (!strcmp(method, "sslv23"))  return SSLv23_method();
 -#ifndef OPENSSL_NO_SSL3
 -  if (!strcmp(method, "sslv3"))   return SSLv3_method();
 -#endif


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 23:54:47
  Author: spupykin
Revision: 165553

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

Added:
  luasec/repos/community-i686/PKGBUILD
(from rev 165552, luasec/trunk/PKGBUILD)
  luasec/repos/community-i686/nossl.patch
(from rev 165552, luasec/trunk/nossl.patch)
  luasec/repos/community-x86_64/PKGBUILD
(from rev 165552, luasec/trunk/PKGBUILD)
  luasec/repos/community-x86_64/nossl.patch
(from rev 165552, luasec/trunk/nossl.patch)
Deleted:
  luasec/repos/community-i686/PKGBUILD
  luasec/repos/community-i686/nossl.patch
  luasec/repos/community-x86_64/PKGBUILD
  luasec/repos/community-x86_64/nossl.patch

--+
 /PKGBUILD|  172 +
 /nossl.patch |   26 ++
 community-i686/PKGBUILD  |   86 
 community-i686/nossl.patch   |   15 ---
 community-x86_64/PKGBUILD|   86 
 community-x86_64/nossl.patch |   15 ---
 6 files changed, 198 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 22:54:29 UTC (rev 165552)
+++ community-i686/PKGBUILD 2016-03-07 22:54:47 UTC (rev 165553)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-
-pkgbase=luasec
-pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.6
-pkgrel=2
-epoch=1
-pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
-arch=('i686' 'x86_64')
-url='https://github.com/brunoos/luasec/wiki'
-license=('MIT')
-makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
-options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
-   'nossl.patch')
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
- '63fb54ac83f025759d2e0e2a562a6748')
-
-prepare() {
-#  cd luasec-luasec-$pkgver
-#  patch -p1 < ../nossl.patch
-#  cd ..
-
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52
-}
-
-build() {
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasec-luasec-$pkgver
-  make linux
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasec-luasec-$pkgver-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
-{} \;
-  make linux
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasec-luasec-$pkgver-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.2/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.2/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.2/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.2/lauxlib.h"|g' \
-{} \;
-  make linux
-}
-
-package_lua-sec() {
-  depends=('openssl' 'lua' 'lua-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.3"
-  cd luasec-luasec-$pkgver
-  make LUACPATH="$pkgdir/usr/lib/lua/5.3" LUAPATH="$pkgdir/usr/share/lua/5.3" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-sec() {
-  depends=('openssl' 'lua51' 'lua51-socket')
-  conflicts=('luasec')
-  replaces=('luasec')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.1"
-  cd luasec-luasec-$pkgver-51
-  make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-sec() {
-  depends=('openssl' 'lua52' 'lua52-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.2"
-  cd luasec-luasec-$pkgver-52
-  make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasec/repos/community-i686/PKGBUILD (from rev 165552, 
luasec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 22:54:47 UTC (rev 165553)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dwayne Bent 
+# Contributor: Paul-Sebastian Manole 
+
+pkgbase=luasec
+pkgname=(lua-sec lua51-sec lua52-sec)
+pkgver=0.5.1
+pkgrel=1
+epoch=2
+pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
+arch=('i686' 'x86_64')
+url='https://github.com/brunoos/luasec/wiki'
+license=('MIT')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')

[arch-commits] Commit in borg/repos/community-x86_64 (6 files)

2016-03-07 Thread Lukas Fleischer
Date: Monday, March 7, 2016 @ 22:18:27
  Author: lfleischer
Revision: 165551

archrelease: copy trunk to community-x86_64

Added:
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
(from rev 165550, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
  borg/repos/community-x86_64/PKGBUILD
(from rev 165550, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 165550, borg/trunk/borg.coveragerc)
Deleted:
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

-+
 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch |   56 ++---
 PKGBUILD|   95 
--
 borg.coveragerc |   36 +--
 3 files changed, 90 insertions(+), 97 deletions(-)

Deleted: 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===
--- 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
2016-03-07 21:18:15 UTC (rev 165550)
+++ 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
2016-03-07 21:18:27 UTC (rev 165551)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.

- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
- # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Copied: 
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 (from rev 165550, 
borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch)
===
--- 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
(rev 0)
+++ 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
2016-03-07 21:18:27 UTC (rev 165551)
@@ -0,0 +1,28 @@
+From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sat, 20 Feb 2016 10:17:37 +0100
+Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
+ 0.4.7+"
+
+This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 60b9f65..08e5179 100644
+--- a/setup.py
 b/setup.py
+@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
+ 
+ # msgpack pure python data corruption was fixed in 0.4.6.
+ # Also, we might use some rather recent API features.
+-# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
+-install_requires=['msgpack-python==0.4.6', ]
++install_requires=['msgpack-python>=0.4.6', ]
+ 
+ extras_require = {
+ # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
+-- 
+2.7.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 21:18:15 UTC (rev 165550)
+++ PKGBUILD2016-03-07 21:18:27 UTC (rev 165551)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=0.30.1
-pkgrel=2
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
-'0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch'
-borg.coveragerc)
-sha256sums=('775a2a4b5441fa239e6c3c87e7f08f830449046d045ed938a9bce2edfa5a2184'
-

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

2016-03-07 Thread Lukas Fleischer
Date: Monday, March 7, 2016 @ 22:18:15
  Author: lfleischer
Revision: 165550

upgpkg: borg 1.0.0-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 20:56:03 UTC (rev 165549)
+++ PKGBUILD2016-03-07 21:18:15 UTC (rev 165550)
@@ -3,8 +3,8 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=0.30.1
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
@@ -17,17 +17,10 @@
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
-'0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch'
 borg.coveragerc)
-sha256sums=('775a2a4b5441fa239e6c3c87e7f08f830449046d045ed938a9bce2edfa5a2184'
-'891a79963857e62fdd0acff7f939947d25bb8aa66421ce41dd0808bbbf304cb7'
+sha256sums=('500b9e311331aa88ec07df94d9f3280a79ca207bf1a997b92dd1e6a1f1664671'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  patch -p1 -i 
../0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
-}
-
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   python setup.py build


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

2016-03-07 Thread Anatol Pomozov
Date: Monday, March 7, 2016 @ 21:56:03
  Author: anatolik
Revision: 165549

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 20:54:49 UTC (rev 165548)
+++ community-i686/PKGBUILD 2016-03-07 20:56:03 UTC (rev 165549)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('8e7d179a499a2fca895b534c6204e2e34828e6a645e48f83f08fbefcd6a03951')
-
-build() {
-  cd shards-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd shards-$pkgver
-  ./bin/shards install
-  make test
-}
-
-package() {
-  cd shards-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-i686/PKGBUILD (from rev 165548, 
shards/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 20:56:03 UTC (rev 165549)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('11d22086d736598efa87eea558e7b304d538372f017fce9bb21476e40c586110')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-07 20:54:49 UTC (rev 165548)
+++ community-x86_64/PKGBUILD   2016-03-07 20:56:03 UTC (rev 165549)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('8e7d179a499a2fca895b534c6204e2e34828e6a645e48f83f08fbefcd6a03951')
-
-build() {
-  cd shards-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd shards-$pkgver
-  ./bin/shards install
-  make test
-}
-
-package() {
-  cd shards-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 165548, 
shards/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-07 20:56:03 UTC (rev 165549)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('11d22086d736598efa87eea558e7b304d538372f017fce9bb21476e40c586110')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() 

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

2016-03-07 Thread Anatol Pomozov
Date: Monday, March 7, 2016 @ 21:54:49
  Author: anatolik
Revision: 165548

upgpkg: shards 0.6.2-1

Modified:
  shards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 20:01:58 UTC (rev 165547)
+++ PKGBUILD2016-03-07 20:54:49 UTC (rev 165548)
@@ -2,16 +2,16 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
+url='https://github.com/crystal-lang/shards'
 license=(Apache)
 depends=(libyaml git libpcl libevent gc)
 makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('8e7d179a499a2fca895b534c6204e2e34828e6a645e48f83f08fbefcd6a03951')
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('11d22086d736598efa87eea558e7b304d538372f017fce9bb21476e40c586110')
 
 build() {
   cd shards-$pkgver


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

2016-03-07 Thread Bartłomiej Piotrowski
Date: Monday, March 7, 2016 @ 21:21:08
  Author: bpiotrowski
Revision: 261181

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

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

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

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

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

2016-03-07 Thread Bartłomiej Piotrowski
Date: Monday, March 7, 2016 @ 21:14:42
  Author: bpiotrowski
Revision: 261180

upgpkg: lvm2 2.02.145-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 20:11:02 UTC (rev 261179)
+++ PKGBUILD2016-03-07 20:14:42 UTC (rev 261180)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.144
+pkgver=2.02.145
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('28595a19a596697b1e354fbd12e008d7b2c02280'
+sha1sums=('ff26ba4f1717b49769942de2132485f9cf41aae6'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2016-03-07 Thread Anatol Pomozov
Date: Monday, March 7, 2016 @ 21:01:58
  Author: anatolik
Revision: 165547

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

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

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   75 --
 community-x86_64/PKGBUILD |   75 --
 3 files changed, 144 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 20:01:19 UTC (rev 165546)
+++ community-i686/PKGBUILD 2016-03-07 20:01:58 UTC (rev 165547)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.12.0
-pkgrel=2
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libpcl libevent libffi)
-# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz
-
fix_hardened.patch::https://github.com/crystal-lang/crystal/commit/c73d9322a6dca580bacfaf58070391317294af43.patch)
-source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('918bad9b906fe252f3f66685487892ad7c13a31135aa5874ac1e52ea399328e3'
-'62aec8fcefc15c30d680dd232c3e5e5b2df4e883024ca2276299e0a10d1a9431')
-sha256sums_i686=('0595aab4336e48d0d04f0a0f172f641ebb1c17ebdb6e2eebbbfa36a650323242')
-sha256sums_x86_64=('ecd444dab34803fd97dcb9f82da47c60fad9de3c2f43d20195108d678e874f16')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../fix_hardened.patch # FS#48407
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 165546, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 20:01:58 UTC (rev 165547)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.13.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libpcl libevent libffi)
+# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')

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

2016-03-07 Thread Anatol Pomozov
Date: Monday, March 7, 2016 @ 21:01:19
  Author: anatolik
Revision: 165546

upgpkg: crystal 0.13.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 19:43:28 UTC (rev 165545)
+++ PKGBUILD2016-03-07 20:01:19 UTC (rev 165546)
@@ -3,8 +3,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
@@ -18,18 +18,15 @@
 'libyaml: For YAML support'
 'gmp: For BigInt support'
 'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz
-
fix_hardened.patch::https://github.com/crystal-lang/crystal/commit/c73d9322a6dca580bacfaf58070391317294af43.patch)
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('918bad9b906fe252f3f66685487892ad7c13a31135aa5874ac1e52ea399328e3'
-'62aec8fcefc15c30d680dd232c3e5e5b2df4e883024ca2276299e0a10d1a9431')
-sha256sums_i686=('0595aab4336e48d0d04f0a0f172f641ebb1c17ebdb6e2eebbbfa36a650323242')
-sha256sums_x86_64=('ecd444dab34803fd97dcb9f82da47c60fad9de3c2f43d20195108d678e874f16')
+sha256sums=('abada1d7bd411dca52ac0df2124a188d61301bdcd1fc75e8419a24496ee8ff42')
+sha256sums_i686=('c99d3513d46a0195625b637d0b3d3ab2b93794575b4cace973ad2f35d9f33105')
+sha256sums_x86_64=('43946bad44378f92dd92edaf0fcb04312755c635dd1670eca8387160dd2cefa0')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 < ../fix_hardened.patch # FS#48407
   sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
 }
 


[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2016-03-07 Thread Lukas Jirkovsky
Date: Monday, March 7, 2016 @ 20:13:24
  Author: stativ
Revision: 165541

upgpkg: intellij-idea-libs 1:15.0.4-1

update to 15.0.4

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 19:02:40 UTC (rev 165540)
+++ PKGBUILD2016-03-07 19:13:24 UTC (rev 165541)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=15.0.3
-_pkgver=143.1821.5
+pkgver=15.0.4
+_pkgver=143.2287.1
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296')
+sha256sums=('7653edd0687de6948b3c5b128c0683c96f89dea96bedd995a279f4d359816a16')
 
 package() {
   cd "idea-IC-$_pkgver"


[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2016-03-07 Thread Lukas Jirkovsky
Date: Monday, March 7, 2016 @ 20:13:31
  Author: stativ
Revision: 165542

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 165541, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 165541, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 19:13:24 UTC (rev 165541)
+++ community-i686/PKGBUILD 2016-03-07 19:13:31 UTC (rev 165542)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=15.0.3
-_pkgver=143.1821.5
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 165541, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 19:13:31 UTC (rev 165542)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=15.0.4
+_pkgver=143.2287.1
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('7653edd0687de6948b3c5b128c0683c96f89dea96bedd995a279f4d359816a16')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-07 19:13:24 UTC (rev 165541)
+++ community-x86_64/PKGBUILD   2016-03-07 19:13:31 UTC (rev 165542)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=15.0.3
-_pkgver=143.1821.5
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 165541, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-07 19:13:31 UTC (rev 165542)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs

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

2016-03-07 Thread Anatol Pomozov
Date: Monday, March 7, 2016 @ 20:01:57
  Author: anatolik
Revision: 165539

upgpkg: msgpack-c 1.4.1-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 18:47:33 UTC (rev 165538)
+++ PKGBUILD2016-03-07 19:01:57 UTC (rev 165539)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=1.4.0
+pkgver=1.4.1
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -13,7 +13,7 @@
 depends=(glibc)
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
-sha1sums=('1ce993992f44e5ebdd575b9829d6c1b48848c6d6')
+sha1sums=('93f9b9be888d2d30501358ab529649f70d30adc7')
 
 build() {
   cd msgpack-c-$_tag 


[arch-commits] Commit in perl/trunk (CVE-2016-2381_duplicate_env.diff PKGBUILD)

2016-03-07 Thread Florian Pritz
Date: Monday, March 7, 2016 @ 19:48:04
  Author: bluewind
Revision: 261176

FS#48482 - [perl] CVE-2016-2381 - bug in 'taint' environment handling

upgpkg: perl 5.22.1-2

Added:
  perl/trunk/CVE-2016-2381_duplicate_env.diff
Modified:
  perl/trunk/PKGBUILD

--+
 CVE-2016-2381_duplicate_env.diff |  104 +
 PKGBUILD |   10 +++
 2 files changed, 113 insertions(+), 1 deletion(-)

Added: CVE-2016-2381_duplicate_env.diff
===
--- CVE-2016-2381_duplicate_env.diff(rev 0)
+++ CVE-2016-2381_duplicate_env.diff2016-03-07 18:48:04 UTC (rev 261176)
@@ -0,0 +1,104 @@
+From 83e7ebed7afa79a2f50eca6b6330eae7c3a02d36 Mon Sep 17 00:00:00 2001
+From: Tony Cook 
+Date: Wed, 27 Jan 2016 11:52:15 +1100
+Subject: remove duplicate environment variables from environ
+
+If we see duplicate environment variables while iterating over
+environ[]:
+
+a) make sure we use the same value in %ENV that getenv() returns.
+
+Previously on a duplicate, %ENV would have the last entry for the name
+from environ[], but a typical getenv() would return the first entry.
+
+Rather than assuming all getenv() implementations return the first entry
+explicitly call getenv() to ensure they agree.
+
+b) remove duplicate entries from environ
+
+Previously if there was a duplicate definition for a name in environ[]
+setting that name in %ENV could result in an unsafe value being passed
+to a child process, so ensure environ[] has no duplicates.
+
+Patch-Name: fixes/CVE-2016-2381_duplicate_env.diff
+---
+ perl.c | 51 +--
+ 1 file changed, 49 insertions(+), 2 deletions(-)
+
+diff --git a/perl.c b/perl.c
+index 80a76c2..ed25429 100644
+--- a/perl.c
 b/perl.c
+@@ -4303,23 +4303,70 @@ S_init_postdump_symbols(pTHX_ int argc, char **argv, 
char **env)
+   }
+   if (env) {
+ char *s, *old_var;
++  STRLEN nlen;
+ SV *sv;
++  HV *dups = newHV();
++
+ for (; *env; env++) {
+   old_var = *env;
+ 
+   if (!(s = strchr(old_var,'=')) || s == old_var)
+   continue;
++nlen = s - old_var;
+ 
+ #if defined(MSDOS) && !defined(DJGPP)
+   *s = '\0';
+   (void)strupr(old_var);
+   *s = '=';
+ #endif
+-  sv = newSVpv(s+1, 0);
+-  (void)hv_store(hv, old_var, s - old_var, sv, 0);
++if (hv_exists(hv, old_var, nlen)) {
++const char *name = savepvn(old_var, nlen);
++
++/* make sure we use the same value as getenv(), otherwise 
code that
++   uses getenv() (like setlocale()) might see a different 
value to %ENV
++ */
++sv = newSVpv(PerlEnv_getenv(name), 0);
++
++/* keep a count of the dups of this name so we can de-dup 
environ later */
++if (hv_exists(dups, name, nlen))
++++SvIVX(*hv_fetch(dups, name, nlen, 0));
++else
++(void)hv_store(dups, name, nlen, newSViv(1), 0);
++
++Safefree(name);
++}
++else {
++sv = newSVpv(s+1, 0);
++}
++  (void)hv_store(hv, old_var, nlen, sv, 0);
+   if (env_is_not_environ)
+   mg_set(sv);
+ }
++  if (HvKEYS(dups)) {
++  /* environ has some duplicate definitions, remove them */
++  HE *entry;
++  hv_iterinit(dups);
++  while ((entry = hv_iternext_flags(dups, 0))) {
++  STRLEN nlen;
++  const char *name = HePV(entry, nlen);
++  IV count = SvIV(HeVAL(entry));
++  IV i;
++  SV **valp = hv_fetch(hv, name, nlen, 0);
++
++  assert(valp);
++
++  /* try to remove any duplicate names, depending on the
++   * implementation used in my_setenv() the iteration might
++   * not be necessary, but let's be safe.
++   */
++  for (i = 0; i < count; ++i)
++  my_setenv(name, 0);
++
++  /* and set it back to the value we set $ENV{name} to */
++  my_setenv(name, SvPV_nolen(*valp));
++  }
++  }
++  SvREFCNT_dec_NN(dups);
+   }
+ #endif /* USE_ENVIRON_ARRAY */
+ #endif /* !PERL_MICRO */

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:06:23 UTC (rev 261175)
+++ PKGBUILD2016-03-07 18:48:04 UTC (rev 261176)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -135,15 +135,23 @@
 # Add your own provides here
 

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

2016-03-07 Thread Florian Pritz
Date: Monday, March 7, 2016 @ 19:48:15
  Author: bluewind
Revision: 261177

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/CVE-2016-2381_duplicate_env.diff
(from rev 261176, perl/trunk/CVE-2016-2381_duplicate_env.diff)
  perl/repos/testing-i686/PKGBUILD
(from rev 261176, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/generate-rebuild-list.sh
(from rev 261176, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-i686/patchprov
(from rev 261176, perl/trunk/patchprov)
  perl/repos/testing-i686/perl-binary-module-dependency-1.template
(from rev 261176, perl/trunk/perl-binary-module-dependency-1.template)
  perl/repos/testing-i686/perlbin.csh
(from rev 261176, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 261176, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/upgpkg
(from rev 261176, perl/trunk/upgpkg)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/CVE-2016-2381_duplicate_env.diff
(from rev 261176, perl/trunk/CVE-2016-2381_duplicate_env.diff)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 261176, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/generate-rebuild-list.sh
(from rev 261176, perl/trunk/generate-rebuild-list.sh)
  perl/repos/testing-x86_64/patchprov
(from rev 261176, perl/trunk/patchprov)
  perl/repos/testing-x86_64/perl-binary-module-dependency-1.template
(from rev 261176, perl/trunk/perl-binary-module-dependency-1.template)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 261176, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 261176, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/upgpkg
(from rev 261176, perl/trunk/upgpkg)

-+
 testing-i686/CVE-2016-2381_duplicate_env.diff   |  104 +
 testing-i686/PKGBUILD   |  239 
 testing-i686/generate-rebuild-list.sh   |4 
 testing-i686/patchprov  |  259 ++
 testing-i686/perl-binary-module-dependency-1.template   |5 
 testing-i686/perlbin.csh|   15 
 testing-i686/perlbin.sh |   18 
 testing-i686/upgpkg |4 
 testing-x86_64/CVE-2016-2381_duplicate_env.diff |  104 +
 testing-x86_64/PKGBUILD |  239 
 testing-x86_64/generate-rebuild-list.sh |4 
 testing-x86_64/patchprov|  259 ++
 testing-x86_64/perl-binary-module-dependency-1.template |5 
 testing-x86_64/perlbin.csh  |   15 
 testing-x86_64/perlbin.sh   |   18 
 testing-x86_64/upgpkg   |4 
 16 files changed, 1296 insertions(+)

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


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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 19:47:11
  Author: jlichtblau
Revision: 165537

upgpkg: moneymanagerex 1.2.6-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 18:44:53 UTC (rev 165536)
+++ PKGBUILD2016-03-07 18:47:11 UTC (rev 165537)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
@@ -19,11 +19,7 @@
 
 prepare() {
   cd "${srcdir}"/$pkgname
-  
-#https://github.com/moneymanagerex/moneymanagerex/issues/667#issuecomment-174964088
-  git submodule deinit 3rd/anvil
-  git rm 3rd/anvil
-  
+
   git submodule update --init
 }
 


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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 19:47:33
  Author: jlichtblau
Revision: 165538

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 18:47:11 UTC (rev 165537)
+++ community-i686/PKGBUILD 2016-03-07 18:47:33 UTC (rev 165538)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-  
-#https://github.com/moneymanagerex/moneymanagerex/issues/667#issuecomment-174964088
-  git submodule deinit 3rd/anvil
-  git rm 3rd/anvil
-  
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 165537, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 18:47:33 UTC (rev 165538)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/moneymanagerex.install
===
--- community-i686/moneymanagerex.install   2016-03-07 18:47:11 UTC (rev 
165537)
+++ community-i686/moneymanagerex.install   2016-03-07 18:47:33 UTC (rev 
165538)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
165537, moneymanagerex/trunk/moneymanagerex.install)
===
--- community-i686/moneymanagerex.install   (rev 0)
+++ community-i686/moneymanagerex.install   2016-03-07 18:47:33 UTC (rev 
165538)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-07 18:47:11 UTC (rev 165537)
+++ community-x86_64/PKGBUILD   2016-03-07 18:47:33 UTC (rev 165538)
@@ -1,42 +0,0 @@

[arch-commits] Commit in (libcuefile)

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 19:44:53
  Author: jlichtblau
Revision: 165536

FS#48493 - [libcuefile] removed unused and ancient package

Deleted:
  libcuefile/


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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 19:14:36
  Author: jlichtblau
Revision: 165533

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

Added:
  python-scikit-image/repos/community-i686/PKGBUILD
(from rev 165532, python-scikit-image/trunk/PKGBUILD)
  python-scikit-image/repos/community-x86_64/PKGBUILD
(from rev 165532, python-scikit-image/trunk/PKGBUILD)
Deleted:
  python-scikit-image/repos/community-i686/PKGBUILD
  python-scikit-image/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   66 --
 community-x86_64/PKGBUILD |   66 --
 3 files changed, 130 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 18:14:12 UTC (rev 165532)
+++ community-i686/PKGBUILD 2016-03-07 18:14:36 UTC (rev 165533)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-#TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
-
-pkgbase=python-scikit-image
-pkgname=('python2-scikit-image' 'python-scikit-image')
-pkgver=0.11.3
-pkgrel=2
-pkgdesc="Image processing routines for SciPy"
-arch=('i686' 'x86_64')
-url="http://scikit-image.org/;
-license=('BSD')
-makedepends=('cython2' 'cython' 'python2-six' 'python-six'
- 'python2-scipy' 'python-scipy' 'python2-matplotlib' 
'python-matplotlib'
- 'python2-networkx' 'python-networkx' 'python2-pillow' 
'python-pillow')
-options=(!emptydirs)
-
-source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz;)
-md5sums=('5cd60fe78adbe30254a87081f12500f9')
-
-prepare() {
-  cd "$srcdir"
-  cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
-  cd scikit-image-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/scikit-image-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/scikit-image-$pkgver
-  python setup.py build
-}
-
-package_python2-scikit-image() {
-  depends=('python2-scipy' 'python2-matplotlib' 'python2-networkx' 
'python2-pillow')
-  optdepends=('python2-pyqt4: for imshow(x, fancy=True) and skivi'
-  'freeimage: for reading various types of image file formats')
-  cd "$srcdir"/scikit-image-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/skivi "$pkgdir"/usr/bin/skivi2
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-scikit-image() {
-  depends=('python-scipy' 'python-matplotlib' 'python-networkx' 
'python-pillow')
-  optdepends=('python-pyqt4: for imshow(x, fancy=True) and skivi'
-  'freeimage: for reading various types of image file formats')
-  cd "$srcdir"/scikit-image-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-scikit-image/repos/community-i686/PKGBUILD (from rev 165532, 
python-scikit-image/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 18:14:36 UTC (rev 165533)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrzej Giniewicz 
+
+#TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
+
+pkgbase=python-scikit-image
+pkgname=('python2-scikit-image' 'python-scikit-image')
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Image processing routines for SciPy"
+arch=('i686' 'x86_64')
+url="http://scikit-image.org/;
+license=('BSD')
+makedepends=('cython2' 'cython' 'python2-six' 'python-six' 'python2-scipy' 
'python-scipy' 'python2-matplotlib'
+ 'python-matplotlib' 'python2-networkx' 'python-networkx' 
'python2-pillow' 'python-pillow')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz)
+sha256sums=('ae1ecc557c74b62d1f7a23d1204a46c760ea9f652db1302449b6a63630520056')
+
+prepare() {
+  cd "$srcdir"
+  cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
+  cd scikit-image-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/scikit-image-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/scikit-image-$pkgver
+  python setup.py build
+}
+

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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 19:14:12
  Author: jlichtblau
Revision: 165532

upgpkg: python-scikit-image 0.12.1-1 - new upstream release

Modified:
  python-scikit-image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 17:54:13 UTC (rev 165531)
+++ PKGBUILD2016-03-07 18:14:12 UTC (rev 165532)
@@ -1,24 +1,23 @@
 # $Id$
-# Maintainer: Andrzej Giniewicz 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrzej Giniewicz 
 
 #TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread
 
 pkgbase=python-scikit-image
 pkgname=('python2-scikit-image' 'python-scikit-image')
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Image processing routines for SciPy"
 arch=('i686' 'x86_64')
 url="http://scikit-image.org/;
 license=('BSD')
-makedepends=('cython2' 'cython' 'python2-six' 'python-six'
- 'python2-scipy' 'python-scipy' 'python2-matplotlib' 
'python-matplotlib'
- 'python2-networkx' 'python-networkx' 'python2-pillow' 
'python-pillow')
+makedepends=('cython2' 'cython' 'python2-six' 'python-six' 'python2-scipy' 
'python-scipy' 'python2-matplotlib'
+ 'python-matplotlib' 'python2-networkx' 'python-networkx' 
'python2-pillow' 'python-pillow')
 options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz)
+sha256sums=('ae1ecc557c74b62d1f7a23d1204a46c760ea9f652db1302449b6a63630520056')
 
-source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz;)
-md5sums=('5cd60fe78adbe30254a87081f12500f9')
-
 prepare() {
   cd "$srcdir"
   cp -a scikit-image-$pkgver scikit-image-py2-$pkgver


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 18:54:13
  Author: spupykin
Revision: 165531

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

Added:
  luasec/repos/community-i686/PKGBUILD
(from rev 165530, luasec/trunk/PKGBUILD)
  luasec/repos/community-i686/nossl.patch
(from rev 165530, luasec/trunk/nossl.patch)
  luasec/repos/community-x86_64/PKGBUILD
(from rev 165530, luasec/trunk/PKGBUILD)
  luasec/repos/community-x86_64/nossl.patch
(from rev 165530, luasec/trunk/nossl.patch)
Deleted:
  luasec/repos/community-i686/PKGBUILD
  luasec/repos/community-i686/nossl.patch
  luasec/repos/community-x86_64/PKGBUILD
  luasec/repos/community-x86_64/nossl.patch

--+
 /PKGBUILD|  172 +
 /nossl.patch |   30 +++
 community-i686/PKGBUILD  |   86 
 community-i686/nossl.patch   |   16 ---
 community-x86_64/PKGBUILD|   86 
 community-x86_64/nossl.patch |   16 ---
 6 files changed, 202 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 17:53:48 UTC (rev 165530)
+++ community-i686/PKGBUILD 2016-03-07 17:54:13 UTC (rev 165531)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-
-pkgbase=luasec
-pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.6
-pkgrel=1
-epoch=1
-pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
-arch=('i686' 'x86_64')
-url='https://github.com/brunoos/luasec/wiki'
-license=('MIT')
-makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
-options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
-   'nossl.patch')
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
- '4dd73139419f32898d06ade68a1053ab')
-
-prepare() {
-  cd luasec-luasec-$pkgver
-  patch -p1 < ../nossl.patch
-  cd ..
-
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52
-}
-
-build() {
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasec-luasec-$pkgver
-  make linux
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasec-luasec-$pkgver-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
-{} \;
-  make linux
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasec-luasec-$pkgver-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.2/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.2/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.2/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.2/lauxlib.h"|g' \
-{} \;
-  make linux
-}
-
-package_lua-sec() {
-  depends=('openssl' 'lua' 'lua-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.3"
-  cd luasec-luasec-$pkgver
-  make LUACPATH="$pkgdir/usr/lib/lua/5.3" LUAPATH="$pkgdir/usr/share/lua/5.3" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-sec() {
-  depends=('openssl' 'lua51' 'lua51-socket')
-  conflicts=('luasec')
-  replaces=('luasec')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.1"
-  cd luasec-luasec-$pkgver-51
-  make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-sec() {
-  depends=('openssl' 'lua52' 'lua52-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.2"
-  cd luasec-luasec-$pkgver-52
-  make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasec/repos/community-i686/PKGBUILD (from rev 165530, 
luasec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 17:54:13 UTC (rev 165531)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dwayne Bent 
+# Contributor: Paul-Sebastian Manole 
+
+pkgbase=luasec
+pkgname=(lua-sec lua51-sec lua52-sec)
+pkgver=0.6
+pkgrel=2
+epoch=1
+pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
+arch=('i686' 'x86_64')
+url='https://github.com/brunoos/luasec/wiki'
+license=('MIT')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
+options=('!buildflags')

[arch-commits] Commit in luasec/trunk (PKGBUILD nossl.patch)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 18:53:48
  Author: spupykin
Revision: 165530

upgpkg: luasec 1:0.6-2

upd

Modified:
  luasec/trunk/PKGBUILD
  luasec/trunk/nossl.patch

-+
 PKGBUILD|   10 +-
 nossl.patch |3 +--
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 17:50:56 UTC (rev 165529)
+++ PKGBUILD2016-03-07 17:53:48 UTC (rev 165530)
@@ -6,7 +6,7 @@
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('i686' 'x86_64')
@@ -17,12 +17,12 @@
 source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
'nossl.patch')
 md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
- '4dd73139419f32898d06ade68a1053ab')
+ '63fb54ac83f025759d2e0e2a562a6748')
 
 prepare() {
-  cd luasec-luasec-$pkgver
-  patch -p1 < ../nossl.patch
-  cd ..
+#  cd luasec-luasec-$pkgver
+#  patch -p1 < ../nossl.patch
+#  cd ..
 
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52

Modified: nossl.patch
===
--- nossl.patch 2016-03-07 17:50:56 UTC (rev 165529)
+++ nossl.patch 2016-03-07 17:53:48 UTC (rev 165530)
@@ -1,7 +1,7 @@
 diff -wbBur luasec-luasec-0.6-51/src/context.c luasec-luasec-0.6/src/context.c
 --- luasec-luasec-0.6-51/src/context.c 2016-03-03 22:11:46.0 +0300
 +++ luasec-luasec-0.6/src/context.c2016-03-07 16:47:50.328080321 +0300
-@@ -96,11 +96,7 @@
+@@ -96,11 +96,6 @@
   */
  static LSEC_SSL_METHOD* str2method(const char *method)
  {
@@ -10,7 +10,6 @@
 -#ifndef OPENSSL_NO_SSL3
 -  if (!strcmp(method, "sslv3"))   return SSLv3_method();
 -#endif
-+  if (!strcmp(method, "any")) return TLSv1_method();
if (!strcmp(method, "tlsv1"))   return TLSv1_method();
  #if (OPENSSL_VERSION_NUMBER >= 0x1000100fL)
if (!strcmp(method, "tlsv1_1")) return TLSv1_1_method();


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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 18:50:36
  Author: jlichtblau
Revision: 165528

upgpkg: syncthing 0.12.20-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:18:15 UTC (rev 165527)
+++ PKGBUILD2016-03-07 17:50:36 UTC (rev 165528)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.19
+pkgver=0.12.20
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2016-03-07 Thread Jaroslav Lichtblau
Date: Monday, March 7, 2016 @ 18:50:56
  Author: jlichtblau
Revision: 165529

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

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

+
 /PKGBUILD  |  136 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   68 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   68 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 17:50:36 UTC (rev 165528)
+++ community-i686/PKGBUILD 2016-03-07 17:50:56 UTC (rev 165529)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.19
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 165528, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 17:50:56 UTC (rev 165529)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.20
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd 

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:18:15
  Author: jgc
Revision: 165527

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

Added:
  xmms2/repos/community-staging-i686/
  xmms2/repos/community-staging-i686/PKGBUILD
(from rev 165526, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-i686/install.sh
(from rev 165526, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-i686/system.service
(from rev 165526, xmms2/trunk/system.service)
  xmms2/repos/community-staging-i686/tmpfiles.conf
(from rev 165526, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-i686/user.service
(from rev 165526, xmms2/trunk/user.service)
  xmms2/repos/community-staging-x86_64/
  xmms2/repos/community-staging-x86_64/PKGBUILD
(from rev 165526, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-staging-x86_64/install.sh
(from rev 165526, xmms2/trunk/install.sh)
  xmms2/repos/community-staging-x86_64/system.service
(from rev 165526, xmms2/trunk/system.service)
  xmms2/repos/community-staging-x86_64/tmpfiles.conf
(from rev 165526, xmms2/trunk/tmpfiles.conf)
  xmms2/repos/community-staging-x86_64/user.service
(from rev 165526, xmms2/trunk/user.service)

-+
 community-staging-i686/PKGBUILD |  120 ++
 community-staging-i686/install.sh   |   10 ++
 community-staging-i686/system.service   |   17 
 community-staging-i686/tmpfiles.conf|2 
 community-staging-i686/user.service |   13 +++
 community-staging-x86_64/PKGBUILD   |  120 ++
 community-staging-x86_64/install.sh |   10 ++
 community-staging-x86_64/system.service |   17 
 community-staging-x86_64/tmpfiles.conf  |2 
 community-staging-x86_64/user.service   |   13 +++
 10 files changed, 324 insertions(+)

Copied: xmms2/repos/community-staging-i686/PKGBUILD (from rev 165526, 
xmms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-07 16:18:15 UTC (rev 165527)
@@ -0,0 +1,120 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Storm Dragon 
+# Contributor: Aaron 'venisonslurpee' Laursen 
+# Contributor: Christopher Rosell 
+# Contributor: lh 
+# Contributor: Sebastian Schwarz 
+# Contributor: Sergej Pupykin 
+# Contributor: Xilon 
+
+pkgname=xmms2
+pkgver=0.8DrO_o.919.gece0baf
+_commit=ece0baf0f56f705bdf9a3d174ac170d194bfe0b0
+pkgrel=3
+pkgdesc="X-platform Music Multiplexing System 2"
+arch=(i686 x86_64)
+url="https://xmms2.org/;
+license=(GPL LGPL)
+_depends=('alsa-lib: ALSA output'
+  'avahi: announce xmms2d via bonjour/mDNS/zeroconf'
+  'boost: C++ bindings'
+  'curl: play HTTP streams'
+  'cython: Python bindings'
+  'faad2: AAC support'
+  'ffmpeg: WMA, avcodec & avformat support'
+  'fftw: visualization'
+  'flac: FLAC support'
+  'fluidsynth: MIDI support'
+  'jack: JACK output'
+  'libao: libao output'
+  'libcdio-paranoia: CDDA support'
+  'libdiscid: CDDA support'
+  'libgme: support for various video game music formats'
+  'libmad: MP3 support'
+  'libmms: play MMS streams'
+  'libmodplug: MOD support'
+  'libmpcdec: Musepack support'
+  'libofa: MusicDNS fingerprinting'
+  'libsamplerate: vocoder support'
+  'libshout: Icecast output'
+  'libvorbis: Ogg Vorbis support'
+  'libxml2: XSPF and podcast support'
+  'mac: APE support'
+  'mpg123: alternative MP3 support'
+  'opusfile: Opus support'
+  'perl: Perl bindings'
+  'ruby: Ruby bindings'
+#  'sidplay2-libs: support for C64 music files'
+# we do not have sidplay 2 series in repos; also it's
+# somehow connected with resid i guess(not in repos also)
+  'smbclient: direct CIFS/SMB access'
+  'speex: Speex support'
+  'wavpack: WavPack support')
+depends=(glib2 readline)
+makedepends=("${_depends[@]%%:*}" libpulse python2 git)
+optdepends=("${_depends[@]}" 'oss: OSS output' 'pulseaudio: PulseAudio output')
+provides=(xmms2)
+conflicts=(xmms2 xmms2-devel)
+install=install.sh
+source=(git://git.xmms2.org/xmms2/xmms2-devel.git#commit=${_commit}
+tmpfiles.conf
+system.service
+user.service)
+md5sums=('SKIP'
+ 'd3ab09ed8d1cf982468d1ceb141d4a9d'
+ '4b026ab80e853f24b5cf13b310afb83c'
+ 'f773f674882946065c02e36e9548eb00')
+
+pkgver() {
+cd "$srcdir/xmms2-devel"
+git describe --always | sed 's/-/./g'
+}
+
+prepare() {
+cd "$srcdir/xmms2-devel"
+git submodule update --init
+sed -i 

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:14:26
  Author: jgc
Revision: 165524

upgpkg: qmmp 1.0.6-3

Rebuild for libmpcdec

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:08:39 UTC (rev 165523)
+++ PKGBUILD2016-03-07 16:14:26 UTC (rev 165524)
@@ -3,7 +3,7 @@
 
 pkgname=qmmp
 pkgver=1.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt5 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/;


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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:08:33
  Author: jgc
Revision: 165522

upgpkg: cmus 2.7.1-8

Rebuild for libmpcdec

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:57:52 UTC (rev 165521)
+++ PKGBUILD2016-03-07 16:08:33 UTC (rev 165522)
@@ -6,7 +6,7 @@
 
 pkgname=cmus
 pkgver=2.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url="https://cmus.github.io/;


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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:06:23
  Author: jgc
Revision: 261175

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

Added:
  k3b/repos/staging-i686/
  k3b/repos/staging-i686/PKGBUILD
(from rev 261174, k3b/trunk/PKGBUILD)
  k3b/repos/staging-i686/k3b-ffmpeg3.patch
(from rev 261174, k3b/trunk/k3b-ffmpeg3.patch)
  k3b/repos/staging-i686/k3b.install
(from rev 261174, k3b/trunk/k3b.install)
  k3b/repos/staging-x86_64/
  k3b/repos/staging-x86_64/PKGBUILD
(from rev 261174, k3b/trunk/PKGBUILD)
  k3b/repos/staging-x86_64/k3b-ffmpeg3.patch
(from rev 261174, k3b/trunk/k3b-ffmpeg3.patch)
  k3b/repos/staging-x86_64/k3b.install
(from rev 261174, k3b/trunk/k3b.install)

--+
 staging-i686/PKGBUILD|   46 
 staging-i686/k3b-ffmpeg3.patch   |  138 +
 staging-i686/k3b.install |   13 +++
 staging-x86_64/PKGBUILD  |   46 
 staging-x86_64/k3b-ffmpeg3.patch |  138 +
 staging-x86_64/k3b.install   |   13 +++
 6 files changed, 394 insertions(+)

Copied: k3b/repos/staging-i686/PKGBUILD (from rev 261174, k3b/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-07 16:06:23 UTC (rev 261175)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=k3b
+pkgver=2.0.3a
+pkgrel=5
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/k3b/;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for cd ripping support')
+install=k3b.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch)
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
+  '8ee47b04e92499d484c49e33dd33dabdf53025c9')
+
+prepare() {
+  cd $pkgname-2.0.3
+# Workaround build failure with cmake 3.4
+  sed -e "s|^cmake_minimum_required|#cmake_minimum_required|" -i CMakeLists.txt
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../k3b-ffmpeg3.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-2.0.3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: k3b/repos/staging-i686/k3b-ffmpeg3.patch (from rev 261174, 
k3b/trunk/k3b-ffmpeg3.patch)
===
--- staging-i686/k3b-ffmpeg3.patch  (rev 0)
+++ staging-i686/k3b-ffmpeg3.patch  2016-03-07 16:06:23 UTC (rev 261175)
@@ -0,0 +1,138 @@
+From 52d3d64863d2fab4128f524870851f18f5cae1fc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= 
+Date: Sat, 14 Feb 2015 15:31:07 +0100
+Subject: [PATCH] Fixed compilation with newer ffmpeg/libav.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Oldřich Jedlička 
+---
+ plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp | 60 -
+ 1 file changed, 50 insertions(+), 10 deletions(-)
+
+diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 
b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+index 5451fd3..2f80fd6 100644
+--- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
 b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+@@ -86,8 +86,12 @@ public:
+ K3b::Msf length;
+ 
+ // for decoding. ffmpeg requires 16-byte alignment.
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++::AVFrame* frame;
++#else
+ char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE + 15];
+ char* alignedOutputBuffer;
++#endif
+ char* outputBufferPos;
+ int outputBufferSize;
+ ::AVPacket packet;
+@@ -102,14 +106,29 @@ K3bFFMpegFile::K3bFFMpegFile( const QString& filename )
+ d = new Private;
+ d->formatContext = 0;
+ d->codec = 0;
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++#  if LIBAVCODEC_BUILD < AV_VERSION_INT(55,28,1)
++d->frame = avcodec_alloc_frame();
++#  else
++d->frame = av_frame_alloc();
++#  endif
++#else
+ int offset = 0x10 - (reinterpret_cast(>outputBuffer) & 0xf);
+ d->alignedOutputBuffer = >outputBuffer[offset];
++#endif
+ }
+ 
+ 
+ K3bFFMpegFile::~K3bFFMpegFile()
+ {
+ close();
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++#  if LIBAVCODEC_BUILD < 

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:06:16
  Author: jgc
Revision: 261174

upgpkg: k3b 1:2.0.3a-5

Rebuild for libmpcdec

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:01:36 UTC (rev 261173)
+++ PKGBUILD2016-03-07 16:06:16 UTC (rev 261174)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=2.0.3a
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=('i686' 'x86_64')


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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:01:29
  Author: jgc
Revision: 261172

upgpkg: vlc 2.2.2-3

Rebuild for libmpcdec

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 16:00:27 UTC (rev 261171)
+++ PKGBUILD2016-03-07 16:01:29 UTC (rev 261172)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;


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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 17:01:36
  Author: jgc
Revision: 261173

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

Added:
  vlc/repos/staging-i686/
  vlc/repos/staging-i686/PKGBUILD
(from rev 261172, vlc/trunk/PKGBUILD)
  vlc/repos/staging-i686/lua53_compat.patch
(from rev 261172, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-i686/vlc.install
(from rev 261172, vlc/trunk/vlc.install)
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 261172, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 261172, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/vlc.install
(from rev 261172, vlc/trunk/vlc.install)

---+
 staging-i686/PKGBUILD |  109 
 staging-i686/lua53_compat.patch   |   30 +
 staging-i686/vlc.install  |   18 +
 staging-x86_64/PKGBUILD   |  109 
 staging-x86_64/lua53_compat.patch |   30 +
 staging-x86_64/vlc.install|   18 +
 6 files changed, 314 insertions(+)

Copied: vlc/repos/staging-i686/PKGBUILD (from rev 261172, vlc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-07 16:01:36 UTC (rev 261173)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+pkgver=2.2.2
+pkgrel=3
+pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/vlc/;
+license=('LGPL2.1' 'GPL2')
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+ 'libxinerama')
+makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
+ 'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+optdepends=('avahi: for service discovery using bonjour protocol'
+'libnotify: for notification plugin'
+'gtk2: for notify plugin'
+'ncurses: for ncurses interface support'
+'libdvdcss: for decoding encrypted DVDs'
+'lirc: for lirc plugin'
+'libavc1394: for devices using the 1394ta AV/C'
+'libdc1394: for IEEE 1394 plugin'
+'kdelibs: KDE Solid hardware integration'
+'libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards'
+'libbluray: for Blu-Ray support'
+'flac: for Free Lossless Audio Codec plugin'
+'portaudio: for portaudio support'
+'twolame: for TwoLAME mpeg2 encoder plugin'
+'projectm: for ProjectM visualisation plugin'
+'libcaca: for colored ASCII art video output'
+'libgme: for libgme plugin'
+'librsvg: for SVG plugin'
+'gnome-vfs: for GNOME Virtual File System support'
+'libgoom2: for libgoom plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'aalib: for ASCII art plugin'
+'libmtp: for MTP devices support'
+'smbclient: for SMB access plugin'
+'libcdio: for audio CD playback support'
+'ttf-freefont: for subtitle font '
+'ttf-dejavu: for subtitle font'
+'opus: for opus support'
+'libssh2: for sftp support'
+'lua-socket: for http interface')
+conflicts=('vlc-plugin')
+replaces=('vlc-plugin')
+backup=('usr/share/vlc/lua/http/.hosts'
+'usr/share/vlc/lua/http/dialogs/.hosts')
+options=('!emptydirs')
+install=vlc.install
+source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+"lua53_compat.patch")
+validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key
+md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
+ 'SKIP'
+ '96d3b346d9149ffb1b430066dfb6249a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
+  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+
+  patch -p1 < "${srcdir}/lua53_compat.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \
+  CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
+  ./configure --prefix=/usr \
+  

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

2016-03-07 Thread Andreas Radke
Date: Monday, March 7, 2016 @ 17:00:27
  Author: andyrtr
Revision: 261171

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 261170, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 261170, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 261170, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 261170, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 261170, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 261170, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  166 +++
 /disable_upgrade.patch |   28 +
 /hplip.install |   36 +++
 extra-i686/PKGBUILD|   84 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 230 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-07 16:00:06 UTC (rev 261170)
+++ extra-i686/PKGBUILD 2016-03-07 16:00:27 UTC (rev 261171)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com;
-license=('GPL')
-depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'python-dbus: for dbus support'
-'sane: for scanner support'
-'xsane: sane scanner frontend'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt4: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('28efa845832c77e7015442e7934fc01cc5c4b346'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build #--help
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf "$pkgdir"/etc/{sane.d,xdg}
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf "$pkgdir"/usr/share/hal
- 
- # remove rc script
- rm -vrf "$pkgdir"/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 261170, hplip/trunk/PKGBUILD)

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

2016-03-07 Thread Andreas Radke
Date: Monday, March 7, 2016 @ 17:00:06
  Author: andyrtr
Revision: 261170

upgpkg: hplip 3.16.2-2

python-dbus is a required runtime dependency; FS#48453

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:53:30 UTC (rev 261169)
+++ PKGBUILD2016-03-07 16:00:06 UTC (rev 261170)
@@ -6,15 +6,14 @@
 
 pkgname=hplip
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
 license=('GPL')
-depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
+depends=('python-dbus' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
 makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
-'python-dbus: for dbus support'
 'sane: for scanner support'
 'xsane: sane scanner frontend'
 'python-pillow: for commandline scanning support'


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

2016-03-07 Thread Tobias Powalowski
Date: Monday, March 7, 2016 @ 16:57:14
  Author: tpowa
Revision: 165520

upgpkg: vhba-module 20140928-24

rebuild against 4.4.4

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:10:28 UTC (rev 165519)
+++ PKGBUILD2016-03-07 15:57:14 UTC (rev 165520)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.4-ARCH
-pkgrel=23
+pkgrel=24
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2016-03-07 Thread Tobias Powalowski
Date: Monday, March 7, 2016 @ 16:57:52
  Author: tpowa
Revision: 165521

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 165520, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 165520, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 165520, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 165520, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 165520, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 165520, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
165520, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2016-03-07 15:57:52 UTC (rev 
165521)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 165520, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-07 15:57:52 UTC (rev 165521)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.4-ARCH
+pkgrel=24
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.4' 'linux<4.5')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
165520, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2016-03-07 15:57:52 UTC (rev 
165521)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.4-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
165520, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2016-03-07 15:57:52 UTC (rev 
165521)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 165520, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:53:24
  Author: jgc
Revision: 261168

upgpkg: moc 1:2.5.0-5

Rebuild for libmpcdec

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:50:56 UTC (rev 261167)
+++ PKGBUILD2016-03-07 15:53:24 UTC (rev 261168)
@@ -3,7 +3,7 @@
 
 pkgname=moc
 pkgver=2.5.0
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
 arch=('i686' 'x86_64')


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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:53:30
  Author: jgc
Revision: 261169

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

Added:
  moc/repos/staging-i686/
  moc/repos/staging-i686/PKGBUILD
(from rev 261168, moc/trunk/PKGBUILD)
  moc/repos/staging-i686/moc-ffmpeg3.patch
(from rev 261168, moc/trunk/moc-ffmpeg3.patch)
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 261168, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/moc-ffmpeg3.patch
(from rev 261168, moc/trunk/moc-ffmpeg3.patch)

--+
 staging-i686/PKGBUILD|   46 
 staging-i686/moc-ffmpeg3.patch   |  102 +
 staging-x86_64/PKGBUILD  |   46 
 staging-x86_64/moc-ffmpeg3.patch |  102 +
 4 files changed, 296 insertions(+)

Copied: moc/repos/staging-i686/PKGBUILD (from rev 261168, moc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-07 15:53:30 UTC (rev 261169)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.0
+pkgrel=5
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig}
 moc-ffmpeg3.patch)
+sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
+  'SKIP'
+  '7d997ac25041010837d5f3ec79920b8afeec87f7')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0 (Debian)
+  patch -p1 -i ../moc-ffmpeg3.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: moc/repos/staging-i686/moc-ffmpeg3.patch (from rev 261168, 
moc/trunk/moc-ffmpeg3.patch)
===
--- staging-i686/moc-ffmpeg3.patch  (rev 0)
+++ staging-i686/moc-ffmpeg3.patch  2016-03-07 15:53:30 UTC (rev 261169)
@@ -0,0 +1,102 @@
+--- moc-2.5.0.orig/configure.in
 moc-2.5.0/configure.in
+@@ -557,22 +557,6 @@ then
+   echo
+ fi
+ 
+-dnl
+-dnl  If the warning below gets reported, then for further guidance:
+-dnl
+-dnl vi +/REQUEST_CHANNELS decoder_plugins/ffmpeg/ffmpeg.c
+-dnl
+-if test "x$want_ffmpeg" = "xyes" && \
+-   test "x$ac_cv_member_struct_AVCodecContext_request_channels" != "xyes"
+-then
+-  echo "WARNING: It appears that the FFmpeg/LibAV API has changed and no 
longer"
+-  echo " supports downmixing to stereo as it did previously.  
Report"
+-  echo " this message along with the output of 'ffmpeg -version' 
to"
+-  echo " <$PACKAGE_BUGREPORT>.  Meanwhile, you may have to live 
without"
+-  echo " stereo downmixing."
+-  echo
+-fi
+-
+ echo "WARNING: Since MOC version 2 the executable file name has changed to 
mocp!"
+ echo " Please remove old moc binary if you have installed an older 
version."
+ echo
+--- moc-2.5.0.orig/decoder_plugins/ffmpeg/ffmpeg.c
 moc-2.5.0/decoder_plugins/ffmpeg/ffmpeg.c
+@@ -67,7 +67,7 @@ GCC_DIAG_OFF(deprecated-declarations)
+ GCC_DIAG_ON(deprecated-declarations)
+ #include 
+ #ifdef HAVE_AV_GET_CHANNEL_LAYOUT_NB_CHANNELS
+-#include 
++#include 
+ #endif
+ #else
+ #include 
+@@ -823,17 +823,6 @@ static bool is_seek_broken (struct ffmpe
+   return false;
+ }
+ 
+-#ifdef HAVE_STRUCT_AVCODECCONTEXT_REQUEST_CHANNELS
+-/* This warning reset suppresses a deprecation warning message
+- * for the AVCodecContext's 'request_channels' field. */
+-GCC_DIAG_OFF(deprecated-declarations)
+-static inline void set_request_channels (AVCodecContext *enc, int channels)
+-{
+-  enc->request_channels = channels;
+-}
+-GCC_DIAG_ON(deprecated-declarations)
+-#endif
+-
+ /* Downmix multi-channel audios to stereo. */
+ static void set_downmixing (struct ffmpeg_data 

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:50:56
  Author: jgc
Revision: 261167

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 261166, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-i686/xine-lib-ffmpeg3.patch
(from rev 261166, xine-lib/trunk/xine-lib-ffmpeg3.patch)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 261166, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/xine-lib-ffmpeg3.patch
(from rev 261166, xine-lib/trunk/xine-lib-ffmpeg3.patch)

---+
 staging-i686/PKGBUILD |   55 
 staging-i686/xine-lib-ffmpeg3.patch   |   55 
 staging-x86_64/PKGBUILD   |   55 
 staging-x86_64/xine-lib-ffmpeg3.patch |   55 
 4 files changed, 220 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 261166, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-07 15:50:56 UTC (rev 261167)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=9
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
 xine-lib-ffmpeg3.patch)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5'
+  'b4466616bb17142aef8aa1bb80fff67cd2d0d15d')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../xine-lib-ffmpeg3.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
+--disable-optimizations 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xine-lib/repos/staging-i686/xine-lib-ffmpeg3.patch (from rev 261166, 
xine-lib/trunk/xine-lib-ffmpeg3.patch)
===
--- staging-i686/xine-lib-ffmpeg3.patch (rev 0)
+++ staging-i686/xine-lib-ffmpeg3.patch 2016-03-07 15:50:56 UTC (rev 261167)
@@ -0,0 +1,55 @@
+Index: xine-lib-1.2.6/src/combined/ffmpeg/ff_audio_decoder.c
+===
+--- xine-lib-1.2.6.orig/src/combined/ffmpeg/ff_audio_decoder.c
 xine-lib-1.2.6/src/combined/ffmpeg/ff_audio_decoder.c
+@@ -590,7 +590,7 @@ static int ff_audio_decode (ff_audio_dec
+   int got_frame;
+   float gain = this->class->gain;
+   if (!this->av_frame)
+-this->av_frame = avcodec_alloc_frame ();
++this->av_frame = av_frame_alloc ();
+ 
+   consumed = avcodec_decode_audio4 (this->context, this->av_frame, 
_frame, );
+   if ((consumed >= 0) && got_frame) {
+@@ -1071,7 +1071,7 @@ static void ff_audio_reset (audio_decode
+   /* try to reset the wma decoder */
+   if( this->decoder_ok ) {
+ #if AVAUDIO > 3
+-avcodec_free_frame (>av_frame);
++av_frame_free (>av_frame);
+ #endif
+ pthread_mutex_lock (_lock);
+ avcodec_close (this->context);
+@@ -1105,7 +1105,7 @@ static void ff_audio_dispose (audio_deco
+ 
+   if( this->context && this->decoder_ok ) {
+ #if AVAUDIO > 3
+-avcodec_free_frame (>av_frame);
++av_frame_free (>av_frame);
+ #endif
+ pthread_mutex_lock (_lock);

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:50:51
  Author: jgc
Revision: 261166

upgpkg: xine-lib 1.2.6-9

Rebuild for libmpcdec

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:47:36 UTC (rev 261165)
+++ PKGBUILD2016-03-07 15:50:51 UTC (rev 261166)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.6
-pkgrel=8
+pkgrel=9
 pkgdesc="A multimedia playback engine"
 arch=('i686' 'x86_64')
 url="http://www.xine-project.org;


[arch-commits] Commit in gstreamer0.10-bad/repos (16 files)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:43:54
  Author: jgc
Revision: 261164

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

Added:
  gstreamer0.10-bad/repos/staging-i686/
  gstreamer0.10-bad/repos/staging-i686/PKGBUILD
(from rev 261163, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-i686/disable-assrender-test.patch
(from rev 261163, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-i686/disable-camerabin-test.patch
(from rev 261163, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-i686/drop-vpx-compat-defs.patch
(from rev 261163, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-i686/faad2-version-check.patch
(from rev 261163, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-i686/fix-libmodplug-include.patch
(from rev 261163, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-i686/gstreamer0.10-bad-plugins.install
(from rev 261163, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/staging-x86_64/
  gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD
(from rev 261163, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-x86_64/disable-assrender-test.patch
(from rev 261163, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/disable-camerabin-test.patch
(from rev 261163, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/drop-vpx-compat-defs.patch
(from rev 261163, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-x86_64/faad2-version-check.patch
(from rev 261163, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-x86_64/fix-libmodplug-include.patch
(from rev 261163, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-x86_64/gstreamer0.10-bad-plugins.install
(from rev 261163, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)

--+
 staging-i686/PKGBUILD|   73 +
 staging-i686/disable-assrender-test.patch|   11 +++
 staging-i686/disable-camerabin-test.patch|   10 ++
 staging-i686/drop-vpx-compat-defs.patch  |   26 +++
 staging-i686/faad2-version-check.patch   |   35 ++
 staging-i686/fix-libmodplug-include.patch|   12 +++
 staging-i686/gstreamer0.10-bad-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD  |   73 +
 staging-x86_64/disable-assrender-test.patch  |   11 +++
 staging-x86_64/disable-camerabin-test.patch  |   10 ++
 staging-x86_64/drop-vpx-compat-defs.patch|   26 +++
 staging-x86_64/faad2-version-check.patch |   35 ++
 staging-x86_64/fix-libmodplug-include.patch  |   12 +++
 staging-x86_64/gstreamer0.10-bad-plugins.install |   11 +++
 14 files changed, 356 insertions(+)

Copied: gstreamer0.10-bad/repos/staging-i686/PKGBUILD (from rev 261163, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-07 15:43:54 UTC (rev 261164)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=14
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
+url="http://gstreamer.freedesktop.org/;
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
+fix-libmodplug-include.patch
+drop-vpx-compat-defs.patch
+disable-assrender-test.patch
+disable-camerabin-test.patch
+faad2-version-check.patch)
+sha256sums=('SKIP'
+'d89d8f4307c7d5a143b9240467d260a1cb6bb1ab2e7ca57841ce0901f41c9cb7'
+'eb97037b7b581d1ab994eadd144044c083975e5670a73ec827de126bf888f4b9'
+'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
+'01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68'
+'741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc')
+
+prepare() {
+  cd gst-plugins-bad
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+  

[arch-commits] Commit in gstreamer0.10-bad/trunk (PKGBUILD)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:43:24
  Author: jgc
Revision: 261163

upgpkg: gstreamer0.10-bad 0.10.23-14

Rebuild for libmpcdec

Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:29:57 UTC (rev 261162)
+++ PKGBUILD2016-03-07 15:43:24 UTC (rev 261163)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=13
+pkgrel=14
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
@@ -41,6 +41,7 @@
 --with-package-name="GStreamer Bad Plugins (Archlinux)" \
 --with-package-origin="http://www.archlinux.org/;
 
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
   sed -e 's/gst sys ext/gst/' -i Makefile
 }


[arch-commits] Commit in musepack (19 files)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:29:57
  Author: jgc
Revision: 261162

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

Added:
  musepack/repos/
  musepack/repos/staging-i686/
  musepack/repos/staging-i686/01_am-maintainer-mode.patch
(from rev 261161, musepack/trunk/01_am-maintainer-mode.patch)
  musepack/repos/staging-i686/02_link-libm.patch
(from rev 261161, musepack/trunk/02_link-libm.patch)
  musepack/repos/staging-i686/03_mpcchap.patch
(from rev 261161, musepack/trunk/03_mpcchap.patch)
  musepack/repos/staging-i686/04_link-order.patch
(from rev 261161, musepack/trunk/04_link-order.patch)
  musepack/repos/staging-i686/05_visibility.patch
(from rev 261161, musepack/trunk/05_visibility.patch)
  musepack/repos/staging-i686/1001_missing_extern_kw.patch
(from rev 261161, musepack/trunk/1001_missing_extern_kw.patch)
  musepack/repos/staging-i686/PKGBUILD
(from rev 261161, musepack/trunk/PKGBUILD)
  musepack/repos/staging-i686/add_subdir-objects.patch
(from rev 261161, musepack/trunk/add_subdir-objects.patch)
  musepack/repos/staging-x86_64/
  musepack/repos/staging-x86_64/01_am-maintainer-mode.patch
(from rev 261161, musepack/trunk/01_am-maintainer-mode.patch)
  musepack/repos/staging-x86_64/02_link-libm.patch
(from rev 261161, musepack/trunk/02_link-libm.patch)
  musepack/repos/staging-x86_64/03_mpcchap.patch
(from rev 261161, musepack/trunk/03_mpcchap.patch)
  musepack/repos/staging-x86_64/04_link-order.patch
(from rev 261161, musepack/trunk/04_link-order.patch)
  musepack/repos/staging-x86_64/05_visibility.patch
(from rev 261161, musepack/trunk/05_visibility.patch)
  musepack/repos/staging-x86_64/1001_missing_extern_kw.patch
(from rev 261161, musepack/trunk/1001_missing_extern_kw.patch)
  musepack/repos/staging-x86_64/PKGBUILD
(from rev 261161, musepack/trunk/PKGBUILD)
  musepack/repos/staging-x86_64/add_subdir-objects.patch
(from rev 261161, musepack/trunk/add_subdir-objects.patch)

-+
 staging-i686/01_am-maintainer-mode.patch|   12 
 staging-i686/02_link-libm.patch |7 ++
 staging-i686/03_mpcchap.patch   |   66 +++
 staging-i686/04_link-order.patch|   44 +++
 staging-i686/05_visibility.patch|   13 
 staging-i686/1001_missing_extern_kw.patch   |   22 +++
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/add_subdir-objects.patch   |   16 +
 staging-x86_64/01_am-maintainer-mode.patch  |   12 
 staging-x86_64/02_link-libm.patch   |7 ++
 staging-x86_64/03_mpcchap.patch |   66 +++
 staging-x86_64/04_link-order.patch  |   44 +++
 staging-x86_64/05_visibility.patch  |   13 
 staging-x86_64/1001_missing_extern_kw.patch |   22 +++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/add_subdir-objects.patch |   16 +
 16 files changed, 504 insertions(+)

Copied: musepack/repos/staging-i686/01_am-maintainer-mode.patch (from rev 
261161, musepack/trunk/01_am-maintainer-mode.patch)
===
--- repos/staging-i686/01_am-maintainer-mode.patch  
(rev 0)
+++ repos/staging-i686/01_am-maintainer-mode.patch  2016-03-07 15:29:57 UTC 
(rev 261162)
@@ -0,0 +1,12 @@
+Index: libmpc-0.1~r459/configure.in
+===
+--- libmpc-0.1~r459.orig/configure.in  2010-05-31 16:32:02.551447078 +0200
 libmpc-0.1~r459/configure.in   2010-05-31 16:32:09.578951197 +0200
+@@ -4,6 +4,7 @@
+ AC_CONFIG_SRCDIR([libmpcdec/mpc_reader.c])
+ AM_CONFIG_HEADER([include/config.h])
+ AM_INIT_AUTOMAKE
++AM_MAINTAINER_MODE
+ 
+ AC_LANG_C
+ AC_PROG_CC

Copied: musepack/repos/staging-i686/02_link-libm.patch (from rev 261161, 
musepack/trunk/02_link-libm.patch)
===
--- repos/staging-i686/02_link-libm.patch   (rev 0)
+++ repos/staging-i686/02_link-libm.patch   2016-03-07 15:29:57 UTC (rev 
261162)
@@ -0,0 +1,7 @@
+--- a/libmpcdec/Makefile.am.old2009-10-20 20:11:41.0 +0200
 b/libmpcdec/Makefile.am2009-10-20 20:12:02.0 +0200
+@@ -17,3 +17,4 @@
+   $(common_sources)
+ 
+ libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
++libmpcdec_la_LIBADD = -lm

Copied: musepack/repos/staging-i686/03_mpcchap.patch (from rev 261161, 
musepack/trunk/03_mpcchap.patch)
===
--- repos/staging-i686/03_mpcchap.patch (rev 0)
+++ repos/staging-i686/03_mpcchap.patch 2016-03-07 15:29:57 UTC (rev 261162)
@@ -0,0 +1,66 @@
+Index: libmpc/configure.in
+===

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

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:29:32
  Author: jgc
Revision: 261161

upgpkg: musepack 1:0.1+r475-1

Move include files to the libmpcdec package

Modified:
  musepack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 15:24:55 UTC (rev 261160)
+++ PKGBUILD2016-03-07 15:29:32 UTC (rev 261161)
@@ -53,9 +53,10 @@
   pkgdesc="MusePack decoding library"
   license=('custom')
 
-  cd musepack_src_r${_rel}/libmpcdec
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libmpcdec/COPYING
+  cd musepack_src_r${_rel}
+  make -C include DESTDIR="${pkgdir}" install
+  make -C libmpcdec DESTDIR="${pkgdir}" install
+  install -Dm644 libmpcdec/COPYING 
${pkgdir}/usr/share/licenses/libmpcdec/COPYING
 }
 
 package_musepack-tools() {
@@ -67,4 +68,5 @@
   cd musepack_src_r${_rel}
   make DESTDIR="${pkgdir}" install
   make -C libmpcdec DESTDIR="${pkgdir}" uninstall
+  make -C include DESTDIR="${pkgdir}" uninstall
 }


[arch-commits] Commit in (10 files)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:24:55
  Author: jgc
Revision: 261160

Add musepack package, will replace libmpcdec

Added:
  musepack/
  musepack/trunk/
  musepack/trunk/01_am-maintainer-mode.patch
  musepack/trunk/02_link-libm.patch
  musepack/trunk/03_mpcchap.patch
  musepack/trunk/04_link-order.patch
  musepack/trunk/05_visibility.patch
  musepack/trunk/1001_missing_extern_kw.patch
  musepack/trunk/PKGBUILD
  musepack/trunk/add_subdir-objects.patch

--+
 01_am-maintainer-mode.patch  |   12 +++
 02_link-libm.patch   |7 
 03_mpcchap.patch |   66 ++
 04_link-order.patch  |   44 +
 05_visibility.patch  |   13 +++
 1001_missing_extern_kw.patch |   22 
 PKGBUILD |   70 +
 add_subdir-objects.patch |   16 +
 8 files changed, 250 insertions(+)

Added: musepack/trunk/01_am-maintainer-mode.patch
===
--- musepack/trunk/01_am-maintainer-mode.patch  (rev 0)
+++ musepack/trunk/01_am-maintainer-mode.patch  2016-03-07 15:24:55 UTC (rev 
261160)
@@ -0,0 +1,12 @@
+Index: libmpc-0.1~r459/configure.in
+===
+--- libmpc-0.1~r459.orig/configure.in  2010-05-31 16:32:02.551447078 +0200
 libmpc-0.1~r459/configure.in   2010-05-31 16:32:09.578951197 +0200
+@@ -4,6 +4,7 @@
+ AC_CONFIG_SRCDIR([libmpcdec/mpc_reader.c])
+ AM_CONFIG_HEADER([include/config.h])
+ AM_INIT_AUTOMAKE
++AM_MAINTAINER_MODE
+ 
+ AC_LANG_C
+ AC_PROG_CC

Added: musepack/trunk/02_link-libm.patch
===
--- musepack/trunk/02_link-libm.patch   (rev 0)
+++ musepack/trunk/02_link-libm.patch   2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,7 @@
+--- a/libmpcdec/Makefile.am.old2009-10-20 20:11:41.0 +0200
 b/libmpcdec/Makefile.am2009-10-20 20:12:02.0 +0200
+@@ -17,3 +17,4 @@
+   $(common_sources)
+ 
+ libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
++libmpcdec_la_LIBADD = -lm

Added: musepack/trunk/03_mpcchap.patch
===
--- musepack/trunk/03_mpcchap.patch (rev 0)
+++ musepack/trunk/03_mpcchap.patch 2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,66 @@
+Index: libmpc/configure.in
+===
+--- libmpc.orig/configure.in
 libmpc/configure.in
+@@ -28,6 +28,12 @@ esac
+ AC_SUBST([EXTRALIBS])
+ 
+ AC_ARG_ENABLE([mpcchap], [AS_HELP_STRING([--enable-mpcchap], [enable building 
mpcchap])])
++if test "x$enable_mpcchap" = xyes; then
++  PKG_CHECK_MODULES(LIBCUE, libcue)
++  AC_SUBST(LIBCUE_CFLAGS)
++  AC_SUBST(LIBCUE_LIBS)
++fi
++
+ AM_CONDITIONAL([MPC_CHAP], [test "x$enable_mpcchap" = xyes])
+ 
+ 
+Index: libmpc/mpcchap/Makefile.am
+===
+--- libmpc.orig/mpcchap/Makefile.am
 libmpc/mpcchap/Makefile.am
+@@ -4,7 +4,8 @@ bin_PROGRAMS = mpcchap
+ 
+ common_sources = ../common/tags.c ../common/crc32.c
+ 
+-AM_CPPFLAGS = -I$(top_srcdir)/include
++AM_CPPFLAGS = -I$(top_srcdir)/include \
++  $(LIBCUE_CFLAGS)
+ 
+ if HAVE_VISIBILITY
+   AM_CFLAGS = -fvisibility=hidden
+@@ -16,4 +17,4 @@ dictionary.h iniparser.h
+ 
+ mpcchap_LDADD = $(top_builddir)/libmpcdec/libmpcdec.la \
+   $(top_builddir)/libmpcenc/libmpcenc.a \
+-  -lm -lcuefile
++  -lm $(LIBCUE_LIBS)
+Index: libmpc/mpcchap/mpcchap.c
+===
+--- libmpc.orig/mpcchap/mpcchap.c
 libmpc/mpcchap/mpcchap.c
+@@ -24,7 +24,7 @@
+ 
+ #include 
+ 
+-#include 
++#include 
+ 
+ // tags.c
+ voidInit_Tags( void );
+@@ -153,13 +153,13 @@ mpc_status add_chaps_ini(char * mpc_file
+ mpc_status add_chaps_cue(char * mpc_file, char * chap_file, mpc_demux * 
demux, mpc_streaminfo * si)
+ {
+   Cd *cd = 0;
+-  int nchap, format = UNKNOWN;
++  int nchap;
+   struct stat stbuf;
+   FILE * in_file;
+   int chap_pos, end_pos, chap_size, i;
+   char * tmp_buff;
+ 
+-  if (0 == (cd = cf_parse(chap_file, ))) {
++  if (0 == (cd = cue_parse_file(chap_file))) {
+   fprintf(stderr, "%s: input file error\n", chap_file);
+   return !MPC_STATUS_OK;
+   }

Added: musepack/trunk/04_link-order.patch
===
--- musepack/trunk/04_link-order.patch  (rev 0)
+++ musepack/trunk/04_link-order.patch  2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,44 @@
+---
+ mpc2sv8/Makefile.am |5 +++--
+ mpcdec/Makefile.am  |5 +++--
+ mpcenc/Makefile.am  |5 +++--
+ 3 files changed, 9 insertions(+), 6 deletions(-)
+

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

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 16:10:28
  Author: fyan
Revision: 165519

archrelease: copy trunk to community-any

Added:
  python-cliff/repos/community-any/
  python-cliff/repos/community-any/PKGBUILD
(from rev 165518, python-cliff/trunk/PKGBUILD)

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

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 165518, 
python-cliff/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-07 15:10:28 UTC (rev 165519)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python-unicodecsv' 'python2-unicodecsv' 
'python-yaml'
+ 'python2-yaml')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/cliff#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a cliff{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cliff
+  python setup.py build
+
+  cd "$srcdir"/cliff-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cliff
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 -d
+
+  cd "$srcdir"/cliff-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 -d
+}
+
+package_python-cliff() {
+  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+   'python-stevedore' 'python-unicodecsv' 'python-yaml')
+
+  cd "$srcdir"/cliff
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cliff() {
+  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
+   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
+
+  cd "$srcdir"/cliff-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 16:10:06
  Author: fyan
Revision: 165518

addpkg: python-cliff 2.0.0-1

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

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

Added: python-cliff/trunk/PKGBUILD
===
--- python-cliff/trunk/PKGBUILD (rev 0)
+++ python-cliff/trunk/PKGBUILD 2016-03-07 15:10:06 UTC (rev 165518)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python-unicodecsv' 'python2-unicodecsv' 
'python-yaml'
+ 'python2-yaml')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/cliff#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a cliff{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cliff
+  python setup.py build
+
+  cd "$srcdir"/cliff-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cliff
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 -d
+
+  cd "$srcdir"/cliff-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 -d
+}
+
+package_python-cliff() {
+  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+   'python-stevedore' 'python-unicodecsv' 'python-yaml')
+
+  cd "$srcdir"/cliff
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cliff() {
+  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
+   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
+
+  cd "$srcdir"/cliff-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in python-cmd2/repos/community-any (3 files)

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 16:07:54
  Author: fyan
Revision: 165517

archrelease: copy trunk to community-any

Added:
  python-cmd2/repos/community-any/PKGBUILD
(from rev 165516, python-cmd2/trunk/PKGBUILD)
  python-cmd2/repos/community-any/python-3.5.patch
(from rev 165516, python-cmd2/trunk/python-3.5.patch)
Deleted:
  python-cmd2/repos/community-any/PKGBUILD

--+
 PKGBUILD |  113 +++--
 python-3.5.patch |   23 ++
 2 files changed, 81 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 15:06:15 UTC (rev 165516)
+++ PKGBUILD2016-03-07 15:07:54 UTC (rev 165517)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cmd2
-pkgname=(python-cmd2 python2-cmd2)
-pkgver=0.6.8
-_commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
-pkgrel=1
-pkgdesc="Extra features for standard library's cmd module"
-arch=('any')
-url="https://github.com/python-cmd2/cmd2;
-license=('MIT')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a cmd2{,-py2}
-}
-
-build() {
-  cd "$srcdir"/cmd2
-  python setup.py build
-
-  cd "$srcdir"/cmd2-py2
-  python2 setup.py build
-}
-
-check() {
-  # Tests will be available in next release
-
-  cd "$srcdir"/cmd2
-  # python setup.py ptr
-
-  cd "$srcdir"/cmd2-py2
-  # python2 setup.py ptr
-}
-
-package_python-cmd2() {
-  depends=('python-pyparsing')
-
-  cd "$srcdir"/cmd2
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cmd2() {
-  depends=('python2-pyparsing')
-
-  cd "$srcdir"/cmd2-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cmd2/repos/community-any/PKGBUILD (from rev 165516, 
python-cmd2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 15:07:54 UTC (rev 165517)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cmd2
+pkgname=(python-cmd2 python2-cmd2)
+pkgver=0.6.8
+_commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
+pkgrel=2
+pkgdesc="Extra features for standard library's cmd module"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;
+python-3.5.patch)
+md5sums=('SKIP'
+ 'a67eb13a752b55ba755f7fa7f7e954c9')
+
+prepare() {
+  (cd cmd2; patch -p1 -i ../python-3.5.patch)
+  cp -a cmd2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cmd2
+  python setup.py build
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests will be available in next release
+
+  cd "$srcdir"/cmd2
+  # python setup.py ptr
+
+  cd "$srcdir"/cmd2-py2
+  # python2 setup.py ptr
+}
+
+package_python-cmd2() {
+  depends=('python-pyparsing')
+
+  cd "$srcdir"/cmd2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cmd2() {
+  depends=('python2-pyparsing')
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-cmd2/repos/community-any/python-3.5.patch (from rev 165516, 
python-cmd2/trunk/python-3.5.patch)
===
--- python-3.5.patch(rev 0)
+++ python-3.5.patch2016-03-07 15:07:54 UTC (rev 165517)
@@ -0,0 +1,23 @@
+From 6ee37b45de8d2a8a1fe9f4db7f7a4b77f216b9ed Mon Sep 17 00:00:00 2001
+From: Hans Lellelid 
+Date: Thu, 18 Feb 2016 21:49:15 -0500
+Subject: [PATCH] subprocess.mswindows does not exist in python3.5
+
+Am hoping that the sys.platform 
(https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, 
though perhaps there was a reason this was not done initially.
+---
+ cmd2.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmd2.py b/cmd2.py
+index 63e422f..4b11958 100755
+--- a/cmd2.py
 b/cmd2.py
+@@ -190,7 +190,7 @@ def __init__(self):
+ to be installed on operating system.
+ %s"""
+ 
+-if subprocess.mswindows:
++if sys.platform == "win32":
+ try:
+ import win32clipboard
+ def get_paste_buffer():


[arch-commits] Commit in python-cmd2/trunk (PKGBUILD python-3.5.patch)

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 16:06:15
  Author: fyan
Revision: 165516

upgpkg: python-cmd2 0.6.8-2

add an upstream patch to fix an error with python 3.5

Added:
  python-cmd2/trunk/python-3.5.patch
Modified:
  python-cmd2/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 python-3.5.patch |   23 +++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:22:01 UTC (rev 165515)
+++ PKGBUILD2016-03-07 15:06:15 UTC (rev 165516)
@@ -6,7 +6,7 @@
 pkgname=(python-cmd2 python2-cmd2)
 pkgver=0.6.8
 _commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra features for standard library's cmd module"
 arch=('any')
 url="https://github.com/python-cmd2/cmd2;
@@ -13,10 +13,13 @@
 license=('MIT')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
-md5sums=('SKIP')
+source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;
+python-3.5.patch)
+md5sums=('SKIP'
+ 'a67eb13a752b55ba755f7fa7f7e954c9')
 
 prepare() {
+  (cd cmd2; patch -p1 -i ../python-3.5.patch)
   cp -a cmd2{,-py2}
 }
 

Added: python-3.5.patch
===
--- python-3.5.patch(rev 0)
+++ python-3.5.patch2016-03-07 15:06:15 UTC (rev 165516)
@@ -0,0 +1,23 @@
+From 6ee37b45de8d2a8a1fe9f4db7f7a4b77f216b9ed Mon Sep 17 00:00:00 2001
+From: Hans Lellelid 
+Date: Thu, 18 Feb 2016 21:49:15 -0500
+Subject: [PATCH] subprocess.mswindows does not exist in python3.5
+
+Am hoping that the sys.platform 
(https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, 
though perhaps there was a reason this was not done initially.
+---
+ cmd2.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmd2.py b/cmd2.py
+index 63e422f..4b11958 100755
+--- a/cmd2.py
 b/cmd2.py
+@@ -190,7 +190,7 @@ def __init__(self):
+ to be installed on operating system.
+ %s"""
+ 
+-if subprocess.mswindows:
++if sys.platform == "win32":
+ try:
+ import win32clipboard
+ def get_paste_buffer():


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

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 15:22:01
  Author: fyan
Revision: 165515

archrelease: copy trunk to community-any

Added:
  python-cmd2/repos/community-any/
  python-cmd2/repos/community-any/PKGBUILD
(from rev 165514, python-cmd2/trunk/PKGBUILD)

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

Copied: python-cmd2/repos/community-any/PKGBUILD (from rev 165514, 
python-cmd2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-03-07 14:22:01 UTC (rev 165515)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cmd2
+pkgname=(python-cmd2 python2-cmd2)
+pkgver=0.6.8
+_commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
+pkgrel=1
+pkgdesc="Extra features for standard library's cmd module"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a cmd2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cmd2
+  python setup.py build
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests will be available in next release
+
+  cd "$srcdir"/cmd2
+  # python setup.py ptr
+
+  cd "$srcdir"/cmd2-py2
+  # python2 setup.py ptr
+}
+
+package_python-cmd2() {
+  depends=('python-pyparsing')
+
+  cd "$srcdir"/cmd2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cmd2() {
+  depends=('python2-pyparsing')
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-03-07 Thread Felix Yan
Date: Monday, March 7, 2016 @ 15:18:01
  Author: fyan
Revision: 165514

addpkg: python-cmd2 0.6.8-1

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

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

Added: python-cmd2/trunk/PKGBUILD
===
--- python-cmd2/trunk/PKGBUILD  (rev 0)
+++ python-cmd2/trunk/PKGBUILD  2016-03-07 14:18:01 UTC (rev 165514)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cmd2
+pkgname=(python-cmd2 python2-cmd2)
+pkgver=0.6.8
+_commit=3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c
+pkgrel=1
+pkgdesc="Extra features for standard library's cmd module"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a cmd2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cmd2
+  python setup.py build
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests will be available in next release
+
+  cd "$srcdir"/cmd2
+  # python setup.py ptr
+
+  cd "$srcdir"/cmd2-py2
+  # python2 setup.py ptr
+}
+
+package_python-cmd2() {
+  depends=('python-pyparsing')
+
+  cd "$srcdir"/cmd2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cmd2() {
+  depends=('python2-pyparsing')
+
+  cd "$srcdir"/cmd2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in owncloud-app-gallery/repos/community-testing-any (2 files)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:03:32
  Author: spupykin
Revision: 165513

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-gallery/repos/community-testing-any/PKGBUILD
(from rev 165512, owncloud-app-gallery/trunk/PKGBUILD)
Deleted:
  owncloud-app-gallery/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 14:03:20 UTC (rev 165512)
+++ PKGBUILD2016-03-07 14:03:32 UTC (rev 165513)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-gallery
-pkgver=9.0.0RC2
-pkgrel=1
-pkgdesc="Gallery app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('ef65bba396a550fd3e5be25ff2323c09')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-testing-any/PKGBUILD (from rev 
165512, owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 14:03:32 UTC (rev 165513)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-gallery
+pkgver=9.0.0RC3
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('ea5585c13fdd0209d7a98f22801e89d9')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


[arch-commits] Commit in owncloud-app-calendar/repos/community-testing-any (2 files)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:58
  Author: spupykin
Revision: 165509

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-calendar/repos/community-testing-any/PKGBUILD
(from rev 165508, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:46 UTC (rev 165508)
+++ PKGBUILD2016-03-07 14:02:58 UTC (rev 165509)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-calendar
-epoch=1
-pkgver=1.0alpha2git
-_commit=53edf80b55d88a646734f3b81a6602295d2a0568
-pkgrel=2
-pkgdesc="Calendar app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
-source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/owncloud/calendar/archive/${_commit}.tar.gz;)
-md5sums=('2ad0ffd86749a3a114d16856a9e5dfb4')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-#  cp -a ${srcdir}/calendar-${pkgver/alpha/-alpha} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-  cp -a ${srcdir}/calendar-${_commit} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-testing-any/PKGBUILD (from rev 
165508, owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 14:02:58 UTC (rev 165509)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-calendar
+epoch=1
+pkgver=1.0alpha2git
+_commit=cb2447f5c5afe091e14f2b7b7d133cd3452f9657
+pkgrel=3
+pkgdesc="Calendar app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
+source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/owncloud/calendar/archive/${_commit}.tar.gz;)
+md5sums=('e8623e3b480c720fbc48c34642a03c6e')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+#  cp -a ${srcdir}/calendar-${pkgver/alpha/-alpha} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+  cp -a ${srcdir}/calendar-${_commit} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:03:20
  Author: spupykin
Revision: 165512

upgpkg: owncloud-app-gallery 9.0.0RC3-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:03:15 UTC (rev 165511)
+++ PKGBUILD2016-03-07 14:03:20 UTC (rev 165512)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-gallery
-pkgver=9.0.0RC2
+pkgver=9.0.0RC3
 pkgrel=1
 pkgdesc="Gallery app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('ef65bba396a550fd3e5be25ff2323c09')
+md5sums=('ea5585c13fdd0209d7a98f22801e89d9')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-documents/repos/community-testing-any (2 files)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:03:15
  Author: spupykin
Revision: 165511

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-documents/repos/community-testing-any/PKGBUILD
(from rev 165510, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 14:03:02 UTC (rev 165510)
+++ PKGBUILD2016-03-07 14:03:15 UTC (rev 165511)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-epoch=1
-pkgver=9.0.0RC2
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('b11b0a5ec4a8ef593971e113aec302d8')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-testing-any/PKGBUILD (from rev 
165510, owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 14:03:15 UTC (rev 165511)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+epoch=1
+pkgver=9.0.0RC3
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('527b205a1d21457da059ad76627f7d21')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:03:02
  Author: spupykin
Revision: 165510

upgpkg: owncloud-app-documents 1:9.0.0RC3-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:58 UTC (rev 165509)
+++ PKGBUILD2016-03-07 14:03:02 UTC (rev 165510)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-documents
 epoch=1
-pkgver=9.0.0RC2
+pkgver=9.0.0RC3
 pkgrel=1
 pkgdesc="Documents app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('b11b0a5ec4a8ef593971e113aec302d8')
+md5sums=('527b205a1d21457da059ad76627f7d21')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-testing-any (2 files)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:42
  Author: spupykin
Revision: 165507

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD
(from rev 165506, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:30 UTC (rev 165506)
+++ PKGBUILD2016-03-07 14:02:42 UTC (rev 165507)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=9.0.0RC2
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('7ceacf8dc31410ccda917193479df6c7')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-testing-any/PKGBUILD (from rev 
165506, owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 14:02:42 UTC (rev 165507)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=9.0.0RC3
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('b493ad50f1cbc847c23851f18c1fc0b0')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:30
  Author: spupykin
Revision: 165506

upgpkg: owncloud-app-bookmarks 9.0.0RC3-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:23 UTC (rev 165505)
+++ PKGBUILD2016-03-07 14:02:30 UTC (rev 165506)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=9.0.0RC2
+pkgver=9.0.0RC3
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('7ceacf8dc31410ccda917193479df6c7')
+md5sums=('b493ad50f1cbc847c23851f18c1fc0b0')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:46
  Author: spupykin
Revision: 165508

upgpkg: owncloud-app-calendar 1:1.0alpha2git-3

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:42 UTC (rev 165507)
+++ PKGBUILD2016-03-07 14:02:46 UTC (rev 165508)
@@ -4,8 +4,8 @@
 pkgname=owncloud-app-calendar
 epoch=1
 pkgver=1.0alpha2git
-_commit=53edf80b55d88a646734f3b81a6602295d2a0568
-pkgrel=2
+_commit=cb2447f5c5afe091e14f2b7b7d133cd3452f9657
+pkgrel=3
 pkgdesc="Calendar app for owncloud"
 arch=('any')
 url="http://owncloud.org/;
@@ -15,7 +15,7 @@
 options=('!strip')
 
#source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver/alpha/-alpha}.tar.gz;)
 
source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/owncloud/calendar/archive/${_commit}.tar.gz;)
-md5sums=('2ad0ffd86749a3a114d16856a9e5dfb4')
+md5sums=('e8623e3b480c720fbc48c34642a03c6e')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:23
  Author: spupykin
Revision: 165505

archrelease: copy trunk to community-testing-any

Added:
  owncloud/repos/community-testing-any/PKGBUILD
(from rev 165504, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-testing-any/apache.example.conf
(from rev 165504, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-testing-any/PKGBUILD
  owncloud/repos/community-testing-any/apache.example.conf

-+
 PKGBUILD|  204 +-
 apache.example.conf |   36 
 2 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 14:02:13 UTC (rev 165504)
+++ PKGBUILD2016-03-07 14:02:23 UTC (rev 165505)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=9.0.0RC2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-_watch="https://owncloud.org/changelog/;
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz;
-   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz;
-   
"$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz;
-   
"$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz;
-   
"$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz;
-   
"$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz;
-#  
"$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz;
-   
"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;
-   
"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
-   'apache.example.conf')
-md5sums=('1b81c26249e1da36d8991c46b30baf1c'
- '10bb16faa454069fe8274bb056e8bf88'
- '8175ed45d9d59f51c63fbb0502352eab'
- '77d401f1d5aec6d4f30dd833cc33a6ad'
- '9272a0b4d58ca476da7dcc894d56acfd'
- 'be4ab802899fac78b68b37a9bec94f7b'
- '764f2b994dcf48588f050eecfbb5a2da'
- 'dc4e70ac42a165d72320383846d1d0e0'
- '63f11ceb3f3b91e6c92365fe5757c75b'
- '825bc73b2b661f90308dd9d5b570e481')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
-
-#  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
-  for i in files_pdfviewer files_texteditor firstrunwizard \
-   templateeditor updater activity; do
-mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
-  done
-  find . -type f -name .gitattributes -delete
-  find . -type f -name .gitkeep -delete
-  find . -type f -name .gitignore -delete
-  find . -type f -name .gitmodules -delete
-  find . -type f -name .travis.yml -delete
-  find . -type d -name .git -exec rm -rf {} \;
-  find ./apps -maxdepth 1 -type f -delete
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  

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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 15:02:13
  Author: spupykin
Revision: 165504

upgpkg: owncloud 9.0.0RC3-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:57:09 UTC (rev 165503)
+++ PKGBUILD2016-03-07 14:02:13 UTC (rev 165504)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=9.0.0RC2
+pkgver=9.0.0RC3
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -41,15 +41,15 @@

"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz;

"$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz;
'apache.example.conf')
-md5sums=('1b81c26249e1da36d8991c46b30baf1c'
- '10bb16faa454069fe8274bb056e8bf88'
- '8175ed45d9d59f51c63fbb0502352eab'
- '77d401f1d5aec6d4f30dd833cc33a6ad'
- '9272a0b4d58ca476da7dcc894d56acfd'
- 'be4ab802899fac78b68b37a9bec94f7b'
- '764f2b994dcf48588f050eecfbb5a2da'
- 'dc4e70ac42a165d72320383846d1d0e0'
- '63f11ceb3f3b91e6c92365fe5757c75b'
+md5sums=('2aeb78353966a27eb23aba1171c49288'
+ '6b8a99ffaaf69328eda6f8b9e6684076'
+ '97a17e5b97cb83859b3e4c7bc7bc896c'
+ '9599fd36e334d8b02dcae11ed5f178e5'
+ 'd3c168ef8101ea44d989a6bc07c9'
+ '11a56bd7a90d34ab096635d48f0d309c'
+ 'd72bced011dadfaadc387981ff6f1eb0'
+ 'c27fb7df6b1a86e89c546b48b8751dd6'
+ 'f57d3c6ad2068932a45d5c2f5fb9ba69'
  '825bc73b2b661f90308dd9d5b570e481')
 
 prepare() {


[arch-commits] Commit in python2-m2crypto/trunk (openssl1.patch)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:57:09
  Author: spupykin
Revision: 165503

Deleted:
  python2-m2crypto/trunk/openssl1.patch

+
 openssl1.patch |  531 ---
 1 file changed, 531 deletions(-)

Deleted: openssl1.patch
===
--- openssl1.patch  2016-03-07 13:49:31 UTC (rev 165502)
+++ openssl1.patch  2016-03-07 13:57:09 UTC (rev 165503)
@@ -1,531 +0,0 @@
-Index: tests/test_ssl.py
-===
 tests/test_ssl.py  (revision 698)
-+++ tests/test_ssl.py  (working copy)
-@@ -405,8 +405,11 @@
- try:
- ctx = SSL.Context('sslv23', weak_crypto=1)
- s = SSL.Connection(ctx)
--s.connect(self.srv_addr)
--self.failUnlessEqual(s.get_version(), 'SSLv2')
-+if m2.OPENSSL_VERSION_NUMBER < 0x1000: # SSLv2 ciphers 
disabled by default in newer OpenSSL
-+s.connect(self.srv_addr)
-+self.failUnlessEqual(s.get_version(), 'SSLv2')
-+else:
-+self.assertRaises(SSL.SSLError, s.connect, self.srv_addr)
- s.close()
- finally:
- self.stop_server(pid)
-Index: tests/test_x509.py
-===
 tests/test_x509.py (revision 698)
-+++ tests/test_x509.py (working copy)
-@@ -142,7 +142,7 @@
- cn.set_data("Hello There!")
- assert cn.get_data().as_text() == "Hello There!", 
cn.get_data().as_text()
- 
--assert n.as_hash() == 1697185131
-+self.assertEquals(n.as_hash(), 1697185131)
- 
- self.assertRaises(IndexError, lambda: n[100])
- self.assert_(n[10])
-Index: tests/test_smime.py
-===
 tests/test_smime.py(revision 698)
-+++ tests/test_smime.py(working copy)
-@@ -6,7 +6,7 @@
- """
- 
- import unittest
--from M2Crypto import SMIME, BIO, Rand, X509, EVP
-+from M2Crypto import SMIME, BIO, Rand, X509, EVP, Err
- 
- class SMIMETestCase(unittest.TestCase):
- cleartext = 'some text to manipulate'
-@@ -213,7 +213,7 @@
- 
- self.filenameSmime = 'tests/sig.p7s'
- f = BIO.openfile(self.filenameSmime, 'wb')
--assert s.write(f, p7, BIO.MemoryBuffer('some text')) == 1
-+assert s.write(f, p7, BIO.MemoryBuffer('some text')) == 1, 
Err.get_error()
- f.close()
- 
- def test_write_pkcs7_der(self):
-Index: SWIG/_evp.i
-===
 SWIG/_evp.i(revision 695)
-+++ SWIG/_evp.i(working copy)
-@@ -180,7 +180,7 @@
- 
- PKCS5_PBKDF2_HMAC_SHA1(passbuf, passlen, saltbuf, saltlen, iter,
-keylen, key);
--ret = PyString_FromStringAndSize(key, keylen);
-+ret = PyString_FromStringAndSize((char*)key, keylen);
- OPENSSL_cleanse(key, keylen);
- return ret;
- }
-@@ -339,7 +339,7 @@
- klen = EVP_BytesToKey(cipher, md, (unsigned char *)sbuf, 
- (unsigned char *)dbuf, dlen, iter, 
- key, NULL); /* Since we are not returning IV no need to derive it */
--ret = PyString_FromStringAndSize(key, klen);
-+ret = PyString_FromStringAndSize((char*)key, klen);
- return ret;
- }
- 
-@@ -435,7 +435,7 @@
- PyErr_SetString(_evp_err, ERR_reason_error_string(ERR_get_error()));
- return NULL;
- }
--ret = PyString_FromStringAndSize(sigbuf, siglen);
-+ret = PyString_FromStringAndSize((char*)sigbuf, siglen);
- OPENSSL_cleanse(sigbuf, siglen);
- OPENSSL_free(sigbuf);
- return ret;
-@@ -513,7 +513,7 @@
- PyErr_SetString(PyExc_ValueError, "EVP_PKEY as DER failed");
- return NULL; 
- }
--der = PyString_FromStringAndSize(pp, len);
-+der = PyString_FromStringAndSize((char*)pp, len);
- OPENSSL_free(pp);
- return der;
- }
-Index: SWIG/_ssl.i
-===
 SWIG/_ssl.i(revision 695)
-+++ SWIG/_ssl.i(working copy)
-@@ -17,13 +17,17 @@
- %apply Pointer NONNULL { SSL_CTX * };
- %apply Pointer NONNULL { SSL * };
- %apply Pointer NONNULL { SSL_CIPHER * };
--%apply Pointer NONNULL { STACK * };
-+%apply Pointer NONNULL { STACK_OF(SSL_CIPHER) * };
-+%apply Pointer NONNULL { STACK_OF(X509) * };
- %apply Pointer NONNULL { BIO * };
- %apply Pointer NONNULL { DH * };
- %apply Pointer NONNULL { RSA * };
- %apply Pointer NONNULL { EVP_PKEY *};
- %apply Pointer NONNULL { PyObject *pyfunc };
- 
-+%rename(ssl_get_ciphers) SSL_get_ciphers;
-+extern STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
-+
- %rename(ssl_get_version) SSL_get_version;
- extern const char *SSL_get_version(CONST SSL *);
- %rename(ssl_get_error) SSL_get_error;
-@@ -668,29 +672,25 @@
- return SSL_CIPHER_get_bits(c, NULL);
- }
- 
--STACK 

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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:49:31
  Author: spupykin
Revision: 165502

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

Added:
  luasec/repos/community-i686/PKGBUILD
(from rev 165501, luasec/trunk/PKGBUILD)
  luasec/repos/community-i686/nossl.patch
(from rev 165501, luasec/trunk/nossl.patch)
  luasec/repos/community-x86_64/PKGBUILD
(from rev 165501, luasec/trunk/PKGBUILD)
  luasec/repos/community-x86_64/nossl.patch
(from rev 165501, luasec/trunk/nossl.patch)
Deleted:
  luasec/repos/community-i686/PKGBUILD
  luasec/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|  172 +
 community-i686/PKGBUILD  |   84 
 community-i686/nossl.patch   |   16 +++
 community-x86_64/PKGBUILD|   84 
 community-x86_64/nossl.patch |   16 +++
 5 files changed, 204 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 13:49:13 UTC (rev 165501)
+++ community-i686/PKGBUILD 2016-03-07 13:49:31 UTC (rev 165502)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-
-pkgbase=luasec
-pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.6
-pkgrel=1
-epoch=1
-pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
-arch=('i686' 'x86_64')
-url='https://github.com/brunoos/luasec/wiki'
-license=('MIT')
-makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
-options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;)
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2')
-
-prepare() {
-#  cd luasec-luasec-$pkgver
-#  patch -p1 < ../lua53_compat.patch
-#  cd ..
-
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52
-}
-
-build() {
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasec-luasec-$pkgver
-  make linux
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasec-luasec-$pkgver-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
-{} \;
-  make linux
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasec-luasec-$pkgver-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.2/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.2/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.2/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.2/lauxlib.h"|g' \
-{} \;
-  make linux
-}
-
-package_lua-sec() {
-  depends=('openssl' 'lua' 'lua-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.3"
-  cd luasec-luasec-$pkgver
-  make LUACPATH="$pkgdir/usr/lib/lua/5.3" LUAPATH="$pkgdir/usr/share/lua/5.3" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-sec() {
-  depends=('openssl' 'lua51' 'lua51-socket')
-  conflicts=('luasec')
-  replaces=('luasec')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.1"
-  cd luasec-luasec-$pkgver-51
-  make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-sec() {
-  depends=('openssl' 'lua52' 'lua52-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.2"
-  cd luasec-luasec-$pkgver-52
-  make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasec/repos/community-i686/PKGBUILD (from rev 165501, 
luasec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 13:49:31 UTC (rev 165502)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dwayne Bent 
+# Contributor: Paul-Sebastian Manole 
+
+pkgbase=luasec
+pkgname=(lua-sec lua51-sec lua52-sec)
+pkgver=0.6
+pkgrel=1
+epoch=1
+pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
+arch=('i686' 'x86_64')
+url='https://github.com/brunoos/luasec/wiki'
+license=('MIT')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
+options=('!buildflags')
+source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
+   'nossl.patch')
+md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
+ 

[arch-commits] Commit in luasec/trunk (PKGBUILD nossl.patch)

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:49:13
  Author: spupykin
Revision: 165501

upgpkg: luasec 1:0.6-1

upd

Added:
  luasec/trunk/nossl.patch
Modified:
  luasec/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++-
 nossl.patch |   16 
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:43:50 UTC (rev 165500)
+++ PKGBUILD2016-03-07 13:49:13 UTC (rev 165501)
@@ -14,13 +14,15 @@
 license=('MIT')
 makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
 options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;)
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2')
+source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
+   'nossl.patch')
+md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
+ '4dd73139419f32898d06ade68a1053ab')
 
 prepare() {
-#  cd luasec-luasec-$pkgver
-#  patch -p1 < ../lua53_compat.patch
-#  cd ..
+  cd luasec-luasec-$pkgver
+  patch -p1 < ../nossl.patch
+  cd ..
 
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52

Added: nossl.patch
===
--- nossl.patch (rev 0)
+++ nossl.patch 2016-03-07 13:49:13 UTC (rev 165501)
@@ -0,0 +1,16 @@
+diff -wbBur luasec-luasec-0.6-51/src/context.c luasec-luasec-0.6/src/context.c
+--- luasec-luasec-0.6-51/src/context.c 2016-03-03 22:11:46.0 +0300
 luasec-luasec-0.6/src/context.c2016-03-07 16:47:50.328080321 +0300
+@@ -96,11 +96,7 @@
+  */
+ static LSEC_SSL_METHOD* str2method(const char *method)
+ {
+-  if (!strcmp(method, "any")) return SSLv23_method();
+-  if (!strcmp(method, "sslv23"))  return SSLv23_method();  // deprecated
+-#ifndef OPENSSL_NO_SSL3
+-  if (!strcmp(method, "sslv3"))   return SSLv3_method();
+-#endif
++  if (!strcmp(method, "any")) return TLSv1_method();
+   if (!strcmp(method, "tlsv1"))   return TLSv1_method();
+ #if (OPENSSL_VERSION_NUMBER >= 0x1000100fL)
+   if (!strcmp(method, "tlsv1_1")) return TLSv1_1_method();


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:42:52
  Author: spupykin
Revision: 165494

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-07 13:42:33 UTC (rev 165493)
+++ community-i686/PKGBUILD 2016-03-07 13:42:52 UTC (rev 165494)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-
-pkgbase=luasec
-pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.5
-pkgrel=5
-epoch=1
-pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
-arch=('i686' 'x86_64')
-url='https://github.com/brunoos/luasec/wiki'
-license=('MIT')
-makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
-options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
-
lua53_compat.patch::https://github.com/brunoos/luasec/commit/9cb5220759aabedc0b4639c1a169b9efc5994a57.patch)
-md5sums=('0518f4524f399f33424c6f450e1d06db'
- 'dd4b2a579683d1084a94856b6505b95f')
-
-prepare() {
-  cd luasec-luasec-$pkgver
-  patch -p1 < ../lua53_compat.patch
-  cd ..
-
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52
-}
-
-build() {
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasec-luasec-$pkgver
-  make linux
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasec-luasec-$pkgver-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
-{} \;
-  make linux
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasec-luasec-$pkgver-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.2/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.2/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.2/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.2/lauxlib.h"|g' \
-{} \;
-  make linux
-}
-
-package_lua-sec() {
-  depends=('openssl' 'lua' 'lua-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.3"
-  cd luasec-luasec-$pkgver
-  make LUACPATH="$pkgdir/usr/lib/lua/5.3" LUAPATH="$pkgdir/usr/share/lua/5.3" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-sec() {
-  depends=('openssl' 'lua51' 'lua51-socket')
-  conflicts=('luasec')
-  replaces=('luasec')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.1"
-  cd luasec-luasec-$pkgver-51
-  make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-sec() {
-  depends=('openssl' 'lua52' 'lua52-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.2"
-  cd luasec-luasec-$pkgver-52
-  make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasec/repos/community-i686/PKGBUILD (from rev 165493, 
luasec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-07 13:42:52 UTC (rev 165494)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dwayne Bent 
+# Contributor: Paul-Sebastian Manole 
+
+pkgbase=luasec
+pkgname=(lua-sec lua51-sec lua52-sec)
+pkgver=0.6
+pkgrel=1
+epoch=1
+pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
+arch=('i686' 'x86_64')
+url='https://github.com/brunoos/luasec/wiki'
+license=('MIT')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
+options=('!buildflags')
+source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;)
+md5sums=('14e1aef6d2aae96bbf98afc6b6634af2')
+
+prepare() {
+#  cd luasec-luasec-$pkgver
+#  patch -p1 < ../lua53_compat.patch
+#  cd ..
+
+  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
+  cp -a 

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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:43:50
  Author: spupykin
Revision: 165500

archrelease: copy trunk to community-any

Added:
  websvn/repos/community-any/PKGBUILD
(from rev 165499, websvn/trunk/PKGBUILD)
Deleted:
  websvn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 13:43:38 UTC (rev 165499)
+++ PKGBUILD2016-03-07 13:43:50 UTC (rev 165500)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=4
-pkgdesc="subversion web interface"
-arch=(any)
-url="http://www.websvn.info;
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
-   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz)
-md5sums=('bc1821caf77a3225aa810e8f19400ea6'
- '03690912e6e4acf9d97fc0cc889a7ed7')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  rm -rf lib/pear
-  cp -a $srcdir/pear lib/pear
-}
-
-package() {
-  local _instdir=$pkgdir/srv/http
-  mkdir -p ${_instdir}
-  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
-  echo "deny from all" >${_instdir}/websvn/.htaccess
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 165499, 
websvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 13:43:50 UTC (rev 165500)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=websvn
+pkgver=2.3.3
+_xpkgpath=1380/49056
+pkgrel=5
+pkgdesc="subversion web interface"
+arch=(any)
+url="http://www.websvn.info;
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
+   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u1/debian/patches/30_CVE-2016-2511.patch)
+md5sums=('bc1821caf77a3225aa810e8f19400ea6'
+ '03690912e6e4acf9d97fc0cc889a7ed7'
+ '08f6ffdfd9e5ad1d0f87dfc5b11b0b40')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm -rf lib/pear
+  cp -a $srcdir/pear lib/pear
+  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
+}
+
+package() {
+  local _instdir=$pkgdir/srv/http
+  mkdir -p ${_instdir}
+  cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
+  echo "deny from all" >${_instdir}/websvn/.htaccess
+}


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:43:17
  Author: spupykin
Revision: 165496

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

Added:
  python2-m2crypto/repos/community-i686/LICENSE
(from rev 165495, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-i686/PKGBUILD
(from rev 165495, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-i686/openssl1.patch
(from rev 165495, python2-m2crypto/trunk/openssl1.patch)
  python2-m2crypto/repos/community-x86_64/LICENSE
(from rev 165495, python2-m2crypto/trunk/LICENSE)
  python2-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 165495, python2-m2crypto/trunk/PKGBUILD)
  python2-m2crypto/repos/community-x86_64/openssl1.patch
(from rev 165495, python2-m2crypto/trunk/openssl1.patch)
Deleted:
  python2-m2crypto/repos/community-i686/LICENSE
  python2-m2crypto/repos/community-i686/PKGBUILD
  python2-m2crypto/repos/community-i686/openssl1.patch
  python2-m2crypto/repos/community-x86_64/LICENSE
  python2-m2crypto/repos/community-x86_64/PKGBUILD
  python2-m2crypto/repos/community-x86_64/openssl1.patch

-+
 /LICENSE|   52 +
 /PKGBUILD   |   60 ++
 /openssl1.patch | 1062 ++
 community-i686/LICENSE  |   26 
 community-i686/PKGBUILD |   30 -
 community-i686/openssl1.patch   |  531 ---
 community-x86_64/LICENSE|   26 
 community-x86_64/PKGBUILD   |   30 -
 community-x86_64/openssl1.patch |  531 ---
 9 files changed, 1174 insertions(+), 1174 deletions(-)

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


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:43:38
  Author: spupykin
Revision: 165499

upgpkg: websvn 2.3.3-5

upd

Modified:
  websvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:43:34 UTC (rev 165498)
+++ PKGBUILD2016-03-07 13:43:38 UTC (rev 165499)
@@ -4,7 +4,7 @@
 pkgname=websvn
 pkgver=2.3.3
 _xpkgpath=1380/49056
-pkgrel=4
+pkgrel=5
 pkgdesc="subversion web interface"
 arch=(any)
 url="http://www.websvn.info;
@@ -12,14 +12,17 @@
 depends=()
 backup=(srv/http/websvn/.htaccess)
 
source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz
-   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz)
+   http://arch.p5n.pp.ru/~sergej/dl/pear4websvn.tar.xz
+   
https://sources.debian.net/data/main/w/websvn/2.3.3-1.2+deb8u1/debian/patches/30_CVE-2016-2511.patch)
 md5sums=('bc1821caf77a3225aa810e8f19400ea6'
- '03690912e6e4acf9d97fc0cc889a7ed7')
+ '03690912e6e4acf9d97fc0cc889a7ed7'
+ '08f6ffdfd9e5ad1d0f87dfc5b11b0b40')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   rm -rf lib/pear
   cp -a $srcdir/pear lib/pear
+  patch -p1 -i $srcdir/30_CVE-2016-2511.patch
 }
 
 package() {


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:43:22
  Author: spupykin
Revision: 165497

upgpkg: python-sqlparse 0.1.19-1

upd

Modified:
  python-sqlparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:43:17 UTC (rev 165496)
+++ PKGBUILD2016-03-07 13:43:22 UTC (rev 165497)
@@ -4,7 +4,7 @@
 
 pkgname=('python-sqlparse' 'python2-sqlparse')
 _libname=sqlparse
-pkgver=0.1.18
+pkgver=0.1.19
 pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
-md5sums=('777942cb613ebbaedadda81dc7fcdb9b')
+md5sums=('f200d8dea67b58bc15575bfa76e4e9dc')
 
 prepare() {
   cp -a $_libname-$pkgver ${_libname}2-$pkgver


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:43:34
  Author: spupykin
Revision: 165498

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-07 13:43:22 UTC (rev 165497)
+++ PKGBUILD2016-03-07 13:43:34 UTC (rev 165498)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jonathan Kotta 
-
-pkgname=('python-sqlparse' 'python2-sqlparse')
-_libname=sqlparse
-pkgver=0.1.18
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
-md5sums=('777942cb613ebbaedadda81dc7fcdb9b')
-
-prepare() {
-  cp -a $_libname-$pkgver ${_libname}2-$pkgver
-}
-
-package_python-sqlparse() {
-  depends=('python')
-
-  cd ${_libname}-$pkgver/
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlparse() {
-  depends=('python2')
-
-  cd ${_libname}2-$pkgver/
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/sqlformat{,2}
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 165497, 
python-sqlparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-07 13:43:34 UTC (rev 165498)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jonathan Kotta 
+
+pkgname=('python-sqlparse' 'python2-sqlparse')
+_libname=sqlparse
+pkgver=0.1.19
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz)
+md5sums=('f200d8dea67b58bc15575bfa76e4e9dc')
+
+prepare() {
+  cp -a $_libname-$pkgver ${_libname}2-$pkgver
+}
+
+package_python-sqlparse() {
+  depends=('python')
+
+  cd ${_libname}-$pkgver/
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlparse() {
+  depends=('python2')
+
+  cd ${_libname}2-$pkgver/
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/sqlformat{,2}
+}


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:42:56
  Author: spupykin
Revision: 165495

upgpkg: python2-m2crypto 0.23.0-1

upd

Modified:
  python2-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:42:52 UTC (rev 165494)
+++ PKGBUILD2016-03-07 13:42:56 UTC (rev 165495)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=python2-m2crypto
-pkgver=0.22.5
-pkgrel=2
+pkgver=0.23.0
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -15,7 +15,7 @@
 
#source=("m2crypto-${pkgver}.tar.gz::https://github.com/martinpaljak/M2Crypto/archive/v$pkgver.tar.gz;
 
source=("https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-$pkgver.tar.gz;
"LICENSE")
-md5sums=('f84eb07aa1687f39bc26ee7b1ba5a105'
+md5sums=('89557730e245294a6cab06de8ad4fb42'
  'b0e1f0b7d0ce8a62c18b1287b991800e')
 
 build() {


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:42:33
  Author: spupykin
Revision: 165493

upgpkg: luasec 1:0.6-1

upd

Modified:
  luasec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 13:42:27 UTC (rev 165492)
+++ PKGBUILD2016-03-07 13:42:33 UTC (rev 165493)
@@ -5,8 +5,8 @@
 
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.5
-pkgrel=5
+pkgver=0.6
+pkgrel=1
 epoch=1
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('i686' 'x86_64')
@@ -14,15 +14,13 @@
 license=('MIT')
 makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
 options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
-
lua53_compat.patch::https://github.com/brunoos/luasec/commit/9cb5220759aabedc0b4639c1a169b9efc5994a57.patch)
-md5sums=('0518f4524f399f33424c6f450e1d06db'
- 'dd4b2a579683d1084a94856b6505b95f')
+source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;)
+md5sums=('14e1aef6d2aae96bbf98afc6b6634af2')
 
 prepare() {
-  cd luasec-luasec-$pkgver
-  patch -p1 < ../lua53_compat.patch
-  cd ..
+#  cd luasec-luasec-$pkgver
+#  patch -p1 < ../lua53_compat.patch
+#  cd ..
 
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52


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

2016-03-07 Thread Sergej Pupykin
Date: Monday, March 7, 2016 @ 14:42:03
  Author: spupykin
Revision: 165491

upgpkg: darktable 1:2.0.2-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-07 12:32:00 UTC (rev 165490)
+++ PKGBUILD2016-03-07 13:42:03 UTC (rev 165491)
@@ -6,7 +6,7 @@
 # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
 
 pkgname=darktable
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 epoch=1
@@ -21,7 +21,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('3aceeb87e95f0748955260e775d5a2c9')
+md5sums=('a72d3b05c26a1433eb0639d9cb9f4199')
 
 build() {
   cd "$srcdir/$pkgname-release-$pkgver"


  1   2   >