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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 05:48:11
  Author: felixonmars
Revision: 191244

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-03 05:47:31 UTC (rev 191243)
+++ PKGBUILD2016-10-03 05:48:11 UTC (rev 191244)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-ioflo
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ioflo{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ioflo
-  python setup.py build
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ioflo
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-ioflo() {
-  depends=('python')
-
-  cd ioflo
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2-enum34')
-
-  cd ioflo-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  rm "$pkgdir"/usr/bin/ioflo
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 191243, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-03 05:48:11 UTC (rev 191244)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ioflo{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2-enum34')
+
+  cd ioflo-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  rm "$pkgdir"/usr/bin/ioflo
+}


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 05:47:31
  Author: felixonmars
Revision: 191243

upgpkg: python-ioflo 1.6.2-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-03 03:41:41 UTC (rev 191242)
+++ PKGBUILD2016-10-03 05:47:31 UTC (rev 191243)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')


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

2016-10-02 Thread Evangelos Foutras
Date: Monday, October 3, 2016 @ 05:22:58
  Author: foutrelis
Revision: 277566

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-03 05:21:22 UTC (rev 277565)
+++ extra-i686/PKGBUILD 2016-10-03 05:22:58 UTC (rev 277566)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Jan de Groot 
-
-pkgname=libmp4v2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="MPEG-4 library"
-arch=('i686' 'x86_64')
-license=('MPL')
-url="http://code.google.com/p/mp4v2/;
-depends=('gcc-libs')
-source=("http://mp4v2.googlecode.com/files/mp4v2-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/mp4v2-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/mp4v2-${pkgver}
-  make DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-man
-}
-md5sums=('c91f06711225b34b4c192c9114887b14')

Copied: libmp4v2/repos/extra-i686/PKGBUILD (from rev 277565, 
libmp4v2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-03 05:22:58 UTC (rev 277566)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Jan de Groot 
+
+pkgname=libmp4v2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="MPEG-4 library"
+arch=('i686' 'x86_64')
+license=('MPL')
+url="http://code.google.com/p/mp4v2/;
+depends=('gcc-libs')
+source=("https://sources.archlinux.org/other/packages/$pkgname/mp4v2-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/mp4v2-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/mp4v2-${pkgver}
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+}
+md5sums=('c91f06711225b34b4c192c9114887b14')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-03 05:21:22 UTC (rev 277565)
+++ extra-x86_64/PKGBUILD   2016-10-03 05:22:58 UTC (rev 277566)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Jan de Groot 
-
-pkgname=libmp4v2
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="MPEG-4 library"
-arch=('i686' 'x86_64')
-license=('MPL')
-url="http://code.google.com/p/mp4v2/;
-depends=('gcc-libs')
-source=("http://mp4v2.googlecode.com/files/mp4v2-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/mp4v2-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/mp4v2-${pkgver}
-  make DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-man
-}
-md5sums=('c91f06711225b34b4c192c9114887b14')

Copied: libmp4v2/repos/extra-x86_64/PKGBUILD (from rev 277565, 
libmp4v2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-03 05:22:58 UTC (rev 277566)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Jan de Groot 
+
+pkgname=libmp4v2
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="MPEG-4 library"
+arch=('i686' 'x86_64')
+license=('MPL')
+url="http://code.google.com/p/mp4v2/;
+depends=('gcc-libs')
+source=("https://sources.archlinux.org/other/packages/$pkgname/mp4v2-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/mp4v2-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/mp4v2-${pkgver}
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+}
+md5sums=('c91f06711225b34b4c192c9114887b14')


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

2016-10-02 Thread Evangelos Foutras
Date: Monday, October 3, 2016 @ 05:21:22
  Author: foutrelis
Revision: 277565

Rehost mp4v2-2.0.0.tar.bz2 (FS#51202)

Modified:
  libmp4v2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-03 05:09:08 UTC (rev 277564)
+++ PKGBUILD2016-10-03 05:21:22 UTC (rev 277565)
@@ -11,7 +11,7 @@
 license=('MPL')
 url="http://code.google.com/p/mp4v2/;
 depends=('gcc-libs')
-source=("http://mp4v2.googlecode.com/files/mp4v2-${pkgver}.tar.bz2;)
+source=("https://sources.archlinux.org/other/packages/$pkgname/mp4v2-${pkgver}.tar.bz2;)
 
 build() {
   cd ${srcdir}/mp4v2-${pkgver}


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

2016-10-02 Thread Evangelos Foutras
Date: Monday, October 3, 2016 @ 05:09:08
  Author: foutrelis
Revision: 277564

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

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-03 05:07:58 UTC (rev 277563)
+++ extra-i686/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 277563, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-03 05:07:58 UTC (rev 277563)
+++ extra-x86_64/PKGBUILD   2016-10-03 05:09:08 UTC (rev 277564)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 277563, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-03 05:09:08 UTC (rev 277564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)

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

2016-10-02 Thread Evangelos Foutras
Date: Monday, October 3, 2016 @ 05:07:58
  Author: foutrelis
Revision: 277563

upgpkg: xfce4-notifyd 0.3.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 23:56:56 UTC (rev 277562)
+++ PKGBUILD2016-10-03 05:07:58 UTC (rev 277563)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
+sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 03:41:41
  Author: felixonmars
Revision: 191242

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-03 03:41:10 UTC (rev 191241)
+++ community-i686/PKGBUILD 2016-10-03 03:41:41 UTC (rev 191242)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python2-pysqlite') #'python-psycopg2' 'python2-psycopg2')
-source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a peewee{,-py2}
-}
-
-build() {
-  cd "$srcdir/peewee"
-  python setup.py build
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/peewee"
-  python runtests.py -a
-
-  cd "$srcdir/peewee-py2"
-  python2 runtests.py -a
-}
-
-package_python-peewee() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir/peewee"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/usr/bin/"pwiz{,2}.py
-}

Copied: python-peewee/repos/community-i686/PKGBUILD (from rev 191241, 
python-peewee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-03 03:41:41 UTC (rev 191242)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python2-pysqlite') #'python-psycopg2' 'python2-psycopg2')
+source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a peewee{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee
+  python setup.py build
+
+  cd "$srcdir"/peewee-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee
+  python runtests.py -a
+
+  cd "$srcdir"/peewee-py2
+  python2 runtests.py -a
+}
+
+package_python-peewee() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir/usr/bin/"pwiz{,2}.py
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-03 03:41:10 UTC (rev 191241)
+++ community-x86_64/PKGBUILD   2016-10-03 03:41:41 UTC (rev 191242)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee

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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 03:41:10
  Author: felixonmars
Revision: 191241

upgpkg: python-peewee 2.8.4-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-03 03:09:34 UTC (rev 191240)
+++ PKGBUILD2016-10-03 03:41:10 UTC (rev 191241)
@@ -6,7 +6,7 @@
 
 pkgname=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -23,18 +23,18 @@
 }
 
 build() {
-  cd "$srcdir/peewee"
+  cd "$srcdir"/peewee
   python setup.py build
 
-  cd "$srcdir/peewee-py2"
+  cd "$srcdir"/peewee-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/peewee"
+  cd "$srcdir"/peewee
   python runtests.py -a
 
-  cd "$srcdir/peewee-py2"
+  cd "$srcdir"/peewee-py2
   python2 runtests.py -a
 }
 
@@ -43,9 +43,9 @@
   optdepends=('python-psycopg2: for PostgreSQL database support'
   'mysql-python: for MySQL database support')
 
-  cd "$srcdir/peewee"
+  cd "$srcdir"/peewee
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-peewee() {
@@ -52,9 +52,9 @@
   depends=('python2')
   optdepends=('python2-psycopg2: for PostgreSQL database support')
 
-  cd "$srcdir/peewee-py2"
+  cd "$srcdir"/peewee-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir/usr/bin/"pwiz{,2}.py
 }


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 03:09:11
  Author: felixonmars
Revision: 191239

upgpkg: python-pytools 2016.2.2-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-03 02:56:16 UTC (rev 191238)
+++ PKGBUILD2016-10-03 03:09:11 UTC (rev 191239)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.1
+pkgver=2016.2.2
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python2-numpy')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('c0ae6aa241b508876249a4a29ada6fedba671717dab5ecbade8a2af894abab78928908f5812c9bc154034d6d734edcd4a1f78a8c80a657d0ef3ccbc9d484e412')
+sha512sums=('2f5870dc0c35d91fb0863fcf4819bf60c7e51c1c2645a43dd2e6dde3b3ddaa44248b1a2cb342976c50c0005f632a6efc9af0b6b77b7bb324b0c22ac843c3943f')
 
 prepare() {
cp -a pytools-$pkgver{,-python2}


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 03:09:34
  Author: felixonmars
Revision: 191240

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-03 03:09:11 UTC (rev 191239)
+++ PKGBUILD2016-10-03 03:09:34 UTC (rev 191240)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2016.2.1
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
- 'python2-numpy')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('c0ae6aa241b508876249a4a29ada6fedba671717dab5ecbade8a2af894abab78928908f5812c9bc154034d6d734edcd4a1f78a8c80a657d0ef3ccbc9d484e412')
-
-prepare() {
-   cp -a pytools-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pytools-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pytools-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/pytools-$pkgver
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-   cd "$srcdir"/pytools-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
-   cd pytools-$pkgver-python2
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-   cd pytools-$pkgver
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 191239, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-03 03:09:34 UTC (rev 191240)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2016.2.2
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' 
'python-numpy'
+ 'python2-numpy')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('2f5870dc0c35d91fb0863fcf4819bf60c7e51c1c2645a43dd2e6dde3b3ddaa44248b1a2cb342976c50c0005f632a6efc9af0b6b77b7bb324b0c22ac843c3943f')
+
+prepare() {
+   cp -a pytools-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pytools-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/pytools-$pkgver
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+   cd "$srcdir"/pytools-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2-six' 'python2-decorator' 'python2-appdirs' 
'python2-numpy')
+   cd pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+   cd pytools-$pkgver
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 02:56:16
  Author: felixonmars
Revision: 191238

archrelease: copy trunk to community-any

Added:
  coffee-script/repos/community-any/PKGBUILD
(from rev 191237, coffee-script/trunk/PKGBUILD)
Deleted:
  coffee-script/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-03 02:55:51 UTC (rev 191237)
+++ PKGBUILD2016-10-03 02:56:16 UTC (rev 191238)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: sloppybench 
-# Contributor: der_FeniX 
-# Contributor: Anatol Pomozov 
-# Contributor: Gordin <9ordin @t gmail dot com>
-# Contributor: Simon Lipp 
-# Contributor: Chris Bolton 
-# Contributor: Sergei Lebedev 
-# Contributor: flying sheep 
-
-pkgname=coffee-script
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
-arch=('any')
-url='http://coffeescript.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('391fed466e180d2e97bc7a5f579572229528265b0e85dd94e9ce188d73d0785e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: coffee-script/repos/community-any/PKGBUILD (from rev 191237, 
coffee-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-03 02:56:16 UTC (rev 191238)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: sloppybench 
+# Contributor: der_FeniX 
+# Contributor: Anatol Pomozov 
+# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Simon Lipp 
+# Contributor: Chris Bolton 
+# Contributor: Sergei Lebedev 
+# Contributor: flying sheep 
+
+pkgname=coffee-script
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
+arch=('any')
+url='http://coffeescript.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('b004b3a68e1f8b49e81099d5005be222cf49bad06d46979ff22d0184ba667fae')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2016-10-02 Thread Felix Yan
Date: Monday, October 3, 2016 @ 02:55:51
  Author: felixonmars
Revision: 191237

upgpkg: coffee-script 1.11.1-1

Modified:
  coffee-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 21:28:22 UTC (rev 191236)
+++ PKGBUILD2016-10-03 02:55:51 UTC (rev 191237)
@@ -10,7 +10,7 @@
 # Contributor: flying sheep 
 
 pkgname=coffee-script
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
 arch=('any')
@@ -20,7 +20,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('391fed466e180d2e97bc7a5f579572229528265b0e85dd94e9ce188d73d0785e')
+sha256sums=('b004b3a68e1f8b49e81099d5005be222cf49bad06d46979ff22d0184ba667fae')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-10-02 Thread Gaëtan Bisson
Date: Sunday, October 2, 2016 @ 23:56:56
  Author: bisson
Revision: 277562

i build in VMs and `make tests` works there

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 22:02:24 UTC (rev 277561)
+++ PKGBUILD2016-10-02 23:56:56 UTC (rev 277562)
@@ -56,10 +56,10 @@
 check() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   make tests || true
-   # hard to suitably test connectivity:
-   # - fails with /bin/false as login shell
-   # - fails with firewall activated, etc.
+   make tests
+
+   # Connectivity tests will fail with makechrootpkg since
+   # it runs as nobody which has /bin/false as login shell.
 }
 
 package() {


[arch-commits] Commit in iana-etc/repos (5 files)

2016-10-02 Thread Gaëtan Bisson
Date: Sunday, October 2, 2016 @ 22:02:24
  Author: bisson
Revision: 277561

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 277560, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 277560, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 
 /PKGBUILD |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-10-02 22:02:23 UTC (rev 277560)
+++ core-any/LICENSE2016-10-02 22:02:24 UTC (rev 277561)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 277560, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-10-02 22:02:24 UTC (rev 277561)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-10-02 22:02:23 UTC (rev 277560)
+++ core-any/PKGBUILD   2016-10-02 22:02:24 UTC (rev 277561)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160921
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
-  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 277560, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-10-02 22:02:24 UTC (rev 277561)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160927
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('aa826f2ae53aba9cdefa3869c9a70c625fc295ac'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-10-02 Thread Gaëtan Bisson
Date: Sunday, October 2, 2016 @ 22:02:23
  Author: bisson
Revision: 277560

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 277559, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd.conf
(from rev 277559, openssh/repos/testing-i686/sshd.conf)
  openssh/repos/core-i686/sshd.pam
(from rev 277559, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 277559, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 277559, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 277559, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 277559, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 277559, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd.conf
(from rev 277559, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 277559, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 277559, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 277559, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 277559, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 277559, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd.conf
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  178 ++
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   30 ++
 core-i686/PKGBUILD  |   90 ---
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   15 ---
 core-x86_64/PKGBUILD|   90 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   15 ---
 21 files changed, 292 insertions(+), 294 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-10-02 17:09:35 UTC (rev 277559)
+++ core-i686/PKGBUILD  2016-10-02 22:02:23 UTC (rev 277560)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.3p1
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
-  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   

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

2016-10-02 Thread Daniel Micay
Date: Sunday, October 2, 2016 @ 21:28:22
  Author: thestinger
Revision: 191236

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

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

+
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16466 +++
 /config.x86_64 |15882 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8233 ---
 community-i686/config.x86_64   | 7941 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8233 ---
 community-x86_64/config.x86_64 | 7941 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33110 insertions(+), 33110 deletions(-)

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


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

2016-10-02 Thread Daniel Micay
Date: Sunday, October 2, 2016 @ 21:27:25
  Author: thestinger
Revision: 191235

upgpkg: linux-grsec 1:4.7.6.r201609301918-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 20:43:17 UTC (rev 191234)
+++ PKGBUILD2016-10-02 21:27:25 UTC (rev 191235)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.7
-_pkgver=4.7.5
+_pkgver=4.7.6
 _grsecver=3.1
-_timestamp=201609261522
+_timestamp=201609301918
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -33,9 +33,9 @@
 
 sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'46be737415406fd06c1067d1280a4a435f8b0a76d70f5d31858964b41367cc8e'
+'2e425c268076c3b186107edf9045e0910088699e077282b5187efb5edf2b8836'
 'SKIP'
-'c741b5c84892cf2ba14065dcfa070171017a0c650d40dc40f4cc70bf06a7068c'
+'45e9a8bad993a99cdd787738fd7d145bfc6a318da519ed4e14548eb6f7497d94'
 'SKIP'
 '2f92ebcc71b0558b241f575f6b29dccea4dc3c36aa2896f468f688c3cd2284b4'
 'f3b8f3ed024600a01215e8e6c0a307025750911bb87edaf0295c2979e8a36109'


[arch-commits] Commit in skrooge (6 files)

2016-10-02 Thread Jaroslav Lichtblau
Date: Sunday, October 2, 2016 @ 20:43:17
  Author: jlichtblau
Revision: 191234

skrooge - unused qt patch removed

Modified:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/trunk/PKGBUILD
Deleted:
  skrooge/repos/community-i686/skrooge-qt57.patch
  skrooge/repos/community-x86_64/skrooge-qt57.patch
  skrooge/trunk/skrooge-qt57.patch

---+
 repos/community-i686/PKGBUILD |   10 -
 repos/community-i686/skrooge-qt57.patch   |  231 
 repos/community-x86_64/PKGBUILD   |   10 -
 repos/community-x86_64/skrooge-qt57.patch |  231 
 trunk/PKGBUILD|   10 -
 trunk/skrooge-qt57.patch  |  231 
 6 files changed, 6 insertions(+), 717 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2016-10-02 20:37:54 UTC (rev 191233)
+++ repos/community-i686/PKGBUILD   2016-10-02 20:43:17 UTC (rev 191234)
@@ -13,20 +13,14 @@
 license=('GPL')
 depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee'
  'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin' 'patch')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin')
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
-skrooge-qt57.patch)
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('97bebb1b3f1cd791160292bd4689e584c4054db14f0f88039541e67c72ce5e0d'
 '3d86a4f4933fffceb5bb7dc5b2ecd1cc69713c5fe87eb4097b2d2c4bfa3ef3f2')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-#   patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Deleted: repos/community-i686/skrooge-qt57.patch
===
--- repos/community-i686/skrooge-qt57.patch 2016-10-02 20:37:54 UTC (rev 
191233)
+++ repos/community-i686/skrooge-qt57.patch 2016-10-02 20:43:17 UTC (rev 
191234)
@@ -1,231 +0,0 @@
-diff --git a/skgbasemodeler/skgdefine.h b/skgbasemodeler/skgdefine.h
-index 5c0a207..7a216ae 100644
 a/skgbasemodeler/skgdefine.h
-+++ b/skgbasemodeler/skgdefine.h
-@@ -28,6 +28,7 @@
- 
- #include "skgbasemodeler_export.h"
- 
-+#if QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
- 
- template  struct QAddConst {
- typedef const T Type;
-@@ -37,6 +38,8 @@ template  struct QAddConst {
- template 
- Q_DECL_CONSTEXPR typename QAddConst::Type& qAsConst(T& t) Q_DECL_NOTHROW { 
return t; }
- 
-+#endif
-+
- /**
-  * @var OBJECTSEPARATOR
-  * Define the separator between object and subobject
-diff --git a/skgbasemodeler/skgdocument.cpp b/skgbasemodeler/skgdocument.cpp
-index cec76e9..5fb275a 100644
 a/skgbasemodeler/skgdocument.cpp
-+++ b/skgbasemodeler/skgdocument.cpp
-@@ -854,7 +854,8 @@ QStringList SKGDocument::getImpactedViews(const QString& 
iTable)
- for (int i = 0; i < l.count(); ++i) {  // Warning: the size of l 
will change in the loop
- QString item = l.at(i);
- if (m_ImpactedViews.contains(item)) {
--for (const auto& name : 
qAsConst(m_ImpactedViews.value(item)))
-+QStringList impactedView = m_ImpactedViews.value(item);
-+for (const auto& name : qAsConst(impactedView))
- if (!l.contains(name)) {
- l.push_back(name);
- }
-diff --git a/skgsqlcipher/qsql_sqlite.cpp b/skgsqlcipher/qsql_sqlite.cpp
-index 482cd35..ee1fcf6 100644
 a/skgsqlcipher/qsql_sqlite.cpp
-+++ b/skgsqlcipher/qsql_sqlite.cpp
-@@ -130,7 +130,10 @@ protected:
- void virtual_hook(int id, void* data) Q_DECL_OVERRIDE;
- 
- private:
--QSQLiteResultPrivate* d;
-+#if QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
-+QSQLiteResultPrivate* d_ptr;
-+#endif
-+Q_DECLARE_PRIVATE(QSQLiteResult)
- };
- 
- class QSQLiteDriverPrivate : public QSqlDriverPrivate
-@@ -145,17 +148,25 @@ public:
- };
- 
- 
-+#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
-+class QSQLiteResultPrivate : public QSqlCachedResultPrivate
-+#else
- class QSQLiteResultPrivate
-+#endif
- {
- public:
--QSQLiteResultPrivate(QSQLiteResult* res);
-+#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
-+QSQLiteResultPrivate(QSQLiteResult *res, const QSQLiteDriver *drv);
-+#else
-+QSQLiteResultPrivate(QSQLiteResult *res);
-+QSQLiteResult* q_ptr;
-+#endif
- void cleanup();
- bool fetchNext(QSqlCachedResult::ValueCache& values, int idx, bool 
initialFetch);
- // initializes the recordInfo and the cache
- void 

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

2016-10-02 Thread Jaroslav Lichtblau
Date: Sunday, October 2, 2016 @ 20:37:54
  Author: jlichtblau
Revision: 191233

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

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 191232, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge-qt57.patch
(from rev 191232, skrooge/trunk/skrooge-qt57.patch)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 191232, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 191232, skrooge/trunk/skrooge.install)
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 191232, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge-qt57.patch
(from rev 191232, skrooge/trunk/skrooge-qt57.patch)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 191232, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 191232, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge-qt57.patch
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge-qt57.patch
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

-+
 /PKGBUILD   |   90 ++
 /skrooge-qt57.patch |  462 ++
 /skrooge.changelog  |  154 +++
 /skrooge.install|   22 +
 community-i686/PKGBUILD |   45 ---
 community-i686/skrooge-qt57.patch   |  231 -
 community-i686/skrooge.changelog|   74 -
 community-i686/skrooge.install  |   11 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/skrooge-qt57.patch |  231 -
 community-x86_64/skrooge.changelog  |   74 -
 community-x86_64/skrooge.install|   11 
 12 files changed, 728 insertions(+), 722 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 20:37:40 UTC (rev 191232)
+++ community-i686/PKGBUILD 2016-10-02 20:37:54 UTC (rev 191233)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="A personal finances manager for KDE"
-arch=('i686' 'x86_64')
-url="http://skrooge.org/;
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin' 'patch')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
-skrooge-qt57.patch)
-sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe'
-'3d86a4f4933fffceb5bb7dc5b2ecd1cc69713c5fe87eb4097b2d2c4bfa3ef3f2')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
-  -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins` \
-  -DKDE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 191232, 
skrooge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 20:37:54 UTC (rev 191233)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('i686' 'x86_64')
+url="http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script'  'qt5-webkit' 'libofx' 
'grantlee'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'python' 
'kdesignerplugin' 'patch')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
+skrooge-qt57.patch)

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

2016-10-02 Thread Jaroslav Lichtblau
Date: Sunday, October 2, 2016 @ 20:37:40
  Author: jlichtblau
Revision: 191232

upgpkg: skrooge 2.5.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |8 
 skrooge.changelog |3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 20:08:11 UTC (rev 191231)
+++ PKGBUILD2016-10-02 20:37:40 UTC (rev 191232)
@@ -5,8 +5,8 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('i686' 'x86_64')
 url="http://skrooge.org/;
@@ -19,12 +19,12 @@
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz
 skrooge-qt57.patch)
-sha256sums=('132d022337140f841f51420536c31dfe07c90fa3a38878279026825f5d2526fe'
+sha256sums=('97bebb1b3f1cd791160292bd4689e584c4054db14f0f88039541e67c72ce5e0d'
 '3d86a4f4933fffceb5bb7dc5b2ecd1cc69713c5fe87eb4097b2d2c4bfa3ef3f2')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
+#   patch -Np1 -i "${srcdir}"/$pkgname-qt57.patch
 }
 
 build() {

Modified: skrooge.changelog
===
--- skrooge.changelog   2016-10-02 20:08:11 UTC (rev 191231)
+++ skrooge.changelog   2016-10-02 20:37:40 UTC (rev 191232)
@@ -1,3 +1,6 @@
+2016-10-02 Jaroslav Lichtblau 
+   * skrooge 2.5.0-1
+
 2016-07-04 Jaroslav Lichtblau 
* skrooge 2.4.0-3 FS#49880 fix
 


[arch-commits] Commit in (packagekit-qt)

2016-10-02 Thread Christian Hesse
Date: Sunday, October 2, 2016 @ 20:08:11
  Author: eworm
Revision: 191231

remove packagekit-qt

Remove split package packagekit-qt, we have packagekit-qt5 now.

Deleted:
  packagekit-qt/


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

2016-10-02 Thread Jaroslav Lichtblau
Date: Sunday, October 2, 2016 @ 20:07:47
  Author: jlichtblau
Revision: 191229

upgpkg: youtube-dl 2016.10.02-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 20:01:52 UTC (rev 191228)
+++ PKGBUILD2016-10-02 20:07:47 UTC (rev 191229)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.09.27
+pkgver=2016.10.02
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('dfae0d25cb515d17e7145b7ab0edf0c85f77ef4975aefe46719fdef0a5d4a879'
+sha256sums=('ecc58e3661c70ed3eeb46712461ad53f92d0b815d4030466d6a29eca9f6869ba'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-10-02 Thread Jaroslav Lichtblau
Date: Sunday, October 2, 2016 @ 20:07:55
  Author: jlichtblau
Revision: 191230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 20:07:47 UTC (rev 191229)
+++ PKGBUILD2016-10-02 20:07:55 UTC (rev 191230)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2016.09.27
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('dfae0d25cb515d17e7145b7ab0edf0c85f77ef4975aefe46719fdef0a5d4a879'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 191229, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 20:07:55 UTC (rev 191230)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2016.10.02
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('ecc58e3661c70ed3eeb46712461ad53f92d0b815d4030466d6a29eca9f6869ba'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-10-02 Thread Christian Hesse
Date: Sunday, October 2, 2016 @ 20:01:52
  Author: eworm
Revision: 191228

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

Added:
  packagekit-qt5/repos/community-i686/
  packagekit-qt5/repos/community-i686/PKGBUILD
(from rev 191227, packagekit-qt5/trunk/PKGBUILD)
  packagekit-qt5/repos/community-x86_64/
  packagekit-qt5/repos/community-x86_64/PKGBUILD
(from rev 191227, packagekit-qt5/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: packagekit-qt5/repos/community-i686/PKGBUILD (from rev 191227, 
packagekit-qt5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 20:01:52 UTC (rev 191228)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Antonio Rojas 
+
+pkgname=packagekit-qt5
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
+   'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB') # Matthias 
Klumpp 
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680'
+'SKIP')
+
+build() {
+   mkdir -p "${srcdir}/PackageKit-Qt-${pkgver}/build"
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   make DESTDIR="${pkgdir}" install
+}

Copied: packagekit-qt5/repos/community-x86_64/PKGBUILD (from rev 191227, 
packagekit-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-02 20:01:52 UTC (rev 191228)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Antonio Rojas 
+
+pkgname=packagekit-qt5
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
+   'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB') # Matthias 
Klumpp 
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680'
+'SKIP')
+
+build() {
+   mkdir -p "${srcdir}/PackageKit-Qt-${pkgver}/build"
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2016-10-02 Thread Christian Hesse
Date: Sunday, October 2, 2016 @ 20:00:40
  Author: eworm
Revision: 191227

packagekit-qt -> packagekit-qt5

We had a split package packagekit-qt that provided packagekit-qt4 and
packagekit-qt5. As upstream stopped Qt4 support we un-split the package.

Added:
  packagekit-qt5/
  packagekit-qt5/repos/
  packagekit-qt5/trunk/
  packagekit-qt5/trunk/PKGBUILD

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

Added: packagekit-qt5/trunk/PKGBUILD
===
--- packagekit-qt5/trunk/PKGBUILD   (rev 0)
+++ packagekit-qt5/trunk/PKGBUILD   2016-10-02 20:00:40 UTC (rev 191227)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Antonio Rojas 
+
+pkgname=packagekit-qt5
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Qt5 bindings for PackageKit'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('LGPL')
+depends=('packagekit' 'qt5-base')
+makedepends=('cmake')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
+   'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB') # Matthias 
Klumpp 
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0f4f504b2053472f9299c7ca42e33bcc85b8a8754223d2dc1912b533ec1ca680'
+'SKIP')
+
+build() {
+   mkdir -p "${srcdir}/PackageKit-Qt-${pkgver}/build"
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-Qt-${pkgver}/build"
+
+   make DESTDIR="${pkgdir}" install
+}


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


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

2016-10-02 Thread Jelle van der Waa
Date: Sunday, October 2, 2016 @ 17:24:52
  Author: jelle
Revision: 191223

upgpkg: termite 12-1

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 17:17:11 UTC (rev 191222)
+++ PKGBUILD2016-10-02 17:24:52 UTC (rev 191223)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Micay 
 
 pkgname=('termite' 'termite-terminfo')
-pkgver=11
-pkgrel=3
+pkgver=12
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/thestinger/termite/;
 license=('LGPL')


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

2016-10-02 Thread Jelle van der Waa
Date: Sunday, October 2, 2016 @ 17:25:04
  Author: jelle
Revision: 191224

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

Added:
  termite/repos/community-testing-i686/
  termite/repos/community-testing-i686/PKGBUILD
(from rev 191223, termite/trunk/PKGBUILD)
  termite/repos/community-testing-x86_64/
  termite/repos/community-testing-x86_64/PKGBUILD
(from rev 191223, termite/trunk/PKGBUILD)

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

Copied: termite/repos/community-testing-i686/PKGBUILD (from rev 191223, 
termite/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-02 17:25:04 UTC (rev 191224)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=('termite' 'termite-terminfo')
+pkgver=12
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+makedepends=('git' 'vte3-ng' 'ncurses')
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgbase
+  git submodule update --init
+  make
+}
+
+package_termite() {
+  pkgdesc="A simple VTE-based terminal"
+  depends=('vte3-ng' 'termite-terminfo')
+  backup=(etc/xdg/termite/config)
+
+  cd $pkgbase
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/terminfo"
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}
+
+package_termite-terminfo() {
+  pkgdesc='Terminfo for Termite, a simple VTE-based terminal'
+
+  cd $pkgbase
+  install -d "$pkgdir/usr/share/terminfo"
+  tic -x termite.terminfo -o "$pkgdir/usr/share/terminfo"
+}

Copied: termite/repos/community-testing-x86_64/PKGBUILD (from rev 191223, 
termite/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-02 17:25:04 UTC (rev 191224)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=('termite' 'termite-terminfo')
+pkgver=12
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://github.com/thestinger/termite/;
+license=('LGPL')
+makedepends=('git' 'vte3-ng' 'ncurses')
+source=("git://github.com/thestinger/termite#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgbase
+  git submodule update --init
+  make
+}
+
+package_termite() {
+  pkgdesc="A simple VTE-based terminal"
+  depends=('vte3-ng' 'termite-terminfo')
+  backup=(etc/xdg/termite/config)
+
+  cd $pkgbase
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/terminfo"
+  install -Dm644 config "$pkgdir/etc/xdg/termite/config"
+}
+
+package_termite-terminfo() {
+  pkgdesc='Terminfo for Termite, a simple VTE-based terminal'
+
+  cd $pkgbase
+  install -d "$pkgdir/usr/share/terminfo"
+  tic -x termite.terminfo -o "$pkgdir/usr/share/terminfo"
+}


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

2016-10-02 Thread Jelle van der Waa
Date: Sunday, October 2, 2016 @ 17:17:11
  Author: jelle
Revision: 191222

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

Added:
  vte3-ng/repos/community-testing-i686/
  vte3-ng/repos/community-testing-i686/PKGBUILD
(from rev 191221, vte3-ng/trunk/PKGBUILD)
  vte3-ng/repos/community-testing-x86_64/
  vte3-ng/repos/community-testing-x86_64/PKGBUILD
(from rev 191221, vte3-ng/trunk/PKGBUILD)

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

Copied: vte3-ng/repos/community-testing-i686/PKGBUILD (from rev 191221, 
vte3-ng/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-02 17:17:11 UTC (rev 191222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Maintainer: Jelle van der Waa 
+
+pkgname=vte3-ng
+_basever=0.46.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
+md5sums=('81fce68c17d18caa0fb7cc91d8aa29f5')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}

Copied: vte3-ng/repos/community-testing-x86_64/PKGBUILD (from rev 191221, 
vte3-ng/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-10-02 17:17:11 UTC (rev 191222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Maintainer: Jelle van der Waa 
+
+pkgname=vte3-ng
+_basever=0.46.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
+md5sums=('81fce68c17d18caa0fb7cc91d8aa29f5')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}


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

2016-10-02 Thread Jelle van der Waa
Date: Sunday, October 2, 2016 @ 17:17:01
  Author: jelle
Revision: 191221

upgpkg: vte3-ng 0.46.0.a-1

Modified:
  vte3-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 16:44:29 UTC (rev 191220)
+++ PKGBUILD2016-10-02 17:17:01 UTC (rev 191221)
@@ -3,7 +3,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=vte3-ng
-_basever=0.44.2
+_basever=0.46.0
 pkgver=$_basever.a
 pkgrel=1
 pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
 url="https://github.com/thestinger/vte-ng;
 source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
-md5sums=('1948a7647a0bdbcd87311e08fe4a35ec')
+md5sums=('81fce68c17d18caa0fb7cc91d8aa29f5')
 provides=(vte3=$_basever vte3-select-text=$_basever)
 conflicts=(vte3 vte3-select-text)
 replaces=(vte3-select-text)


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

2016-10-02 Thread Dave Reisner
Date: Sunday, October 2, 2016 @ 17:09:35
  Author: dreisner
Revision: 277559

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

Added:
  shadow/repos/testing-i686/
  shadow/repos/testing-i686/LICENSE
(from rev 277558, shadow/trunk/LICENSE)
  shadow/repos/testing-i686/PKGBUILD
(from rev 277558, shadow/trunk/PKGBUILD)
  shadow/repos/testing-i686/chgpasswd
(from rev 277558, shadow/trunk/chgpasswd)
  shadow/repos/testing-i686/chpasswd
(from rev 277558, shadow/trunk/chpasswd)
  shadow/repos/testing-i686/defaults.pam
(from rev 277558, shadow/trunk/defaults.pam)
  shadow/repos/testing-i686/lastlog.tmpfiles
(from rev 277558, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-i686/login.defs
(from rev 277558, shadow/trunk/login.defs)
  shadow/repos/testing-i686/newusers
(from rev 277558, shadow/trunk/newusers)
  shadow/repos/testing-i686/passwd
(from rev 277558, shadow/trunk/passwd)
  shadow/repos/testing-i686/shadow-strncpy-usage.patch
(from rev 277558, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-i686/shadow.install
(from rev 277558, shadow/trunk/shadow.install)
  shadow/repos/testing-i686/shadow.service
(from rev 277558, shadow/trunk/shadow.service)
  shadow/repos/testing-i686/shadow.timer
(from rev 277558, shadow/trunk/shadow.timer)
  shadow/repos/testing-i686/useradd.defaults
(from rev 277558, shadow/trunk/useradd.defaults)
  shadow/repos/testing-i686/xstrdup.patch
(from rev 277558, shadow/trunk/xstrdup.patch)
  shadow/repos/testing-x86_64/
  shadow/repos/testing-x86_64/LICENSE
(from rev 277558, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 277558, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 277558, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 277558, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 277558, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/lastlog.tmpfiles
(from rev 277558, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-x86_64/login.defs
(from rev 277558, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 277558, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 277558, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow-strncpy-usage.patch
(from rev 277558, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-x86_64/shadow.install
(from rev 277558, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 277558, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 277558, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 277558, shadow/trunk/useradd.defaults)
  shadow/repos/testing-x86_64/xstrdup.patch
(from rev 277558, shadow/trunk/xstrdup.patch)

---+
 testing-i686/LICENSE  |   31 
 testing-i686/PKGBUILD |  155 
 testing-i686/chgpasswd|4 
 testing-i686/chpasswd |6 
 testing-i686/defaults.pam |6 
 testing-i686/lastlog.tmpfiles |1 
 testing-i686/login.defs   |  208 
 testing-i686/newusers |6 
 testing-i686/passwd   |4 
 testing-i686/shadow-strncpy-usage.patch   |   25 +++
 testing-i686/shadow.install   |9 +
 testing-i686/shadow.service   |   10 +
 testing-i686/shadow.timer |7 
 testing-i686/useradd.defaults |9 +
 testing-i686/xstrdup.patch|9 +
 testing-x86_64/LICENSE|   31 
 testing-x86_64/PKGBUILD   |  155 
 testing-x86_64/chgpasswd  |4 
 testing-x86_64/chpasswd   |6 
 testing-x86_64/defaults.pam   |6 
 testing-x86_64/lastlog.tmpfiles   |1 
 testing-x86_64/login.defs |  208 
 testing-x86_64/newusers   |6 
 testing-x86_64/passwd |4 
 testing-x86_64/shadow-strncpy-usage.patch |   25 +++
 testing-x86_64/shadow.install |9 +
 testing-x86_64/shadow.service |   10 +
 testing-x86_64/shadow.timer   |7 
 testing-x86_64/useradd.defaults   |9 +
 testing-x86_64/xstrdup.patch  |9 +
 30 files changed, 980 insertions(+)

Copied: shadow/repos/testing-i686/LICENSE (from rev 277558, 
shadow/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-10-02 17:09:35 UTC (rev 277559)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 

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

2016-10-02 Thread Dave Reisner
Date: Sunday, October 2, 2016 @ 17:08:07
  Author: dreisner
Revision: 277558

upgpkg: shadow 4.4-1

- switch to github-based upstream (FS#50504)
- add makedeps for building manpages 
(https://github.com/shadow-maint/shadow/issues/38)

Modified:
  shadow/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 18 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:56:07 UTC (rev 277557)
+++ PKGBUILD2016-10-02 17:08:07 UTC (rev 277558)
@@ -3,14 +3,15 @@
 # Maintainer: Aaron Griffin 
 
 pkgname=shadow
-pkgver=4.2.1
-pkgrel=3
+pkgver=4.4
+pkgrel=1
 pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
 arch=('i686' 'x86_64')
-url='http://pkg-shadow.alioth.debian.org/'
+url='https://github.com/shadow-maint/shadow'
 license=('BSD')
 groups=('base')
 depends=('bash' 'pam' 'acl')
+makedepends=('git' 'libxslt' 'docbook-xsl' 'gnome-doc-utils')
 backup=(etc/login.defs
 etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
 etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
@@ -19,7 +20,7 @@
 options=(strip debug)
 install='shadow.install'
 validpgpkeys=('D5C2F9BFCA128BBA22A77218872F702C4D6E25A8')  # Christian Perrier
-source=("http://pkg-shadow.alioth.debian.org/releases/$pkgname-$pkgver.tar.xz"{,.sig}
+source=("git+https://github.com/shadow-maint/shadow.git#tag=$pkgver;
 LICENSE
 chgpasswd
 chpasswd
@@ -32,8 +33,7 @@
 xstrdup.patch
 shadow-strncpy-usage.patch
 lastlog.tmpfiles)
-sha1sums=('0917cbadd4ce0c7c36670e5ecd37bbed92e6d82d'
-  'SKIP'
+sha1sums=('SKIP'
   '33a6cf1e44a1410e5c9726c89e5de68b78f5f922'
   '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
@@ -48,19 +48,27 @@
   '21e12966a6befb25ec123b403cd9b5c492fe5b16'
   'f57ecde3f72b4738fad75c097d19cf46a412350f')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # need to offer these upstream
   patch -Np1 <"$srcdir/xstrdup.patch"
   patch -Np1 <"$srcdir/shadow-strncpy-usage.patch"
 
+  autoreconf -v -f --install
+
   # supress etc/pam.d/*, we provide our own
   sed -i '/^SUBDIRS/s/pam\.d//' etc/Makefile.in
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   ./configure \
 LIBS="-lcrypt" \
@@ -69,6 +77,7 @@
 --sbindir=/usr/bin \
 --libdir=/usr/lib \
 --mandir=/usr/share/man \
+--enable-man \
 --sysconfdir=/etc \
 --with-libpam \
 --with-group-name-max-length=32 \
@@ -78,7 +87,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   make DESTDIR="$pkgdir" install
 


[arch-commits] Commit in perl-sub-name/repos (4 files)

2016-10-02 Thread Felix Yan
Date: Sunday, October 2, 2016 @ 16:44:29
  Author: felixonmars
Revision: 191220

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

Added:
  perl-sub-name/repos/community-i686/PKGBUILD
(from rev 191219, perl-sub-name/trunk/PKGBUILD)
  perl-sub-name/repos/community-x86_64/PKGBUILD
(from rev 191219, perl-sub-name/trunk/PKGBUILD)
Deleted:
  perl-sub-name/repos/community-i686/PKGBUILD
  perl-sub-name/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 16:44:02 UTC (rev 191219)
+++ community-i686/PKGBUILD 2016-10-02 16:44:29 UTC (rev 191220)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: Justin Davis 
-
-pkgname=perl-sub-name
-_cpanname=Sub-Name
-pkgver=0.19
-pkgrel=1
-pkgdesc="(re)name a sub"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/$_cpanname;
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('855afebe2144247bf5f6282b648d5c3d')
-
-build() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-sub-name/repos/community-i686/PKGBUILD (from rev 191219, 
perl-sub-name/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 16:44:29 UTC (rev 191220)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+pkgname=perl-sub-name
+_cpanname=Sub-Name
+pkgver=0.21
+pkgrel=1
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
+md5sums=('7e7a181e30b3249d0b81585f55e36621')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-02 16:44:02 UTC (rev 191219)
+++ community-x86_64/PKGBUILD   2016-10-02 16:44:29 UTC (rev 191220)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: Justin Davis 
-
-pkgname=perl-sub-name
-_cpanname=Sub-Name
-pkgver=0.19
-pkgrel=1
-pkgdesc="(re)name a sub"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-url="http://search.cpan.org/dist/$_cpanname;
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('855afebe2144247bf5f6282b648d5c3d')
-
-build() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-sub-name/repos/community-x86_64/PKGBUILD (from rev 191219, 
perl-sub-name/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-02 16:44:29 UTC (rev 191220)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+pkgname=perl-sub-name
+_cpanname=Sub-Name
+pkgver=0.21
+pkgrel=1
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
+md5sums=('7e7a181e30b3249d0b81585f55e36621')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd 

[arch-commits] Commit in perl-sub-name/trunk (PKGBUILD)

2016-10-02 Thread Felix Yan
Date: Sunday, October 2, 2016 @ 16:44:02
  Author: felixonmars
Revision: 191219

upgpkg: perl-sub-name 0.21-1

Modified:
  perl-sub-name/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 16:13:54 UTC (rev 191218)
+++ PKGBUILD2016-10-02 16:44:02 UTC (rev 191219)
@@ -5,7 +5,7 @@
 
 pkgname=perl-sub-name
 _cpanname=Sub-Name
-pkgver=0.19
+pkgver=0.21
 pkgrel=1
 pkgdesc="(re)name a sub"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 url="http://search.cpan.org/dist/$_cpanname;
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz;)
-md5sums=('855afebe2144247bf5f6282b648d5c3d')
+md5sums=('7e7a181e30b3249d0b81585f55e36621')
 
 build() {
   cd "$srcdir/$_cpanname-$pkgver"


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

2016-10-02 Thread Johannes Löthberg
Date: Sunday, October 2, 2016 @ 16:13:54
  Author: demize
Revision: 191218

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  246 ++---
 1 file changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 16:13:44 UTC (rev 191217)
+++ PKGBUILD2016-10-02 16:13:54 UTC (rev 191218)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.6
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-)
-
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('e86658823b51296dbe6ebff5f58988c9'
- 'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-#  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 191217, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 16:13:54 UTC (rev 191218)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.4.8
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 

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

2016-10-02 Thread Johannes Löthberg
Date: Sunday, October 2, 2016 @ 16:13:44
  Author: demize
Revision: 191217

upgpkg: python-sphinx 1.4.8-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 13:49:20 UTC (rev 191216)
+++ PKGBUILD2016-10-02 16:13:44 UTC (rev 191217)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.6
+pkgver=1.4.8
 pkgrel=1
 
 arch=('any')
@@ -41,7 +41,7 @@
 
source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
 
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('e86658823b51296dbe6ebff5f58988c9'
+md5sums=('5ec718a4855917e149498bba91b74e67'
  'SKIP')
 
 prepare() {


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:56:07
  Author: alucryd
Revision: 277557

Use https and xz tarball

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:28:26 UTC (rev 277556)
+++ PKGBUILD2016-10-02 14:56:07 UTC (rev 277557)
@@ -25,9 +25,9 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
+sha256sums=('a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b'
 'SKIP')
 
 build() {


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:28:26
  Author: alucryd
Revision: 277556

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-02 14:28:11 UTC (rev 277555)
+++ extra-i686/PKGBUILD 2016-10-02 14:28:26 UTC (rev 277556)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=148.20160613
-pkgrel=2
-epoch=2
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='a5e06b9a435852f0125de4ecb198ad47340483fa'
-source=("git://git.videolan.org/x264.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgbase}
-
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  cp -r ${pkgbase} ${pkgbase}-10bit
-}
-
-build() {
-  cd ${pkgbase}
-
-  ./configure \
---prefix='/usr' \
---enable-shared \
---enable-pic
-  make
-
-  cd ../${pkgbase}-10bit
-
-  ./configure \
---prefix='/usr' \
---enable-shared \
---enable-pic \
---bit-depth='10'
-  make
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-'libswscale.so')
-  provides=('x264-10bit')
-  conflicts=('x264-10bit')
-  replaces=('x264-10bit')
-
-  make -C ${pkgbase} DESTDIR="${pkgdir}" install-cli
-  install -m 755 ${pkgbase}-10bit/x264 "${pkgdir}"/usr/bin/x264-10bit
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
-  provides=('libx264.so' 'x264-dev')
-  conflicts=('x264-dev')
-  replaces=('x264-dev')
-
-  install -dm 755 "${pkgdir}"/usr/lib
-  make -C ${pkgbase} DESTDIR="${pkgdir}" install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
-  provides=('libx264.so' 'libx264' 'x264-dev')
-  conflicts=('libx264' 'x264-dev')
-
-  install -dm 755 "${pkgdir}"/usr/lib
-  make -C ${pkgbase}-10bit DESTDIR="${pkgdir}" install-lib-shared
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-i686/PKGBUILD (from rev 277555, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-02 14:28:26 UTC (rev 277556)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=148.20160920
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='86b71982e131eaa70125f8d0e725fcade9c4c677'
+source=("git://git.videolan.org/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r ${pkgbase} ${pkgbase}-10bit
+}
+
+build() {
+  cd ${pkgbase}
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic
+  make
+
+  cd ../${pkgbase}-10bit
+
+  ./configure \
+--prefix='/usr' \
+--enable-shared \
+--enable-pic \
+--bit-depth='10'
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+'libswscale.so')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C ${pkgbase} DESTDIR="${pkgdir}" install-cli
+  install -m 755 ${pkgbase}-10bit/x264 "${pkgdir}"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  provides=('libx264.so' 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:28:11
  Author: alucryd
Revision: 277555

upgpkg: x264 2:148.20160920-1

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:20:03 UTC (rev 277554)
+++ PKGBUILD2016-10-02 14:28:11 UTC (rev 277555)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=148.20160613
-pkgrel=2
+pkgver=148.20160920
+pkgrel=1
 epoch=2
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -14,7 +14,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='a5e06b9a435852f0125de4ecb198ad47340483fa'
+_commit='86b71982e131eaa70125f8d0e725fcade9c4c677'
 source=("git://git.videolan.org/x264.git#commit=${_commit}")
 sha256sums=('SKIP')
 


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:20:03
  Author: alucryd
Revision: 277554

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

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

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

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 277553, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-02 14:20:03 UTC (rev 277554)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.1.4
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
+ 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:19:48
  Author: alucryd
Revision: 277553

upgpkg: ffmpeg 1:3.1.4-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:06:16 UTC (rev 277552)
+++ PKGBUILD2016-10-02 14:19:48 UTC (rev 277553)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:06:16
  Author: alucryd
Revision: 277552

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

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

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

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 277551, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-02 14:06:16 UTC (rev 277552)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.1.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
+ 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:06:00
  Author: alucryd
Revision: 277551

upgpkg: ffmpeg 1:3.1.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:05:07 UTC (rev 277550)
+++ PKGBUILD2016-10-02 14:06:00 UTC (rev 277551)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.3
-pkgrel=3
+pkgver=3.1.4
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('58bc89c65dd114d874efbf76f76368d03b5e407f0a3f42d5b40801c280968a38'
+sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
 'SKIP')
 
 build() {


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

2016-10-02 Thread Felix Yan
Date: Sunday, October 2, 2016 @ 14:03:33
  Author: felixonmars
Revision: 277545

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 14:03:17 UTC (rev 277544)
+++ PKGBUILD2016-10-02 14:03:33 UTC (rev 277545)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=28.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 277544, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 14:03:33 UTC (rev 277545)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=28.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging' 'python-appdirs')
+  provides=('python-distribute')
+  

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

2016-10-02 Thread Felix Yan
Date: Sunday, October 2, 2016 @ 14:03:17
  Author: felixonmars
Revision: 277544

upgpkg: python-setuptools 1:28.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 11:39:46 UTC (rev 277543)
+++ PKGBUILD2016-10-02 14:03:17 UTC (rev 277544)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=28.0.0
+pkgver=28.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:49:20
  Author: alucryd
Revision: 191216

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 191215, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 13:49:08 UTC (rev 191215)
+++ PKGBUILD2016-10-02 13:49:20 UTC (rev 191216)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=6
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
- 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
- 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
- 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
- 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi'
- 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm'
- 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer'
- 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libappindicator-gtk2' 'lib32-libcaca'
-'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
-'lib32-libcurl-gnutls' 'lib32-libdbus' 'lib32-libdrm'
-'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
-'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor'
-'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191215, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 13:49:20 UTC (rev 191216)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=7
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
+ 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
+ 'sdl_ttf' 'vulkan-icd-loader')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
+'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
+'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
+'lib32-libappindicator-gtk2' 'lib32-libcaca'
+'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
+

[arch-commits] Commit in steam-native-runtime/repos (4 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:49:08
  Author: alucryd
Revision: 191215

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

Added:
  steam-native-runtime/repos/community-i686/PKGBUILD
(from rev 191214, steam-native-runtime/trunk/PKGBUILD)
  steam-native-runtime/repos/community-x86_64/PKGBUILD
(from rev 191214, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/community-i686/PKGBUILD
  steam-native-runtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 88 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 13:47:16 UTC (rev 191214)
+++ community-i686/PKGBUILD 2016-10-02 13:49:08 UTC (rev 191215)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=6
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
- 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
- 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
- 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
- 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi'
- 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm'
- 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer'
- 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libappindicator-gtk2' 'lib32-libcaca'
-'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
-'lib32-libcurl-gnutls' 'lib32-libdbus' 'lib32-libdrm'
-'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
-'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
-'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor'
-'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191214, 
steam-native-runtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 13:49:08 UTC (rev 191215)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=7
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libvpx1.3' 'libwrap' 'libxcomposite' 'libxcursor'
+ 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr' 'libxrender'
+ 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2'
+ 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image' 'sdl_mixer'
+ 'sdl_ttf' 'vulkan-icd-loader')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:47:16
  Author: alucryd
Revision: 191214

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

Added:
  tcp-wrappers/repos/community-i686/PKGBUILD
(from rev 191213, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-i686/hosts.allow
(from rev 191213, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-i686/hosts.deny
(from rev 191213, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
(from rev 191213, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
(from rev 191213, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)
  tcp-wrappers/repos/community-x86_64/PKGBUILD
(from rev 191213, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-x86_64/hosts.allow
(from rev 191213, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-x86_64/hosts.deny
(from rev 191213, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
(from rev 191213, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 191213, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)
Deleted:
  tcp-wrappers/repos/community-i686/PKGBUILD
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/repos/community-x86_64/PKGBUILD
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch

-+
 /PKGBUILD   |  172 +
 /tcp-wrappers-headers.patch |  592 ++
 /tcp-wrappers-redhat-bug11881.patch |   72 ++
 community-i686/PKGBUILD |   86 --
 community-i686/hosts.allow  |5 
 community-i686/hosts.deny   |7 
 community-i686/tcp-wrappers-headers.patch   |  296 -
 community-i686/tcp-wrappers-redhat-bug11881.patch   |   36 -
 community-x86_64/PKGBUILD   |   86 --
 community-x86_64/hosts.allow|5 
 community-x86_64/hosts.deny |7 
 community-x86_64/tcp-wrappers-headers.patch |  296 -
 community-x86_64/tcp-wrappers-redhat-bug11881.patch |   36 -
 13 files changed, 860 insertions(+), 836 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 13:46:28 UTC (rev 191213)
+++ community-i686/PKGBUILD 2016-10-02 13:47:16 UTC (rev 191214)
@@ -1,86 +0,0 @@
-# $Id: PKGBUILD 191207 2016-10-02 13:29:29Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: Manuel Hüsers 
-# Contributor: vigo 
-# Contributor: Sergej Pupykin 
-# Contributor: judd 
-
-pkgbase=tcp-wrappers
-pkgname=('libwrap' 'tcp-wrappers')
-pkgver=7.6.24
-pkgrel=2
-pkgdesc='Monitors and Controls incoming TCP connections'
-arch=('i686' 'x86_64')
-url='ftp://ftp.porcupine.org/pub/security/index.html'
-license=('BSD')
-depends=('glibc')
-options=('!makeflags')
-source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
-
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
-'tcp-wrappers-headers.patch'
-'tcp-wrappers-redhat-bug11881.patch'
-'hosts.allow'
-'hosts.deny')
-sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
-'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
-'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
-'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
-'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
-'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
-
-prepare() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  for patch in $(cat ../debian/patches/series); do
-patch -Np1 -i ../debian/patches/${patch}
-  done
-  patch -Np1 -i ../tcp-wrappers-headers.patch
-  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
-}
-
-build() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  make \
-COPTS="$CFLAGS" \
-LDOPTS="$LDFLAGS" \
-REAL_DAEMON_DIR='/usr/bin' \
-STYLE='-DPROCESS_OPTIONS' \
-linux
-}
-
-package_libwrap() {
-  provides=('tcp_wrappers-libs')
-  conflicts=('tcp_wrappers-libs')
-
-  cd tcp_wrappers_${pkgver%.*}
-
-  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
-  ln -s 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:46:28
  Author: alucryd
Revision: 191213

upgpkg: tcp-wrappers 7.6.24-3

Includes should be with the lib

Modified:
  tcp-wrappers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 13:42:26 UTC (rev 191212)
+++ PKGBUILD2016-10-02 13:46:28 UTC (rev 191213)
@@ -8,7 +8,7 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('i686' 'x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
@@ -55,6 +55,7 @@
 
   cd tcp_wrappers_${pkgver%.*}
 
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
   ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
   ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
@@ -72,7 +73,6 @@
   cd tcp_wrappers_${pkgver%.*}
 
   install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
-  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
   install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
   install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/


[arch-commits] Commit in lib32-libwrap (5 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:42:26
  Author: alucryd
Revision: 191212

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libwrap/repos/
  lib32-libwrap/repos/multilib-x86_64/
  lib32-libwrap/repos/multilib-x86_64/PKGBUILD
(from rev 191211, lib32-libwrap/trunk/PKGBUILD)
  lib32-libwrap/repos/multilib-x86_64/tcp-wrappers-headers.patch
(from rev 191211, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
  lib32-libwrap/repos/multilib-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 191211, lib32-libwrap/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   58 ++
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 3 files changed, 390 insertions(+)

Copied: lib32-libwrap/repos/multilib-x86_64/PKGBUILD (from rev 191211, 
lib32-libwrap/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-10-02 13:42:26 UTC (rev 191212)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgname=lib32-libwrap
+pkgver=7.6.24
+pkgrel=1
+pkgdesc='Monitors and controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'libwrap')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/lib32-libwrap
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-libwrap/repos/multilib-x86_64/tcp-wrappers-headers.patch (from 
rev 191211, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
===
--- repos/multilib-x86_64/tcp-wrappers-headers.patch
(rev 0)
+++ repos/multilib-x86_64/tcp-wrappers-headers.patch2016-10-02 13:42:26 UTC 
(rev 191212)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int cidr_mask_addr(char *str);
+ 
+ #ifndef INADDR_NONE
+ #define INADDR_NONE (-1)  /* XXX should be 0x */
+--- a/clean_exit.c

[arch-commits] Commit in (6 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:41:56
  Author: alucryd
Revision: 191211

Split libwrap from tcp-wrappers

Added:
  lib32-libwrap/
  lib32-libwrap/trunk/
  lib32-libwrap/trunk/PKGBUILD
  lib32-libwrap/trunk/tcp-wrappers-headers.patch
  lib32-libwrap/trunk/tcp-wrappers-redhat-bug11881.patch
Modified:
  steam-native-runtime/trunk/PKGBUILD

+
 lib32-libwrap/trunk/PKGBUILD   |   58 ++
 lib32-libwrap/trunk/tcp-wrappers-headers.patch |  296 +++
 lib32-libwrap/trunk/tcp-wrappers-redhat-bug11881.patch |   36 +
 steam-native-runtime/trunk/PKGBUILD|   16 
 4 files changed, 399 insertions(+), 7 deletions(-)

Added: lib32-libwrap/trunk/PKGBUILD
===
--- lib32-libwrap/trunk/PKGBUILD(rev 0)
+++ lib32-libwrap/trunk/PKGBUILD2016-10-02 13:41:56 UTC (rev 191211)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgname=lib32-libwrap
+pkgver=7.6.24
+pkgrel=1
+pkgdesc='Monitors and controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'libwrap')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/lib32-libwrap
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libwrap/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libwrap/trunk/tcp-wrappers-headers.patch
===
--- lib32-libwrap/trunk/tcp-wrappers-headers.patch  
(rev 0)
+++ lib32-libwrap/trunk/tcp-wrappers-headers.patch  2016-10-02 13:41:56 UTC 
(rev 191211)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int cidr_mask_addr(char *str);
+ 
+ #ifndef INADDR_NONE
+ #define INADDR_NONE (-1)  /* XXX should be 0x */
+--- a/clean_exit.c
 b/clean_exit.c
+@@ -13,8 +13,8 @@
+ #endif
+ 
+ #include 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:32:39
  Author: alucryd
Revision: 191210

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

Deleted:
  tcp-wrappers/repos/community-i686/hosts.allow
  tcp-wrappers/repos/community-i686/hosts.deny
  tcp-wrappers/repos/community-x86_64/hosts.allow
  tcp-wrappers/repos/community-x86_64/hosts.deny

--+
 community-i686/hosts.allow   |5 -
 community-i686/hosts.deny|7 ---
 community-x86_64/hosts.allow |5 -
 community-x86_64/hosts.deny  |7 ---
 4 files changed, 24 deletions(-)

Deleted: community-i686/hosts.allow
===
--- community-i686/hosts.allow  2016-10-02 13:32:21 UTC (rev 191209)
+++ community-i686/hosts.allow  2016-10-02 13:32:39 UTC (rev 191210)
@@ -1,5 +0,0 @@
-#
-# /etc/hosts.allow
-#
-
-# End of file

Deleted: community-i686/hosts.deny
===
--- community-i686/hosts.deny   2016-10-02 13:32:21 UTC (rev 191209)
+++ community-i686/hosts.deny   2016-10-02 13:32:39 UTC (rev 191210)
@@ -1,7 +0,0 @@
-#
-# /etc/hosts.deny
-#
-
-ALL: ALL
-
-# End of file

Deleted: community-x86_64/hosts.allow
===
--- community-x86_64/hosts.allow2016-10-02 13:32:21 UTC (rev 191209)
+++ community-x86_64/hosts.allow2016-10-02 13:32:39 UTC (rev 191210)
@@ -1,5 +0,0 @@
-#
-# /etc/hosts.allow
-#
-
-# End of file

Deleted: community-x86_64/hosts.deny
===
--- community-x86_64/hosts.deny 2016-10-02 13:32:21 UTC (rev 191209)
+++ community-x86_64/hosts.deny 2016-10-02 13:32:39 UTC (rev 191210)
@@ -1,7 +0,0 @@
-#
-# /etc/hosts.deny
-#
-
-ALL: ALL
-
-# End of file


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:32:21
  Author: alucryd
Revision: 191209

Fix bad communitypkg

Added:
  tcp-wrappers/repos/community-i686/PKGBUILD
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/repos/community-x86_64/PKGBUILD
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch

-+
 community-i686/PKGBUILD |   86 +
 community-i686/tcp-wrappers-headers.patch   |  296 ++
 community-i686/tcp-wrappers-redhat-bug11881.patch   |   36 ++
 community-x86_64/PKGBUILD   |   86 +
 community-x86_64/tcp-wrappers-headers.patch |  296 ++
 community-x86_64/tcp-wrappers-redhat-bug11881.patch |   36 ++
 6 files changed, 836 insertions(+)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 13:32:21 UTC (rev 191209)
@@ -0,0 +1,86 @@
+# $Id: PKGBUILD 191207 2016-10-02 13:29:29Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgbase=tcp-wrappers
+pkgname=('libwrap' 'tcp-wrappers')
+pkgver=7.6.24
+pkgrel=2
+pkgdesc='Monitors and Controls incoming TCP connections'
+arch=('i686' 'x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('glibc')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch'
+'hosts.allow'
+'hosts.deny')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
+'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
+'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS" \
+LDOPTS="$LDFLAGS" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package_libwrap() {
+  provides=('tcp_wrappers-libs')
+  conflicts=('tcp_wrappers-libs')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
+
+  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/libwrap/
+}
+
+package_tcp-wrappers() {
+  depends=('libwrap')
+  provides=('tcp_wrappers')
+  conflicts=('tcp_wrappers')
+  backup=('etc/hosts.allow'
+  'etc/hosts.deny')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
+  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
+  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
+  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
+  install -Dm 644 ../hosts.{allow,deny} -t "${pkgdir}"/etc/
+  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:

Added: community-i686/tcp-wrappers-headers.patch
===
--- community-i686/tcp-wrappers-headers.patch   (rev 0)
+++ community-i686/tcp-wrappers-headers.patch   2016-10-02 13:32:21 UTC (rev 
191209)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:29:42
  Author: alucryd
Revision: 191208

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

Deleted:
  tcp-wrappers/repos/community-i686/PKGBUILD
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/repos/community-x86_64/PKGBUILD
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch

-+
 community-i686/PKGBUILD |   81 
 community-i686/tcp-wrappers-headers.patch   |  296 --
 community-i686/tcp-wrappers-redhat-bug11881.patch   |   36 --
 community-x86_64/PKGBUILD   |   81 
 community-x86_64/tcp-wrappers-headers.patch |  296 --
 community-x86_64/tcp-wrappers-redhat-bug11881.patch |   36 --
 6 files changed, 826 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 13:29:29 UTC (rev 191207)
+++ community-i686/PKGBUILD 2016-10-02 13:29:42 UTC (rev 191208)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Manuel Hüsers 
-# Contributor: vigo 
-# Contributor: Sergej Pupykin 
-# Contributor: judd 
-
-pkgbase=tcp-wrappers
-pkgname=('libwrap' 'tcp-wrappers')
-pkgver=7.6.24
-pkgrel=1
-pkgdesc='Monitors and Controls incoming TCP connections'
-arch=('i686' 'x86_64')
-url='ftp://ftp.porcupine.org/pub/security/index.html'
-license=('BSD')
-depends=('glibc')
-options=('!makeflags')
-source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
-
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
-'tcp-wrappers-headers.patch'
-'tcp-wrappers-redhat-bug11881.patch'
-'hosts.allow'
-'hosts.deny')
-sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
-'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
-'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
-'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
-'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
-'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
-
-prepare() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  for patch in $(cat ../debian/patches/series); do
-patch -Np1 -i ../debian/patches/${patch}
-  done
-  patch -Np1 -i ../tcp-wrappers-headers.patch
-  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
-}
-
-build() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  make \
-COPTS="$CFLAGS" \
-LDOPTS="$LDFLAGS" \
-REAL_DAEMON_DIR='/usr/bin' \
-STYLE='-DPROCESS_OPTIONS' \
-linux
-}
-
-package_libwrap() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
-  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
-  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
-
-  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/libwrap/
-}
-
-package_tcp-wrappers() {
-  depends=('libwrap')
-  backup=('etc/hosts.allow'
-  'etc/hosts.deny')
-
-  cd tcp_wrappers_${pkgver%.*}
-
-  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
-  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
-  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
-  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
-  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
-  install -Dm 644 ../hosts.{allow,deny} -t "${pkgdir}"/etc/
-  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libwrap "${pkgdir}"/usr/share/licenses/tcp-wrappers
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/tcp-wrappers-headers.patch
===
--- community-i686/tcp-wrappers-headers.patch   2016-10-02 13:29:29 UTC (rev 
191207)
+++ community-i686/tcp-wrappers-headers.patch   2016-10-02 13:29:42 UTC (rev 
191208)
@@ -1,296 +0,0 @@
 a/options.c
-+++ b/options.c
-@@ -34,6 +34,8 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
- #include 
- #include 
- #include 
 a/safe_finger.c
-+++ b/safe_finger.c
-@@ -20,6 +20,11 @@
- 
- /* System libraries */
- 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -27,7 +31,7 @@
- #include 
- #include 
- 
--extern void exit();
-+int pipe_stdin(char **argv);
- 
- /* Local stuff */
- 
 a/scaffold.c
-+++ b/scaffold.c
-@@ -10,6 +10,7 @@
- 
- /* 

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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:29:29
  Author: alucryd
Revision: 191207

upgpkg: tcp-wrappers 7.6.24-2

Modified:
  tcp-wrappers/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 13:27:07 UTC (rev 191206)
+++ PKGBUILD2016-10-02 13:29:29 UTC (rev 191207)
@@ -8,7 +8,7 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('i686' 'x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
@@ -50,6 +50,9 @@
 }
 
 package_libwrap() {
+  provides=('tcp_wrappers-libs')
+  conflicts=('tcp_wrappers-libs')
+
   cd tcp_wrappers_${pkgver%.*}
 
   install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
@@ -61,6 +64,8 @@
 
 package_tcp-wrappers() {
   depends=('libwrap')
+  provides=('tcp_wrappers')
+  conflicts=('tcp_wrappers')
   backup=('etc/hosts.allow'
   'etc/hosts.deny')
 


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:27:07
  Author: alucryd
Revision: 191206

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

Added:
  tcp-wrappers/repos/community-i686/PKGBUILD
(from rev 191205, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-i686/hosts.allow
(from rev 191205, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-i686/hosts.deny
(from rev 191205, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
(from rev 191205, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
(from rev 191205, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)
  tcp-wrappers/repos/community-x86_64/PKGBUILD
(from rev 191205, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-x86_64/hosts.allow
(from rev 191205, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-x86_64/hosts.deny
(from rev 191205, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
(from rev 191205, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 191205, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)
Deleted:
  tcp-wrappers/repos/community-i686/PKGBUILD
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/repos/community-x86_64/PKGBUILD
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch

-+
 /PKGBUILD   |  162 
 /tcp-wrappers-headers.patch |  592 ++
 /tcp-wrappers-redhat-bug11881.patch |   72 ++
 community-i686/PKGBUILD |   57 -
 community-i686/hosts.allow  |5 
 community-i686/hosts.deny   |7 
 community-i686/tcp-wrappers-headers.patch   |  296 -
 community-i686/tcp-wrappers-redhat-bug11881.patch   |   36 -
 community-x86_64/PKGBUILD   |   57 -
 community-x86_64/hosts.allow|5 
 community-x86_64/hosts.deny |7 
 community-x86_64/tcp-wrappers-headers.patch |  296 -
 community-x86_64/tcp-wrappers-redhat-bug11881.patch |   36 -
 13 files changed, 850 insertions(+), 778 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 13:26:34 UTC (rev 191205)
+++ community-i686/PKGBUILD 2016-10-02 13:27:07 UTC (rev 191206)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=tcp-wrappers
-pkgver=7.6.24
-pkgrel=1
-pkgdesc="Wietse Venema's network logger"
-arch=('i686' 'x86_64')
-url='ftp://ftp.porcupine.org/pub/security/index.html'
-license=('BSD')
-depends=('glibc')
-options=('!makeflags')
-source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
-
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
-'tcp-wrappers-headers.patch'
-'tcp-wrappers-redhat-bug11881.patch')
-sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
-'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
-'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
-'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
-
-prepare() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  for patch in $(cat ../debian/patches/series); do
-patch -Np1 -i ../debian/patches/${patch}
-  done
-  patch -Np1 -i ../tcp-wrappers-headers.patch
-  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
-}
-
-build() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  make \
-COPTS="$CFLAGS" \
-LDOPTS="$LDFLAGS" \
-REAL_DAEMON_DIR='/usr/bin' \
-linux
-}
-
-package() {
-  cd tcp_wrappers_${pkgver%.*}
-
-  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
-  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
-  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
-  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
-  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
-  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
-  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
-  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
-  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
-  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/tcp-wrappers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: tcp-wrappers/repos/community-i686/PKGBUILD 

[arch-commits] Commit in tcp-wrappers/trunk (PKGBUILD hosts.allow hosts.deny)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:26:34
  Author: alucryd
Revision: 191205

upgpkg: tcp-wrappers 7.6.24-1

Split tcp-wrappers and libwrap

Added:
  tcp-wrappers/trunk/hosts.allow
  tcp-wrappers/trunk/hosts.deny
Modified:
  tcp-wrappers/trunk/PKGBUILD

-+
 PKGBUILD|   40 
 hosts.allow |5 +
 hosts.deny  |7 +++
 3 files changed, 44 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 13:01:56 UTC (rev 191204)
+++ PKGBUILD2016-10-02 13:26:34 UTC (rev 191205)
@@ -1,10 +1,15 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
 
-pkgname=tcp-wrappers
+pkgbase=tcp-wrappers
+pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
 pkgrel=1
-pkgdesc="Wietse Venema's network logger"
+pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('i686' 'x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
@@ -13,11 +18,15 @@
 source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
 
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
 'tcp-wrappers-headers.patch'
-'tcp-wrappers-redhat-bug11881.patch')
+'tcp-wrappers-redhat-bug11881.patch'
+'hosts.allow'
+'hosts.deny')
 sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
 '672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
 'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
-'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
+'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
+'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
 
 prepare() {
   cd tcp_wrappers_${pkgver%.*}
@@ -36,22 +45,37 @@
 COPTS="$CFLAGS" \
 LDOPTS="$LDFLAGS" \
 REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
 linux
 }
 
-package() {
+package_libwrap() {
   cd tcp_wrappers_${pkgver%.*}
 
-  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
-  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
   ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
   ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
+
+  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/libwrap/
+}
+
+package_tcp-wrappers() {
+  depends=('libwrap')
+  backup=('etc/hosts.allow'
+  'etc/hosts.deny')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
   install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
   install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
+  install -Dm 644 ../hosts.{allow,deny} -t "${pkgdir}"/etc/
   install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
-  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/tcp-wrappers/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/tcp-wrappers
 }
 
 # vim: ts=2 sw=2 et:

Added: hosts.allow
===
--- hosts.allow (rev 0)
+++ hosts.allow 2016-10-02 13:26:34 UTC (rev 191205)
@@ -0,0 +1,5 @@
+#
+# /etc/hosts.allow
+#
+
+# End of file

Added: hosts.deny
===
--- hosts.deny  (rev 0)
+++ hosts.deny  2016-10-02 13:26:34 UTC (rev 191205)
@@ -0,0 +1,7 @@
+#
+# /etc/hosts.deny
+#
+
+ALL: ALL
+
+# End of file


[arch-commits] Commit in lib32-tcp-wrappers (5 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:01:56
  Author: alucryd
Revision: 191204

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-tcp-wrappers/repos/
  lib32-tcp-wrappers/repos/multilib-x86_64/
  lib32-tcp-wrappers/repos/multilib-x86_64/PKGBUILD
(from rev 191203, lib32-tcp-wrappers/trunk/PKGBUILD)
  lib32-tcp-wrappers/repos/multilib-x86_64/tcp-wrappers-headers.patch
(from rev 191203, lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  lib32-tcp-wrappers/repos/multilib-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 191203, 
lib32-tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   53 ++
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 3 files changed, 385 insertions(+)

Copied: lib32-tcp-wrappers/repos/multilib-x86_64/PKGBUILD (from rev 191203, 
lib32-tcp-wrappers/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-10-02 13:01:56 UTC (rev 191204)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-tcp-wrappers
+pkgver=7.6.24
+pkgrel=1
+pkgdesc="Wietse Venema's network logger"
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'tcp-wrappers')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s tcp-wrappers "${pkgdir}"/usr/share/licenses/lib32-tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-tcp-wrappers/repos/multilib-x86_64/tcp-wrappers-headers.patch 
(from rev 191203, lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch)
===
--- repos/multilib-x86_64/tcp-wrappers-headers.patch
(rev 0)
+++ repos/multilib-x86_64/tcp-wrappers-headers.patch2016-10-02 13:01:56 UTC 
(rev 191204)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int cidr_mask_addr(char *str);
+ 
+ #ifndef INADDR_NONE
+ #define INADDR_NONE (-1)  /* XXX should be 0x */
+--- a/clean_exit.c
 b/clean_exit.c
+@@ -13,8 +13,8 @@
+ #endif
+ 
+ #include 
+-
+-extern void exit();
++#include 
++#include 
+ 
+ #include "tcpd.h"
+ 
+--- a/hosts_access.c
 b/hosts_access.c
+@@ 

[arch-commits] Commit in lib32-libvpx1.3 (4 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:00:23
  Author: alucryd
Revision: 191203

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libvpx1.3/repos/
  lib32-libvpx1.3/repos/multilib-x86_64/
  lib32-libvpx1.3/repos/multilib-x86_64/PKGBUILD
(from rev 191202, lib32-libvpx1.3/trunk/PKGBUILD)
  lib32-libvpx1.3/repos/multilib-x86_64/libvpx-1.3-gcc-5.2.patch
(from rev 191202, lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch)

--+
 PKGBUILD |   59 +
 libvpx-1.3-gcc-5.2.patch |   24 ++
 2 files changed, 83 insertions(+)

Copied: lib32-libvpx1.3/repos/multilib-x86_64/PKGBUILD (from rev 191202, 
lib32-libvpx1.3/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-10-02 13:00:23 UTC (rev 191203)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-libvpx1.3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('lib32-glibc')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
+'libvpx-1.3-gcc-5.2.patch')
+sha256sums=('db72881e1c34e4ae92666847844f35dd2dd431bcf6284500b1b396464f882f64'
+'df157b8f0e4469692598f5f12b305561a56a84374880ef740ccb8f0b447851e1')
+
+prepare() {
+  cd libvpx-${pkgver}
+
+  patch -Np1 -i ../libvpx-1.3-gcc-5.2.patch
+}
+
+build() {
+  cd libvpx-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--target='x86-linux-gcc' \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-pic \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-vp8 \
+--enable-postproc \
+--enable-vp9
+
+  make
+}
+
+package() {
+  cd libvpx-${pkgver}
+
+  make DIST_DIR="${pkgdir}"/usr install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libvpx.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/lib32-libvpx1.3/
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-libvpx1.3/repos/multilib-x86_64/libvpx-1.3-gcc-5.2.patch (from 
rev 191202, lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch)
===
--- repos/multilib-x86_64/libvpx-1.3-gcc-5.2.patch  
(rev 0)
+++ repos/multilib-x86_64/libvpx-1.3-gcc-5.2.patch  2016-10-02 13:00:23 UTC 
(rev 191203)
@@ -0,0 +1,24 @@
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/align.h 
libvpx-1.3/nestegg/halloc/src/align.h
+--- libvpx-1.3.orig/nestegg/halloc/src/align.h 2015-08-02 13:42:14.783914000 
+0200
 libvpx-1.3/nestegg/halloc/src/align.h  2015-08-02 13:43:04.100580874 
+0200
+@@ -30,7 +30,7 @@
+   void (*q)(void);
+ };
+ 
+-typedef union max_align max_align_t;
++typedef union max_align h_max_align_t;
+ 
+ #endif
+ 
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/halloc.c 
libvpx-1.3/nestegg/halloc/src/halloc.c
+--- libvpx-1.3.orig/nestegg/halloc/src/halloc.c2015-08-02 
13:42:14.783914000 +0200
 libvpx-1.3/nestegg/halloc/src/halloc.c 2015-08-02 13:43:35.817247310 
+0200
+@@ -30,7 +30,7 @@
+ #endif
+   hlist_item_t  siblings; /* 2 pointers */
+   hlist_head_t  children; /* 1 pointer  */
+-  max_align_t   data[1];  /* not allocated, see below */
++  h_max_align_t data[1];  /* not allocated, see below */
+   
+ } hblock_t;
+ 


[arch-commits] Commit in lib32-libvpx1.3/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 13:00:17
  Author: alucryd
Revision: 191202

upgpkg: lib32-libvpx1.3 1.3.0-1

Modified:
  lib32-libvpx1.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 12:56:40 UTC (rev 191201)
+++ PKGBUILD2016-10-02 13:00:17 UTC (rev 191202)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url='http://www.webmproject.org/'
 license=('BSD')
-depends=('lib32-glibc' 'lib32-gcc-libs')
+depends=('lib32-glibc')
 makedepends=('yasm' 'git')
 provides=('libvpx.so')
 
source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
@@ -34,6 +34,7 @@
   ./configure \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
+--target='x86-linux-gcc' \
 --enable-runtime-cpu-detect \
 --enable-shared \
 --enable-pic \


[arch-commits] Commit in libvpx1.3 (7 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:56:40
  Author: alucryd
Revision: 191201

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

Added:
  libvpx1.3/repos/
  libvpx1.3/repos/community-i686/
  libvpx1.3/repos/community-i686/PKGBUILD
(from rev 191200, libvpx1.3/trunk/PKGBUILD)
  libvpx1.3/repos/community-i686/libvpx-1.3-gcc-5.2.patch
(from rev 191200, libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch)
  libvpx1.3/repos/community-x86_64/
  libvpx1.3/repos/community-x86_64/PKGBUILD
(from rev 191200, libvpx1.3/trunk/PKGBUILD)
  libvpx1.3/repos/community-x86_64/libvpx-1.3-gcc-5.2.patch
(from rev 191200, libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch)

---+
 community-i686/PKGBUILD   |   54 
 community-i686/libvpx-1.3-gcc-5.2.patch   |   24 
 community-x86_64/PKGBUILD |   54 
 community-x86_64/libvpx-1.3-gcc-5.2.patch |   24 
 4 files changed, 156 insertions(+)

Copied: libvpx1.3/repos/community-i686/PKGBUILD (from rev 191200, 
libvpx1.3/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-10-02 12:56:40 UTC (rev 191201)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Fabio Castelli 
+
+pkgname=libvpx1.3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
+'libvpx-1.3-gcc-5.2.patch')
+sha256sums=('db72881e1c34e4ae92666847844f35dd2dd431bcf6284500b1b396464f882f64'
+'df157b8f0e4469692598f5f12b305561a56a84374880ef740ccb8f0b447851e1')
+
+prepare() {
+  cd libvpx-${pkgver}
+
+  patch -Np1 -i ../libvpx-1.3-gcc-5.2.patch
+}
+
+build() {
+  cd libvpx-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-pic \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-vp8 \
+--enable-postproc \
+--enable-vp9
+
+  make
+}
+
+package() {
+  cd libvpx-${pkgver}
+
+  make DIST_DIR="${pkgdir}"/usr install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libvpx.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx1.3/
+}
+
+# vim: ts=2 sw=2 et:

Copied: libvpx1.3/repos/community-i686/libvpx-1.3-gcc-5.2.patch (from rev 
191200, libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch)
===
--- repos/community-i686/libvpx-1.3-gcc-5.2.patch   
(rev 0)
+++ repos/community-i686/libvpx-1.3-gcc-5.2.patch   2016-10-02 12:56:40 UTC 
(rev 191201)
@@ -0,0 +1,24 @@
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/align.h 
libvpx-1.3/nestegg/halloc/src/align.h
+--- libvpx-1.3.orig/nestegg/halloc/src/align.h 2015-08-02 13:42:14.783914000 
+0200
 libvpx-1.3/nestegg/halloc/src/align.h  2015-08-02 13:43:04.100580874 
+0200
+@@ -30,7 +30,7 @@
+   void (*q)(void);
+ };
+ 
+-typedef union max_align max_align_t;
++typedef union max_align h_max_align_t;
+ 
+ #endif
+ 
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/halloc.c 
libvpx-1.3/nestegg/halloc/src/halloc.c
+--- libvpx-1.3.orig/nestegg/halloc/src/halloc.c2015-08-02 
13:42:14.783914000 +0200
 libvpx-1.3/nestegg/halloc/src/halloc.c 2015-08-02 13:43:35.817247310 
+0200
+@@ -30,7 +30,7 @@
+ #endif
+   hlist_item_t  siblings; /* 2 pointers */
+   hlist_head_t  children; /* 1 pointer  */
+-  max_align_t   data[1];  /* not allocated, see below */
++  h_max_align_t data[1];  /* not allocated, see below */
+   
+ } hblock_t;
+ 

Copied: libvpx1.3/repos/community-x86_64/PKGBUILD (from rev 191200, 
libvpx1.3/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-10-02 12:56:40 UTC (rev 191201)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Fabio Castelli 
+
+pkgname=libvpx1.3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
+

[arch-commits] Commit in libvpx1.3/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:56:29
  Author: alucryd
Revision: 191200

upgpkg: libvpx1.3 1.3.0-1

Modified:
  libvpx1.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 12:53:32 UTC (rev 191199)
+++ PKGBUILD2016-10-02 12:56:29 UTC (rev 191200)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://www.webmproject.org/'
 license=('BSD')
-depends=('glibc' 'gcc-libs')
+depends=('glibc')
 makedepends=('yasm' 'git')
 provides=('libvpx.so')
 
source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;


[arch-commits] Commit in (8 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:53:32
  Author: alucryd
Revision: 191199

Add libvpx1.3 & co, providing libvpx.so.1 for some steam games

Added:
  lib32-libvpx1.3/
  lib32-libvpx1.3/trunk/
  lib32-libvpx1.3/trunk/PKGBUILD
  lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch
  libvpx1.3/
  libvpx1.3/trunk/
  libvpx1.3/trunk/PKGBUILD
  libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch

+
 lib32-libvpx1.3/trunk/PKGBUILD |   58 +++
 lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch |   24 +
 libvpx1.3/trunk/PKGBUILD   |   54 +
 libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch   |   24 +
 4 files changed, 160 insertions(+)

Added: lib32-libvpx1.3/trunk/PKGBUILD
===
--- lib32-libvpx1.3/trunk/PKGBUILD  (rev 0)
+++ lib32-libvpx1.3/trunk/PKGBUILD  2016-10-02 12:53:32 UTC (rev 191199)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-libvpx1.3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('lib32-glibc' 'lib32-gcc-libs')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
+'libvpx-1.3-gcc-5.2.patch')
+sha256sums=('db72881e1c34e4ae92666847844f35dd2dd431bcf6284500b1b396464f882f64'
+'df157b8f0e4469692598f5f12b305561a56a84374880ef740ccb8f0b447851e1')
+
+prepare() {
+  cd libvpx-${pkgver}
+
+  patch -Np1 -i ../libvpx-1.3-gcc-5.2.patch
+}
+
+build() {
+  cd libvpx-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-runtime-cpu-detect \
+--enable-shared \
+--enable-pic \
+--disable-install-docs \
+--disable-install-srcs \
+--enable-vp8 \
+--enable-postproc \
+--enable-vp9
+
+  make
+}
+
+package() {
+  cd libvpx-${pkgver}
+
+  make DIST_DIR="${pkgdir}"/usr install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{libvpx.{a,so},pkgconfig},share}
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/lib32-libvpx1.3/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libvpx1.3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch
===
--- lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch  
(rev 0)
+++ lib32-libvpx1.3/trunk/libvpx-1.3-gcc-5.2.patch  2016-10-02 12:53:32 UTC 
(rev 191199)
@@ -0,0 +1,24 @@
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/align.h 
libvpx-1.3/nestegg/halloc/src/align.h
+--- libvpx-1.3.orig/nestegg/halloc/src/align.h 2015-08-02 13:42:14.783914000 
+0200
 libvpx-1.3/nestegg/halloc/src/align.h  2015-08-02 13:43:04.100580874 
+0200
+@@ -30,7 +30,7 @@
+   void (*q)(void);
+ };
+ 
+-typedef union max_align max_align_t;
++typedef union max_align h_max_align_t;
+ 
+ #endif
+ 
+diff -Naur libvpx-1.3.orig/nestegg/halloc/src/halloc.c 
libvpx-1.3/nestegg/halloc/src/halloc.c
+--- libvpx-1.3.orig/nestegg/halloc/src/halloc.c2015-08-02 
13:42:14.783914000 +0200
 libvpx-1.3/nestegg/halloc/src/halloc.c 2015-08-02 13:43:35.817247310 
+0200
+@@ -30,7 +30,7 @@
+ #endif
+   hlist_item_t  siblings; /* 2 pointers */
+   hlist_head_t  children; /* 1 pointer  */
+-  max_align_t   data[1];  /* not allocated, see below */
++  h_max_align_t data[1];  /* not allocated, see below */
+   
+ } hblock_t;
+ 

Added: libvpx1.3/trunk/PKGBUILD
===
--- libvpx1.3/trunk/PKGBUILD(rev 0)
+++ libvpx1.3/trunk/PKGBUILD2016-10-02 12:53:32 UTC (rev 191199)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Fabio Castelli 
+
+pkgname=libvpx1.3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=("libvpx-${pkgver}.tar.gz::https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz;
+'libvpx-1.3-gcc-5.2.patch')
+sha256sums=('db72881e1c34e4ae92666847844f35dd2dd431bcf6284500b1b396464f882f64'
+

[arch-commits] Commit in tcp-wrappers (9 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:34:05
  Author: alucryd
Revision: 191198

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

Added:
  tcp-wrappers/repos/
  tcp-wrappers/repos/community-i686/
  tcp-wrappers/repos/community-i686/PKGBUILD
(from rev 191197, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch
(from rev 191197, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-i686/tcp-wrappers-redhat-bug11881.patch
(from rev 191197, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)
  tcp-wrappers/repos/community-x86_64/
  tcp-wrappers/repos/community-x86_64/PKGBUILD
(from rev 191197, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-headers.patch
(from rev 191197, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 191197, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)

-+
 community-i686/PKGBUILD |   57 +++
 community-i686/tcp-wrappers-headers.patch   |  296 ++
 community-i686/tcp-wrappers-redhat-bug11881.patch   |   36 ++
 community-x86_64/PKGBUILD   |   57 +++
 community-x86_64/tcp-wrappers-headers.patch |  296 ++
 community-x86_64/tcp-wrappers-redhat-bug11881.patch |   36 ++
 6 files changed, 778 insertions(+)

Copied: tcp-wrappers/repos/community-i686/PKGBUILD (from rev 191197, 
tcp-wrappers/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-10-02 12:34:05 UTC (rev 191198)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=tcp-wrappers
+pkgver=7.6.24
+pkgrel=1
+pkgdesc="Wietse Venema's network logger"
+arch=('i686' 'x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('glibc')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS" \
+LDOPTS="$LDFLAGS" \
+REAL_DAEMON_DIR='/usr/bin' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
+  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
+  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
+  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
+  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
+  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/tcp-wrappers/
+}
+
+# vim: ts=2 sw=2 et:

Copied: tcp-wrappers/repos/community-i686/tcp-wrappers-headers.patch (from rev 
191197, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
===
--- repos/community-i686/tcp-wrappers-headers.patch 
(rev 0)
+++ repos/community-i686/tcp-wrappers-headers.patch 2016-10-02 12:34:05 UTC 
(rev 191198)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* 

[arch-commits] Commit in (10 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:24:04
  Author: alucryd
Revision: 191197

Another game dep for steam-native-runtime

Added:
  lib32-tcp-wrappers/
  lib32-tcp-wrappers/trunk/
  lib32-tcp-wrappers/trunk/PKGBUILD
  lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch
  lib32-tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/
  tcp-wrappers/trunk/
  tcp-wrappers/trunk/PKGBUILD
  tcp-wrappers/trunk/tcp-wrappers-headers.patch
  tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch

-+
 lib32-tcp-wrappers/trunk/PKGBUILD   |   53 +
 lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch |  296 ++
 lib32-tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch |   36 +
 tcp-wrappers/trunk/PKGBUILD |   57 +
 tcp-wrappers/trunk/tcp-wrappers-headers.patch   |  296 ++
 tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch   |   36 +
 6 files changed, 774 insertions(+)

Added: lib32-tcp-wrappers/trunk/PKGBUILD
===
--- lib32-tcp-wrappers/trunk/PKGBUILD   (rev 0)
+++ lib32-tcp-wrappers/trunk/PKGBUILD   2016-10-02 12:24:04 UTC (rev 191197)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-tcp-wrappers
+pkgver=7.6.24
+pkgrel=1
+pkgdesc="Wietse Venema's network logger"
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'tcp-wrappers')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s tcp-wrappers "${pkgdir}"/usr/share/licenses/lib32-tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-tcp-wrappers/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch
===
--- lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch 
(rev 0)
+++ lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch 2016-10-02 12:24:04 UTC 
(rev 191197)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int cidr_mask_addr(char *str);
+ 
+ #ifndef INADDR_NONE
+ #define INADDR_NONE (-1)  /* XXX should be 0x */

[arch-commits] Commit in systemd/repos (36 files)

2016-10-02 Thread Dave Reisner
Date: Sunday, October 2, 2016 @ 11:39:46
  Author: dreisner
Revision: 277543

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 277542, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 277542, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 277542, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 277542, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 277542, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 277542, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 277542, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 277542, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/udev-hwdb.hook
(from rev 277542, systemd/trunk/udev-hwdb.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 277542, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 277542, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 277542, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 277542, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 277542, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 277542, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 277542, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 277542, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/udev-hwdb.hook
(from rev 277542, systemd/trunk/udev-hwdb.hook)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-i686/udev-hwdb.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd.install
  systemd/repos/testing-x86_64/udev-hwdb.hook

-+
 /PKGBUILD   |  372 
 /arch.conf  |   14 +
 /initcpio-hook-udev |   44 +++
 /initcpio-install-systemd   |  390 ++
 /initcpio-install-udev  |   56 
 /loader.conf|2 
 /systemd.install|  164 
 /udev-hwdb.hook |   22 +
 testing-i686/PKGBUILD   |  185 --
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  195 ---
 testing-i686/initcpio-install-udev  |   28 --
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|   82 --
 testing-i686/udev-hwdb.hook |   11 
 testing-x86_64/PKGBUILD |  185 --
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 -
 testing-x86_64/initcpio-install-systemd |  195 ---
 testing-x86_64/initcpio-install-udev|   28 --
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |   82 --
 testing-x86_64/udev-hwdb.hook   |   11 
 24 files changed, 1064 insertions(+), 1062 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-10-02 11:38:41 UTC (rev 277542)
+++ testing-i686/PKGBUILD   2016-10-02 11:39:46 UTC (rev 277543)
@@ -1,185 +0,0 @@
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
-
-pkgbase=systemd
-pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=231
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/systemd;
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
- 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
- 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
- 'python-lxml' 'quota-tools' 

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

2016-10-02 Thread Dave Reisner
Date: Sunday, October 2, 2016 @ 11:38:41
  Author: dreisner
Revision: 277542

upgpkg: systemd 231-3

- use correct commit hashes for fixing local DoS (FS#51179)
- fix graphical crash on reexec

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 10:12:48 UTC (rev 277541)
+++ PKGBUILD2016-10-02 11:38:41 UTC (rev 277542)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=231
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -30,9 +30,10 @@
  'a475a5ed8f03fb0f6b58b4684998d05c')
 
 _backports=(
-  '531ac2b2349da02acc9c382849758e07eb92b020'
-  'b2922837d67a4bf66c7862b06eb5b513a7fe6ef6'
-  '6bd74eb055ad278904d152b08e26d5ad4241ddb0'
+  '531ac2b2349da02acc9c382849758e07eb92b020'  # If the notification message 
length is 0, ignore the message
+  '8523bf7dd514a3a2c6114b7b8fb8f308b4f09fc4'  # pid1: process zero-length 
notification messages again
+  '9987750e7a4c62e0eb8473603150596ba7c3a015'  # pid1: don't return any error 
in manager_dispatch_notify_fd()
+  'bd64d82c1c0e3fe2a5f9b3dd9132d62834f50b2d'  # Revert "pid1: reconnect to the 
console before being re-executed"
 )
 
 prepare() {


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

2016-10-02 Thread Jan Steffens
Date: Sunday, October 2, 2016 @ 10:12:48
  Author: heftig
Revision: 277541

FS#51188: Fix optdepends typo

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 09:25:03 UTC (rev 277540)
+++ PKGBUILD2016-10-02 10:12:48 UTC (rev 277541)
@@ -12,7 +12,7 @@
 depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
  tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
 makedepends=(intltool gobject-introspection git gnome-common)
-optdepends=('libeoffice-fresh: Support for Libreoffice document types')
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
 _commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
 source=("git://git.gnome.org/gnome-documents#commit=$_commit")
 sha256sums=('SKIP')


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

2016-10-02 Thread Andreas Radke
Date: Sunday, October 2, 2016 @ 09:25:03
  Author: andyrtr
Revision: 277540

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

Added:
  openjpeg2/repos/testing-i686/
  openjpeg2/repos/testing-i686/PKGBUILD
(from rev 277539, openjpeg2/trunk/PKGBUILD)
  openjpeg2/repos/testing-x86_64/
  openjpeg2/repos/testing-x86_64/PKGBUILD
(from rev 277539, openjpeg2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   55 ++
 testing-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: openjpeg2/repos/testing-i686/PKGBUILD (from rev 277539, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-02 09:25:03 UTC (rev 277540)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('40a7bfdcc66280b3c1402a0eb1a27624')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
+}

Copied: openjpeg2/repos/testing-x86_64/PKGBUILD (from rev 277539, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-02 09:25:03 UTC (rev 277540)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+url="http://www.openjpeg.org;
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
+md5sums=('40a7bfdcc66280b3c1402a0eb1a27624')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
+}


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

2016-10-02 Thread Andreas Radke
Date: Sunday, October 2, 2016 @ 09:24:54
  Author: andyrtr
Revision: 277539

upgpkg: openjpeg2 2.1.2-1

upstream update 2.1.2

Modified:
  openjpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 09:17:41 UTC (rev 277538)
+++ PKGBUILD2016-10-02 09:24:54 UTC (rev 277539)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=openjpeg2
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
 arch=(i686 x86_64)
 license=('custom: BSD')
@@ -13,7 +13,7 @@
  #'fcgi' 'xerces2-java')
 depends=('zlib' 'libpng' 'libtiff' 'lcms2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
-md5sums=('0cc4b2aee0a9b6e9e21b7abcd201a3ec')
+md5sums=('40a7bfdcc66280b3c1402a0eb1a27624')
 
 prepare() {
   cd ${srcdir}


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

2016-10-02 Thread Andreas Radke
Date: Sunday, October 2, 2016 @ 09:17:26
  Author: andyrtr
Revision: 277537

upgpkg: nettle 3.3-1

upstream update 3.3

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 05:16:22 UTC (rev 277536)
+++ PKGBUILD2016-10-02 09:17:26 UTC (rev 277537)
@@ -3,8 +3,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=nettle
-pkgver=3.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
 pkgdesc="A low-level cryptographic library"
 arch=('i686' 'x86_64')
 url="http://www.lysator.liu.se/~nisse/nettle/;
@@ -12,7 +12,7 @@
 depends=('gmp')
 checkdepends=('valgrind')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('afb15b4764ebf1b4e6d06c62bd4d29e4'
+md5sums=('10f969f78a463704ae73529978148dbe'
  'SKIP')
 validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 


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

2016-10-02 Thread Andreas Radke
Date: Sunday, October 2, 2016 @ 09:17:41
  Author: andyrtr
Revision: 277538

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

Added:
  nettle/repos/testing-i686/
  nettle/repos/testing-i686/PKGBUILD
(from rev 277537, nettle/trunk/PKGBUILD)
  nettle/repos/testing-x86_64/
  nettle/repos/testing-x86_64/PKGBUILD
(from rev 277537, nettle/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: nettle/repos/testing-i686/PKGBUILD (from rev 277537, 
nettle/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-02 09:17:41 UTC (rev 277538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=3.3
+pkgrel=1
+pkgdesc="A low-level cryptographic library"
+arch=('i686' 'x86_64')
+url="http://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+depends=('gmp')
+checkdepends=('valgrind')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('10f969f78a463704ae73529978148dbe'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: nettle/repos/testing-x86_64/PKGBUILD (from rev 277537, 
nettle/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-02 09:17:41 UTC (rev 277538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=3.3
+pkgrel=1
+pkgdesc="A low-level cryptographic library"
+arch=('i686' 'x86_64')
+url="http://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+depends=('gmp')
+checkdepends=('valgrind')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('10f969f78a463704ae73529978148dbe'
+ 'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in steam-native-runtime/repos/multilib-x86_64 (2 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:51:48
  Author: alucryd
Revision: 191196

archrelease: copy trunk to multilib-x86_64

Added:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD
(from rev 191195, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 07:51:30 UTC (rev 191195)
+++ PKGBUILD2016-10-02 07:51:48 UTC (rev 191196)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=5
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups'
- 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15'
- 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm'
- 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis'
- 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu'
- 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal'
- 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
- 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
-'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus'
-'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt15'
-'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12'
-'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor'
-'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/multilib-x86_64/PKGBUILD (from rev 191195, 
steam-native-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 07:51:48 UTC (rev 191196)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=6
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi'
+ 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm'
+ 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer'
+ 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'vulkan-icd-loader')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
+'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
+'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
+'lib32-libappindicator-gtk2' 'lib32-libcaca'
+'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
+'lib32-libcurl-gnutls' 'lib32-libdbus' 'lib32-libdrm'
+'lib32-libgcrypt15' 

[arch-commits] Commit in steam-native-runtime/repos (4 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:51:30
  Author: alucryd
Revision: 191195

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

Added:
  steam-native-runtime/repos/community-i686/PKGBUILD
(from rev 191194, steam-native-runtime/trunk/PKGBUILD)
  steam-native-runtime/repos/community-x86_64/PKGBUILD
(from rev 191194, steam-native-runtime/trunk/PKGBUILD)
Deleted:
  steam-native-runtime/repos/community-i686/PKGBUILD
  steam-native-runtime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   41 -
 community-x86_64/PKGBUILD |   41 -
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-02 07:51:13 UTC (rev 191194)
+++ community-i686/PKGBUILD 2016-10-02 07:51:30 UTC (rev 191195)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-
-pkgname=steam-native-runtime
-pkgver=1.0.0.52
-pkgrel=5
-pkgdesc='Native replacement for the Steam runtime'
-arch=('i686' 'x86_64')
-url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
-license=('None')
-depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
- 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups'
- 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15'
- 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm'
- 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis'
- 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu'
- 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal'
- 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
- 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader')
-depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
-'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
-'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
-'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
-'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus'
-'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt15'
-'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12'
-'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora'
-'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
-'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor'
-'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
-'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
-'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
-'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2')
-replaces=('steam-libs')
-
-# vim: ts=2 sw=2 et:

Copied: steam-native-runtime/repos/community-i686/PKGBUILD (from rev 191194, 
steam-native-runtime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-02 07:51:30 UTC (rev 191195)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+
+pkgname=steam-native-runtime
+pkgver=1.0.0.52
+pkgrel=6
+pkgdesc='Native replacement for the Steam runtime'
+arch=('i686' 'x86_64')
+url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
+license=('None')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+ 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi'
+ 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm'
+ 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer'
+ 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'vulkan-icd-loader')
+depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
+'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
+  

[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:51:13
  Author: alucryd
Revision: 191194

upgpkg: steam-native-runtime 1.0.0.52-6

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 07:39:07 UTC (rev 191193)
+++ PKGBUILD2016-10-02 07:51:13 UTC (rev 191194)
@@ -4,7 +4,7 @@
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.52
-pkgrel=5
+pkgrel=6
 pkgdesc='Native replacement for the Steam runtime'
 arch=('i686' 'x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
@@ -11,23 +11,24 @@
 license=('None')
 depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
  'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
- 'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups'
- 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libgcrypt15'
- 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm'
- 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis'
- 'libxcomposite' 'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu'
- 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal'
- 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
- 'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader')
+ 'glib2' 'glu' 'gtk2' 'libappindicator-gtk2' 'libcaca' 'libcanberra'
+ 'libcups' 'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm'
+ 'libgcrypt15' 'libice' 'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse'
+ 'librtmp0' 'libsm' 'libtheora' 'libtiff4' 'libudev0-shim' 'libusb'
+ 'libvorbis' 'libxcomposite' 'libxcursor' 'libxft' 'libxi'
+ 'libxinerama' 'libxmu' 'libxrandr' 'libxrender' 'libxtst' 'libxxf86vm'
+ 'nspr' 'nss' 'openal' 'pango' 'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer'
+ 'sdl2_ttf' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'vulkan-icd-loader')
 depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
 'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2'
-'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups'
-'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus'
-'lib32-libdrm' 'lib32-libice' 'lib32-libgcrypt15'
-'lib32-libjpeg6' 'lib32-libnm-glib' 'lib32-libpng12'
-'lib32-libpulse' 'lib32-libsm' 'lib32-libtheora'
+'lib32-libappindicator-gtk2' 'lib32-libcaca'
+'lib32-libcanberra' 'lib32-libcups' 'lib32-libcurl-compat'
+'lib32-libcurl-gnutls' 'lib32-libdbus' 'lib32-libdrm'
+'lib32-libgcrypt15' 'lib32-libice' 'lib32-libjpeg6'
+'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse'
+'lib32-librtmp0' 'lib32-libsm' 'lib32-libtheora'
 'lib32-libtiff4' 'lib32-libudev0-shim' 'lib32-libusb'
 'lib32-libvorbis' 'lib32-libxcomposite' 'lib32-libxcursor'
 'lib32-libxft' 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu'
@@ -35,7 +36,7 @@
 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
 'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
-'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2')
+'lib32-sdl_mixer' 'lib32-sdl_ttf')
 replaces=('steam-libs')
 
 # vim: ts=2 sw=2 et:


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:39:07
  Author: alucryd
Revision: 191193

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-02 07:38:59 UTC (rev 191192)
+++ PKGBUILD2016-10-02 07:39:07 UTC (rev 191193)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: xduugu 
-# Contributor: Elis Hughes 
-# Contributor: Dan Ziemba 
-
-pkgname=lib32-librtmp0
-pkgver=2.4
-pkgrel=1
-pkgdesc='Toolkit for RTMP streams'
-arch=('i686' 'x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
-makedepends=('git')
-provides=('librtmp.so')
-options=('!makeflags')
-_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
-source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
-  cd rtmpdump
-
-  make \
-OPT="$CFLAGS -m32" \
-XLDFLAGS="$LDFLAGS -m32"
-}
-
-package() {
-  cd rtmpdump
-
-  make \
-prefix='/usr' \
-sbindir='/usr/bin' \
-libdir='/usr/lib32' \
-mandir='/usr/share/man' \
-DESTDIR="${pkgdir}" \
-install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librtmp0/repos/multilib-x86_64/PKGBUILD (from rev 191192, 
lib32-librtmp0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-02 07:39:07 UTC (rev 191193)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS -m32" \
+XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+libdir='/usr/lib32' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:38:59
  Author: alucryd
Revision: 191192

upgpkg: lib32-librtmp0 2.4-1

Modified:
  lib32-librtmp0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 07:38:42 UTC (rev 191191)
+++ PKGBUILD2016-10-02 07:38:59 UTC (rev 191192)
@@ -9,7 +9,7 @@
 pkgver=2.4
 pkgrel=1
 pkgdesc='Toolkit for RTMP streams'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://rtmpdump.mplayerhq.hu/'
 license=('GPL2' 'LGPL2.1')
 depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')


[arch-commits] Commit in lib32-librtmp0 (3 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:38:42
  Author: alucryd
Revision: 191191

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librtmp0/repos/
  lib32-librtmp0/repos/multilib-x86_64/
  lib32-librtmp0/repos/multilib-x86_64/PKGBUILD
(from rev 191190, lib32-librtmp0/trunk/PKGBUILD)

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

Copied: lib32-librtmp0/repos/multilib-x86_64/PKGBUILD (from rev 191190, 
lib32-librtmp0/trunk/PKGBUILD)
===
--- repos/multilib-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-x86_64/PKGBUILD  2016-10-02 07:38:42 UTC (rev 191191)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS -m32" \
+XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+libdir='/usr/lib32' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:38:31
  Author: alucryd
Revision: 191190

upgpkg: lib32-librtmp0 2.4-1

Modified:
  lib32-librtmp0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 07:32:42 UTC (rev 191189)
+++ PKGBUILD2016-10-02 07:38:31 UTC (rev 191190)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url='http://rtmpdump.mplayerhq.hu/'
 license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'openssl' 'zlib')
+depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
 makedepends=('git')
 provides=('librtmp.so')
 options=('!makeflags')


[arch-commits] Commit in librtmp0 (5 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:32:42
  Author: alucryd
Revision: 191189

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

Added:
  librtmp0/repos/
  librtmp0/repos/community-i686/
  librtmp0/repos/community-i686/PKGBUILD
(from rev 191188, librtmp0/trunk/PKGBUILD)
  librtmp0/repos/community-x86_64/
  librtmp0/repos/community-x86_64/PKGBUILD
(from rev 191188, librtmp0/trunk/PKGBUILD)

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

Copied: librtmp0/repos/community-i686/PKGBUILD (from rev 191188, 
librtmp0/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2016-10-02 07:32:42 UTC (rev 191189)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: kaptoxic 
+# Contributor: Arthur Skowronek 
+
+pkgname=librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS" \
+XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:

Copied: librtmp0/repos/community-x86_64/PKGBUILD (from rev 191188, 
librtmp0/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-10-02 07:32:42 UTC (rev 191189)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: kaptoxic 
+# Contributor: Arthur Skowronek 
+
+pkgname=librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS" \
+XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (6 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 07:28:55
  Author: alucryd
Revision: 191188

Another lib for the steam runtime

Added:
  lib32-librtmp0/
  lib32-librtmp0/trunk/
  lib32-librtmp0/trunk/PKGBUILD
  librtmp0/
  librtmp0/trunk/
  librtmp0/trunk/PKGBUILD

---+
 lib32-librtmp0/trunk/PKGBUILD |   44 
 librtmp0/trunk/PKGBUILD   |   44 
 2 files changed, 88 insertions(+)

Added: lib32-librtmp0/trunk/PKGBUILD
===
--- lib32-librtmp0/trunk/PKGBUILD   (rev 0)
+++ lib32-librtmp0/trunk/PKGBUILD   2016-10-02 07:28:55 UTC (rev 191188)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: Dan Ziemba 
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS -m32" \
+XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+libdir='/usr/lib32' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-librtmp0/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: librtmp0/trunk/PKGBUILD
===
--- librtmp0/trunk/PKGBUILD (rev 0)
+++ librtmp0/trunk/PKGBUILD 2016-10-02 07:28:55 UTC (rev 191188)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: xduugu 
+# Contributor: Elis Hughes 
+# Contributor: kaptoxic 
+# Contributor: Arthur Skowronek 
+
+pkgname=librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+OPT="$CFLAGS" \
+XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+prefix='/usr' \
+sbindir='/usr/bin' \
+mandir='/usr/share/man' \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


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