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

2015-05-28 Thread Daniel Micay
Date: Friday, May 29, 2015 @ 01:08:15
  Author: thestinger
Revision: 134292

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 23:07:41 UTC (rev 134291)
+++ community-i686/PKGBUILD 2015-05-28 23:08:15 UTC (rev 134292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/tor/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-i686/PKGBUILD (from rev 134291, 
torsocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 23:08:15 UTC (rev 134292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 23:07:41 UTC (rev 134291)
+++ community-x86_64/PKGBUILD   2015-05-28 23:08:15 UTC (rev 134292)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
-# Contributor: Rorschach r0rsch...@lavabit.com
-
-pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=(etc/tor/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 134291, 
torsocks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 23:08:15 UTC (rev 134292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Nicolas Pouillard nicolas.pouill...@gmail.com
+# Contributor: Rorschach r0rsch...@lavabit.com
+
+pkgname=torsocks
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='https://gitweb.torproject.org/torsocks.git/'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=(etc/tor/${pkgname}.conf)
+source=(git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}


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

2015-05-28 Thread Daniel Micay
Date: Friday, May 29, 2015 @ 01:07:41
  Author: thestinger
Revision: 134291

upgpkg: torsocks 2.1.0-1

Modified:
  torsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:32:19 UTC (rev 134290)
+++ PKGBUILD2015-05-28 23:07:41 UTC (rev 134291)
@@ -4,8 +4,8 @@
 # Contributor: Rorschach r0rsch...@lavabit.com
 
 pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='https://gitweb.torproject.org/torsocks.git/'
@@ -26,5 +26,4 @@
 package() {
   cd $pkgname
   make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
 }


[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 23:22:45
  Author: demize
Revision: 134286

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 134285, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 134285, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 134285, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 134285, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 134285, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 134285, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 134285, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 134285, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  116 +++
 /nslcd.service |   24 ++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   46 
 community-i686/PKGBUILD|   58 ---
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 --
 community-x86_64/PKGBUILD  |   58 ---
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 --
 12 files changed, 188 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 21:22:00 UTC (rev 134285)
+++ community-i686/PKGBUILD 2015-05-28 21:22:45 UTC (rev 134286)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=2
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-$pkgver
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134285, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 21:22:45 UTC (rev 134286)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=3
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD nss-pam-ldapd.install)

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 23:22:00
  Author: demize
Revision: 134285

nss-pam-ldapd: statically assign UID/gid

Modified:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |2 +-
 nss-pam-ldapd.install |   20 
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 17:43:46 UTC (rev 134284)
+++ PKGBUILD2015-05-28 21:22:00 UTC (rev 134285)
@@ -4,7 +4,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 
 pkgdesc='LDAP module for NSS and PAM'
 url=http://arthurdejong.org/nss-pam-ldapd/;

Modified: nss-pam-ldapd.install
===
--- nss-pam-ldapd.install   2015-05-28 17:43:46 UTC (rev 134284)
+++ nss-pam-ldapd.install   2015-05-28 21:22:00 UTC (rev 134285)
@@ -1,11 +1,23 @@
 post_install() {
-getent passwd nslcd  /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
+getent group nslcd  /dev/null  || groupadd --gid 146 nslcd
+getent passwd nslcd  /dev/null || useradd --gid 146 -M -d /var/run/nslcd 
-s /bin/false nslcd
 }
 
 post_upgrade() {
-getent passwd nslcd  /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
+post_install
+
+local ver
+local old_ver=$2
+local upgrades=(0.9.5-3)
+
+for ver in ${upgrades[@]}; do
+if [[ $(vercmp $ver $old_ver) -eq 1 ]]; then
+_${ver//-/_}_changes
+fi
+done
 }
 
-pre_remove() {
-userdel nslcd /dev/null 21 || true
+_0.9.5_3_changes() {
+printf '%s\n' ':: nss-pam-ldapd will from 0.9.5-4 and on use the 
statically allocated UID/GID 146.'
+printf '%s\n' '   Please switch to the new UID and GID at your 
convenience.'
 }


[arch-commits] Commit in ulogd/trunk (PKGBUILD ulogd.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:27:55
  Author: seblu
Revision: 239858

upgpkg: ulogd 2.0.5-2

- implement FS#45112

Modified:
  ulogd/trunk/PKGBUILD
  ulogd/trunk/ulogd.service

---+
 PKGBUILD  |4 ++--
 ulogd.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 14:04:23 UTC (rev 239857)
+++ PKGBUILD2015-05-28 21:27:55 UTC (rev 239858)
@@ -5,7 +5,7 @@
 
 pkgname=ulogd
 pkgver=2.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -37,7 +37,7 @@
  'SKIP'
  '95f05af0a0c8f5fdea5bd92ccb2fd465'
  '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
+ '2181602f38e165280b970ff80653c7b2')
 
 build() {
   cd $pkgname-$pkgver

Modified: ulogd.service
===
--- ulogd.service   2015-05-28 14:04:23 UTC (rev 239857)
+++ ulogd.service   2015-05-28 21:27:55 UTC (rev 239858)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Netfilter Ulogd daemon
-After=network.target
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 ExecStart=/usr/bin/ulogd


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

2015-05-28 Thread Jan Steffens
Date: Friday, May 29, 2015 @ 00:30:07
  Author: heftig
Revision: 239866

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

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

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

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


[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:41:06
  Author: seblu
Revision: 239861

upgpkg: ipset 6.24-2

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |4 ++--
 ipset.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:40:54 UTC (rev 239860)
+++ PKGBUILD2015-05-28 21:41:06 UTC (rev 239861)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 $pkgname.service)
 md5sums=('8831b8f01458bf2abacc222884195a62'
- '60ebe10f071314fc9e8647440a02467c')
+ 'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===
--- ipset.service   2015-05-28 21:40:54 UTC (rev 239860)
+++ ipset.service   2015-05-28 21:41:06 UTC (rev 239861)
@@ -1,6 +1,7 @@
 [Unit]
 Description=Loading IP Sets
-Before=iptables.service ip6tables.service
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


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

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:41:16
  Author: seblu
Revision: 239862

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

Added:
  ebtables/repos/extra-i686/PKGBUILD
(from rev 239860, ebtables/trunk/PKGBUILD)
  ebtables/repos/extra-i686/ebtables.install
(from rev 239860, ebtables/trunk/ebtables.install)
  ebtables/repos/extra-i686/ebtables.service
(from rev 239860, ebtables/trunk/ebtables.service)
  ebtables/repos/extra-i686/ebtables.systemd
(from rev 239860, ebtables/trunk/ebtables.systemd)
  ebtables/repos/extra-x86_64/PKGBUILD
(from rev 239861, ebtables/trunk/PKGBUILD)
  ebtables/repos/extra-x86_64/ebtables.install
(from rev 239861, ebtables/trunk/ebtables.install)
  ebtables/repos/extra-x86_64/ebtables.service
(from rev 239861, ebtables/trunk/ebtables.service)
  ebtables/repos/extra-x86_64/ebtables.systemd
(from rev 239861, ebtables/trunk/ebtables.systemd)
Deleted:
  ebtables/repos/extra-i686/PKGBUILD
  ebtables/repos/extra-i686/ebtables.install
  ebtables/repos/extra-i686/ebtables.service
  ebtables/repos/extra-i686/ebtables.systemd
  ebtables/repos/extra-x86_64/PKGBUILD
  ebtables/repos/extra-x86_64/ebtables.install
  ebtables/repos/extra-x86_64/ebtables.service
  ebtables/repos/extra-x86_64/ebtables.systemd

---+
 /PKGBUILD |  102 
 /ebtables.install |   18 +++
 /ebtables.service |   26 ++
 /ebtables.systemd |   42 
 extra-i686/PKGBUILD   |   51 
 extra-i686/ebtables.install   |9 ---
 extra-i686/ebtables.service   |   11 
 extra-i686/ebtables.systemd   |   21 
 extra-x86_64/PKGBUILD |   51 
 extra-x86_64/ebtables.install |9 ---
 extra-x86_64/ebtables.service |   11 
 extra-x86_64/ebtables.systemd |   21 
 12 files changed, 188 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 21:41:06 UTC (rev 239861)
+++ extra-i686/PKGBUILD 2015-05-28 21:41:16 UTC (rev 239862)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Michal Soltys sol...@ziu.info
-
-pkgname=ebtables
-pkgver=2.0.10_4
-pkgrel=4
-pkgdesc='Ethernet bridge filtering utilities'
-arch=('i686' 'x86_64')
-url='http://ebtables.sourceforge.net/'
-depends=('perl' 'bash')
-license=('GPL2')
-backup=(etc/$pkgname.conf)
-# ebtables segfault with --as-needed
-options=('!buildflags')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz;
-$pkgname.systemd
-$pkgname.service)
-md5sums=('506742a3d44b9925955425a659c1a8d0'
- 'b4c329060809e5b290ae49fbd0ad61f2'
- 'baf923443c3b16277e50d60d2e68f534')
-
-build() {
-  cd $pkgname-v${pkgver/_/-}
-  make CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable'
-}
-
-package() {
-  pushd $pkgname-v${pkgver/_/-}
-  make install \
-DESTDIR=$pkgdir \
-LIBDIR=/usr/lib \
-MANDIR=/usr/share/man \
-BINDIR=/usr/bin \
-INITDIR=/etc/rc.d \
-SYSCONFIGDIR=/etc
-  popd
-  # rm package ebtables rc.d scripts
-  rm $pkgdir/etc/ebtables-config
-  rm -r $pkgdir/etc/rc.d
-  # systemd
-  install -Dm 755 $pkgname.systemd \
-$pkgdir/usr/lib/systemd/scripts/$pkgname
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ebtables/repos/extra-i686/PKGBUILD (from rev 239860, 
ebtables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-28 21:41:16 UTC (rev 239862)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Michal Soltys sol...@ziu.info
+
+pkgname=ebtables
+pkgver=2.0.10_4
+pkgrel=5
+pkgdesc='Ethernet bridge filtering utilities'
+arch=('i686' 'x86_64')
+url='http://ebtables.sourceforge.net/'
+depends=('perl' 'bash')
+license=('GPL2')
+backup=(etc/$pkgname.conf)
+# ebtables segfault with --as-needed
+options=('!buildflags')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz;
+$pkgname.systemd
+$pkgname.service)
+md5sums=('506742a3d44b9925955425a659c1a8d0'
+ 'b4c329060809e5b290ae49fbd0ad61f2'
+ '5fc546b232c8e4d66058031ddde71b2f')
+
+build() {
+  cd $pkgname-v${pkgver/_/-}
+  make CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable'
+}
+
+package() {
+  pushd $pkgname-v${pkgver/_/-}
+  make install \
+DESTDIR=$pkgdir \
+LIBDIR=/usr/lib \
+MANDIR=/usr/share/man \
+BINDIR=/usr/bin \
+INITDIR=/etc/rc.d \
+SYSCONFIGDIR=/etc
+  popd
+  # rm package ebtables rc.d scripts
+  rm 

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

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:41:45
  Author: seblu
Revision: 239864

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

Added:
  ipset/repos/extra-i686/PKGBUILD
(from rev 239863, ipset/trunk/PKGBUILD)
  ipset/repos/extra-i686/ipset.service
(from rev 239863, ipset/trunk/ipset.service)
  ipset/repos/extra-x86_64/PKGBUILD
(from rev 239863, ipset/trunk/PKGBUILD)
  ipset/repos/extra-x86_64/ipset.service
(from rev 239863, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/extra-i686/PKGBUILD
  ipset/repos/extra-i686/ipset.service
  ipset/repos/extra-x86_64/PKGBUILD
  ipset/repos/extra-x86_64/ipset.service

+
 /PKGBUILD  |   80 +++
 /ipset.service |   28 +++
 extra-i686/PKGBUILD|   40 -
 extra-i686/ipset.service   |   14 ---
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/ipset.service |   13 --
 6 files changed, 108 insertions(+), 107 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 21:41:20 UTC (rev 239863)
+++ extra-i686/PKGBUILD 2015-05-28 21:41:45 UTC (rev 239864)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.24
-pkgrel=2
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=(etc/$pkgname.conf)
-source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
-$pkgname.service)
-md5sums=('8831b8f01458bf2abacc222884195a62'
- 'e20fe62881993078591f1bb8b2fa22bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install doc
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/extra-i686/PKGBUILD (from rev 239863, ipset/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-28 21:41:45 UTC (rev 239864)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.24
+pkgrel=2
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl')
+backup=(etc/$pkgname.conf)
+source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
+$pkgname.service)
+md5sums=('8831b8f01458bf2abacc222884195a62'
+ 'e20fe62881993078591f1bb8b2fa22bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install doc
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # default config file
+  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ipset.service
===
--- extra-i686/ipset.service2015-05-28 21:41:20 UTC (rev 239863)
+++ extra-i686/ipset.service2015-05-28 21:41:45 UTC (rev 239864)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=network-pre.target iptables.service ip6tables.service
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/bin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/extra-i686/ipset.service (from rev 239863, 
ipset/trunk/ipset.service)
===
--- extra-i686/ipset.service(rev 0)
+++ extra-i686/ipset.service2015-05-28 21:41:45 UTC (rev 239864)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Loading IP Sets
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in ipset/repos/extra-i686 (4 files)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:41:20
  Author: seblu
Revision: 239863

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

Added:
  ipset/repos/extra-i686/PKGBUILD
(from rev 239861, ipset/trunk/PKGBUILD)
  ipset/repos/extra-i686/ipset.service
(from rev 239861, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/extra-i686/PKGBUILD
  ipset/repos/extra-i686/ipset.service

---+
 PKGBUILD  |   80 
 ipset.service |   27 +-
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 21:41:16 UTC (rev 239862)
+++ PKGBUILD2015-05-28 21:41:20 UTC (rev 239863)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.24
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=(etc/$pkgname.conf)
-source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
-$pkgname.service)
-md5sums=('8831b8f01458bf2abacc222884195a62'
- '60ebe10f071314fc9e8647440a02467c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install doc
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # default config file
-  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/extra-i686/PKGBUILD (from rev 239861, ipset/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 21:41:20 UTC (rev 239863)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.24
+pkgrel=2
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl')
+backup=(etc/$pkgname.conf)
+source=(http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
+$pkgname.service)
+md5sums=('8831b8f01458bf2abacc222884195a62'
+ 'e20fe62881993078591f1bb8b2fa22bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install doc
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 README UPGRADE ChangeLog $pkgdir/usr/share/doc/$pkgname
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc $pkgdir/usr/lib/pkgconfig/libipset.pc
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # default config file
+  install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ipset.service
===
--- ipset.service   2015-05-28 21:41:16 UTC (rev 239862)
+++ ipset.service   2015-05-28 21:41:20 UTC (rev 239863)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=iptables.service ip6tables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/bin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/extra-i686/ipset.service (from rev 239861, 
ipset/trunk/ipset.service)
===
--- ipset.service   (rev 0)
+++ ipset.service   2015-05-28 21:41:20 UTC (rev 239863)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Loading IP Sets
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in ulogd/repos (20 files)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:28:20
  Author: seblu
Revision: 239859

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

Added:
  ulogd/repos/extra-i686/PKGBUILD
(from rev 239858, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-i686/ulogd
(from rev 239858, ulogd/trunk/ulogd)
  ulogd/repos/extra-i686/ulogd.conf
(from rev 239858, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-i686/ulogd.logrotate
(from rev 239858, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-i686/ulogd.service
(from rev 239858, ulogd/trunk/ulogd.service)
  ulogd/repos/extra-x86_64/PKGBUILD
(from rev 239858, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-x86_64/ulogd
(from rev 239858, ulogd/trunk/ulogd)
  ulogd/repos/extra-x86_64/ulogd.conf
(from rev 239858, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-x86_64/ulogd.logrotate
(from rev 239858, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-x86_64/ulogd.service
(from rev 239858, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/extra-i686/PKGBUILD
  ulogd/repos/extra-i686/ulogd
  ulogd/repos/extra-i686/ulogd.conf
  ulogd/repos/extra-i686/ulogd.logrotate
  ulogd/repos/extra-i686/ulogd.service
  ulogd/repos/extra-x86_64/PKGBUILD
  ulogd/repos/extra-x86_64/ulogd
  ulogd/repos/extra-x86_64/ulogd.conf
  ulogd/repos/extra-x86_64/ulogd.logrotate
  ulogd/repos/extra-x86_64/ulogd.service

--+
 /PKGBUILD|  132 +
 /ulogd   |  108 +
 /ulogd.conf  |   40 
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   20 ++
 extra-i686/PKGBUILD  |   66 
 extra-i686/ulogd |   54 
 extra-i686/ulogd.conf|   20 --
 extra-i686/ulogd.logrotate   |   10 ---
 extra-i686/ulogd.service |9 --
 extra-x86_64/PKGBUILD|   66 
 extra-x86_64/ulogd   |   54 
 extra-x86_64/ulogd.conf  |   20 --
 extra-x86_64/ulogd.logrotate |   10 ---
 extra-x86_64/ulogd.service   |9 --
 15 files changed, 320 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 21:27:55 UTC (rev 239858)
+++ extra-i686/PKGBUILD 2015-05-28 21:28:20 UTC (rev 239859)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=ulogd
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite'
- 'jansson')
-optdepends=('libmariadbclient: MySQL databases support'
-'sqlite: SQLite3 databases support'
-'postgresql-libs: PostgreSQL databases support'
-'libdbi: DBI abstraction databases support'
-'libpcap: PCAP output support'
-'jansson: JSON output support')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=(http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2{,.sig}
-$pkgname.logrotate
-$pkgname.conf
-$pkgname.service)
-md5sums=('f0f8fe1371fa28b5e06cb16aaa0111dd'
- 'SKIP'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
- '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/doc/ulogd
-  install -Dm644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf
-  install -m644 doc/*.{table,sql} $pkgdir/usr/share/doc/ulogd
-  cd $srcdir
-  install -Dm644 $pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname.logrotate $pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/extra-i686/PKGBUILD (from rev 239858, ulogd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-28 21:28:20 UTC (rev 239859)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# 

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

2015-05-28 Thread Михаил Страшун
Date: Thursday, May 28, 2015 @ 23:26:36
  Author: dicebot
Revision: 134288

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 134287, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 134287, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 134287, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 134287, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  228 
 /folders.diff |   78 +
 community-i686/PKGBUILD   |  114 
 community-i686/folders.diff   |   39 --
 community-x86_64/PKGBUILD |  114 
 community-x86_64/folders.diff |   39 --
 6 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 21:25:46 UTC (rev 134287)
+++ community-i686/PKGBUILD 2015-05-28 21:26:36 UTC (rev 134288)
@@ -1,114 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.9.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'automake')
-options=('!emptydirs' '!buildflags')
-source=(
-ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc4.9
-git+https://github.com/D-Programming-GDC/GDMD.git;
-folders.diff
-)
-sha256sums=(
-'2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
-'SKIP'
-'SKIP'
-'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
-)
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$pkgver
-
-# Arch Linux installs x86_64 libraries /lib
-[[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
-
-echo ${pkgver}  gcc/BASE-VER
-
-# hack! - some configure tests for header files using $CPP $CPPFLAGS
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$pkgver
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$pkgver/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch --disable-libssp \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-gold --enable-plugin --enable-ld=default \
---enable-install-libiberty --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu \
---disable-multilib --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath \
---enable-checking=release
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend (2.065 
frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
-install -D $srcdir/gdc/libphobos/libdruntime/__entrypoint.di 
${pkgdir}/usr/include/dlang/gdc/__entrypoint.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/gcc
-
-# workaround for auto-generated libbacktrace issue
-   # script needs 

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

2015-05-28 Thread Михаил Страшун
Date: Thursday, May 28, 2015 @ 23:25:46
  Author: dicebot
Revision: 134287

upgpkg: gdc 5.1.0-1

Switch gdc to 5.1 gcc base

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:22:45 UTC (rev 134286)
+++ PKGBUILD2015-05-28 21:25:46 UTC (rev 134287)
@@ -4,8 +4,8 @@
 # Contributor: Jesus Alvarez jeezu...@gmail.com
 
 pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.9.2
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -13,12 +13,12 @@
 options=('!emptydirs' '!buildflags')
 source=(
 ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-gdc::git://github.com/D-Programming-GDC/GDC.git#tag=v2.066.1_gcc4.9
+gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-5
 git+https://github.com/D-Programming-GDC/GDMD.git;
 folders.diff
 )
 sha256sums=(
-'2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
+'b7dafdf89cbb0e20333dbf5b5349319ae06e3d1a30bf3515b5488f7e89dca5ad'
 'SKIP'
 'SKIP'
 'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
@@ -70,7 +70,7 @@
 --disable-libgomp --disable-libmudflap --disable-libquadmath \
 --enable-checking=release
 
-make 
+make -j 4
 }
 
 package_gdc()


[arch-commits] Commit in ebtables/trunk (PKGBUILD ebtables.install ebtables.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:40:54
  Author: seblu
Revision: 239860

upgpkg: ebtables 2.0.10_4-5

Modified:
  ebtables/trunk/PKGBUILD
  ebtables/trunk/ebtables.install
  ebtables/trunk/ebtables.service

--+
 PKGBUILD |4 ++--
 ebtables.install |2 +-
 ebtables.service |2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:28:20 UTC (rev 239859)
+++ PKGBUILD2015-05-28 21:40:54 UTC (rev 239860)
@@ -4,7 +4,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=4
+pkgrel=5
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -19,7 +19,7 @@
 $pkgname.service)
 md5sums=('506742a3d44b9925955425a659c1a8d0'
  'b4c329060809e5b290ae49fbd0ad61f2'
- 'baf923443c3b16277e50d60d2e68f534')
+ '5fc546b232c8e4d66058031ddde71b2f')
 
 build() {
   cd $pkgname-v${pkgver/_/-}

Modified: ebtables.install
===
--- ebtables.install2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.install2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,7 +1,7 @@
 ## arg 1:  the new package version
 ## arg 2:  the old package version
 post_upgrade() {
-  [ $(vercmp $2 '2.0.10_4-1') -gt 0 ] || cat EOF
+  (( $(vercmp $2 '2.0.10_4-1')  0 )) || cat EOF
 Config file have been moved to /etc/ebtables.conf and only support text format.
 EOF
 }

Modified: ebtables.service
===
--- ebtables.service2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.service2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Ethernet bridge table
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


[arch-commits] Commit in nss/trunk (PKGBUILD ssl-renegotiate-transitional.patch)

2015-05-28 Thread Jan Steffens
Date: Friday, May 29, 2015 @ 00:12:59
  Author: heftig
Revision: 239865

3.19.1

Modified:
  nss/trunk/PKGBUILD
Deleted:
  nss/trunk/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |   10 ++
 ssl-renegotiate-transitional.patch |   21 -
 2 files changed, 2 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:41:45 UTC (rev 239864)
+++ PKGBUILD2015-05-28 22:12:59 UTC (rev 239865)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.18.1
+pkgver=3.19.1
 pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
@@ -18,14 +18,12 @@
 bundle.sh
 nss.pc.in
 nss-config.in
-ssl-renegotiate-transitional.patch
 legacy-certs.patch)
-sha256sums=('10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70'
+sha256sums=('b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff'
 'af13c30801a8a27623948206458432a4cf98061b75ff6e5b5e03912f93c034ee'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
 'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
-'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97'
 'e5531e1620317b73a84e6526b9348c9bf93ec51c336ea4644fdf94ab60e76bc7')
 
 prepare() {
@@ -33,14 +31,10 @@
 
   cd nss-$pkgver
 
-  # Adds transitional SSL renegotiate support - patch from Debian
-  patch -Np3 -i ../ssl-renegotiate-transitional.patch
-
   # Temporarily reenable several weak certificates until OpenSSL
   # and GnuTLS manage to handle multiple intermediates
   # https://bugzilla.redhat.com/show_bug.cgi?id=1144808
   # https://gist.github.com/grawity/15eabf67191e17080241
-  # Altered again to readd trust removed in 3.17.3
   patch nss/lib/ckfw/builtins/certdata.txt ../legacy-certs.patch
 
   # Respect LDFLAGS

Deleted: ssl-renegotiate-transitional.patch
===
--- ssl-renegotiate-transitional.patch  2015-05-28 21:41:45 UTC (rev 239864)
+++ ssl-renegotiate-transitional.patch  2015-05-28 22:12:59 UTC (rev 239865)
@@ -1,21 +0,0 @@
-Enable transitional scheme for ssl renegotiation:
-
-(from mozilla/security/nss/lib/ssl/ssl.h)
-Disallow unsafe renegotiation in server sockets only, but allow clients
-to continue to renegotiate with vulnerable servers.
-This value should only be used during the transition period when few
-servers have been upgraded.
-
-diff --git a/mozilla/security/nss/lib/ssl/sslsock.c 
b/mozilla/security/nss/lib/ssl/sslsock.c
-index f1d1921..c074360 100644
 a/mozilla/security/nss/lib/ssl/sslsock.c
-+++ b/mozilla/security/nss/lib/ssl/sslsock.c
-@@ -181,7 +181,7 @@ static sslOptions ssl_defaults = {
- PR_FALSE,   /* noLocks*/
- PR_FALSE,   /* enableSessionTickets */
- PR_FALSE,   /* enableDeflate  */
--2,  /* enableRenegotiation (default: requires extension) */
-+3,  /* enableRenegotiation (default: transitional) */
- PR_FALSE,   /* requireSafeNegotiation */
- };
- 


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

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:32:19
  Author: seblu
Revision: 134290

archrelease: copy trunk to community-any

Added:
  ferm/repos/community-any/PKGBUILD
(from rev 134289, ferm/trunk/PKGBUILD)
  ferm/repos/community-any/ferm.service
(from rev 134289, ferm/trunk/ferm.service)
Deleted:
  ferm/repos/community-any/PKGBUILD
  ferm/repos/community-any/ferm.service

--+
 PKGBUILD |   72 +
 ferm.service |   28 +++---
 2 files changed, 52 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 21:32:07 UTC (rev 134289)
+++ PKGBUILD2015-05-28 21:32:19 UTC (rev 134290)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Marti Raudsepp ma...@juffo.org
-# Contributor: Manuel Mazzuola origin...@gmail.com
-
-pkgname=ferm
-pkgver=2.2
-pkgrel=2
-pkgdesc='Tool to maintain complex firewalls'
-arch=('any')
-url='http://ferm.foo-projects.org/'
-license=('GPL2')
-depends=('iptables' 'perl')
-optdepends=('ebtables' 'arptables' 'ipset')
-backup=(etc/$pkgname.conf)
-source=(
-  http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
-  $pkgname.service)
-md5sums=('f2d6e6950d90c768ef9e1f055a01fba2'
- '24f425eda3de65ce15e7b013db3800bc')
-
-package() {
-  # software setup
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-  cd $pkgdir
-  # setup default config
-  install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm 
etc/$pkgname.conf
-  # /usr merge
-  mv usr/sbin usr/bin
-  # systemd
-  install -Dm 644 $srcdir/$pkgname.service 
usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ferm/repos/community-any/PKGBUILD (from rev 134289, ferm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 21:32:19 UTC (rev 134290)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp ma...@juffo.org
+# Contributor: Manuel Mazzuola origin...@gmail.com
+
+pkgname=ferm
+pkgver=2.2
+pkgrel=3
+pkgdesc='Tool to maintain complex firewalls'
+arch=('any')
+url='http://ferm.foo-projects.org/'
+license=('GPL2')
+depends=('iptables' 'perl')
+optdepends=('ebtables' 'arptables' 'ipset')
+backup=(etc/$pkgname.conf)
+source=(
+  http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
+  $pkgname.service)
+md5sums=('f2d6e6950d90c768ef9e1f055a01fba2'
+ '9c5ece2628fd86a73b70f9c39df63e9f')
+
+package() {
+  # software setup
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+  cd $pkgdir
+  # setup default config
+  install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm 
etc/$pkgname.conf
+  # remove fancy docs
+  rm usr/share/doc/ferm/ferm.{html,txt}
+  # /usr merge
+  mv usr/sbin usr/bin
+  # systemd
+  install -Dm 644 $srcdir/$pkgname.service 
usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===
--- ferm.service2015-05-28 21:32:07 UTC (rev 134289)
+++ ferm.service2015-05-28 21:32:19 UTC (rev 134290)
@@ -1,13 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-After=ipset.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ferm /etc/ferm.conf
-ExecReload=/usr/bin/ferm /etc/ferm.conf
-ExecStop=/usr/bin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: ferm/repos/community-any/ferm.service (from rev 134289, 
ferm/trunk/ferm.service)
===
--- ferm.service(rev 0)
+++ ferm.service2015-05-28 21:32:19 UTC (rev 134290)
@@ -0,0 +1,15 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ferm /etc/ferm.conf
+ExecReload=/usr/bin/ferm /etc/ferm.conf
+ExecStop=/usr/bin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in ferm/trunk (PKGBUILD ferm.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:32:07
  Author: seblu
Revision: 134289

upgpkg: ferm 2.2-3

Modified:
  ferm/trunk/PKGBUILD
  ferm/trunk/ferm.service

--+
 PKGBUILD |6 --
 ferm.service |2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:26:36 UTC (rev 134288)
+++ PKGBUILD2015-05-28 21:32:07 UTC (rev 134289)
@@ -5,7 +5,7 @@
 
 pkgname=ferm
 pkgver=2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool to maintain complex firewalls'
 arch=('any')
 url='http://ferm.foo-projects.org/'
@@ -17,7 +17,7 @@
   http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
   $pkgname.service)
 md5sums=('f2d6e6950d90c768ef9e1f055a01fba2'
- '24f425eda3de65ce15e7b013db3800bc')
+ '9c5ece2628fd86a73b70f9c39df63e9f')
 
 package() {
   # software setup
@@ -26,6 +26,8 @@
   cd $pkgdir
   # setup default config
   install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm 
etc/$pkgname.conf
+  # remove fancy docs
+  rm usr/share/doc/ferm/ferm.{html,txt}
   # /usr merge
   mv usr/sbin usr/bin
   # systemd

Modified: ferm.service
===
--- ferm.service2015-05-28 21:26:36 UTC (rev 134288)
+++ ferm.service2015-05-28 21:32:07 UTC (rev 134289)
@@ -1,6 +1,8 @@
 [Unit]
 Description=for Easy Rule Making
 After=ipset.service
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


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

2015-05-28 Thread Daniel Micay
Date: Thursday, May 28, 2015 @ 19:43:46
  Author: thestinger
Revision: 134284

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

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

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15246 +++
 /config.x86_64 |14662 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7623 ---
 community-i686/config.x86_64   | 7331 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7623 ---
 community-x86_64/config.x86_64 | 7331 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30682 insertions(+), 30682 deletions(-)

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


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

2015-05-28 Thread Daniel Micay
Date: Thursday, May 28, 2015 @ 19:42:43
  Author: thestinger
Revision: 134283

upgpkg: linux-grsec 4.0.4.201505272113-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 16:37:43 UTC (rev 134282)
+++ PKGBUILD2015-05-28 17:42:43 UTC (rev 134283)
@@ -9,7 +9,7 @@
 _srcname=linux-4.0
 _pkgver=4.0.4
 _grsecver=3.1
-_timestamp=20150522
+_timestamp=201505272113
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 'c268985a82483fe75f0f397217208e262f85a356d1d9f34b9e22255e549d7ce9'
 'SKIP'
-'df5d2f8a4747ceb28e717fbec6aa634fb8349b2bf5ef7c9c19790e0f825fb72a'
+'1d26d528293953a35864e6c7a2908478891a660637ac47986ccb23f308c348a9'
 'SKIP'
 '1c8e8af99dc69e939359d47683b031e470141665259c41d260e31feb2f52b703'
 '9e63f0a6e1466a2401356f9671a904eec52ce7324672058842fcafcb71c3bcdd'


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

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 02:30:08
  Author: anthraxx
Revision: 134297

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

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

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

Copied: afl/repos/community-i686/PKGBUILD (from rev 134296, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-29 00:30:08 UTC (rev 134297)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 134296, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-29 00:30:08 UTC (rev 134297)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-test-pod/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:21:59
  Author: fyan
Revision: 239868

archrelease: copy trunk to extra-any

Added:
  perl-test-pod/repos/extra-any/PKGBUILD
(from rev 239867, perl-test-pod/trunk/PKGBUILD)
Deleted:
  perl-test-pod/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 03:21:39 UTC (rev 239867)
+++ PKGBUILD2015-05-29 03:21:59 UTC (rev 239868)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Kevin ke...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org 
-
-pkgname=perl-test-pod
-pkgver=1.49
-pkgrel=1
-pkgdesc=Check for POD errors in files
-arch=('any')
-url=http://search.cpan.org/dist/Test-Pod/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-module-build0.4205')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${pkgver}.tar.gz)
-md5sums=('8f678832f2e255887475de15bbb9787e')
-
-build() {
-  cd Test-Pod-${pkgver}
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd Test-Pod-${pkgver}
-  ./Build test
-}
-
-package() {
-  cd Test-Pod-${pkgver}
-  ./Build install destdir=${pkgdir}
-}

Copied: perl-test-pod/repos/extra-any/PKGBUILD (from rev 239867, 
perl-test-pod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 03:21:59 UTC (rev 239868)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kevin ke...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=perl-test-pod
+pkgver=1.50
+pkgrel=1
+pkgdesc=Check for POD errors in files
+arch=('any')
+url=http://search.cpan.org/dist/Test-Pod/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-module-build0.4205')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${pkgver}.tar.gz)
+md5sums=('6d94843add61471fa0b1ed49296000ef')
+
+build() {
+  cd Test-Pod-${pkgver}
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Test-Pod-${pkgver}
+  ./Build test
+}
+
+package() {
+  cd Test-Pod-${pkgver}
+  ./Build install destdir=${pkgdir}
+}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:22:19
  Author: fyan
Revision: 134300

upgpkg: proxychains-ng 4.9-1

Modified:
  proxychains-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:18:47 UTC (rev 134299)
+++ PKGBUILD2015-05-29 03:22:19 UTC (rev 134300)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Cedric Girard girard.ced...@gmail.com
 
 pkgname=proxychains-ng
-pkgver=4.8.1
+pkgver=4.9
 pkgrel=1
 pkgdesc=A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('glibc')
 backup=('etc/proxychains.conf')
 
source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2;)
-md5sums=('70f732a63c1a1d6cff90efe71d28d1b1')
+md5sums=('96d2ad3eaeec5a7c001a19fb2d819c80')
 
 build() {
   cd proxychains-$pkgver


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:22:51
  Author: fyan
Revision: 134301

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

Added:
  proxychains-ng/repos/community-i686/PKGBUILD
(from rev 134300, proxychains-ng/trunk/PKGBUILD)
  proxychains-ng/repos/community-x86_64/PKGBUILD
(from rev 134300, proxychains-ng/trunk/PKGBUILD)
Deleted:
  proxychains-ng/repos/community-i686/PKGBUILD
  proxychains-ng/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 2015-05-29 03:22:19 UTC (rev 134300)
+++ community-i686/PKGBUILD 2015-05-29 03:22:51 UTC (rev 134301)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-
-pkgname=proxychains-ng
-pkgver=4.8.1
-pkgrel=1
-pkgdesc=A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies
-arch=('i686' 'x86_64')
-url=https://github.com/rofl0r/proxychains;
-license=('GPL')
-provides=('proxychains')
-replaces=('proxychains')
-conflicts=('proxychains')
-depends=('glibc')
-backup=('etc/proxychains.conf')
-source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2;)
-md5sums=('70f732a63c1a1d6cff90efe71d28d1b1')
-
-build() {
-  cd proxychains-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd proxychains-$pkgver
-  make DESTDIR=$pkgdir/ install
-  make DESTDIR=$pkgdir/ install-config
-  ln -s proxychains4 $pkgdir/usr/bin/proxychains
-}
-
-# vim:set ts=2 sw=2 et:

Copied: proxychains-ng/repos/community-i686/PKGBUILD (from rev 134300, 
proxychains-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-29 03:22:51 UTC (rev 134301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Cedric Girard girard.ced...@gmail.com
+
+pkgname=proxychains-ng
+pkgver=4.9
+pkgrel=1
+pkgdesc=A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies
+arch=('i686' 'x86_64')
+url=https://github.com/rofl0r/proxychains;
+license=('GPL')
+provides=('proxychains')
+replaces=('proxychains')
+conflicts=('proxychains')
+depends=('glibc')
+backup=('etc/proxychains.conf')
+source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2;)
+md5sums=('96d2ad3eaeec5a7c001a19fb2d819c80')
+
+build() {
+  cd proxychains-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd proxychains-$pkgver
+  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir/ install-config
+  ln -s proxychains4 $pkgdir/usr/bin/proxychains
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-29 03:22:19 UTC (rev 134300)
+++ community-x86_64/PKGBUILD   2015-05-29 03:22:51 UTC (rev 134301)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-
-pkgname=proxychains-ng
-pkgver=4.8.1
-pkgrel=1
-pkgdesc=A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through one or more SOCKS or HTTP proxies
-arch=('i686' 'x86_64')
-url=https://github.com/rofl0r/proxychains;
-license=('GPL')
-provides=('proxychains')
-replaces=('proxychains')
-conflicts=('proxychains')
-depends=('glibc')
-backup=('etc/proxychains.conf')
-source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2;)
-md5sums=('70f732a63c1a1d6cff90efe71d28d1b1')
-
-build() {
-  cd proxychains-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd proxychains-$pkgver
-  make DESTDIR=$pkgdir/ install
-  make DESTDIR=$pkgdir/ install-config
-  ln -s proxychains4 $pkgdir/usr/bin/proxychains
-}
-
-# vim:set ts=2 sw=2 et:

Copied: proxychains-ng/repos/community-x86_64/PKGBUILD (from rev 134300, 
proxychains-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-29 03:22:51 UTC (rev 134301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Cedric Girard girard.ced...@gmail.com
+
+pkgname=proxychains-ng
+pkgver=4.9
+pkgrel=1
+pkgdesc=A hook preloader that allows to redirect TCP traffic of existing 
dynamically linked programs through 

[arch-commits] Commit in perl-test-pod/trunk (PKGBUILD)

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:21:39
  Author: fyan
Revision: 239867

upgpkg: perl-test-pod 1.50-1

Modified:
  perl-test-pod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 22:30:07 UTC (rev 239866)
+++ PKGBUILD2015-05-29 03:21:39 UTC (rev 239867)
@@ -4,7 +4,7 @@
 # Contributor: Firmicus francois.archlinux.org 
 
 pkgname=perl-test-pod
-pkgver=1.49
+pkgver=1.50
 pkgrel=1
 pkgdesc=Check for POD errors in files
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('perl-module-build0.4205')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${pkgver}.tar.gz)
-md5sums=('8f678832f2e255887475de15bbb9787e')
+md5sums=('6d94843add61471fa0b1ed49296000ef')
 
 build() {
   cd Test-Pod-${pkgver}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:23:59
  Author: fyan
Revision: 239869

upgpkg: python-setuptools 1:17.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:21:59 UTC (rev 239868)
+++ PKGBUILD2015-05-29 03:23:59 UTC (rev 239869)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=16.0
+pkgver=17.0
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('38a89aad89dc9aa682dbfbca623e2f69511f5e20d4a3526c01aabbc7e93ae78f20aac566676b431e111540b41540a1c4f644ce4174e7ecf052318612075e02dc')
+sha512sums=('504ec0bd3ac0f9982da7cdcfb38bd8a54680aa52363b6654273c8ecb8046147b712025d2d3965475c8407b923b0a58e96dabf173a47cf36b1343a0d7a15eb991')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:24:25
  Author: fyan
Revision: 134303

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 03:24:04 UTC (rev 134302)
+++ PKGBUILD2015-05-29 03:24:25 UTC (rev 134303)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=thefuck
-pkgver=1.43
-pkgrel=1
-pkgdesc=Magnificent app which corrects your previous console command
-arch=('any')
-url=https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
-install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 134302, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 03:24:25 UTC (rev 134303)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=thefuck
+pkgver=1.44
+pkgrel=1
+pkgdesc=Magnificent app which corrects your previous console command
+arch=('any')
+url=https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock')
+install=thefuck.install
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-05-29 03:24:04 UTC (rev 134302)
+++ thefuck.install 2015-05-29 03:24:25 UTC (rev 134303)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 134302, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-05-29 03:24:25 UTC (rev 134303)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:24:20
  Author: fyan
Revision: 239870

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 03:23:59 UTC (rev 239869)
+++ PKGBUILD2015-05-29 03:24:20 UTC (rev 239870)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=16.0
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('38a89aad89dc9aa682dbfbca623e2f69511f5e20d4a3526c01aabbc7e93ae78f20aac566676b431e111540b41540a1c4f644ce4174e7ecf052318612075e02dc')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 239869, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 03:24:20 UTC (rev 239870)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=17.0
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('504ec0bd3ac0f9982da7cdcfb38bd8a54680aa52363b6654273c8ecb8046147b712025d2d3965475c8407b923b0a58e96dabf173a47cf36b1343a0d7a15eb991')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  

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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:24:04
  Author: fyan
Revision: 134302

upgpkg: thefuck 1.44-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:22:51 UTC (rev 134301)
+++ PKGBUILD2015-05-29 03:24:04 UTC (rev 134302)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.43
+pkgver=1.44
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:36:30
  Author: fyan
Revision: 239872

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

Added:
  aspell-en/repos/extra-i686/PKGBUILD
(from rev 239871, aspell-en/trunk/PKGBUILD)
  aspell-en/repos/extra-x86_64/PKGBUILD
(from rev 239871, aspell-en/trunk/PKGBUILD)
Deleted:
  aspell-en/repos/extra-i686/PKGBUILD
  aspell-en/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-29 03:35:57 UTC (rev 239871)
+++ extra-i686/PKGBUILD 2015-05-29 03:36:30 UTC (rev 239872)
@@ -1,26 +0,0 @@
-# $Id$
-
-pkgname=aspell-en
-pkgver=7.1
-pkgrel=3
-pkgdesc=English dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
-md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
-sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
-
-build() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-en/repos/extra-i686/PKGBUILD (from rev 239871, 
aspell-en/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-29 03:36:30 UTC (rev 239872)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=aspell-en
+pkgver=2015.04.24
+pkgrel=1
+pkgdesc=English dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
+md5sums=('52aba8cc2b754eb6cd2d40968edd604e')
+sha1sums=('efabfed572a0721ff0591a51c77a838cb77795e6')
+
+build() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-29 03:35:57 UTC (rev 239871)
+++ extra-x86_64/PKGBUILD   2015-05-29 03:36:30 UTC (rev 239872)
@@ -1,26 +0,0 @@
-# $Id$
-
-pkgname=aspell-en
-pkgver=7.1
-pkgrel=3
-pkgdesc=English dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
-md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
-sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
-
-build() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-en/repos/extra-x86_64/PKGBUILD (from rev 239871, 
aspell-en/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-29 03:36:30 UTC (rev 239872)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=aspell-en
+pkgver=2015.04.24
+pkgrel=1
+pkgdesc=English dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
+md5sums=('52aba8cc2b754eb6cd2d40968edd604e')
+sha1sums=('efabfed572a0721ff0591a51c77a838cb77795e6')
+
+build() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:35:57
  Author: fyan
Revision: 239871

upgpkg: aspell-en 2015.04.24-1

Modified:
  aspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:24:20 UTC (rev 239870)
+++ PKGBUILD2015-05-29 03:35:57 UTC (rev 239871)
@@ -1,16 +1,17 @@
 # $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=aspell-en
-pkgver=7.1
-pkgrel=3
+pkgver=2015.04.24
+pkgrel=1
 pkgdesc=English dictionary for aspell
 arch=('i686' 'x86_64')
 url=http://aspell.net/;
 license=('custom')
 depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
-md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
-sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2;)
+md5sums=('52aba8cc2b754eb6cd2d40968edd604e')
+sha1sums=('efabfed572a0721ff0591a51c77a838cb77795e6')
 
 build() {
   cd $srcdir/aspell6-en-$pkgver-0


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

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 01:51:21
  Author: anthraxx
Revision: 134294

addpkg wavemon 0.7.6-2

Added:
  wavemon/
  wavemon/repos/
  wavemon/trunk/
  wavemon/trunk/PKGBUILD

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

Added: wavemon/trunk/PKGBUILD
===
--- wavemon/trunk/PKGBUILD  (rev 0)
+++ wavemon/trunk/PKGBUILD  2015-05-28 23:51:21 UTC (rev 134294)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 01:51:41
  Author: anthraxx
Revision: 134295

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

Added:
  wavemon/repos/community-i686/
  wavemon/repos/community-i686/PKGBUILD
(from rev 134294, wavemon/trunk/PKGBUILD)
  wavemon/repos/community-x86_64/
  wavemon/repos/community-x86_64/PKGBUILD
(from rev 134294, wavemon/trunk/PKGBUILD)

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

Copied: wavemon/repos/community-i686/PKGBUILD (from rev 134294, 
wavemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 23:51:41 UTC (rev 134295)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-x86_64/PKGBUILD (from rev 134294, 
wavemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 23:51:41 UTC (rev 134295)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Beej Jorgensen b...@beej.us
+
+pkgname=wavemon
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5863bd5ea4ead763b07eb723a2017d1ad53708f5a92cd90522aa508e144f02b60a7ad1123291e635e83b2e88d03be09f54e1ea7e2c2831bd07dc907d2d621af')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|CFLAGS=$CFLAGS -pthread||g' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:18:47
  Author: fyan
Revision: 134299

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 134298, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 03:18:27 UTC (rev 134298)
+++ PKGBUILD2015-05-29 03:18:47 UTC (rev 134299)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  rm -f $pkgdir/usr/share/man/{man1,man3,man5,man7}/*
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 134298, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 03:18:47 UTC (rev 134299)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.11.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  rm -f $pkgdir/usr/share/man/{man1,man3,man5,man7}/*
+  for _dir in man1 man3 man5 man7; do
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:18:27
  Author: fyan
Revision: 134298

upgpkg: npm 2.11.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 00:30:08 UTC (rev 134297)
+++ PKGBUILD2015-05-29 03:18:27 UTC (rev 134298)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.10.1
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-05-28 Thread Sébastien Luttringer
Date: Friday, May 29, 2015 @ 01:31:07
  Author: seblu
Revision: 134293

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

Added:
  salt/repos/community-any/PKGBUILD
(from rev 134292, salt/repos/community-testing-any/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 134292, salt/repos/community-testing-any/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install
  salt/repos/community-testing-any/

+
 /PKGBUILD  |   98 +++
 /salt.install  |   15 ++
 community-any/PKGBUILD |   94 -
 community-any/salt.install |   15 --
 4 files changed, 113 insertions(+), 109 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-05-28 23:08:15 UTC (rev 134292)
+++ community-any/PKGBUILD  2015-05-28 23:31:07 UTC (rev 134293)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.0
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('5091f15202c852a3e92692035b05c872')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt=2014.1.13' 'salt-api2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-  install -d $pkgdir/etc/salt/master.d/
-  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 134292, 
salt/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-28 23:31:07 UTC (rev 134293)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.1
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 

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

2015-05-28 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 02:29:13
  Author: anthraxx
Revision: 134296

addpkg afl 1.80b-1

Added:
  afl/
  afl/repos/
  afl/trunk/
  afl/trunk/PKGBUILD

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

Added: afl/trunk/PKGBUILD
===
--- afl/trunk/PKGBUILD  (rev 0)
+++ afl/trunk/PKGBUILD  2015-05-29 00:29:13 UTC (rev 134296)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.80b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-28 Thread Laurent Carlier
Date: Thursday, May 28, 2015 @ 10:08:41
  Author: lcarlier
Revision: 239831

upgpkg: xkeyboard-config 2.15-1

upstream update 2.15

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 01:20:32 UTC (rev 239830)
+++ PKGBUILD2015-05-28 08:08:41 UTC (rev 239831)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xkeyboard-config
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 pkgdesc=X keyboard configuration files
 arch=(any)
@@ -14,7 +14,7 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 
source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
+sha256sums=('0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in xkeyboard-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-28 Thread Laurent Carlier
Date: Thursday, May 28, 2015 @ 10:08:49
  Author: lcarlier
Revision: 239832

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 239831, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 08:08:41 UTC (rev 239831)
+++ PKGBUILD2015-05-28 08:08:49 UTC (rev 239832)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xkeyboard-config
-pkgver=2.14
-pkgrel=1
-pkgdesc=X keyboard configuration files
-arch=(any)
-license=('custom')
-url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
-
-  install -m755 -d ${pkgdir}/var/lib/xkb
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 239831, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 08:08:49 UTC (rev 239832)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xkeyboard-config
+pkgver=2.15
+pkgrel=1
+pkgdesc=X keyboard configuration files
+arch=(any)
+license=('custom')
+url=http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/X11/xkb/compiled
+
+  install -m755 -d ${pkgdir}/var/lib/xkb
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in zsh-completions/repos/community-any (8 files)

2015-05-28 Thread Evgeniy Alekseev
Date: Thursday, May 28, 2015 @ 08:22:34
  Author: arcanis
Revision: 134260

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
(from rev 134259, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/LICENSE-BSD
(from rev 134259, zsh-completions/trunk/LICENSE-BSD)
  zsh-completions/repos/community-any/LICENSE-MIT
(from rev 134259, zsh-completions/trunk/LICENSE-MIT)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 134259, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/LICENSE-BSD
  zsh-completions/repos/community-any/LICENSE-MIT
  zsh-completions/repos/community-any/PKGBUILD

-+
 ChangeLog   |7 -
 LICENSE-BSD |   48 
 LICENSE-MIT |   38 +++
 PKGBUILD|   69 +-
 4 files changed, 83 insertions(+), 79 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-05-28 06:22:13 UTC (rev 134259)
+++ ChangeLog   2015-05-28 06:22:34 UTC (rev 134260)
@@ -1,2 +0,0 @@
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 134259, 
zsh-completions/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-05-28 06:22:34 UTC (rev 134260)
@@ -0,0 +1,5 @@
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: LICENSE-BSD
===
--- LICENSE-BSD 2015-05-28 06:22:13 UTC (rev 134259)
+++ LICENSE-BSD 2015-05-28 06:22:34 UTC (rev 134260)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the zsh-users nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE-BSD (from rev 134259, 
zsh-completions/trunk/LICENSE-BSD)
===
--- LICENSE-BSD (rev 0)
+++ LICENSE-BSD 2015-05-28 06:22:34 UTC (rev 134260)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR 

[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)

2015-05-28 Thread Evgeniy Alekseev
Date: Thursday, May 28, 2015 @ 08:22:13
  Author: arcanis
Revision: 134259

upgpkg: zsh-completions 0.12.0-2
drop _salt completion

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2015-05-28 06:10:14 UTC (rev 134258)
+++ ChangeLog   2015-05-28 06:22:13 UTC (rev 134259)
@@ -1,2 +1,5 @@
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
 0.12.0-1:
 ustream update

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 06:10:14 UTC (rev 134258)
+++ PKGBUILD2015-05-28 06:22:13 UTC (rev 134259)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-completions
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional completion definitions for Zsh
 arch=(any)
 url=https://github.com/zsh-users/zsh-completions;
@@ -25,6 +25,7 @@
   # remove completions which are provided by upstream
   rm ${pkgdir}/usr/share/zsh/site-functions/_docker
   rm ${pkgdir}/usr/share/zsh/site-functions/_envoy
+  rm ${pkgdir}/usr/share/zsh/site-functions/_salt
 
   # license
   install -Dm644 ${srcdir}/LICENSE-BSD 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD


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

2015-05-28 Thread Felix Yan
Date: Thursday, May 28, 2015 @ 08:10:14
  Author: fyan
Revision: 134258

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 06:09:48 UTC (rev 134257)
+++ PKGBUILD2015-05-28 06:10:14 UTC (rev 134258)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sebastian Wiesner lunaryorn googlemail com
-# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
-# Contributor: Wieland Hoffmann themineo+...@gmail.com
-# Contributor: Hervé Cauwelier herve ¤ oursours.net
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.27
-pkgrel=1
-pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
-arch=('any')
-license=('MIT')
-url=http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('29d4c003f9382d5ae19ced0d1d759841b08ed8eb0e9d07e6105e974f4181c3cbb6b59908434eaf4f1164deac438258ccb25b89c0fec0f5a11e1d6487127af4a1')
-
-prepare() {
-  cp -a py-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/py-${pkgver}
-  python setup.py build
-
-  cd $srcdir/py-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/py-${pkgver}
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
-
-  cd $srcdir/py-${pkgver}-py2
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: python-py/repos/community-any/PKGBUILD (from rev 134257, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 06:10:14 UTC (rev 134258)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
+# Contributor: Wieland Hoffmann themineo+...@gmail.com
+# Contributor: Hervé Cauwelier herve ¤ oursours.net
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.28
+pkgrel=1
+pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
+arch=('any')
+license=('MIT')
+url=http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+sha512sums=('0f65ec7114d5d634cf8b0be0c91dee9c7ce7b4795143d1394f1e625586d852c3c0941b7e9490a1eb6a1d3ad5db7c64ab72b6532793f22fdda705a347d4945814')
+
+prepare() {
+  cp -a py-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/py-${pkgver}
+  python setup.py build
+
+  cd $srcdir/py-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/py-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
+
+  cd $srcdir/py-${pkgver}-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2015-05-28 Thread Felix Yan
Date: Thursday, May 28, 2015 @ 08:09:48
  Author: fyan
Revision: 134257

upgpkg: python-py 1.4.28-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 03:46:04 UTC (rev 134256)
+++ PKGBUILD2015-05-28 06:09:48 UTC (rev 134257)
@@ -8,7 +8,7 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.27
+pkgver=1.4.28
 pkgrel=1
 pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('29d4c003f9382d5ae19ced0d1d759841b08ed8eb0e9d07e6105e974f4181c3cbb6b59908434eaf4f1164deac438258ccb25b89c0fec0f5a11e1d6487127af4a1')
+sha512sums=('0f65ec7114d5d634cf8b0be0c91dee9c7ce7b4795143d1394f1e625586d852c3c0941b7e9490a1eb6a1d3ad5db7c64ab72b6532793f22fdda705a347d4945814')
 
 prepare() {
   cp -a py-${pkgver}{,-py2}


[arch-commits] Commit in (5 files)

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:59:34
  Author: anthraxx
Revision: 134263

moving hexer-0.1.8-3 to [community]

Added:
  hexer/
  hexer/repos/
  hexer/trunk/
  hexer/trunk/PKGBUILD
  hexer/trunk/fix-sig-sa_mask.patch

---+
 PKGBUILD  |   37 +
 fix-sig-sa_mask.patch |   11 +++
 2 files changed, 48 insertions(+)

Added: hexer/trunk/PKGBUILD
===
--- hexer/trunk/PKGBUILD(rev 0)
+++ hexer/trunk/PKGBUILD2015-05-28 09:59:34 UTC (rev 134263)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Added: hexer/trunk/fix-sig-sa_mask.patch
===
--- hexer/trunk/fix-sig-sa_mask.patch   (rev 0)
+++ hexer/trunk/fix-sig-sa_mask.patch   2015-05-28 09:59:34 UTC (rev 134263)
@@ -0,0 +1,11 @@
+--- tio.c  2015-04-02 17:32:27.653607986 +0200
 tio.c  2015-04-02 17:35:27.386616788 +0200
+@@ -816,7 +816,7 @@
+ #ifdef SA_INTERRUPT
+ static struct sigaction act;
+ act.sa_handler = sigwinch_handler;
+-act.sa_mask = 0;
++sigemptyset(act.sa_mask);
+ act.sa_flags = SA_INTERRUPT;
+ sigaction(SIGWINCH, act, 0);
+ #else


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

2015-05-28 Thread Sergej Pupykin
Date: Thursday, May 28, 2015 @ 12:18:04
  Author: spupykin
Revision: 134267

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 10:17:48 UTC (rev 134266)
+++ community-i686/PKGBUILD 2015-05-28 10:18:04 UTC (rev 134267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.7.5
-pkgrel=4
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 134266, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 10:18:04 UTC (rev 134267)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('65ebf2db400c509568d654eaac7bfa96')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2015-05-28 10:17:48 UTC (rev 134266)
+++ community-i686/poedit.install   2015-05-28 10:18:04 UTC (rev 134267)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 134266, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2015-05-28 10:18:04 UTC (rev 134267)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2015-05-28 Thread Sergej Pupykin
Date: Thursday, May 28, 2015 @ 12:17:48
  Author: spupykin
Revision: 134266

upgpkg: poedit 1.8.1-1

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 10:03:25 UTC (rev 134265)
+++ PKGBUILD2015-05-28 10:17:48 UTC (rev 134266)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=poedit
-pkgver=1.7.5
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;
@@ -18,7 +18,7 @@
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
 
#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
+md5sums=('65ebf2db400c509568d654eaac7bfa96')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 12:02:00
  Author: anthraxx
Revision: 134264

using source prefix

Modified:
  hexer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 09:59:34 UTC (rev 134263)
+++ PKGBUILD2015-05-28 10:02:00 UTC (rev 134264)
@@ -10,7 +10,7 @@
 url=http://devel.ringlet.net/;
 license=('custom')
 depends=('ncurses')
-source=(http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
 fix-sig-sa_mask.patch)
 
sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
 
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')


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

2015-05-28 Thread Felix Yan
Date: Thursday, May 28, 2015 @ 11:41:20
  Author: fyan
Revision: 239833

upgpkg: qt4 4.8.7-1

- upstream new release
- add patch for FS#45106

Added:
  qt4/trunk/kde4-settings.patch
Modified:
  qt4/trunk/PKGBUILD
Deleted:
  qt4/trunk/CVE-2014-0190.patch
  qt4/trunk/qnam-corruption.patch

---+
 CVE-2014-0190.patch   |   32 ---
 PKGBUILD  |   23 +-
 kde4-settings.patch   |   11 +
 qnam-corruption.patch |  430 
 4 files changed, 20 insertions(+), 476 deletions(-)

Deleted: CVE-2014-0190.patch
===
--- CVE-2014-0190.patch 2015-05-28 08:08:49 UTC (rev 239832)
+++ CVE-2014-0190.patch 2015-05-28 09:41:20 UTC (rev 239833)
@@ -1,32 +0,0 @@
-Don't crash on broken GIF images
-
-Broken GIF images could set invalid width and height
-values inside the image, leading to Qt creating a null
-QImage for it. In that case we need to abort decoding
-the image and return an error.
-
-Initial patch by Rich Moore.
-
-Backport of Id82a4036f478bd6e49c402d6598f57e7e5bb5e1e from Qt 5
-
-Task-number: QTBUG-38367
-Change-Id: I0680740018aaa8356d267b7af3f01fac3697312a
-Security-advisory: CVE-2014-0190
-
-diff -up 
qt-everywhere-opensource-src-4.8.6/src/gui/image/qgifhandler.cpp.QTBUG-38367 
qt-everywhere-opensource-src-4.8.6/src/gui/image/qgifhandler.cpp
 
qt-everywhere-opensource-src-4.8.6/src/gui/image/qgifhandler.cpp.QTBUG-38367
   2014-04-10 13:37:12.0 -0500
-+++ qt-everywhere-opensource-src-4.8.6/src/gui/image/qgifhandler.cpp   
2014-04-24 15:58:54.515862458 -0500
-@@ -359,6 +359,13 @@ int QGIFFormat::decode(QImage *image, co
- memset(bits, 0, image-byteCount());
- }
- 
-+// Check if the previous attempt to create the image failed. 
If it
-+// did then the image is broken and we should give up.
-+if (image-isNull()) {
-+state = Error;
-+return -1;
-+}
-+
- disposePrevious(image);
- disposed = false;
- 

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 08:08:49 UTC (rev 239832)
+++ PKGBUILD2015-05-28 09:41:20 UTC (rev 239833)
@@ -4,10 +4,10 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qt4
-pkgver=4.8.6
-pkgrel=6
+pkgver=4.8.7
+pkgrel=1
 arch=('i686' 'x86_64')
-url='http://qt-project.org/'
+url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework'
 depends=('libtiff' 'libpng' 'sqlite' 'ca-certificates' 'dbus'
@@ -29,15 +29,14 @@
 replaces=('qt=4.8.4')
 conflicts=('qt')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
+source=(http://download.qt.io/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
 'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
 'improve-cups-support.patch'
 'moc-boost-workaround.patch'
-'CVE-2014-0190.patch'
 'kubuntu_14_systemtrayicon.diff'
-'qnam-corruption.patch')
-md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
+'kde4-settings.patch')
+md5sums=('d990ee66bf7ab0c785589776f35ba6ad'
  'a16638f4781e56e7887ff8212a322ecc'
  '8a28b3f52dbeb685d4b69440b520a3e1'
  '9727c406c240990870c905696a8c5bd1'
@@ -45,9 +44,8 @@
  'b859c5673e5098c39f72b2252947049e'
  'c439c7731c25387352d8453ca7574971'
  'da387bde22ae1c446f12525d2a31f070'
- '34ed257109afb83342cfe514c8abe027'
  'a523644faa8f98a73f55c4aa23c114a6'
- '10d5d72045105c063da9076d8eebfd14')
+ '66dfea63916c8dbf47b23cb012ffdccc')
 
 prepare() {
   cd ${_pkgfqn}
@@ -58,14 +56,11 @@
   # QTBUG#22829
   patch -p1 -i ${srcdir}/moc-boost-workaround.patch
 
-  # QTBUG#38367
-  patch -p1 -i ${srcdir}/CVE-2014-0190.patch
-
   # http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
   patch -p1 -i ${srcdir}/kubuntu_14_systemtrayicon.diff
 
-  # https://codereview.qt-project.org/#/c/111363/
-  patch -p1 -i ${srcdir}/qnam-corruption.patch
+  # FS#45106
+  patch -p0 -i ${srcdir}/kde4-settings.patch
 
   sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
   sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf

Added: kde4-settings.patch
===
--- kde4-settings.patch (rev 0)
+++ kde4-settings.patch 2015-05-28 09:41:20 UTC (rev 239833)
@@ -0,0 +1,11 @@
+--- src/gui/kernel/qkde.cpp.orig   2015-05-27 11:42:02.507129332 +0200
 src/gui/kernel/qkde.cpp2015-05-27 11:43:26.182875729 +0200
+@@ -63,7 +63,7 @@
+ kdeHomePath = 

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

2015-05-28 Thread Felix Yan
Date: Thursday, May 28, 2015 @ 11:42:16
  Author: fyan
Revision: 239834

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

Added:
  qt4/repos/testing-i686/
  qt4/repos/testing-i686/PKGBUILD
(from rev 239833, qt4/trunk/PKGBUILD)
  qt4/repos/testing-i686/assistant-qt4.desktop
(from rev 239833, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-i686/designer-qt4.desktop
(from rev 239833, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-i686/improve-cups-support.patch
(from rev 239833, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-i686/kde4-settings.patch
(from rev 239833, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-i686/kubuntu_14_systemtrayicon.diff
(from rev 239833, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-i686/linguist-qt4.desktop
(from rev 239833, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-i686/moc-boost-workaround.patch
(from rev 239833, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-i686/qdbusviewer-qt4.desktop
(from rev 239833, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-i686/qt4.install
(from rev 239833, qt4/trunk/qt4.install)
  qt4/repos/testing-i686/qtconfig-qt4.desktop
(from rev 239833, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/testing-x86_64/
  qt4/repos/testing-x86_64/PKGBUILD
(from rev 239833, qt4/trunk/PKGBUILD)
  qt4/repos/testing-x86_64/assistant-qt4.desktop
(from rev 239833, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-x86_64/designer-qt4.desktop
(from rev 239833, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-x86_64/improve-cups-support.patch
(from rev 239833, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-x86_64/kde4-settings.patch
(from rev 239833, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 239833, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-x86_64/linguist-qt4.desktop
(from rev 239833, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-x86_64/moc-boost-workaround.patch
(from rev 239833, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-x86_64/qdbusviewer-qt4.desktop
(from rev 239833, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-x86_64/qt4.install
(from rev 239833, qt4/trunk/qt4.install)
  qt4/repos/testing-x86_64/qtconfig-qt4.desktop
(from rev 239833, qt4/trunk/qtconfig-qt4.desktop)

---+
 testing-i686/PKGBUILD |  162 ++
 testing-i686/assistant-qt4.desktop|9 
 testing-i686/designer-qt4.desktop |   11 
 testing-i686/improve-cups-support.patch   |   84 +
 testing-i686/kde4-settings.patch  |   11 
 testing-i686/kubuntu_14_systemtrayicon.diff   | 1466 
 testing-i686/linguist-qt4.desktop |   10 
 testing-i686/moc-boost-workaround.patch   |   12 
 testing-i686/qdbusviewer-qt4.desktop  |   10 
 testing-i686/qt4.install  |   12 
 testing-i686/qtconfig-qt4.desktop |9 
 testing-x86_64/PKGBUILD   |  162 ++
 testing-x86_64/assistant-qt4.desktop  |9 
 testing-x86_64/designer-qt4.desktop   |   11 
 testing-x86_64/improve-cups-support.patch |   84 +
 testing-x86_64/kde4-settings.patch|   11 
 testing-x86_64/kubuntu_14_systemtrayicon.diff | 1466 
 testing-x86_64/linguist-qt4.desktop   |   10 
 testing-x86_64/moc-boost-workaround.patch |   12 
 testing-x86_64/qdbusviewer-qt4.desktop|   10 
 testing-x86_64/qt4.install|   12 
 testing-x86_64/qtconfig-qt4.desktop   |9 
 22 files changed, 3592 insertions(+)

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


[arch-commits] Commit in / ()

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:52:50
  Author: anthraxx
Revision: 134262

second try ignoring .pkg.tar.xz

Modified:
  / (properties)

Index: 
===
--- 2015-05-28 09:48:00 UTC (rev 134261)
+++ 2015-05-28 09:52:50 UTC (rev 134262)

Property changes on: 
___
Added: svn:global-ignores
## -0,0 +1,2 ##
+*.pkg.tar.xz
+*.pkg.tar.xz.sig


[arch-commits] Commit in / ()

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 11:48:00
  Author: anthraxx
Revision: 134261

ignore pkg.tar.xz

Modified:
  / (properties)

Index: 
===
--- 2015-05-28 06:22:34 UTC (rev 134260)
+++ 2015-05-28 09:48:00 UTC (rev 134261)

Property changes on: 
___
Added: svn:ignore
## -0,0 +1,2 ##
+*.pkg.tar.xz.sig
+*.pkg.tar.xz


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

2015-05-28 Thread Levente Polyak
Date: Thursday, May 28, 2015 @ 12:03:25
  Author: anthraxx
Revision: 134265

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

Added:
  hexer/repos/community-i686/
  hexer/repos/community-i686/PKGBUILD
(from rev 134264, hexer/trunk/PKGBUILD)
  hexer/repos/community-i686/fix-sig-sa_mask.patch
(from rev 134264, hexer/trunk/fix-sig-sa_mask.patch)
  hexer/repos/community-x86_64/
  hexer/repos/community-x86_64/PKGBUILD
(from rev 134264, hexer/trunk/PKGBUILD)
  hexer/repos/community-x86_64/fix-sig-sa_mask.patch
(from rev 134264, hexer/trunk/fix-sig-sa_mask.patch)

+
 community-i686/PKGBUILD|   37 +++
 community-i686/fix-sig-sa_mask.patch   |   11 +
 community-x86_64/PKGBUILD  |   37 +++
 community-x86_64/fix-sig-sa_mask.patch |   11 +
 4 files changed, 96 insertions(+)

Copied: hexer/repos/community-i686/PKGBUILD (from rev 134264, 
hexer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 10:03:25 UTC (rev 134265)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-i686/fix-sig-sa_mask.patch (from rev 134264, 
hexer/trunk/fix-sig-sa_mask.patch)
===
--- community-i686/fix-sig-sa_mask.patch(rev 0)
+++ community-i686/fix-sig-sa_mask.patch2015-05-28 10:03:25 UTC (rev 
134265)
@@ -0,0 +1,11 @@
+--- tio.c  2015-04-02 17:32:27.653607986 +0200
 tio.c  2015-04-02 17:35:27.386616788 +0200
+@@ -816,7 +816,7 @@
+ #ifdef SA_INTERRUPT
+ static struct sigaction act;
+ act.sa_handler = sigwinch_handler;
+-act.sa_mask = 0;
++sigemptyset(act.sa_mask);
+ act.sa_flags = SA_INTERRUPT;
+ sigaction(SIGWINCH, act, 0);
+ #else

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 134264, 
hexer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 10:03:25 UTC (rev 134265)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak levente[at]leventepolyak[dot]net
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=hexer
+pkgver=0.1.8
+pkgrel=3
+pkgdesc=A multi buffer editor for binary files with vi-like interface
+arch=('i686' 'x86_64')
+url=http://devel.ringlet.net/;
+license=('custom')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.gz::http://devel.ringlet.net/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz
+fix-sig-sa_mask.patch)
+sha512sums=('c831b00f5ea201e38fc5bede991320b07f3e7c70043d53aed107f8bff8f102d2ecea3fb7f0d57dd7a079d8a5bbb0a84e01eca8a91723fdd76be2e066a8075df4'
+
'0ccaf8353fbe3aa5ac2c4c7ed1ebd9a5c4820533f383b6af29ec1b86a2d9e430b4996121600af8d1f0d068ac4f58cb971c6b881cdede710d560ba451554f044e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cp config.{linux,h}
+  sed -i s|/usr/local|/usr| Makefile
+  sed -i s|/man/|/share/man/| Makefile
+  patch -p0  ${srcdir}/fix-sig-sa_mask.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-x86_64/fix-sig-sa_mask.patch (from rev 134264, 
hexer/trunk/fix-sig-sa_mask.patch)
===
--- community-x86_64/fix-sig-sa_mask.patch  

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

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 14:16:57
  Author: demize
Revision: 134272

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

Added:
  rhash/repos/community-i686/
  rhash/repos/community-i686/PKGBUILD
(from rev 134271, rhash/trunk/PKGBUILD)
  rhash/repos/community-x86_64/
  rhash/repos/community-x86_64/PKGBUILD
(from rev 134271, rhash/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: rhash/repos/community-i686/PKGBUILD (from rev 134271, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 12:16:57 UTC (rev 134272)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: 謝致邦 yek...@red54.com
+# Contributor: cantabile cantabile dot desu at gmail dot com
+# Contributor: reMiND detana...@gmail.com
+
+pkgname=rhash
+pkgver=1.3.3
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS=$CFLAGS ADDLDFLAGS=$LDFLAGS build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR=$pkgdir install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR=$pkgdir install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/rhash/LICENSE
+}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 134271, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 12:16:57 UTC (rev 134272)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: 謝致邦 yek...@red54.com
+# Contributor: cantabile cantabile dot desu at gmail dot com
+# Contributor: reMiND detana...@gmail.com
+
+pkgname=rhash
+pkgver=1.3.3
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS=$CFLAGS ADDLDFLAGS=$LDFLAGS build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR=$pkgdir install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR=$pkgdir install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/rhash/LICENSE
+}


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:41:13
  Author: jgc
Revision: 239844

Remove optdepends, replace with libarchive dependency instead (FS#44608)

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 11:30:13 UTC (rev 239843)
+++ PKGBUILD2015-05-28 12:41:13 UTC (rev 239844)
@@ -8,13 +8,10 @@
 url=https://wiki.gnome.org/Apps/Evince;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib 
libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop 
libarchive)
 makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
 optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving'
-'p7zip: cbz and cb7 compressed comic books'
-'tar: cbt compressed comic books'
-'unrar: cbr compressed comic books')
+   'gvfs: bookmark support and session saving')
 groups=(gnome)
 install=evince.install
 options=('!emptydirs')


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:47:35
  Author: jgc
Revision: 239846

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

Added:
  gnome-music/repos/extra-i686/PKGBUILD
(from rev 239845, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-i686/gnome-music.install
(from rev 239845, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/extra-x86_64/PKGBUILD
(from rev 239845, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/extra-x86_64/gnome-music.install
(from rev 239845, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/extra-i686/PKGBUILD
  gnome-music/repos/extra-i686/gnome-music.install
  gnome-music/repos/extra-x86_64/PKGBUILD
  gnome-music/repos/extra-x86_64/gnome-music.install

--+
 /PKGBUILD|   62 +
 /gnome-music.install |   24 ++
 extra-i686/PKGBUILD  |   31 --
 extra-i686/gnome-music.install   |   12 ---
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/gnome-music.install |   12 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 12:47:28 UTC (rev 239845)
+++ extra-i686/PKGBUILD 2015-05-28 12:47:35 UTC (rev 239846)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-music
-pkgver=3.16.1
-pkgrel=1
-pkgdesc=Music player and management application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject python-cairo gst-plugins-base)
-makedepends=(intltool itstool python2)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=('gnome-extra')
-install=gnome-music.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 239845, 
gnome-music/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-28 12:47:35 UTC (rev 239846)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-music
+pkgver=3.16.1
+pkgrel=2
+pkgdesc=Music player and management application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://wiki.gnome.org/Apps/Music;
+depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib 
gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base)
+makedepends=(intltool itstool python2 gobject-introspection)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-music.install
===
--- extra-i686/gnome-music.install  2015-05-28 12:47:28 UTC (rev 239845)
+++ extra-i686/gnome-music.install  2015-05-28 12:47:35 UTC (rev 239846)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 239845, 
gnome-music/trunk/gnome-music.install)
===
--- extra-i686/gnome-music.install  (rev 0)
+++ extra-i686/gnome-music.install  2015-05-28 12:47:35 UTC (rev 239846)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:49:42
  Author: jgc
Revision: 239847

Drop gnome-icon-theme makedepend (FS#45011)

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:47:35 UTC (rev 239846)
+++ PKGBUILD2015-05-28 12:49:42 UTC (rev 239847)
@@ -9,12 +9,12 @@
 pkgbase=network-manager-applet
 pkgname=(nm-connection-editor network-manager-applet)
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Applet for managing network connections
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
 url=http://www.gnome.org/projects/NetworkManager/;
-makedepends=(libnm-glib libsecret gtk3 gnome-icon-theme 
mobile-broadband-provider-info iso-codes
+makedepends=(libnm-glib libsecret gtk3 mobile-broadband-provider-info iso-codes
  libnotify libmm-glib intltool gobject-introspection)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)


[arch-commits] Commit in quodlibet/repos/extra-any (4 files)

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:53:11
  Author: jgc
Revision: 239849

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 239848, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 239848, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |   86 ++--
 quodlibet.install |   24 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 12:53:07 UTC (rev 239848)
+++ PKGBUILD2015-05-28 12:53:11 UTC (rev 239849)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=quodlibet
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=An audio library tagger, manager and player
-arch=('any')
-license=('GPL2')
-url=https://github.com/quodlibet/quodlibet;
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for CDDB Lookup plugin'
-'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-'python2-pyinotify: for Automatic library update plugin'
-   'kakasi: for Kana/Kanji Simple Inverter plugin'
-   'zeitgeist: for Event Logging plugin'
-'gst-plugins-bad: for Audio Pitch/Speed plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-install=quodlibet.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('64a8478d91eb9a7ce50b730b9e4a53909419a749')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root=${pkgdir}
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 239848, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 12:53:11 UTC (rev 239849)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=quodlibet
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=An audio library tagger, manager and player
+arch=('any')
+license=('GPL2')
+url=https://github.com/quodlibet/quodlibet;
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for CDDB Lookup plugin'
+'python2-musicbrainz2: for MusicBrainz Lookup plugin'
+'python2-pyinotify: for Automatic library update plugin'
+   'kakasi: for Kana/Kanji Simple Inverter plugin'
+   'zeitgeist: for Event Logging plugin'
+'gst-plugins-bad: for Audio Pitch/Speed plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+install=quodlibet.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('64a8478d91eb9a7ce50b730b9e4a53909419a749')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root=${pkgdir}
+}

Deleted: quodlibet.install
===
--- quodlibet.install   2015-05-28 12:53:07 UTC (rev 239848)
+++ quodlibet.install   2015-05-28 12:53:11 UTC (rev 239849)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quodlibet/repos/extra-any/quodlibet.install (from rev 239848, 
quodlibet/trunk/quodlibet.install)
===
--- quodlibet.install   

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

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 14:15:37
  Author: demize
Revision: 134271

Import rhash from AUR

Added:
  rhash/
  rhash/repos/
  rhash/trunk/
  rhash/trunk/PKGBUILD

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

Added: rhash/trunk/PKGBUILD
===
--- rhash/trunk/PKGBUILD(rev 0)
+++ rhash/trunk/PKGBUILD2015-05-28 12:15:37 UTC (rev 134271)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
+# Contributor: 謝致邦 yek...@red54.com
+# Contributor: cantabile cantabile dot desu at gmail dot com
+# Contributor: reMiND detana...@gmail.com
+
+pkgname=rhash
+pkgver=1.3.3
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS=$CFLAGS ADDLDFLAGS=$LDFLAGS build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR=$pkgdir install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR=$pkgdir install-headers 
install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/rhash/LICENSE
+}


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:53:07
  Author: jgc
Revision: 239848

upgpkg: quodlibet 3.4.0-2

Drop gnome-icon-theme (FS#45016)

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:49:42 UTC (rev 239847)
+++ PKGBUILD2015-05-28 12:53:07 UTC (rev 239848)
@@ -3,7 +3,7 @@
 
 pkgname=quodlibet
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An audio library tagger, manager and player
 arch=('any')
 license=('GPL2')
@@ -10,7 +10,7 @@
 url=https://github.com/quodlibet/quodlibet;
 depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
  'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'gnome-icon-theme' 'desktop-file-utils')
+'desktop-file-utils')
 makedepends=('intltool')
 optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
 'gst-plugins-bad: for Musepack support'


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:58:59
  Author: jgc
Revision: 239850

upgpkg: liferea 1.10.15-2

Drop gnome-icon-theme (FS#45016)

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:53:11 UTC (rev 239849)
+++ PKGBUILD2015-05-28 12:58:59 UTC (rev 239850)
@@ -3,13 +3,13 @@
 
 pkgname=liferea
 pkgver=1.10.15
-pkgrel=1
+pkgrel=2
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
 url=http://liferea.sourceforge.net/;
 license=('GPL')
 depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
+ 'desktop-file-utils')
 makedepends=('intltool' 'gobject-introspection')
 optdepends=('gnome-keyring: for keyring plugin support'
 'libgnome-keyring: for keyring plugin support'


[arch-commits] Commit in gdm/trunk (PKGBUILD gdm.install)

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 15:14:53
  Author: jgc
Revision: 239852

upgpkg: gdm 3.16.1.1-2

Do not delete user/group on remove

Modified:
  gdm/trunk/PKGBUILD
  gdm/trunk/gdm.install

-+
 PKGBUILD|2 +-
 gdm.install |5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:59:05 UTC (rev 239851)
+++ PKGBUILD2015-05-28 13:14:53 UTC (rev 239852)
@@ -5,7 +5,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.16.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)

Modified: gdm.install
===
--- gdm.install 2015-05-28 12:59:05 UTC (rev 239851)
+++ gdm.install 2015-05-28 13:14:53 UTC (rev 239852)
@@ -1,6 +1,6 @@
 post_install() {
   getent group gdm /dev/null 21 || groupadd -g 120 gdm
-  getent passwd gdm  /dev/null 21 || usr/sbin/useradd -c 'Gnome Display 
Manager' -u 120 -g gdm -d /var/lib/gdm -s /sbin/nologin gdm
+  getent passwd gdm  /dev/null 21 || useradd -c 'Gnome Display Manager' -u 
120 -g gdm -d /var/lib/gdm -s /sbin/nologin gdm
   passwd -l gdm  /dev/null
   chown -R gdm:gdm /var/lib/gdm  /dev/null
   chown root:gdm /var/log/gdm  /dev/null
@@ -17,7 +17,4 @@
 
 post_remove() {
   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-
-  getent passwd gdm /dev/null 21  userdel gdm
-  getent group gdm /dev/null 21  groupdel gdm
 }


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 15:15:03
  Author: jgc
Revision: 239853

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

Added:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 239852, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-i686/PKGBUILD
(from rev 239852, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/gdm.install
(from rev 239852, gdm/trunk/gdm.install)
  gdm/repos/extra-i686/libgdm.install
(from rev 239852, gdm/trunk/libgdm.install)
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 239852, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 239852, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 239852, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/libgdm.install
(from rev 239852, gdm/trunk/libgdm.install)
Deleted:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/libgdm.install
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/libgdm.install

-+
 /0001-Add-Arch-Linux-PAM-config-files.patch |  398 ++
 /PKGBUILD   |  176 ++
 /gdm.install|   40 +
 /libgdm.install |   22 
 extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 ---
 extra-i686/PKGBUILD |   88 ---
 extra-i686/gdm.install  |   23 
 extra-i686/libgdm.install   |   11 
 extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 ---
 extra-x86_64/PKGBUILD   |   88 ---
 extra-x86_64/gdm.install|   23 
 extra-x86_64/libgdm.install |   11 
 12 files changed, 636 insertions(+), 642 deletions(-)

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


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

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 16:28:09
  Author: demize
Revision: 134276

archrelease: copy trunk to community-any

Added:
  mps-youtube/repos/community-any/PKGBUILD
(from rev 134275, mps-youtube/trunk/PKGBUILD)
  mps-youtube/repos/community-any/mps-youtube.install
(from rev 134275, mps-youtube/trunk/mps-youtube.install)
Deleted:
  mps-youtube/repos/community-any/PKGBUILD
  mps-youtube/repos/community-any/mps-youtube.install

-+
 PKGBUILD|   52 +-
 mps-youtube.install |   14 ++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 14:26:48 UTC (rev 134275)
+++ PKGBUILD2015-05-28 14:28:09 UTC (rev 134276)
@@ -1,26 +0,0 @@
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-
-pkgname=mps-youtube
-pkgver=0.2.4
-pkgrel=1
-
-pkgdesc=Terminal based YouTube jukebox with playlist management
-url='https://github.com/np1/mps-youtube'
-arch=('any')
-license=('GPL3')
-
-depends=('python' 'python-setuptools' 'python-pafy')
-optdepends=('mpv: Alternative to mplayer for playback'
-'mplayer: Alternative to mpv for playback'
-'ffmpeg: for transcoding downloaded content'
-'xclip: for copying content to the clipboard')
-
-install=mps-youtube.install
-source=(mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
-
-sha256sums=('3ebd1128dcd67754eebfd36f25e36f4dc7bfc9593f08cb30a8cb0b4e4a99f652')
-
-package() {
-   cd mps-youtube-$pkgver
-   python setup.py install --root=$pkgdir --optimize=1
-}

Copied: mps-youtube/repos/community-any/PKGBUILD (from rev 134275, 
mps-youtube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 14:28:09 UTC (rev 134276)
@@ -0,0 +1,26 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+
+pkgname=mps-youtube
+pkgver=0.2.4
+pkgrel=2
+
+pkgdesc=Terminal based YouTube jukebox with playlist management
+url='https://github.com/np1/mps-youtube'
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'python-setuptools' 'python-pafy')
+optdepends=('mpv: Alternative to mplayer for playback'
+'mplayer: Alternative to mpv for playback'
+'ffmpeg: for transcoding downloaded content'
+'xclip: for copying content to the clipboard')
+
+install=mps-youtube.install
+source=(mps-youtube-$pkgver.tar.gz::https://github.com/np1/mps-youtube/archive/v$pkgver.tar.gz;)
+
+sha256sums=('3ebd1128dcd67754eebfd36f25e36f4dc7bfc9593f08cb30a8cb0b4e4a99f652')
+
+package() {
+   cd mps-youtube-$pkgver
+   python setup.py install --root=$pkgdir --optimize=1
+}

Deleted: mps-youtube.install
===
--- mps-youtube.install 2015-05-28 14:26:48 UTC (rev 134275)
+++ mps-youtube.install 2015-05-28 14:28:09 UTC (rev 134276)
@@ -1,7 +0,0 @@
-post_install () {
-   printf == Install either mpv or mplayer for playback.\n
-}
-
-post_upgrade () {
-   post_install $1
-}

Copied: mps-youtube/repos/community-any/mps-youtube.install (from rev 134275, 
mps-youtube/trunk/mps-youtube.install)
===
--- mps-youtube.install (rev 0)
+++ mps-youtube.install 2015-05-28 14:28:09 UTC (rev 134276)
@@ -0,0 +1,7 @@
+post_install () {
+   printf %s\n == Install either mpv or mplayer for playback.
+}
+
+post_upgrade () {
+   post_install $1
+}


[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2015-05-28 Thread Daniel Wallace
Date: Thursday, May 28, 2015 @ 15:32:07
  Author: dwallace
Revision: 134273

upgpkg: zathura-pdf-mupdf 0.2.8-1

upgpkg: zathura-pdf-mupdf 0.2.8

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:16:57 UTC (rev 134272)
+++ PKGBUILD2015-05-28 13:32:07 UTC (rev 134273)
@@ -4,17 +4,17 @@
 # Contributor: Moritz Lipp m...@pwmt.org
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc=PDF support for Zathura (MuPDF backend)
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura-pdf-mupdf/;
 license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
 conflicts=('zathura-pdf-poppler')
 makedepends=('mupdf=1.4')
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
+md5sums=('b0bf109c536bf1da131c38861cebb7e6')
 
 build() {
   make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs


[arch-commits] Commit in mps-youtube/trunk (PKGBUILD mps-youtube.install)

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 16:26:48
  Author: demize
Revision: 134275

mps-youtube: Fix botched printf

Modified:
  mps-youtube/trunk/PKGBUILD
  mps-youtube/trunk/mps-youtube.install

-+
 PKGBUILD|2 +-
 mps-youtube.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 13:32:58 UTC (rev 134274)
+++ PKGBUILD2015-05-28 14:26:48 UTC (rev 134275)
@@ -2,7 +2,7 @@
 
 pkgname=mps-youtube
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc=Terminal based YouTube jukebox with playlist management
 url='https://github.com/np1/mps-youtube'

Modified: mps-youtube.install
===
--- mps-youtube.install 2015-05-28 13:32:58 UTC (rev 134274)
+++ mps-youtube.install 2015-05-28 14:26:48 UTC (rev 134275)
@@ -1,5 +1,5 @@
 post_install () {
-   printf == Install either mpv or mplayer for playback.\n
+   printf %s\n == Install either mpv or mplayer for playback.
 }
 
 post_upgrade () {


[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2015-05-28 Thread Daniel Wallace
Date: Thursday, May 28, 2015 @ 15:32:58
  Author: dwallace
Revision: 134274

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 134273, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 134273, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 13:32:07 UTC (rev 134273)
+++ community-i686/PKGBUILD 2015-05-28 13:32:58 UTC (rev 134274)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=PDF support for Zathura (MuPDF backend)
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 134273, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 13:32:58 UTC (rev 134274)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=PDF support for Zathura (MuPDF backend)
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura-pdf-mupdf/;
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf=1.4')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('b0bf109c536bf1da131c38861cebb7e6')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 13:32:07 UTC (rev 134273)
+++ community-x86_64/PKGBUILD   2015-05-28 13:32:58 UTC (rev 134274)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=PDF support for Zathura (MuPDF backend)
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 134273, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 13:32:58 UTC (rev 134274)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=PDF support for Zathura (MuPDF backend)
+arch=('i686' 

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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 15:37:04
  Author: jgc
Revision: 239854

upgpkg: seed 3.8.1-4

Fix gobject-introspection deps (FS#44612)

Modified:
  seed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 13:15:03 UTC (rev 239853)
+++ PKGBUILD2015-05-28 13:37:04 UTC (rev 239854)
@@ -4,13 +4,13 @@
 
 pkgname=seed
 pkgver=3.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Library and interpreter for JavaScript with GObject type system 
bindings.
 arch=('i686' 'x86_64')
-url=http://live.gnome.org/Seed/;
+url=https://wiki.gnome.org/Projects/Seed;
 license=('LGPL')
-depends=('webkitgtk3' 'gobject-introspection' 'gnome-js-common' 'mpfr')
-makedepends=('intltool')
+depends=('webkitgtk3' 'gobject-introspection-runtime' 'gnome-js-common' 'mpfr')
+makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${pkgver}.tar.xz
 GLib.js rl63.patch)
 sha256sums=('80cb4db7fa6f6cf8d3e255fc45a81657388d458bc8bf23e4089e35f69eeaac32'


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 15:37:12
  Author: jgc
Revision: 239855

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

Added:
  seed/repos/extra-i686/GLib.js
(from rev 239854, seed/trunk/GLib.js)
  seed/repos/extra-i686/PKGBUILD
(from rev 239854, seed/trunk/PKGBUILD)
  seed/repos/extra-i686/rl63.patch
(from rev 239854, seed/trunk/rl63.patch)
  seed/repos/extra-x86_64/GLib.js
(from rev 239854, seed/trunk/GLib.js)
  seed/repos/extra-x86_64/PKGBUILD
(from rev 239854, seed/trunk/PKGBUILD)
  seed/repos/extra-x86_64/rl63.patch
(from rev 239854, seed/trunk/rl63.patch)
Deleted:
  seed/repos/extra-i686/GLib.js
  seed/repos/extra-i686/PKGBUILD
  seed/repos/extra-i686/rl63.patch
  seed/repos/extra-x86_64/GLib.js
  seed/repos/extra-x86_64/PKGBUILD
  seed/repos/extra-x86_64/rl63.patch

-+
 /GLib.js|  564 ++
 /PKGBUILD   |   70 +
 /rl63.patch |   24 +
 extra-i686/GLib.js  |  282 ---
 extra-i686/PKGBUILD |   35 --
 extra-i686/rl63.patch   |   12 
 extra-x86_64/GLib.js|  282 ---
 extra-x86_64/PKGBUILD   |   35 --
 extra-x86_64/rl63.patch |   12 
 9 files changed, 658 insertions(+), 658 deletions(-)

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


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

2015-05-28 Thread Andreas Radke
Date: Thursday, May 28, 2015 @ 16:04:13
  Author: andyrtr
Revision: 239856

upgpkg: hunspell-en 2015.05.18-1

upstream update 2015.05.18

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 13:37:12 UTC (rev 239855)
+++ PKGBUILD2015-05-28 14:04:13 UTC (rev 239856)
@@ -2,20 +2,19 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=hunspell-en
-pkgver=7.1
-pkgrel=3
+pkgver=2015.05.18
+pkgrel=1
 pkgdesc=English hunspell dictionaries
 arch=(any)
-#url=http://en-gb.pyxidium.co.uk/;
-url=http://wordlist.sourceforge.net/;
+url=http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/wordlist/hunspell-en_US-$pkgver-0.zip
-   http://downloads.sourceforge.net/wordlist/hunspell-en_CA-$pkgver-0.zip
-   http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
-md5sums=('8eb485db0a722eb29a5eca517a22e367'
- '1921a5011d0f34e17d2e3f050d62a2c8'
- '218909136738f4564b81ecd145ade6ee')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
+  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
+  'daf8e7d03571990199cb0986e18e469a951e8ab0')
 
 build() {
  /bin/true
@@ -49,10 +48,10 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_??.txt $pkgdir/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
 
   # licenses
   install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
   install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
 }


[arch-commits] Commit in hunspell-en/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-28 Thread Andreas Radke
Date: Thursday, May 28, 2015 @ 16:04:23
  Author: andyrtr
Revision: 239857

archrelease: copy trunk to extra-any

Added:
  hunspell-en/repos/extra-any/PKGBUILD
(from rev 239856, hunspell-en/trunk/PKGBUILD)
Deleted:
  hunspell-en/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-28 14:04:13 UTC (rev 239856)
+++ PKGBUILD2015-05-28 14:04:23 UTC (rev 239857)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=hunspell-en
-pkgver=7.1
-pkgrel=3
-pkgdesc=English hunspell dictionaries
-arch=(any)
-#url=http://en-gb.pyxidium.co.uk/;
-url=http://wordlist.sourceforge.net/;
-license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/wordlist/hunspell-en_US-$pkgver-0.zip
-   http://downloads.sourceforge.net/wordlist/hunspell-en_CA-$pkgver-0.zip
-   http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
-md5sums=('8eb485db0a722eb29a5eca517a22e367'
- '1921a5011d0f34e17d2e3f050d62a2c8'
- '218909136738f4564b81ecd145ade6ee')
-
-build() {
- /bin/true
-}
-
-package() {
-  cd $srcdir
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
-  for lang in $en_GB_aliases; do
-   ln -s en_GB.aff $lang.aff
-   ln -s en_GB.dic $lang.dic
-  done
-  en_US_aliases=en_PH
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_??.txt $pkgdir/usr/share/doc/$pkgname
-
-  # licenses
-  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
-  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB
-}

Copied: hunspell-en/repos/extra-any/PKGBUILD (from rev 239856, 
hunspell-en/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-28 14:04:23 UTC (rev 239857)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=hunspell-en
+pkgver=2015.05.18
+pkgrel=1
+pkgdesc=English hunspell dictionaries
+arch=(any)
+url=http://wordlist.aspell.net/dicts/;
+license=('LGPL' 'custom:scowl')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
+  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
+  'daf8e7d03571990199cb0986e18e469a951e8ab0')
+
+build() {
+ /bin/true
+}
+
+package() {
+  cd $srcdir
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
+  for lang in $en_GB_aliases; do
+   ln -s en_GB.aff $lang.aff
+   ln -s en_GB.dic $lang.dic
+  done
+  en_US_aliases=en_PH
+  for lang in $en_US_aliases; do
+   ln -s en_US.aff $lang.aff
+   ln -s en_US.dic $lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hunspell/*; do
+  ln -sv /usr/share/hunspell/$(basename $file) .
+done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
+
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
+}


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

2015-05-28 Thread Sergej Pupykin
Date: Thursday, May 28, 2015 @ 16:46:20
  Author: spupykin
Revision: 134277

upgpkg: qmc2 0.52-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 14:28:09 UTC (rev 134276)
+++ PKGBUILD2015-05-28 14:46:20 UTC (rev 134277)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=qmc2
-pkgver=0.51
+pkgver=0.52
 pkgrel=1
 pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
 url=http://qmc2.arcadehits.net;
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('2c918c525bbfa5503bd89a57efdea017')
+md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
 
 build() {
   cd $srcdir/$pkgname


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

2015-05-28 Thread Sergej Pupykin
Date: Thursday, May 28, 2015 @ 16:46:37
  Author: spupykin
Revision: 134278

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 14:46:20 UTC (rev 134277)
+++ community-i686/PKGBUILD 2015-05-28 14:46:37 UTC (rev 134278)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.51
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('2c918c525bbfa5503bd89a57efdea017')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 134277, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 14:46:37 UTC (rev 134278)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.52
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
+
+build() {
+  cd $srcdir/$pkgname
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 14:46:20 UTC (rev 134277)
+++ community-x86_64/PKGBUILD   2015-05-28 14:46:37 UTC (rev 134278)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.51
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('2c918c525bbfa5503bd89a57efdea017')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 134277, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 14:46:37 UTC (rev 134278)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.52
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
+
+build() {
+  cd $srcdir/$pkgname
+  export 

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

2015-05-28 Thread Antonio Rojas
Date: Thursday, May 28, 2015 @ 18:28:19
  Author: arojas
Revision: 134279

Update to 0.3.9

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 14:46:37 UTC (rev 134278)
+++ PKGBUILD2015-05-28 16:28:19 UTC (rev 134279)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
 
 pkgname=pynac
-pkgver=0.3.7
+pkgver=0.3.9
 pkgrel=1
 pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2)
 source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('f670ec548116b51381e3b96059bbd054')
+md5sums=('97ab6fab30711fc93ace597f1bae8e71')
 
 build() {
   cd pynac-pynac-$pkgver


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

2015-05-28 Thread Antonio Rojas
Date: Thursday, May 28, 2015 @ 18:30:56
  Author: arojas
Revision: 134280

Revert, breaks ABI

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 16:28:19 UTC (rev 134279)
+++ PKGBUILD2015-05-28 16:30:56 UTC (rev 134280)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
 
 pkgname=pynac
-pkgver=0.3.9
+pkgver=0.3.7
 pkgrel=1
 pkgdesc=Python version of GiNaC, a C++ library for symbolic mathematical 
calculations
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2)
 source=(https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('97ab6fab30711fc93ace597f1bae8e71')
+md5sums=('f670ec548116b51381e3b96059bbd054')
 
 build() {
   cd pynac-pynac-$pkgver


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

2015-05-28 Thread Massimiliano Torromeo
Date: Thursday, May 28, 2015 @ 18:37:23
  Author: mtorromeo
Revision: 134281

upgpkg: xtrabackup 2.2.11-1

Updated to 2.2.11

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 16:30:56 UTC (rev 134280)
+++ PKGBUILD2015-05-28 16:37:23 UTC (rev 134281)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.10
+pkgver=2.2.11
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
+sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-05-28 Thread Massimiliano Torromeo
Date: Thursday, May 28, 2015 @ 18:37:43
  Author: mtorromeo
Revision: 134282

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 16:37:23 UTC (rev 134281)
+++ community-i686/PKGBUILD 2015-05-28 16:37:43 UTC (rev 134282)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.10
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd  $pkgdir
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 134281, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 16:37:43 UTC (rev 134282)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.2.11
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd  $pkgdir
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 16:37:23 UTC (rev 134281)
+++ community-x86_64/PKGBUILD   2015-05-28 16:37:43 UTC (rev 134282)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.10
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd  $pkgdir
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 134281, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 16:37:43 UTC (rev 134282)
@@ -0,0 +1,34 @@
+# 

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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:47:28
  Author: jgc
Revision: 239845

upgpkg: gnome-music 3.16.1-2

Move gobject-introspection dependency (FS#44610)

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:41:13 UTC (rev 239844)
+++ PKGBUILD2015-05-28 12:47:28 UTC (rev 239845)
@@ -3,13 +3,13 @@
 
 pkgname=gnome-music
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Music player and management application
 arch=(i686 x86_64)
 license=('GPL')
 url=https://wiki.gnome.org/Apps/Music;
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject python-cairo gst-plugins-base)
-makedepends=(intltool itstool python2)
+depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib 
gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base)
+makedepends=(intltool itstool python2 gobject-introspection)
 optdepends=('gst-plugins-good: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'


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

2015-05-28 Thread Jan de Groot
Date: Thursday, May 28, 2015 @ 14:59:05
  Author: jgc
Revision: 239851

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

Added:
  liferea/repos/extra-i686/PKGBUILD
(from rev 239850, liferea/trunk/PKGBUILD)
  liferea/repos/extra-i686/liferea.install
(from rev 239850, liferea/trunk/liferea.install)
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 239850, liferea/trunk/PKGBUILD)
  liferea/repos/extra-x86_64/liferea.install
(from rev 239850, liferea/trunk/liferea.install)
Deleted:
  liferea/repos/extra-i686/PKGBUILD
  liferea/repos/extra-i686/liferea.install
  liferea/repos/extra-x86_64/PKGBUILD
  liferea/repos/extra-x86_64/liferea.install

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-28 12:58:59 UTC (rev 239850)
+++ extra-i686/PKGBUILD 2015-05-28 12:59:05 UTC (rev 239851)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.10.15
-pkgrel=1
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 239850, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-28 12:59:05 UTC (rev 239851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.15
+pkgrel=2
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
+sha1sums=('5325d1fc06417abd4de5568fa87daf0c7f3e9c82')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2015-05-28 12:58:59 UTC (rev 239850)
+++ extra-i686/liferea.install  2015-05-28 12:59:05 UTC (rev 239851)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 239850, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2015-05-28 12:59:05 UTC (rev 239851)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+