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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 14:02:28
  Author: bpiotrowski
Revision: 279919

upgpkg: attr 2.4.47-2

free rebuild

Modified:
  attr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:57:23 UTC (rev 279918)
+++ PKGBUILD2016-11-06 14:02:28 UTC (rev 279919)
@@ -3,23 +3,23 @@
 
 pkgname=attr
 pkgver=2.4.47
-pkgrel=1
+pkgrel=2
 pkgdesc="Extended attribute support library for ACL support"
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/attr;
 license=('LGPL')
-depends=('glibc') 
+depends=('glibc')
 makedepends=('gettext')
 replaces=('xfsattr')
 provides=('xfsattr')
 conflicts=('xfsattr')
-source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
 sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
 'SKIP')
-validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34')  #Brandon Philips
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   export INSTALL_USER=root INSTALL_GROUP=root
   ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
@@ -27,12 +27,10 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib 
install-dev
+  cd $pkgname-$pkgver
+  make DIST_ROOT="$pkgdir" install install-lib install-dev
 
   # tidy up
-  rm -f "$pkgdir"/usr/lib/libattr.a
   chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
-
-  # remove conflicting manpages
   rm -rf "$pkgdir"/usr/share/man/man2
 }


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 14:02:33
  Author: bpiotrowski
Revision: 279920

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

Added:
  attr/repos/testing-i686/
  attr/repos/testing-i686/PKGBUILD
(from rev 279919, attr/trunk/PKGBUILD)
  attr/repos/testing-x86_64/
  attr/repos/testing-x86_64/PKGBUILD
(from rev 279919, attr/trunk/PKGBUILD)

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

Copied: attr/repos/testing-i686/PKGBUILD (from rev 279919, attr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-06 14:02:33 UTC (rev 279920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=2
+pkgdesc="Extended attribute support library for ACL support"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/attr;
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr')
+conflicts=('xfsattr')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+  rm -rf "$pkgdir"/usr/share/man/man2
+}

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 279919, 
attr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-06 14:02:33 UTC (rev 279920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=2
+pkgdesc="Extended attribute support library for ACL support"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/attr;
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr')
+conflicts=('xfsattr')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+  rm -rf "$pkgdir"/usr/share/man/man2
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:57:18
  Author: bpiotrowski
Revision: 279917

Use GPG and HTTPS to download sources

Modified:
  wpa_supplicant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:55:46 UTC (rev 279916)
+++ PKGBUILD2016-11-06 13:57:18 UTC (rev 279917)
@@ -12,9 +12,11 @@
 optdepends=('wpa_supplicant_gui: wpa_gui program')
 license=('GPL')
 backup=('etc/wpa_supplicant/wpa_supplicant.conf')
-source=("http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
+source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
 config)
+validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
 sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
+'SKIP'
 '5163609e133851dfbbee5982954fab22e45bf2c9093e43eb466d8a2c39f8a012')
 
 prepare() {


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:57:23
  Author: bpiotrowski
Revision: 279918

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

Added:
  wpa_supplicant/repos/core-i686/PKGBUILD
(from rev 279917, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/core-i686/config
(from rev 279917, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/core-x86_64/PKGBUILD
(from rev 279917, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/core-x86_64/config
(from rev 279917, wpa_supplicant/trunk/config)
Deleted:
  wpa_supplicant/repos/core-i686/PKGBUILD
  wpa_supplicant/repos/core-i686/config
  wpa_supplicant/repos/core-x86_64/PKGBUILD
  wpa_supplicant/repos/core-x86_64/config

--+
 /PKGBUILD|  110 +
 /config  | 1028 +
 core-i686/PKGBUILD   |   53 --
 core-i686/config |  514 
 core-x86_64/PKGBUILD |   53 --
 core-x86_64/config   |  514 
 6 files changed, 1138 insertions(+), 1134 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-06 13:57:18 UTC (rev 279917)
+++ core-i686/PKGBUILD  2016-11-06 13:57:23 UTC (rev 279918)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=wpa_supplicant
-pkgver=2.6
-pkgrel=1
-epoch=1
-pkgdesc="A utility providing key negotiation for WPA wireless networks"
-url="http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'libdbus' 'readline' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-backup=('etc/wpa_supplicant/wpa_supplicant.conf')
-source=("http://w1.fi/releases/${pkgname}-${pkgver}.tar.gz;
-config)
-sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
-'5163609e133851dfbbee5982954fab22e45bf2c9093e43eb466d8a2c39f8a012')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-  cp "${srcdir}/config" ./.config
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  # The Makefile does not pick up our CPPFLAGS
-  export CFLAGS="$CPPFLAGS $CFLAGS"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="${pkgdir}" install
-
-  install -d -m755 "${pkgdir}/etc/wpa_supplicant"
-  install -m644 wpa_supplicant.conf 
"${pkgdir}/etc/wpa_supplicant/wpa_supplicant.conf"
-
-  install -d -m755 "${pkgdir}/usr/share/man/man"{5,8}
-  install -m644 doc/docbook/*.5 "${pkgdir}/usr/share/man/man5/"
-  install -m644 doc/docbook/*.8 "${pkgdir}/usr/share/man/man8/"
-  rm -f "${pkgdir}/usr/share/man/man8/wpa_"{priv,gui}.8
-
-  install -d -m755 "${pkgdir}/usr/share/dbus-1/system-services"
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
"${pkgdir}/usr/share/dbus-1/system-services/"
-
-  install -d -m755 "${pkgdir}/etc/dbus-1/system.d"
-  install -m644 dbus/dbus-wpa_supplicant.conf 
"${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf"
-
-  install -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -m644 systemd/*.service "${pkgdir}/usr/lib/systemd/system/"
-}

Copied: wpa_supplicant/repos/core-i686/PKGBUILD (from rev 279917, 
wpa_supplicant/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-06 13:57:23 UTC (rev 279918)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wpa_supplicant
+pkgver=2.6
+pkgrel=1
+epoch=1
+pkgdesc="A utility providing key negotiation for WPA wireless networks"
+url="http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+backup=('etc/wpa_supplicant/wpa_supplicant.conf')
+source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
+config)
+validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
+sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
+'SKIP'
+'5163609e133851dfbbee5982954fab22e45bf2c9093e43eb466d8a2c39f8a012')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  cp "${srcdir}/config" ./.config
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  # The Makefile does not pick up our CPPFLAGS
+  export CFLAGS="$CPPFLAGS $CFLAGS"
+  make LIBDIR=/usr/lib BINDIR=/usr/bin
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/etc/wpa_supplicant"
+  install -m644 wpa_supplicant.conf 
"${pkgdir}/etc/wpa_supplicant/wpa_supplicant.conf"
+
+  install -d -m755 "${pkgdir}/usr/share/man/man"{5,8}
+  install -m644 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:55:39
  Author: bpiotrowski
Revision: 279915

Use GPG and HTTPS to download sources

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:52:41 UTC (rev 279914)
+++ PKGBUILD2016-11-06 13:55:39 UTC (rev 279915)
@@ -13,8 +13,10 @@
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
  'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d'
+ 'SKIP')
 
 prepare() {
   mkdir build


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:55:46
  Author: bpiotrowski
Revision: 279916

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:55:39 UTC (rev 279915)
+++ extra-i686/PKGBUILD 2016-11-06 13:55:46 UTC (rev 279916)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.6
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 279915, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:55:46 UTC (rev 279916)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.6
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key)
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d'
+ 'SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:55:39 UTC (rev 279915)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:55:46 UTC (rev 279916)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.6
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 279915, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:55:46 UTC (rev 279916)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.6
+pkgrel=1
+pkgdesc="Fast, 

[arch-commits] Commit in readline/repos (extra-i686 extra-x86_64)

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:52:41
  Author: bpiotrowski
Revision: 279914

cleanup

Deleted:
  readline/repos/extra-i686/
  readline/repos/extra-x86_64/


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:52:06
  Author: bpiotrowski
Revision: 279912

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

Added:
  readline/repos/extra-i686/
  readline/repos/extra-i686/PKGBUILD
(from rev 279911, readline/trunk/PKGBUILD)
  readline/repos/extra-i686/inputrc
(from rev 279911, readline/trunk/inputrc)
  readline/repos/extra-x86_64/
  readline/repos/extra-x86_64/PKGBUILD
(from rev 279911, readline/trunk/PKGBUILD)
  readline/repos/extra-x86_64/inputrc
(from rev 279911, readline/trunk/inputrc)

---+
 extra-i686/PKGBUILD   |   72 
 extra-i686/inputrc|   36 
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/inputrc  |   36 
 4 files changed, 216 insertions(+)

Copied: readline/repos/extra-i686/PKGBUILD (from rev 279911, 
readline/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:52:06 UTC (rev 279912)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+backup=('etc/inputrc')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP'
+ '11f9def89803a5052db3ba72394ce14f'
+ 'SKIP'
+ '93721c31cd225393f80cb3aadb165544'
+ 'SKIP'
+ '71dc6ecce66d1489b96595f55d142a52'
+ 'SKIP'
+ '062a08ed60679d3c4878710b3d595b65'
+ 'SKIP'
+ 'ee1c04072154826870848d8b218d7b04'
+ 'SKIP')

Copied: readline/repos/extra-i686/inputrc (from rev 279911, 
readline/trunk/inputrc)
===
--- extra-i686/inputrc  (rev 0)
+++ extra-i686/inputrc  2016-11-06 13:52:06 UTC (rev 279912)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif

Copied: readline/repos/extra-x86_64/PKGBUILD (from rev 279911, 
readline/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:52:06 UTC (rev 279912)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:52:00
  Author: bpiotrowski
Revision: 279911

Use HTTPS to download sources

Modified:
  readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:51:43 UTC (rev 279910)
+++ PKGBUILD2016-11-06 13:52:00 UTC (rev 279911)
@@ -15,13 +15,13 @@
 depends=('glibc' 'ncurses' 'libncursesw.so')
 backup=('etc/inputrc')
 options=('!emptydirs')
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
 inputrc)
 validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
 
 if [ $_patchlevel -gt 0 ]; then
 for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+source=(${source[@]} 
https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
 done
 fi
 


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:52:24
  Author: bpiotrowski
Revision: 279913

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

Added:
  readline/repos/core-i686/PKGBUILD
(from rev 279912, readline/trunk/PKGBUILD)
  readline/repos/core-i686/inputrc
(from rev 279912, readline/trunk/inputrc)
  readline/repos/core-x86_64/PKGBUILD
(from rev 279912, readline/trunk/PKGBUILD)
  readline/repos/core-x86_64/inputrc
(from rev 279912, readline/trunk/inputrc)
Deleted:
  readline/repos/core-i686/PKGBUILD
  readline/repos/core-i686/inputrc
  readline/repos/core-x86_64/PKGBUILD
  readline/repos/core-x86_64/inputrc

--+
 /PKGBUILD|  144 +
 /inputrc |   72 
 core-i686/PKGBUILD   |   72 
 core-i686/inputrc|   36 
 core-x86_64/PKGBUILD |   72 
 core-x86_64/inputrc  |   36 
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-06 13:52:06 UTC (rev 279912)
+++ core-i686/PKGBUILD  2016-11-06 13:52:24 UTC (rev 279913)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=readline
-_basever=6.3
-_patchlevel=008
-pkgver=$_basever.$_patchlevel
-pkgrel=4
-pkgdesc='GNU readline library'
-arch=('i686' 'x86_64')
-url='http://tiswww.case.edu/php/chet/readline/rltop.html'
-license=('GPL')
-depends=('glibc' 'ncurses' 'libncursesw.so')
-backup=('etc/inputrc')
-options=('!emptydirs')
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc)
-validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
-
-if [ $_patchlevel -gt 0 ]; then
-for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
-done
-fi
-
-prepare() {
-  cd $pkgname-$_basever
-  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
-msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
-patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
-  done
-
-  # remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-}
-
-build() {
-  cd $pkgname-$_basever
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
-  install -Dm644 inputrc "$pkgdir"/etc/inputrc
-}
-
-md5sums=('33c8fb279e981274f485fd91da77e94a'
- 'SKIP'
- '58d54966c1191db45973cb3191ac621a'
- '4343f5ea9b0f42447f102fb61576b398'
- 'SKIP'
- '700295212f7e2978577feaee584afddb'
- 'SKIP'
- 'af4963862f5156fbf9111c2c6fa86ed7'
- 'SKIP'
- '11f9def89803a5052db3ba72394ce14f'
- 'SKIP'
- '93721c31cd225393f80cb3aadb165544'
- 'SKIP'
- '71dc6ecce66d1489b96595f55d142a52'
- 'SKIP'
- '062a08ed60679d3c4878710b3d595b65'
- 'SKIP'
- 'ee1c04072154826870848d8b218d7b04'
- 'SKIP')

Copied: readline/repos/core-i686/PKGBUILD (from rev 279912, 
readline/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-06 13:52:24 UTC (rev 279913)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+backup=('etc/inputrc')
+options=('!emptydirs')
+source=(https://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:51:43
  Author: bpiotrowski
Revision: 279910

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

Added:
  nginx-mainline/repos/extra-i686/PKGBUILD
(from rev 279909, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-i686/logrotate
(from rev 279909, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-i686/nginx.install
(from rev 279909, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-i686/service
(from rev 279909, nginx-mainline/trunk/service)
  nginx-mainline/repos/extra-x86_64/PKGBUILD
(from rev 279909, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-x86_64/logrotate
(from rev 279909, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-x86_64/nginx.install
(from rev 279909, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-x86_64/service
(from rev 279909, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/extra-i686/PKGBUILD
  nginx-mainline/repos/extra-i686/logrotate
  nginx-mainline/repos/extra-i686/nginx.install
  nginx-mainline/repos/extra-i686/service
  nginx-mainline/repos/extra-x86_64/PKGBUILD
  nginx-mainline/repos/extra-x86_64/logrotate
  nginx-mainline/repos/extra-x86_64/nginx.install
  nginx-mainline/repos/extra-x86_64/service

+
 /PKGBUILD  |  248 +++
 /logrotate |   18 +++
 /nginx.install |   42 +++
 /service   |   28 
 extra-i686/PKGBUILD|  122 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  122 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   14 --
 12 files changed, 336 insertions(+), 332 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:51:29 UTC (rev 279909)
+++ extra-i686/PKGBUILD 2016-11-06 13:51:43 UTC (rev 279910)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.11.5
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('db43f2b19746f6f47401c3afc3924dc6'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:51:29
  Author: bpiotrowski
Revision: 279909

Use GPG HTTPS to download sources

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:50:48 UTC (rev 279908)
+++ PKGBUILD2016-11-06 13:51:29 UTC (rev 279909)
@@ -25,10 +25,12 @@
 install=nginx.install
 provides=('nginx')
 conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
 service
 logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 md5sums=('db43f2b19746f6f47401c3afc3924dc6'
+ 'SKIP'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:50:48
  Author: bpiotrowski
Revision: 279908

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 279907, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 279907, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 279907, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 279907, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 279907, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 279907, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 279907, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 279907, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  250 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  123 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  123 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 346 insertions(+), 342 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:50:41 UTC (rev 279907)
+++ extra-i686/PKGBUILD 2016-11-06 13:50:48 UTC (rev 279908)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:50:41
  Author: bpiotrowski
Revision: 279907

Use GPG HTTPS to download sources

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:47:59 UTC (rev 279906)
+++ PKGBUILD2016-11-06 13:50:41 UTC (rev 279907)
@@ -25,10 +25,12 @@
 'etc/nginx/win-utf'
 'etc/logrotate.d/nginx')
 install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
 service
 logrotate)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
+ 'SKIP'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:59
  Author: bpiotrowski
Revision: 279906

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

Added:
  mkinitcpio-busybox/repos/extra-i686/
  mkinitcpio-busybox/repos/extra-i686/PKGBUILD
(from rev 279905, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/extra-i686/config
(from rev 279905, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/extra-i686/glibc-2.16.patch
(from rev 279905, mkinitcpio-busybox/trunk/glibc-2.16.patch)
  mkinitcpio-busybox/repos/extra-x86_64/
  mkinitcpio-busybox/repos/extra-x86_64/PKGBUILD
(from rev 279905, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/extra-x86_64/config
(from rev 279905, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/extra-x86_64/glibc-2.16.patch
(from rev 279905, mkinitcpio-busybox/trunk/glibc-2.16.patch)

---+
 extra-i686/PKGBUILD   |   39 +
 extra-i686/config | 1065 
 extra-i686/glibc-2.16.patch   |   10 
 extra-x86_64/PKGBUILD |   39 +
 extra-x86_64/config   | 1065 
 extra-x86_64/glibc-2.16.patch |   10 
 6 files changed, 2228 insertions(+)

Copied: mkinitcpio-busybox/repos/extra-i686/PKGBUILD (from rev 279905, 
mkinitcpio-busybox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:47:59 UTC (rev 279906)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio-busybox
+pkgver=1.24.2
+pkgrel=1
+pkgdesc="base initramfs tools"
+arch=('i686' 'x86_64')
+url="http://www.busybox.net/;
+license=('GPL')
+depends=('glibc')
+options=('!buildflags')
+source=("https://busybox.net/downloads/busybox-$pkgver.tar.bz2;
+'glibc-2.16.patch'
+'config')
+sha256sums=('e71ef53ec656f31c42633918d301405d40dea1d97eca12f272217ae4a971c855'
+'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d'
+'fd4e5571d9bdde368e01d601a9e05df05001827bffb2f574187b4f47db4cec55')
+
+prepare() {
+  cd "busybox-$pkgver"
+
+  local safeflags="-march=${CARCH/_/-} -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+
+  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="'"$safeflags"'"|' "$srcdir/config" 
>.config
+
+  patch -Np1 <"$srcdir/glibc-2.16.patch"
+}
+
+build() {
+  make -C "busybox-$pkgver"
+}
+
+package() {
+  install -Dm755 "$srcdir/busybox-$pkgver/busybox" 
"$pkgdir/usr/lib/initcpio/busybox"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mkinitcpio-busybox/repos/extra-i686/config (from rev 279905, 
mkinitcpio-busybox/trunk/config)
===
--- extra-i686/config   (rev 0)
+++ extra-i686/config   2016-11-06 13:47:59 UTC (rev 279906)
@@ -0,0 +1,1065 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.24.1
+# Mon Mar 14 14:00:13 2016
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Busybox Settings
+#
+
+#
+# General Configuration
+#
+# CONFIG_DESKTOP is not set
+# CONFIG_EXTRA_COMPAT is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+# CONFIG_USE_PORTABLE_CODE is not set
+CONFIG_PLATFORM_LINUX=y
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_SHOW_USAGE=y
+# CONFIG_FEATURE_VERBOSE_USAGE is not set
+# CONFIG_FEATURE_COMPRESS_USAGE is not set
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
+# CONFIG_LOCALE_SUPPORT is not set
+CONFIG_UNICODE_SUPPORT=y
+# CONFIG_UNICODE_USING_LOCALE is not set
+# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
+CONFIG_SUBST_WCHAR=63
+CONFIG_LAST_SUPPORTED_WCHAR=767
+# CONFIG_UNICODE_COMBINING_WCHARS is not set
+# CONFIG_UNICODE_WIDE_WCHARS is not set
+# CONFIG_UNICODE_BIDI_SUPPORT is not set
+# CONFIG_UNICODE_NEUTRAL_TABLE is not set
+# CONFIG_UNICODE_PRESERVE_BROKEN is not set
+# CONFIG_PAM is not set
+CONFIG_FEATURE_USE_SENDFILE=y
+CONFIG_LONG_OPTS=y
+CONFIG_FEATURE_DEVPTS=y
+# CONFIG_FEATURE_CLEAN_UP is not set
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_PID_FILE_PATH=""
+CONFIG_FEATURE_SUID=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_PREFER_APPLETS is not set
+CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox"
+CONFIG_FEATURE_SYSLOG=y
+# CONFIG_FEATURE_HAVE_RPC is not set
+
+#
+# Build Options
+#
+# CONFIG_STATIC is not set
+# CONFIG_PIE is not set
+# CONFIG_NOMMU is not set
+# CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_INDIVIDUAL is not set
+# CONFIG_FEATURE_SHARED_BUSYBOX is not set
+CONFIG_LFS=y
+CONFIG_CROSS_COMPILER_PREFIX=""
+CONFIG_SYSROOT=""
+CONFIG_EXTRA_CFLAGS="-march=x86-64 -mtune=generic -Os 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:53
  Author: bpiotrowski
Revision: 279905

Use HTTPS to download sources

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:47:39 UTC (rev 279904)
+++ PKGBUILD2016-11-06 13:47:53 UTC (rev 279905)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('glibc')
 options=('!buildflags')
-source=("http://busybox.net/downloads/busybox-$pkgver.tar.bz2;
+source=("https://busybox.net/downloads/busybox-$pkgver.tar.bz2;
 'glibc-2.16.patch'
 'config')
 sha256sums=('e71ef53ec656f31c42633918d301405d40dea1d97eca12f272217ae4a971c855'


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:39
  Author: bpiotrowski
Revision: 279904

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 279903, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 279903, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:47:34 UTC (rev 279903)
+++ extra-i686/PKGBUILD 2016-11-06 13:47:39 UTC (rev 279904)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 279903, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:47:39 UTC (rev 279904)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f28ac265f836f7ce881305bd3a282c90')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:47:34 UTC (rev 279903)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:47:39 UTC (rev 279904)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 279903, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:47:39 UTC (rev 279904)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:34
  Author: bpiotrowski
Revision: 279903

Use HTTPS to download sources

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:47:18 UTC (rev 279902)
+++ PKGBUILD2016-11-06 13:47:34 UTC (rev 279903)
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('libva')
 replaces=('libva-driver-intel')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('f28ac265f836f7ce881305bd3a282c90')
 
 prepare() {


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:11
  Author: bpiotrowski
Revision: 279901

Use HTTPS to download sources

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:46:56 UTC (rev 279900)
+++ PKGBUILD2016-11-06 13:47:11 UTC (rev 279901)
@@ -13,7 +13,7 @@
 makedepends=('mesa')
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
 'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
 
 build() {


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:46:56
  Author: bpiotrowski
Revision: 279900

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:46:27 UTC (rev 279899)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:56 UTC (rev 279900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 279899, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:56 UTC (rev 279900)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:46:27 UTC (rev 279899)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:56 UTC (rev 279900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 279899, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:56 UTC (rev 279900)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:47:18
  Author: bpiotrowski
Revision: 279902

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:47:11 UTC (rev 279901)
+++ extra-i686/PKGBUILD 2016-11-06 13:47:18 UTC (rev 279902)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-i686/PKGBUILD (from rev 279901, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:47:18 UTC (rev 279902)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:47:11 UTC (rev 279901)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:47:18 UTC (rev 279902)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 279901, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:47:18 UTC (rev 279902)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:46:27
  Author: bpiotrowski
Revision: 279899

Use HTTPS to download sources

Modified:
  libotr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:46:09 UTC (rev 279898)
+++ PKGBUILD2016-11-06 13:46:27 UTC (rev 279899)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('libgcrypt')
 validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=(https://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
 
 build() {


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:45:56
  Author: bpiotrowski
Revision: 279897

Use GPG and HTTPS for sources

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:42:22 UTC (rev 279896)
+++ PKGBUILD2016-11-06 13:45:56 UTC (rev 279897)
@@ -11,8 +11,10 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
-source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('dac267e76330176d48583258aeaa7016')
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5') # Ludovic Courtès 

+md5sums=('dac267e76330176d48583258aeaa7016'
+ 'SKIP')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:46:09
  Author: bpiotrowski
Revision: 279898

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:45:56 UTC (rev 279897)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:09 UTC (rev 279898)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-
-pkgname=guile
-pkgver=2.0.13
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C'
-url='http://www.gnu.org/software/guile/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
-source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('dac267e76330176d48583258aeaa7016')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static  \
---disable-error-on-warning
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libguile-2.0.so.*-gdb.scm
-}

Copied: guile/repos/extra-i686/PKGBUILD (from rev 279897, guile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:46:09 UTC (rev 279898)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5') # Ludovic Courtès 

+md5sums=('dac267e76330176d48583258aeaa7016'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.0.so.*-gdb.scm
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 13:45:56 UTC (rev 279897)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:09 UTC (rev 279898)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-
-pkgname=guile
-pkgver=2.0.13
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C'
-url='http://www.gnu.org/software/guile/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
-source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('dac267e76330176d48583258aeaa7016')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static  \
---disable-error-on-warning
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libguile-2.0.so.*-gdb.scm
-}

Copied: guile/repos/extra-x86_64/PKGBUILD (from rev 279897, 
guile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 13:46:09 UTC (rev 279898)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5') # Ludovic Courtès 

+md5sums=('dac267e76330176d48583258aeaa7016'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:42:08
  Author: bpiotrowski
Revision: 279895

Use HTTPS to download sources

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:41:18 UTC (rev 279894)
+++ PKGBUILD2016-11-06 13:42:08 UTC (rev 279895)
@@ -17,7 +17,7 @@
 makedepends=('python' 'libotr')
 optdepends=('skype4py: to use skyped'
 'libotr: for OTR encryption support')
-source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
+source=("https://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
 'bitlbee.tmpfiles')
 sha1sums=('c93eab4161754235a2bc04ba3dc0fc66ce2d34f2'
   '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:42:22
  Author: bpiotrowski
Revision: 279896

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 279895, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 279895, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 279895, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 279895, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 279895, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 279895, bitlbee/trunk/bitlbee.tmpfiles)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles

---+
 /PKGBUILD |  102 
 /bitlbee.install  |   26 ++
 /bitlbee.tmpfiles |2 
 extra-i686/PKGBUILD   |   51 
 extra-i686/bitlbee.install|   13 -
 extra-i686/bitlbee.tmpfiles   |1 
 extra-x86_64/PKGBUILD |   51 
 extra-x86_64/bitlbee.install  |   13 -
 extra-x86_64/bitlbee.tmpfiles |1 
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:42:08 UTC (rev 279895)
+++ extra-i686/PKGBUILD 2016-11-06 13:42:22 UTC (rev 279896)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: simo 
-# Contributor: FUBAR 
-
-pkgname=bitlbee
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gnutls' 'glib2')
-makedepends=('python' 'libotr')
-optdepends=('skype4py: to use skyped'
-'libotr: for OTR encryption support')
-source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
-'bitlbee.tmpfiles')
-sha1sums=('c93eab4161754235a2bc04ba3dc0fc66ce2d34f2'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt')
-install=bitlbee.install
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---sbindir=/usr/bin \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=gnutls \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev,-systemd}
-
-  install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee"
-  install -Dm644 "$srcdir/bitlbee.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf"
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 279895, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 13:42:22 UTC (rev 279896)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: simo 
+# Contributor: FUBAR 
+
+pkgname=bitlbee
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gnutls' 'glib2')
+makedepends=('python' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support')
+source=("https://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
+'bitlbee.tmpfiles')
+sha1sums=('c93eab4161754235a2bc04ba3dc0fc66ce2d34f2'
+  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
+backup=('etc/bitlbee/bitlbee.conf'
+'etc/bitlbee/motd.txt')
+install=bitlbee.install
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--etcdir=/etc/bitlbee \
+--sbindir=/usr/bin \
+--pidfile=/run/bitlbee/bitlbee.pid \
+--ipcsocket=/run/bitlbee/bitlbee.sock \
+--systemdsystemunitdir=/usr/lib/systemd/system \
+--ssl=gnutls \
+--strip=0 \
+--otr=plugin \
+--skype=plugin
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:41:18
  Author: bpiotrowski
Revision: 279894

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

Added:
  bash/repos/core-i686/PKGBUILD
(from rev 279893, bash/trunk/PKGBUILD)
  bash/repos/core-i686/bash-4.3-old-memleak.patch
(from rev 279893, bash/trunk/bash-4.3-old-memleak.patch)
  bash/repos/core-i686/dot.bash_logout
(from rev 279893, bash/trunk/dot.bash_logout)
  bash/repos/core-i686/dot.bash_profile
(from rev 279893, bash/trunk/dot.bash_profile)
  bash/repos/core-i686/dot.bashrc
(from rev 279893, bash/trunk/dot.bashrc)
  bash/repos/core-i686/privmode-setuid-fail.patch
(from rev 279893, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/core-i686/system.bash_logout
(from rev 279893, bash/trunk/system.bash_logout)
  bash/repos/core-i686/system.bashrc
(from rev 279893, bash/trunk/system.bashrc)
  bash/repos/core-x86_64/PKGBUILD
(from rev 279893, bash/trunk/PKGBUILD)
  bash/repos/core-x86_64/bash-4.3-old-memleak.patch
(from rev 279893, bash/trunk/bash-4.3-old-memleak.patch)
  bash/repos/core-x86_64/dot.bash_logout
(from rev 279893, bash/trunk/dot.bash_logout)
  bash/repos/core-x86_64/dot.bash_profile
(from rev 279893, bash/trunk/dot.bash_profile)
  bash/repos/core-x86_64/dot.bashrc
(from rev 279893, bash/trunk/dot.bashrc)
  bash/repos/core-x86_64/privmode-setuid-fail.patch
(from rev 279893, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/core-x86_64/system.bash_logout
(from rev 279893, bash/trunk/system.bash_logout)
  bash/repos/core-x86_64/system.bashrc
(from rev 279893, bash/trunk/system.bashrc)
Deleted:
  bash/repos/core-i686/PKGBUILD
  bash/repos/core-i686/bash-4.3-old-memleak.patch
  bash/repos/core-i686/dot.bash_logout
  bash/repos/core-i686/dot.bash_profile
  bash/repos/core-i686/dot.bashrc
  bash/repos/core-i686/privmode-setuid-fail.patch
  bash/repos/core-i686/system.bash_logout
  bash/repos/core-i686/system.bashrc
  bash/repos/core-x86_64/PKGBUILD
  bash/repos/core-x86_64/bash-4.3-old-memleak.patch
  bash/repos/core-x86_64/dot.bash_logout
  bash/repos/core-x86_64/dot.bash_profile
  bash/repos/core-x86_64/dot.bashrc
  bash/repos/core-x86_64/privmode-setuid-fail.patch
  bash/repos/core-x86_64/system.bash_logout
  bash/repos/core-x86_64/system.bashrc

+
 /PKGBUILD  |  368 +++
 /bash-4.3-old-memleak.patch|   48 
 /dot.bash_logout   |6 
 /dot.bash_profile  |   10 
 /dot.bashrc|   18 +
 /privmode-setuid-fail.patch|   58 
 /system.bash_logout|6 
 /system.bashrc |   46 +++
 core-i686/PKGBUILD |  184 ---
 core-i686/bash-4.3-old-memleak.patch   |   24 --
 core-i686/dot.bash_logout  |3 
 core-i686/dot.bash_profile |5 
 core-i686/dot.bashrc   |9 
 core-i686/privmode-setuid-fail.patch   |   29 --
 core-i686/system.bash_logout   |3 
 core-i686/system.bashrc|   23 -
 core-x86_64/PKGBUILD   |  184 ---
 core-x86_64/bash-4.3-old-memleak.patch |   24 --
 core-x86_64/dot.bash_logout|3 
 core-x86_64/dot.bash_profile   |5 
 core-x86_64/dot.bashrc |9 
 core-x86_64/privmode-setuid-fail.patch |   29 --
 core-x86_64/system.bash_logout |3 
 core-x86_64/system.bashrc  |   23 -
 24 files changed, 560 insertions(+), 560 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-06 13:40:54 UTC (rev 279893)
+++ core-i686/PKGBUILD  2016-11-06 13:41:18 UTC (rev 279894)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: Aaron Griffin 
-
-pkgname=bash
-_basever=4.3
-_patchlevel=046
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc='The GNU Bourne Again shell'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.gnu.org/software/bash/bash.html'
-groups=('base')
-backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('readline>=6.3' 'glibc' 'ncurses' 'libncursesw.so')
-optdepends=('bash-completion: for tab completion')
-provides=('sh')
-source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
-dot.bashrc
-dot.bash_profile
-dot.bash_logout
-system.bashrc
-system.bash_logout
-privmode-setuid-fail.patch
-bash-4.3-old-memleak.patch)
-validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
-
-if [[ $((10#${_patchlevel})) -gt 0 ]]; then
-  for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
-source=(${source[@]} 

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:40:54
  Author: bpiotrowski
Revision: 279893

Use HTTPS to download sources

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:31:10 UTC (rev 279892)
+++ PKGBUILD2016-11-06 13:40:54 UTC (rev 279893)
@@ -17,7 +17,7 @@
 depends=('readline>=6.3' 'glibc' 'ncurses' 'libncursesw.so')
 optdepends=('bash-completion: for tab completion')
 provides=('sh')
-source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+source=(https://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
 dot.bashrc
 dot.bash_profile
 dot.bash_logout
@@ -29,7 +29,7 @@
 
 if [[ $((10#${_patchlevel})) -gt 0 ]]; then
   for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
"%03d" $_p){,.sig})
+source=(${source[@]} 
https://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
"%03d" $_p){,.sig})
   done
 fi
 


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

2016-11-06 Thread Alexander Rødseth
Date: Sunday, November 6, 2016 @ 13:17:54
  Author: arodseth
Revision: 194737

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 194736, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 13:16:55 UTC (rev 194736)
+++ PKGBUILD2016-11-06 13:17:54 UTC (rev 194737)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=19.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('b6f7c4e96467f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 194736, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-06 13:17:54 UTC (rev 194737)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=19.1
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-06 Thread Alexander Rødseth
Date: Sunday, November 6, 2016 @ 13:16:55
  Author: arodseth
Revision: 194736

upgpkg: erlang-docs 19.1-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 13:03:23 UTC (rev 194735)
+++ PKGBUILD2016-11-06 13:16:55 UTC (rev 194736)
@@ -4,7 +4,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=19.0
+pkgver=19.1
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=('any')
@@ -11,7 +11,7 @@
 url='http://www.erlang.org/doc/'
 license=('custom')
 source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('b6f7c4e96467f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff')
+sha256sums=('76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2016-11-06 Thread Alexander Rødseth
Date: Sunday, November 6, 2016 @ 13:03:23
  Author: arodseth
Revision: 194735

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-06 13:01:52 UTC (rev 194734)
+++ community-i686/PKGBUILD 2016-11-06 13:03:23 UTC (rev 194735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Roberto Alsina 
-
-pkgname=e3
-pkgver=2.81
-pkgrel=1
-pkgdesc='Tiny editor without dependencies, written in assembly'
-arch=('x86_64' 'i686')
-url='http://sites.google.com/site/e3editor/'
-license=('GPL2')
-makedepends=('nasm')
-options=('!strip')
-source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2f22d33a25b7fe45ee7acc399f62c2a54ebd8e6a8aad87dd68a745a021568139')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|$(BINDIR)/e3 |e3 |' Makefile
-  make clean
-  if [[ $CARCH = i686 ]]; then
-make EXMODE=_ 32
-  else
-make EXMODE=_ 64
-  fi
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" 
MANDIR="$pkgdir/usr/share/man/man1" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: e3/repos/community-i686/PKGBUILD (from rev 194734, e3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 13:03:23 UTC (rev 194735)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Roberto Alsina 
+
+pkgname=e3
+pkgver=2.82
+pkgrel=1
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=('x86_64' 'i686')
+url='http://sites.google.com/site/e3editor/'
+license=('GPL2')
+makedepends=('setconf' 'nasm' 'yasm')
+options=('!strip')
+source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
+sha256sums=('53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  [ $CARCH = i686 ] && bits=32 || bits=64
+  make clean
+  make NASM_OR_YASM=yasm "$bits"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 e3 "$pkgdir/usr/bin/e3"
+  for bf in e3ws e3em e3pi e3vi e3ne; do
+ln -sf /usr/bin/e3 "$pkgdir/usr/bin/$bf"
+  done
+  install -Dm644 e3.man "$pkgdir/usr/share/man/man1/e3.1"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-06 13:01:52 UTC (rev 194734)
+++ community-x86_64/PKGBUILD   2016-11-06 13:03:23 UTC (rev 194735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Roberto Alsina 
-
-pkgname=e3
-pkgver=2.81
-pkgrel=1
-pkgdesc='Tiny editor without dependencies, written in assembly'
-arch=('x86_64' 'i686')
-url='http://sites.google.com/site/e3editor/'
-license=('GPL2')
-makedepends=('nasm')
-options=('!strip')
-source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2f22d33a25b7fe45ee7acc399f62c2a54ebd8e6a8aad87dd68a745a021568139')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|$(BINDIR)/e3 |e3 |' Makefile
-  make clean
-  if [[ $CARCH = i686 ]]; then
-make EXMODE=_ 32
-  else
-make EXMODE=_ 64
-  fi
-}
-
-package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" 
MANDIR="$pkgdir/usr/share/man/man1" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: e3/repos/community-x86_64/PKGBUILD (from rev 194734, e3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-06 13:03:23 UTC (rev 194735)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Roberto Alsina 
+
+pkgname=e3
+pkgver=2.82
+pkgrel=1
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=('x86_64' 'i686')
+url='http://sites.google.com/site/e3editor/'
+license=('GPL2')
+makedepends=('setconf' 'nasm' 'yasm')
+options=('!strip')
+source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
+sha256sums=('53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  [ $CARCH = i686 ] && bits=32 || bits=64
+  make clean
+  

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

2016-11-06 Thread Alexander Rødseth
Date: Sunday, November 6, 2016 @ 13:01:52
  Author: arodseth
Revision: 194734

upgpkg: e3 2.82-1

Modified:
  e3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 11:33:36 UTC (rev 194733)
+++ PKGBUILD2016-11-06 13:01:52 UTC (rev 194734)
@@ -3,31 +3,33 @@
 # Contributor: Roberto Alsina 
 
 pkgname=e3
-pkgver=2.81
+pkgver=2.82
 pkgrel=1
 pkgdesc='Tiny editor without dependencies, written in assembly'
 arch=('x86_64' 'i686')
 url='http://sites.google.com/site/e3editor/'
 license=('GPL2')
-makedepends=('nasm')
+makedepends=('setconf' 'nasm' 'yasm')
 options=('!strip')
-source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2f22d33a25b7fe45ee7acc399f62c2a54ebd8e6a8aad87dd68a745a021568139')
+source=("https://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
+sha256sums=('53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  sed -i 's|$(BINDIR)/e3 |e3 |' Makefile
+  [ $CARCH = i686 ] && bits=32 || bits=64
   make clean
-  if [[ $CARCH = i686 ]]; then
-make EXMODE=_ 32
-  else
-make EXMODE=_ 64
-  fi
+  make NASM_OR_YASM=yasm "$bits"
 }
 
 package() {
-  make -C "$pkgname-$pkgver" PREFIX="$pkgdir/usr" 
MANDIR="$pkgdir/usr/share/man/man1" install
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 e3 "$pkgdir/usr/bin/e3"
+  for bf in e3ws e3em e3pi e3vi e3ne; do
+ln -sf /usr/bin/e3 "$pkgdir/usr/bin/$bf"
+  done
+  install -Dm644 e3.man "$pkgdir/usr/share/man/man1/e3.1"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 11:33:16
  Author: felixonmars
Revision: 194732

upgpkg: python-pycodestyle 2.1.0-1

Modified:
  python-pycodestyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 10:03:24 UTC (rev 194731)
+++ PKGBUILD2016-11-06 11:33:16 UTC (rev 194732)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pycodestyle
 pkgname=('python-pycodestyle' 'python2-pycodestyle')
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 11:33:36
  Author: felixonmars
Revision: 194733

archrelease: copy trunk to community-any

Added:
  python-pycodestyle/repos/community-any/LICENSE
(from rev 194732, python-pycodestyle/trunk/LICENSE)
  python-pycodestyle/repos/community-any/PKGBUILD
(from rev 194732, python-pycodestyle/trunk/PKGBUILD)
Deleted:
  python-pycodestyle/repos/community-any/LICENSE
  python-pycodestyle/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 
 PKGBUILD |  122 ++---
 2 files changed, 85 insertions(+), 85 deletions(-)

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

Copied: python-pycodestyle/repos/community-any/LICENSE (from rev 194732, 
python-pycodestyle/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-11-06 11:33:36 UTC (rev 194733)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl 
+Copyright © 2009-2013 Florent Xicluna 
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 11:33:16 UTC (rev 194732)
+++ PKGBUILD2016-11-06 11:33:36 UTC (rev 194733)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=python-pycodestyle
-pkgname=('python-pycodestyle' 'python2-pycodestyle')
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://github.com/PyCQA/pycodestyle;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/PyCQA/pycodestyle.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a pycodestyle{,-py2}
-
-  sed -i '1s/env python$/python2/' pycodestyle-py2/pycodestyle.py
-}
-
-build() {
-  cd "$srcdir"/pycodestyle
-  python setup.py build
-
-  cd "$srcdir"/pycodestyle-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pycodestyle
-  python setup.py test
-
-  cd "$srcdir"/pycodestyle-py2
-  python2 setup.py test
-}
-
-package_python-pycodestyle() {
-  depends=('python-setuptools')
-  replaces=('pep8-python3' 'pep8')
-
-  cd pycodestyle
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 10:35:44
  Author: bpiotrowski
Revision: 279888

upgpkg: jemalloc 4.3.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 10:07:39 UTC (rev 279887)
+++ PKGBUILD2016-11-06 10:35:44 UTC (rev 279888)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.2.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57')
+sha256sums=('2142d4093708b2f988f60ed5fd8d869447cd9f5354933e596400c0a69bfef5e0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 10:35:51
  Author: bpiotrowski
Revision: 279889

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 10:35:44 UTC (rev 279888)
+++ extra-i686/PKGBUILD 2016-11-06 10:35:51 UTC (rev 279889)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('094b0a7b8c77c464d0dc8f0643fd3901')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-i686/PKGBUILD (from rev 279888, 
jemalloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 10:35:51 UTC (rev 279889)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('2142d4093708b2f988f60ed5fd8d869447cd9f5354933e596400c0a69bfef5e0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-06 10:35:44 UTC (rev 279888)
+++ extra-x86_64/PKGBUILD   2016-11-06 10:35:51 UTC (rev 279889)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('094b0a7b8c77c464d0dc8f0643fd3901')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-x86_64/PKGBUILD (from rev 279888, 
jemalloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-06 10:35:51 UTC (rev 279889)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')

[arch-commits] Commit in shared-color-targets/repos (testing-any testing-any/PKGBUILD)

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 10:07:39
  Author: arojas
Revision: 279887

archrelease: copy trunk to testing-any

Added:
  shared-color-targets/repos/testing-any/
  shared-color-targets/repos/testing-any/PKGBUILD
(from rev 279886, shared-color-targets/trunk/PKGBUILD)

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

Copied: shared-color-targets/repos/testing-any/PKGBUILD (from rev 279886, 
shared-color-targets/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-11-06 10:07:39 UTC (rev 279887)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=shared-color-targets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Shared color targets for creating color profiles"
+arch=('any')
+url="http://github.com/hughsie/shared-color-targets;
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('83ed1ba347c52401675f83b2c7d0b67034d3928a')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in shared-color-targets/trunk (PKGBUILD)

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 10:07:20
  Author: arojas
Revision: 279886

Update to 0.1.7

Modified:
  shared-color-targets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 10:00:34 UTC (rev 279885)
+++ PKGBUILD2016-11-06 10:07:20 UTC (rev 279886)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=shared-color-targets
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc="Shared color targets for creating color profiles"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://github.com/hughsie/shared-color-targets;
 license=('GPL2')
 
source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('1199bff5bd0c928c7f9d954963d08fcfcfdd29df')
+sha1sums=('83ed1ba347c52401675f83b2c7d0b67034d3928a')
 
 
 build() {


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 10:03:01
  Author: arojas
Revision: 194730

Update to 3.8.0

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 09:19:30 UTC (rev 194729)
+++ PKGBUILD2016-11-06 10:03:01 UTC (rev 194730)
@@ -4,7 +4,7 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.7.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'ruby: vim support')
 
source=("https://github.com/supercollider/supercollider/releases/download/Version-$pkgver/SuperCollider-$pkgver-Source-linux.tar.bz2;
 supercollider-cxxflags.patch)
-md5sums=('cb89a68bf599205d3c33ee1ee1e13ea0'
+md5sums=('f9c077e92707ae187c5f10cfddccf291'
  '4f62489286fe8008d6013fc59047c20b')
 
 prepare() {


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 10:03:24
  Author: arojas
Revision: 194731

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

Added:
  supercollider/repos/community-i686/PKGBUILD
(from rev 194730, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-i686/supercollider-cxxflags.patch
(from rev 194730, supercollider/trunk/supercollider-cxxflags.patch)
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 194730, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider-cxxflags.patch
(from rev 194730, supercollider/trunk/supercollider-cxxflags.patch)
Deleted:
  supercollider/repos/community-i686/PKGBUILD
  supercollider/repos/community-i686/supercollider-cxxflags.patch
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider-cxxflags.patch

---+
 /PKGBUILD |   86 
 /supercollider-cxxflags.patch |   22 ++
 community-i686/PKGBUILD   |   43 
 community-i686/supercollider-cxxflags.patch   |   11 ---
 community-x86_64/PKGBUILD |   43 
 community-x86_64/supercollider-cxxflags.patch |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-06 10:03:01 UTC (rev 194730)
+++ community-i686/PKGBUILD 2016-11-06 10:03:24 UTC (rev 194731)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('i686' 'x86_64')
-url="http://supercollider.sourceforge.net/;
-license=('GPL3')
-depends=('jack' 'fftw' 'cwiid' 'qt5-webkit')
-makedepends=('cmake' 'ruby' 'vim' 'emacs' 'qt5-tools' 'boost')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'vim: vim interface'
-'ruby: vim support')
-source=("https://github.com/supercollider/supercollider/releases/download/Version-$pkgver/SuperCollider-$pkgver-Source-linux.tar.bz2;
-supercollider-cxxflags.patch)
-md5sums=('cb89a68bf599205d3c33ee1ee1e13ea0'
- '4f62489286fe8008d6013fc59047c20b')
-
-prepare() {
-  cd $_name-Source
-# Fix CXXFLAGS
-  patch -p1 -i ../supercollider-cxxflags.patch
-}
-
-build() {
-  cd "$srcdir/$_name-Source"
-  [ -d b ] || mkdir b && cd b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DCMAKE_CXX_FLAGS="$CXXFLAGS -DBOOST_MATH_DISABLE_FLOAT128"
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-Source/b"
-  make DESTDIR="$pkgdir/" install
-}

Copied: supercollider/repos/community-i686/PKGBUILD (from rev 194730, 
supercollider/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 10:03:24 UTC (rev 194731)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('i686' 'x86_64')
+url="http://supercollider.sourceforge.net/;
+license=('GPL3')
+depends=('jack' 'fftw' 'cwiid' 'qt5-webkit')
+makedepends=('cmake' 'ruby' 'vim' 'emacs' 'qt5-tools' 'boost')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'vim: vim interface'
+'ruby: vim support')
+source=("https://github.com/supercollider/supercollider/releases/download/Version-$pkgver/SuperCollider-$pkgver-Source-linux.tar.bz2;
+supercollider-cxxflags.patch)
+md5sums=('f9c077e92707ae187c5f10cfddccf291'
+ '4f62489286fe8008d6013fc59047c20b')
+
+prepare() {
+  cd $_name-Source
+# Fix CXXFLAGS
+  patch -p1 -i ../supercollider-cxxflags.patch
+}
+
+build() {
+  cd "$srcdir/$_name-Source"
+  [ -d b ] || mkdir b && cd b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIBSCSYNTH=ON \
+   -DCMAKE_CXX_FLAGS="$CXXFLAGS -DBOOST_MATH_DISABLE_FLOAT128"
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-Source/b"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/supercollider-cxxflags.patch
===
--- community-i686/supercollider-cxxflags.patch 2016-11-06 10:03:01 UTC (rev 
194730)
+++ community-i686/supercollider-cxxflags.patch 2016-11-06 10:03:24 UTC (rev 
194731)
@@ -1,11 +0,0 @@
 SuperCollider-Source/CMakeLists.txt.orig   2016-10-23 10:21:32.322819928 
+
-+++ SuperCollider-Source/CMakeLists.txt2016-10-23 10:21:52.259731856 

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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 10:00:34
  Author: felixonmars
Revision: 279885

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 279884, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 279884, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 10:00:02 UTC (rev 279884)
+++ extra-i686/PKGBUILD 2016-11-06 10:00:34 UTC (rev 279885)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('f977a6ddb38b071213c0157fc77c62ab')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
- 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
-
-   cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
- 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
-'python2-ipaddress' 'python2-setuptools')
- 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 279884, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 10:00:34 UTC (rev 279885)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('9db24923f48f6c223e9d64b517838846')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+ 
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 

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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 10:00:02
  Author: felixonmars
Revision: 279884

upgpkg: python-cryptography 1.5.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 09:52:45 UTC (rev 279883)
+++ PKGBUILD2016-11-06 10:00:02 UTC (rev 279884)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('f977a6ddb38b071213c0157fc77c62ab')
+md5sums=('9db24923f48f6c223e9d64b517838846')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 09:52:45
  Author: arojas
Revision: 279883

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

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 279882, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 279882, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 279882, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 279882, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  104 ++
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   52 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/lua53_compat.patch |   13 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 09:52:13 UTC (rev 279882)
+++ extra-i686/PKGBUILD 2016-11-06 09:52:45 UTC (rev 279883)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.4
-pkgrel=2
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-"lua53_compat.patch")
-sha1sums=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt \
-  --with-bitmap-terminals
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 279882, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 09:52:45 UTC (rev 279883)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+"lua53_compat.patch")
+sha1sums=('c35f55657fdc33217dd70bbf3148578563ecaad1'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  patch -p1 < "$srcdir"/lua53_compat.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt \
+  --with-bitmap-terminals
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd 

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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 09:52:13
  Author: arojas
Revision: 279882

Update to 5.0.5

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 09:43:28 UTC (rev 279881)
+++ PKGBUILD2016-11-06 09:52:13 UTC (rev 279882)
@@ -4,18 +4,18 @@
 # Contributor: Tom Newsom 
 
 pkgname=gnuplot
-pkgver=5.0.4
-pkgrel=2
+pkgver=5.0.5
+pkgrel=1
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info; 
 license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra' 'qt5-tools')
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "lua53_compat.patch")
-sha1sums=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'
+sha1sums=('c35f55657fdc33217dd70bbf3148578563ecaad1'
   '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
 
 prepare() {


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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 09:43:28
  Author: arojas
Revision: 279881

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 279880, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 279880, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 279880, r/trunk/r.desktop)
  r/repos/extra-i686/r.png
(from rev 279880, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 279880, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 279880, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 279880, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.png
(from rev 279880, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  178 +++
 /R.conf|4 +
 /r.desktop |   22 +
 extra-i686/PKGBUILD|   89 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-x86_64/PKGBUILD  |   89 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 09:42:42 UTC (rev 279880)
+++ extra-i686/PKGBUILD 2016-11-06 09:43:28 UTC (rev 279881)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=3.3.1
-pkgrel=2
-pkgdesc="Language and environment for statistical computing and graphics"
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.r-project.org/'
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('df853188d3e2b1c2d32393016401c432a5192c4d'
-  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-   # set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-   # fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR="${pkgdir}" install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR="${pkgdir}" install
-
-   #  Fixup R wrapper scripts.
-   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
-   rm "${pkgdir}/usr/lib/R/bin/R"
-   cd "${pkgdir}/usr/lib/R/bin"
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/r.desktop" \
-   "${pkgdir}/usr/share/applications/r.desktop"
-  install -Dm644 "${srcdir}/r.png" \
-   "${pkgdir}/usr/share/pixmaps/r.png"
-
-  # move the config directory to /etc and create symlinks
-  install -d "${pkgdir}/etc/R"
-  cd "${pkgdir}/usr/lib/R/etc"
-  for i in *; do
-mv -f ${i} "${pkgdir}/etc/R"
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 279880, r/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-06 09:43:28 UTC (rev 279881)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 

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

2016-11-06 Thread Antonio Rojas
Date: Sunday, November 6, 2016 @ 09:42:42
  Author: arojas
Revision: 279880

Update to 3.3.2

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 09:09:29 UTC (rev 279879)
+++ PKGBUILD2016-11-06 09:42:42 UTC (rev 279880)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('df853188d3e2b1c2d32393016401c432a5192c4d'
+sha1sums=('0e39e9c2d28fe6bab9c55ca23e08ba8727fd2fca'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')


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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 09:19:08
  Author: felixonmars
Revision: 194728

upgpkg: python-cryptography-vectors 1.5.3-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 06:29:32 UTC (rev 194727)
+++ PKGBUILD2016-11-06 09:19:08 UTC (rev 194728)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('ab3f748d02e4d26b5c7fb5faf7f7ff04')
+md5sums=('88692c939293f22001f102e7f5df3da5')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 09:19:30
  Author: felixonmars
Revision: 194729

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 194728, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 09:19:08 UTC (rev 194728)
+++ PKGBUILD2016-11-06 09:19:30 UTC (rev 194729)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('ab3f748d02e4d26b5c7fb5faf7f7ff04')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
194728, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-06 09:19:30 UTC (rev 194729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('88692c939293f22001f102e7f5df3da5')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-11-06 Thread Andreas Radke
Date: Sunday, November 6, 2016 @ 09:09:29
  Author: andyrtr
Revision: 279879

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

Added:
  
hplip/repos/extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 279878, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/extra-i686/PKGBUILD
(from rev 279878, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 279878, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/fix_tabs.patch
(from rev 279878, hplip/trunk/fix_tabs.patch)
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 279878, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 279878, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 279878, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/fix_tabs.patch
(from rev 279878, hplip/trunk/fix_tabs.patch)
Deleted:
  
hplip/repos/extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/fix_tabs.patch
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/fix_tabs.patch

--+
 /0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch | 
 100 +
 /PKGBUILD| 
 192 ++
 /disable_upgrade.patch   | 
  28 +
 /fix_tabs.patch  | 
  34 +
 extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch   | 
  50 --
 extra-i686/PKGBUILD  | 
  95 
 extra-i686/disable_upgrade.patch | 
  14 
 extra-i686/fix_tabs.patch| 
  17 
 extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch | 
  50 --
 extra-x86_64/PKGBUILD| 
  95 
 extra-x86_64/disable_upgrade.patch   | 
  14 
 extra-x86_64/fix_tabs.patch  | 
  17 
 12 files changed, 354 insertions(+), 352 deletions(-)

Deleted: 
extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2016-11-06 09:09:08 UTC (rev 279878)
+++ extra-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2016-11-06 09:09:29 UTC (rev 279879)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 

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

2016-11-06 Thread Andreas Radke
Date: Sunday, November 6, 2016 @ 09:09:08
  Author: andyrtr
Revision: 279878

upgpkg: hplip 3.16.10-2

make wget an optional dep; FS#51388

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 05:09:22 UTC (rev 279877)
+++ PKGBUILD2016-11-06 09:09:08 UTC (rev 279878)
@@ -6,12 +6,12 @@
 
 pkgname=hplip
 pkgver=3.16.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
 license=('GPL')
-depends=('python-dbus' 'ghostscript' 'net-snmp' 'wget' 'foomatic-db-engine')
+depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine')
 makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
 'sane: for scanner support'
@@ -22,7 +22,8 @@
 'python-pyqt5: for running GUI and hp-toolbox'
 'python-gobject: for running hp-toolbox'
 'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
+'libusb: for advanced usb support'
+'wget: for network support')
 backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
 
source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch


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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:29:32
  Author: svenstaro
Revision: 194727

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

Added:
  rustup/repos/community-i686/PKGBUILD
(from rev 194726, rustup/trunk/PKGBUILD)
  rustup/repos/community-i686/post.install
(from rev 194726, rustup/trunk/post.install)
  rustup/repos/community-x86_64/PKGBUILD
(from rev 194726, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 194726, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-i686/PKGBUILD
  rustup/repos/community-i686/post.install
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

---+
 /PKGBUILD |   68 
 /post.install |   16 +
 community-i686/PKGBUILD   |   34 
 community-i686/post.install   |8 
 community-x86_64/PKGBUILD |   34 
 community-x86_64/post.install |8 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-06 06:29:12 UTC (rev 194726)
+++ community-i686/PKGBUILD 2016-11-06 06:29:32 UTC (rev 194727)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=0.6.3
-pkgrel=2
-pkgdesc="The Rust toolchain installer"
-arch=('i686' 'x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs;
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo')
-conflicts=('rust' 'cargo')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('4c4d5982af51515ddccd16e6a10c405c')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-cargo update
-cargo build --release --features no-self-update --bin rustup-init
-
-msg2 "Running rustup-init"
-mkdir -p "$srcdir/tmp/.cargo"
-env -u CARGO_HOME "HOME=$srcdir/tmp" target/release/rustup-init -y 
--no-modify-path
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -dm755 "$pkgdir/usr/bin"
-cp "$srcdir/tmp/.cargo/bin"/* "$pkgdir/usr/bin/"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-i686/PKGBUILD (from rev 194726, 
rustup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 06:29:32 UTC (rev 194727)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=0.6.5
+pkgrel=1
+pkgdesc="The Rust toolchain installer"
+arch=('i686' 'x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs;
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo')
+conflicts=('rust' 'cargo')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
+md5sums=('a32e9ed86fc942438909f25e58622d21')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+
+msg2 "Running rustup-init"
+mkdir -p "$srcdir/tmp/.cargo"
+env -u CARGO_HOME "HOME=$srcdir/tmp" target/release/rustup-init -y 
--no-modify-path
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -dm755 "$pkgdir/usr/bin"
+cp "$srcdir/tmp/.cargo/bin"/* "$pkgdir/usr/bin/"
+}
+
+# vim:filetype=sh:

Deleted: community-i686/post.install
===
--- community-i686/post.install 2016-11-06 06:29:12 UTC (rev 194726)
+++ community-i686/post.install 2016-11-06 06:29:32 UTC (rev 194727)
@@ -1,8 +0,0 @@
-post_install() {
-   echo "You may need to run rustup update stable"
-   echo "and possibly also rustup self upgrade-data"
-}
-
-post_upgrade() {
-   echo "You may need to run rustup self upgrade-data"
-}

Copied: rustup/repos/community-i686/post.install (from rev 194726, 
rustup/trunk/post.install)
===
--- community-i686/post.install (rev 0)
+++ community-i686/post.install 2016-11-06 06:29:32 UTC (rev 194727)
@@ -0,0 +1,8 @@
+post_install() {
+   echo "You may need to run rustup update stable"
+   echo "and possibly also rustup self upgrade-data"
+}
+
+post_upgrade() {
+   echo "You may need to run rustup self upgrade-data"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-06 06:29:12 UTC (rev 194726)
+++ community-x86_64/PKGBUILD   2016-11-06 06:29:32 UTC (rev 194727)
@@ -1,34 

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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:29:12
  Author: svenstaro
Revision: 194726

upgpkg: rustup 0.6.5-1

upstream release 0.6.5

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 06:13:49 UTC (rev 194725)
+++ PKGBUILD2016-11-06 06:29:12 UTC (rev 194726)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Jon Gjengset 
 pkgname=rustup
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
 pkgdesc="The Rust toolchain installer"
 arch=('i686' 'x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs;
@@ -12,12 +12,12 @@
 conflicts=('rust' 'cargo')
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-md5sums=('4c4d5982af51515ddccd16e6a10c405c')
+md5sums=('a32e9ed86fc942438909f25e58622d21')
 
 build() {
 msg2 "Building rustup"
 cd "$srcdir/$pkgname.rs-${pkgver}"
-cargo update
+# cargo update
 cargo build --release --features no-self-update --bin rustup-init
 
 msg2 "Running rustup-init"


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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:13:49
  Author: svenstaro
Revision: 194725

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-06 06:13:35 UTC (rev 194724)
+++ PKGBUILD2016-11-06 06:13:49 UTC (rev 194725)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: Giovanni Scafora 
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.23.6
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('10a2377509d4edf8be0328727361e79610250182'
-  'SKIP')
-validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  
-  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 194724, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-06 06:13:49 UTC (rev 194725)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: Giovanni Scafora 
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.23.8
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('799b9fe2beb5ae1c1769b10d011c0904f8e5273e'
+  'SKIP')
+validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:13:35
  Author: svenstaro
Revision: 194724

upgpkg: lib32-mpg123 1.23.8-1

upstream release 1.23.8

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 06:09:09 UTC (rev 194723)
+++ PKGBUILD2016-11-06 06:13:35 UTC (rev 194724)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.23.6
+pkgver=1.23.8
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('10a2377509d4edf8be0328727361e79610250182'
+sha1sums=('799b9fe2beb5ae1c1769b10d011c0904f8e5273e'
   'SKIP')
 validpgpkeys=(D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE)
 
@@ -24,7 +24,7 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  
+
   ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
   make
 }


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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:09:09
  Author: svenstaro
Revision: 194723

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

Added:
  supertux/repos/community-i686/PKGBUILD
(from rev 194722, supertux/trunk/PKGBUILD)
  supertux/repos/community-x86_64/PKGBUILD
(from rev 194722, supertux/trunk/PKGBUILD)
Deleted:
  supertux/repos/community-i686/PKGBUILD
  supertux/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-11-06 06:08:30 UTC (rev 194722)
+++ community-i686/PKGBUILD 2016-11-06 06:09:09 UTC (rev 194723)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Bélanger 
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths 
-
-pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux;
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
-md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
-
-build() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DINSTALL_SUBDIR_BIN=bin \
-  -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-i686/PKGBUILD (from rev 194722, 
supertux/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 06:09:09 UTC (rev 194723)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Bélanger 
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths 
+
+pkgname=supertux
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux;
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DINSTALL_SUBDIR_BIN=bin \
+  -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-06 06:08:30 UTC (rev 194722)
+++ community-x86_64/PKGBUILD   2016-11-06 06:09:09 UTC (rev 194723)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Bélanger 
-# Contributor: vande198
-# Maintainer: Daniel J Griffiths 
-
-pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
-arch=('i686' 'x86_64')
-url="https://github.com/supertux/supertux;
-license=('GPL')
-depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
-makedepends=('cmake' 'boost' 'mesa' 'optipng')
-source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
-md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
-
-build() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DINSTALL_SUBDIR_BIN=bin \
-  -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "SuperTux-v${pkgver}-Source"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: supertux/repos/community-x86_64/PKGBUILD (from rev 194722, 
supertux/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-06 06:09:09 UTC (rev 194723)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Bélanger 
+# Contributor: vande198
+# Maintainer: 

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

2016-11-06 Thread Sven-Hendrik Haase
Date: Sunday, November 6, 2016 @ 06:08:30
  Author: svenstaro
Revision: 194722

upgpkg: supertux 0.5.1-1

upstream release 0.5.1

Modified:
  supertux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 04:51:17 UTC (rev 194721)
+++ PKGBUILD2016-11-06 06:08:30 UTC (rev 194722)
@@ -5,8 +5,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=supertux
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the 
original SuperMario games"
 arch=('i686' 'x86_64')
 url="https://github.com/supertux/supertux;
@@ -14,7 +14,7 @@
 depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs')
 makedepends=('cmake' 'boost' 'mesa' 'optipng')
 
source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz;)
-md5sums=('3bb7c1f3f622da79ec9fe1ebc521f286')
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
 
 build() {
   cd "SuperTux-v${pkgver}-Source"


<    1   2   3