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

2015-05-21 Thread Gaetan Bisson
Date: Thursday, May 21, 2015 @ 09:42:07
  Author: bisson
Revision: 239607

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

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

-+
 /PKGBUILD   |  204 ++
 /error.patch|   50 +
 /install|   20 +++
 /sshd.pam   |   12 ++
 /sshd.service   |   34 ++
 /sshd.socket|   20 +++
 /sshd@.service  |   16 ++
 /sshdgenkeys.service|   34 ++
 core-i686/PKGBUILD  |   96 -
 core-i686/dispatch.patch|   81 +++
 core-i686/error.patch   |   25 
 core-i686/install   |   10 -
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 -
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   96 -
 core-x86_64/dispatch.patch  |   81 +++
 core-x86_64/error.patch |   25 
 core-x86_64/install |   10 -
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 -
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 28 files changed, 554 insertions(+), 378 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-21 06:05:51 UTC (rev 239606)
+++ core-i686/PKGBUILD  2015-05-21 07:42:07 UTC (rev 239607)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.8p1
-pkgrel=2
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-   

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

2015-05-21 Thread Laurent Carlier
Date: Thursday, May 21, 2015 @ 08:11:26
  Author: lcarlier
Revision: 133902

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

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

--+
 /PKGBUILD|   82 +
 /kphotoalbum.install |   24 +
 community-i686/PKGBUILD  |   41 
 community-i686/kphotoalbum.install   |   12 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/kphotoalbum.install |   12 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 06:11:17 UTC (rev 133901)
+++ community-i686/PKGBUILD 2015-05-21 06:11:26 UTC (rev 133902)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
-# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
-# Contributor: chfoxli lg ][ romandie ? com
-
-pkgname=kphotoalbum
-pkgver=4.6.1
-pkgrel=1
-pkgdesc=KDE Photo Album, picture collection manager
-url=http://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
-makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
-optdepends=('kdeedu-marble: integration with Marble'
-   'kipi-plugins: add extra functionality'
-   'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8d108d643409944e2a901acd1483e2304a7105842895ea7c72fb8701b6bd9632')
-
-build() {
-# workaround build failure
-  mv $pkgname-$pkgver $pkgname
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-i686/PKGBUILD (from rev 133901, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 06:11:26 UTC (rev 133902)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
+# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
+# Contributor: chfoxli lg ][ romandie ? com
+
+pkgname=kphotoalbum
+pkgver=4.6.2
+pkgrel=1
+pkgdesc=KDE Photo Album, picture collection manager
+url=http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+   'kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kphotoalbum.install
===
--- community-i686/kphotoalbum.install  2015-05-21 06:11:17 UTC (rev 133901)
+++ community-i686/kphotoalbum.install  2015-05-21 06:11:26 UTC (rev 133902)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kphotoalbum/repos/community-i686/kphotoalbum.install (from rev 133901, 
kphotoalbum/trunk/kphotoalbum.install)
===
--- 

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

2015-05-21 Thread Laurent Carlier
Date: Thursday, May 21, 2015 @ 08:11:17
  Author: lcarlier
Revision: 133901

upgpkg: kphotoalbum 4.6.2-1

upstream update 4.6.2

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 02:35:34 UTC (rev 133900)
+++ PKGBUILD2015-05-21 06:11:17 UTC (rev 133901)
@@ -6,7 +6,7 @@
 # Contributor: chfoxli lg ][ romandie ? com
 
 pkgname=kphotoalbum
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc=KDE Photo Album, picture collection manager
 url=http://www.kphotoalbum.org/;
@@ -19,7 +19,7 @@
'kdemultimedia-mplayerthumbs: video thumbnails')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8d108d643409944e2a901acd1483e2304a7105842895ea7c72fb8701b6bd9632')
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
 
 build() {
 # workaround build failure


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

2015-05-21 Thread Tobias Powalowski
Date: Thursday, May 21, 2015 @ 08:01:16
  Author: tpowa
Revision: 239603

upgpkg: gawk 4.1.3-1

bump to latest version

Modified:
  gawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 05:05:46 UTC (rev 239602)
+++ PKGBUILD2015-05-21 06:01:16 UTC (rev 239603)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gawk
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc=GNU version of awk
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('awk')
 install=gawk.install
 
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('c72124f8cf44e2f2d946afb281b9e125'
+md5sums=('55d37f4069502677f25d1340df8eec97'
  'SKIP')
 validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
 


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

2015-05-21 Thread Tobias Powalowski
Date: Thursday, May 21, 2015 @ 08:01:26
  Author: tpowa
Revision: 239604

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

Added:
  gawk/repos/testing-i686/
  gawk/repos/testing-i686/PKGBUILD
(from rev 239603, gawk/trunk/PKGBUILD)
  gawk/repos/testing-i686/gawk.install
(from rev 239603, gawk/trunk/gawk.install)
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 239603, gawk/trunk/PKGBUILD)
  gawk/repos/testing-x86_64/gawk.install
(from rev 239603, gawk/trunk/gawk.install)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-i686/gawk.install   |   22 ++
 testing-x86_64/PKGBUILD |   39 +++
 testing-x86_64/gawk.install |   22 ++
 4 files changed, 122 insertions(+)

Copied: gawk/repos/testing-i686/PKGBUILD (from rev 239603, gawk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 06:01:26 UTC (rev 239604)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gawk
+pkgver=4.1.3
+pkgrel=1
+pkgdesc=GNU version of awk
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+install=gawk.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('55d37f4069502677f25d1340df8eec97'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make 
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Copied: gawk/repos/testing-i686/gawk.install (from rev 239603, 
gawk/trunk/gawk.install)
===
--- testing-i686/gawk.install   (rev 0)
+++ testing-i686/gawk.install   2015-05-21 06:01:26 UTC (rev 239604)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(gawk.info.gz gawkinet.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 239603, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-21 06:01:26 UTC (rev 239604)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gawk
+pkgver=4.1.3
+pkgrel=1
+pkgdesc=GNU version of awk
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+install=gawk.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('55d37f4069502677f25d1340df8eec97'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make 
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin 
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Copied: gawk/repos/testing-x86_64/gawk.install (from rev 239603, 
gawk/trunk/gawk.install)
===
--- testing-x86_64/gawk.install (rev 0)
+++ testing-x86_64/gawk.install 2015-05-21 06:01:26 UTC (rev 239604)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(gawk.info.gz gawkinet.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-21 Thread Tobias Powalowski
Date: Thursday, May 21, 2015 @ 08:05:43
  Author: tpowa
Revision: 239605

upgpkg: iniparser 4.0-1

bump to latest version

Modified:
  iniparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 06:01:26 UTC (rev 239604)
+++ PKGBUILD2015-05-21 06:05:43 UTC (rev 239605)
@@ -4,8 +4,8 @@
 # Contributor: Roman Kyrylych roman.kyryl...@gmail.com
 
 pkgname=iniparser
-pkgver=3.1
-pkgrel=4
+pkgver=4.0
+pkgrel=1
 pkgdesc=A free stand-alone ini file parsing library written in portable ANSI 
C
 arch=('i686' 'x86_64')
 url=http://ndevilla.free.fr/iniparser/;
@@ -12,16 +12,16 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('chrpath')
-source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa4f995468ed390caf323f50a285bc3')
+source=(https://github.com/ndevilla/iniparser/archive/v$pkgver.tar.gz)
+md5sums=('94c7278f8d22de1a31320219b27634b0')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
   install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
   install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
   install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a


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

2015-05-21 Thread Tobias Powalowski
Date: Thursday, May 21, 2015 @ 08:05:51
  Author: tpowa
Revision: 239606

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-21 06:05:43 UTC (rev 239605)
+++ extra-i686/PKGBUILD 2015-05-21 06:05:51 UTC (rev 239606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=iniparser
-pkgver=3.1
-pkgrel=4
-pkgdesc=A free stand-alone ini file parsing library written in portable ANSI 
C
-arch=('i686' 'x86_64')
-url=http://ndevilla.free.fr/iniparser/;
-license=('MIT')
-depends=('glibc')
-makedepends=('chrpath')
-source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa4f995468ed390caf323f50a285bc3')
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
-  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
-  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
-  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
-  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
-  chrpath -d $pkgdir/usr/lib/libiniparser.so
-}

Copied: iniparser/repos/extra-i686/PKGBUILD (from rev 239605, 
iniparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-21 06:05:51 UTC (rev 239606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=iniparser
+pkgver=4.0
+pkgrel=1
+pkgdesc=A free stand-alone ini file parsing library written in portable ANSI 
C
+arch=('i686' 'x86_64')
+url=http://ndevilla.free.fr/iniparser/;
+license=('MIT')
+depends=('glibc')
+makedepends=('chrpath')
+source=(https://github.com/ndevilla/iniparser/archive/v$pkgver.tar.gz)
+md5sums=('94c7278f8d22de1a31320219b27634b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
+  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
+  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
+  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
+  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-21 06:05:43 UTC (rev 239605)
+++ extra-x86_64/PKGBUILD   2015-05-21 06:05:51 UTC (rev 239606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=iniparser
-pkgver=3.1
-pkgrel=4
-pkgdesc=A free stand-alone ini file parsing library written in portable ANSI 
C
-arch=('i686' 'x86_64')
-url=http://ndevilla.free.fr/iniparser/;
-license=('MIT')
-depends=('glibc')
-makedepends=('chrpath')
-source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa4f995468ed390caf323f50a285bc3')
-
-build() {
-  cd $srcdir/$pkgname
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -Dm644 src/iniparser.h $pkgdir/usr/include/iniparser.h
-  install -Dm644 src/dictionary.h $pkgdir/usr/include/dictionary.h
-  install -Dm644 libiniparser.a $pkgdir/usr/lib/libiniparser.a
-  install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
-  ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
-  chrpath -d $pkgdir/usr/lib/libiniparser.so
-}

Copied: iniparser/repos/extra-x86_64/PKGBUILD (from rev 239605, 
iniparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-21 06:05:51 UTC (rev 239606)
@@ -0,0 +1,32 @@
+# 

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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 10:52:53
  Author: fyan
Revision: 133904

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

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

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 08:52:18 UTC (rev 133903)
+++ community-i686/PKGBUILD 2015-05-21 08:52:53 UTC (rev 133904)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Albert.Zhou albert.z...@wiz.cn
-
-pkgname=wiznote
-pkgver=2.1.17.20150420
-_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
-pkgrel=1
-pkgdesc=Opensource cross-platform cloud based note-taking client
-arch=('i686' 'x86_64')
-url=http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir/ install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 133903, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 08:52:53 UTC (rev 133904)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Albert.Zhou albert.z...@wiz.cn
+
+pkgname=wiznote
+pkgver=2.1.18.20150430
+_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
+pkgrel=1
+pkgdesc=Opensource cross-platform cloud based note-taking client
+arch=('i686' 'x86_64')
+url=http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name=WizQTClient
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-05-21 08:52:18 UTC (rev 133903)
+++ community-i686/wiznote.install  2015-05-21 08:52:53 UTC (rev 133904)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 133903, 
wiznote/trunk/wiznote.install)
===
--- 

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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 10:52:18
  Author: fyan
Revision: 133903

upgpkg: wiznote 2.1.18.20150430-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 06:11:26 UTC (rev 133902)
+++ PKGBUILD2015-05-21 08:52:18 UTC (rev 133903)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.1.17.20150420
-_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
+pkgver=2.1.18.20150430
+_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')


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

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 19:56:59
  Author: arojas
Revision: 239625

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

Added:
  kdeedu-marble/repos/staging-i686/
  kdeedu-marble/repos/staging-i686/PKGBUILD
(from rev 239624, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/staging-i686/kdeedu-marble.install
(from rev 239624, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/staging-i686/marble-qt.install
(from rev 239624, kdeedu-marble/trunk/marble-qt.install)
  kdeedu-marble/repos/staging-x86_64/
  kdeedu-marble/repos/staging-x86_64/PKGBUILD
(from rev 239624, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/staging-x86_64/kdeedu-marble.install
(from rev 239624, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/staging-x86_64/marble-qt.install
(from rev 239624, kdeedu-marble/trunk/marble-qt.install)

--+
 staging-i686/PKGBUILD|   63 +
 staging-i686/kdeedu-marble.install   |   13 ++
 staging-i686/marble-qt.install   |   13 ++
 staging-x86_64/PKGBUILD  |   63 +
 staging-x86_64/kdeedu-marble.install |   13 ++
 staging-x86_64/marble-qt.install |   13 ++
 6 files changed, 178 insertions(+)

Copied: kdeedu-marble/repos/staging-i686/PKGBUILD (from rev 239624, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-21 17:56:59 UTC (rev 239625)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdeedu-marble
+pkgname=('kdeedu-marble' 'marble-qt')
+pkgver=15.04.1
+pkgrel=2
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd' 'quazip' 'libwlocate')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('0da84b2bb6847297b09962619eb4cf5f41ef482d')
+
+prepare() {
+  mkdir -p build{,-qt}
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-qt
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT5BUILD=TRUE \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package_kdeedu-marble() {
+  depends=('kdebase-runtime')
+  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
+'quazip: reading and displaying KMZ files')
+  groups=('kde-applications' 'kdeedu')
+  install=$pkgname.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+# remove mobile and qt4 versions
+  rm -r $pkgdir/usr/bin/marble-*
+  rm -r $pkgdir/usr/share/applications/kde4/marble-*
+}
+
+package_marble-qt() {
+  pkgdesc=Desktop Globe (Qt version)
+  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
+  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
+  'quazip: reading and displaying KMZ files')
+  conflicts=('kdeedu-marble')
+  install=$pkgname.install  
+
+  cd build-qt
+  make DESTDIR=${pkgdir} install
+# remove mobile version
+  rm -r $pkgdir/usr/bin/marble-{mobile,touch}
+  rm -r $pkgdir/usr/share/applications/marble-{mobile,touch}.desktop
+}

Copied: kdeedu-marble/repos/staging-i686/kdeedu-marble.install (from rev 
239624, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- staging-i686/kdeedu-marble.install  (rev 0)
+++ staging-i686/kdeedu-marble.install  2015-05-21 17:56:59 UTC (rev 239625)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/staging-i686/marble-qt.install (from rev 239624, 
kdeedu-marble/trunk/marble-qt.install)
===
--- staging-i686/marble-qt.install  (rev 0)
+++ staging-i686/marble-qt.install  2015-05-21 17:56:59 UTC (rev 239625)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/staging-x86_64/PKGBUILD (from rev 239624, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ 

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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:03:18
  Author: andyrtr
Revision: 239629

upgpkg: libisofs 1.4.0-1

upstream update 1.4.0

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 18:01:18 UTC (rev 239628)
+++ PKGBUILD2015-05-21 18:03:18 UTC (rev 239629)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.3.8
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
+md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
 


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:03:30
  Author: andyrtr
Revision: 239630

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-21 18:03:18 UTC (rev 239629)
+++ extra-i686/PKGBUILD 2015-05-21 18:03:30 UTC (rev 239630)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.8
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 239629, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-21 18:03:30 UTC (rev 239630)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-21 18:03:18 UTC (rev 239629)
+++ extra-x86_64/PKGBUILD   2015-05-21 18:03:30 UTC (rev 239630)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.8
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 239629, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-21 18:03:30 UTC (rev 239630)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:01:06
  Author: andyrtr
Revision: 239627

upgpkg: libburn 1.4.0-1

upstream update 1.4.0

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 17:56:59 UTC (rev 239626)
+++ PKGBUILD2015-05-21 18:01:06 UTC (rev 239627)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.3.8 #.pl01
+pkgver=1.4.0 #.pl01
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
+md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
 


[arch-commits] Commit in (4 files)

2015-05-21 Thread Bartłomiej Piotrowski
Date: Thursday, May 21, 2015 @ 20:13:40
  Author: bpiotrowski
Revision: 133931

extra2community: Moving ffmpeg-compat from extra to community

Added:
  ffmpeg-compat/
  ffmpeg-compat/repos/
  ffmpeg-compat/trunk/
  ffmpeg-compat/trunk/PKGBUILD

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

Added: ffmpeg-compat/trunk/PKGBUILD
===
--- ffmpeg-compat/trunk/PKGBUILD(rev 0)
+++ ffmpeg-compat/trunk/PKGBUILD2015-05-21 18:13:40 UTC (rev 133931)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.16
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass' 'libmodplug' 'libpulse'
+  'libtheora' 'libva' 'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger'
+  'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('e77823cbd58dfdb61f88059476070bc432d80e3821c14abcf804ef709d2f3fd1'
+'SKIP')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+}
+
+package() {
+  cd ffmpeg-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/{bin,share}
+
+  install -dm755 $pkgdir/etc/ld.so.conf.d/
+  echo -e '/usr/lib/\n/usr/lib/ffmpeg-compat/'  
$pkgdir/etc/ld.so.conf.d/$pkgname.conf
+}


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


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

2015-05-21 Thread Bartłomiej Piotrowski
Date: Thursday, May 21, 2015 @ 20:13:49
  Author: bpiotrowski
Revision: 133932

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

Added:
  ffmpeg-compat/repos/community-i686/
  ffmpeg-compat/repos/community-i686/PKGBUILD
(from rev 133931, ffmpeg-compat/trunk/PKGBUILD)
  ffmpeg-compat/repos/community-x86_64/
  ffmpeg-compat/repos/community-x86_64/PKGBUILD
(from rev 133931, ffmpeg-compat/trunk/PKGBUILD)

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

Copied: ffmpeg-compat/repos/community-i686/PKGBUILD (from rev 133931, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 18:13:49 UTC (rev 133932)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.16
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass' 'libmodplug' 'libpulse'
+  'libtheora' 'libva' 'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger'
+  'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('e77823cbd58dfdb61f88059476070bc432d80e3821c14abcf804ef709d2f3fd1'
+'SKIP')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+}
+
+package() {
+  cd ffmpeg-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/{bin,share}
+
+  install -dm755 $pkgdir/etc/ld.so.conf.d/
+  echo -e '/usr/lib/\n/usr/lib/ffmpeg-compat/'  
$pkgdir/etc/ld.so.conf.d/$pkgname.conf
+}

Copied: ffmpeg-compat/repos/community-x86_64/PKGBUILD (from rev 133931, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-21 18:13:49 UTC (rev 133932)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.16
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass' 'libmodplug' 'libpulse'
+  'libtheora' 'libva' 'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger'
+  'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('e77823cbd58dfdb61f88059476070bc432d80e3821c14abcf804ef709d2f3fd1'
+'SKIP')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+

[arch-commits] Commit in gcc-multilib/trunk (PKGBUILD pr65873.patch pr66035.patch)

2015-05-21 Thread Jan Steffens
Date: Thursday, May 21, 2015 @ 20:31:55
  Author: heftig
Revision: 133933

5.1.0-4

Added:
  gcc-multilib/trunk/pr66035.patch
Modified:
  gcc-multilib/trunk/PKGBUILD
Deleted:
  gcc-multilib/trunk/pr65873.patch

---+
 PKGBUILD  |   14 +++---
 pr65873.patch |   17 -
 pr66035.patch |   48 
 3 files changed, 55 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 18:13:49 UTC (rev 133932)
+++ PKGBUILD2015-05-21 18:31:55 UTC (rev 133933)
@@ -9,8 +9,8 @@
 pkgver=5.1.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=3
-_snapshot=5-20150505
+pkgrel=4
+_snapshot=5-20150519
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -23,11 +23,11 @@
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 pr65882.patch
-pr65873.patch)
-md5sums=('8acc1b53380be0dd56e67990ba1fc06e'
+pr66035.patch)
+md5sums=('84f261b2f23e154ec6d9bd4149851a21'
  '118d1a379abf7606a3334c98a8411c79'
  '9a9cc98e916fd37c7b3dad50f29d2f48'
- 'cad91055efb6e20919fb81aff1600d8e')
+ '5b980076cd5fcbc3aff6014f306282dd')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -57,8 +57,8 @@
   # https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01558.html
   patch -p1 -i ${srcdir}/pr65882.patch
 
-  # commit a64b35493
-  patch -p1 -i ${srcdir}/pr65873.patch
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
+  patch -p1 -i ${srcdir}/pr66035.patch
 
   mkdir ${srcdir}/gcc-build
 }

Deleted: pr65873.patch
===
--- pr65873.patch   2015-05-21 18:13:49 UTC (rev 133932)
+++ pr65873.patch   2015-05-21 18:31:55 UTC (rev 133933)
@@ -1,17 +0,0 @@
-diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
-index 565c5e3..1427761 100644
 a/gcc/ipa-inline.c
-+++ b/gcc/ipa-inline.c
-@@ -439,9 +439,6 @@ can_inline_edge_p (struct cgraph_edge *e, bool report,
-  == !opt_for_fn (callee-decl, optimize) || !always_inline))
- || check_match (flag_wrapv)
- || check_match (flag_trapv)
--/* Strictly speaking only when the callee contains memory
--   accesses that are not using alias-set zero anyway.  */
--|| check_maybe_down (flag_strict_aliasing)
- /* Strictly speaking only when the callee uses FP math.  */
- || check_maybe_up (flag_rounding_math)
- || check_maybe_up (flag_trapping_math)
--- 
-2.3.6
-

Added: pr66035.patch
===
--- pr66035.patch   (rev 0)
+++ pr66035.patch   2015-05-21 18:31:55 UTC (rev 133933)
@@ -0,0 +1,48 @@
+--- a/gcc/fortran/trans-expr.c 
 a/gcc/fortran/trans-expr.c 
+@@ -6897,6 +6897,30 @@ alloc_scalar_allocatable_for_subcomponent_assignment 
(stmtblock_t *block,
+  TREE_TYPE (tmp), tmp,
+  fold_convert (TREE_TYPE (tmp), size));
+ }
++  else if (cm-ts.type == BT_CLASS)
++{
++  gcc_assert (expr2-ts.type == BT_CLASS || expr2-ts.type == BT_DERIVED);
++  if (expr2-ts.type == BT_DERIVED)
++  {
++tmp = gfc_get_symbol_decl (gfc_find_vtab (expr2-ts));
++tmp = gfc_build_addr_expr (NULL_TREE, tmp);
++size = fold_convert (size_type_node, gfc_vptr_size_get (tmp));
++  }
++  else
++  {
++gfc_expr *e2vtab;
++gfc_se se;
++e2vtab = gfc_find_and_cut_at_last_class_ref (expr2);
++gfc_add_vptr_component (e2vtab);
++gfc_add_size_component (e2vtab);
++gfc_init_se (se, NULL);
++gfc_conv_expr (se, e2vtab);
++gfc_add_block_to_block (block, se.pre);
++size = fold_convert (size_type_node, se.expr);
++gfc_free_expr (e2vtab);
++  }
++  size_in_bytes = size;
++}
+   else
+ {
+   /* Otherwise use the length in bytes of the rhs.  */
+@@ -7068,6 +7092,14 @@ gfc_trans_subcomponent_assign (tree dest, gfc_component 
* cm, gfc_expr * expr,
+ tmp = gfc_build_memcpy_call (tmp, se.expr, size);
+ gfc_add_expr_to_block (block, tmp);
+   }
++  else if (cm-ts.type == BT_CLASS  expr-ts.type == BT_CLASS)
++  {
++tmp = gfc_copy_class_to_class (se.expr, dest, integer_one_node,
++ CLASS_DATA (cm)-attr.unlimited_polymorphic);
++gfc_add_expr_to_block (block, tmp);
++gfc_add_modify (block, gfc_class_vptr_get (dest),
++gfc_class_vptr_get (se.expr));
++  }
+   else
+   gfc_add_modify (block, tmp,
+   fold_convert (TREE_TYPE (tmp), se.expr));


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 19:56:36
  Author: andyrtr
Revision: 239624

upgpkg: sqlite 3.8.10.2-1

upstream update 3.8.10.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 17:55:30 UTC (rev 239623)
+++ PKGBUILD2015-05-21 17:56:36 UTC (rev 239624)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081001
+_amalgamationver=3081002
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.10.1
+pkgver=3.8.10.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('86bfed5752783fb24c051f3efac5972ce11023f0'
-  'af4b30ce5de5ab0f04d20b80bb7bdfdcbff618ce'
+sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152'
+  '2e816999255e4fced7d93b6ad3650a361a446288'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 19:56:59
  Author: andyrtr
Revision: 239626

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 239624, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 239624, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 239624, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 239624, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/license.txt   |   33 ++
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/license.txt |   33 ++
 4 files changed, 258 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 239624, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 17:56:59 UTC (rev 239626)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3081002
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.10.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url=http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
+   http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!emptydirs' '!makeflags')
+sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152'
+  '2e816999255e4fced7d93b6ad3650a361a446288'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  # build sqlite
+  cd $srcdir/sqlite-autoconf-$_amalgamationver
+
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc=A C library that implements an SQL database engine
+ depends=('readline')
+ provides=(sqlite3=$pkgver)
+ replaces=(sqlite3)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc=sqlite Tcl Extension Architecture (TEA)
+ depends=('sqlite')
+ provides=(sqlite3-tcl=$pkgver)
+ replaces=(sqlite3-tcl)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+package_sqlite-doc() {
+
+ pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
+ #arch=('any') - not yet supported
+ provides=(sqlite3-doc=$pkgver)
+ replaces=(sqlite3-doc)
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 239624, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-05-21 17:56:59 UTC (rev 239626)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code 

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

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 20:18:23
  Author: arojas
Revision: 239636

gpsd 3.14 rebuild

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 18:14:15 UTC (rev 239635)
+++ PKGBUILD2015-05-21 18:18:23 UTC (rev 239636)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:05:55
  Author: andyrtr
Revision: 239631

upgpkg: libisoburn 1.4.0-1

upstream update 1.4.0

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 18:03:30 UTC (rev 239630)
+++ PKGBUILD2015-05-21 18:05:55 UTC (rev 239631)
@@ -3,19 +3,19 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.3.8 #.pl01
+pkgver=1.4.0 #.pl01
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia-project.org;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.3.8' 'libisofs=1.3.8' 'readline')
+depends=('libburn=1.4.0' 'libisofs=1.4.0' 'readline')
 optdepends=('tk:  for xorriso-tcltk frontend'
 'bwidget: for xorriso-tcltk frontend')
 provides=('xorriso' 'xorriso-tcltk')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
+md5sums=('77bc6bcbe023ccd0fb210e341606dfbf'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
 


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:06:06
  Author: andyrtr
Revision: 239632

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

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

-+
 /PKGBUILD   |   62 ++
 /libisoburn.install |   40 
 extra-i686/PKGBUILD |   30 --
 extra-i686/libisoburn.install   |   20 
 extra-x86_64/PKGBUILD   |   30 --
 extra-x86_64/libisoburn.install |   20 
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-21 18:05:55 UTC (rev 239631)
+++ extra-i686/PKGBUILD 2015-05-21 18:06:06 UTC (rev 239632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.3.8 #.pl01
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia-project.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.3.8' 'libisofs=1.3.8' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 239631, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-21 18:06:06 UTC (rev 239632)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.4.0 #.pl01
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia-project.org;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.4.0' 'libisofs=1.4.0' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('77bc6bcbe023ccd0fb210e341606dfbf'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2015-05-21 18:05:55 UTC (rev 239631)
+++ extra-i686/libisoburn.install   2015-05-21 18:06:06 UTC (rev 239632)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 239631, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2015-05-21 18:06:06 UTC (rev 239632)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  

[arch-commits] Commit in (ffmpeg-compat)

2015-05-21 Thread Bartłomiej Piotrowski
Date: Thursday, May 21, 2015 @ 20:14:15
  Author: bpiotrowski
Revision: 239635

extra2community: Moving ffmpeg-compat from extra to community

Deleted:
  ffmpeg-compat/


[arch-commits] Commit in xorg-fonts-misc/trunk (PKGBUILD xfonts.install)

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:22:22
  Author: andyrtr
Revision: 239638

upgpkg: xorg-fonts-misc 1.0.3-4

generate also fonts.scale and fonts.dir for /usr/share/font/{OTF,TTF} - FS#45032

Modified:
  xorg-fonts-misc/trunk/PKGBUILD
  xorg-fonts-misc/trunk/xfonts.install

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 18:19:53 UTC (rev 239637)
+++ PKGBUILD2015-05-21 18:22:22 UTC (rev 239638)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-fonts-misc
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org misc fonts
 arch=(any)
 url=http://xorg.freedesktop.org/;

Modified: xfonts.install
===
--- xfonts.install  2015-05-21 18:19:53 UTC (rev 239637)
+++ xfonts.install  2015-05-21 18:22:22 UTC (rev 239638)
@@ -1,8 +1,8 @@
 post_install() {
   echo -n Updating font cache... 
   fc-cache -s
-  mkfontscale /usr/share/fonts/misc
-  mkfontdir /usr/share/fonts/misc
+  mkfontscale /usr/share/fonts/misc /usr/share/fonts/OTF /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/misc /usr/share/fonts/OTF /usr/share/fonts/TTF
   echo done.
 }
 


[arch-commits] Commit in xorg-fonts-misc/repos/extra-any (4 files)

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:22:33
  Author: andyrtr
Revision: 239639

archrelease: copy trunk to extra-any

Added:
  xorg-fonts-misc/repos/extra-any/PKGBUILD
(from rev 239638, xorg-fonts-misc/trunk/PKGBUILD)
  xorg-fonts-misc/repos/extra-any/xfonts.install
(from rev 239638, xorg-fonts-misc/trunk/xfonts.install)
Deleted:
  xorg-fonts-misc/repos/extra-any/PKGBUILD
  xorg-fonts-misc/repos/extra-any/xfonts.install

+
 PKGBUILD   |  146 +++
 xfonts.install |   30 +--
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-21 18:22:22 UTC (rev 239638)
+++ PKGBUILD2015-05-21 18:22:33 UTC (rev 239639)
@@ -1,73 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-fonts-misc
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=X.org misc fonts
-arch=(any)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=xfonts.install
-replaces=('font-misc-ethiopic' 'font-misc-meltho')
-provides=('font-misc-ethiopic' 'font-misc-meltho')
-conflicts=('font-misc-ethiopic' 'font-misc-meltho')
-source=(${url}/releases/individual/font/font-arabic-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-cursor-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-daewoo-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-dec-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-isas-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-jis-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-micro-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-misc-ethiopic-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-misc-meltho-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-misc-misc-1.1.2.tar.bz2
-${url}/releases/individual/font/font-mutt-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-schumacher-misc-1.1.2.tar.bz2
-${url}/releases/individual/font/font-sony-misc-${pkgver}.tar.bz2
-${url}/releases/individual/font/font-sun-misc-${pkgver}.tar.bz2)
-md5sums=('cc0726e4a277d6ed93b8e09c1f195470'
- '3e0069d4f178a399cffe56daa95c2b63'
- '0571bf77f8fab465a5454569d9989506'
- '6e7c5108f1b16d7a1c7b2c9760edd6e5'
- 'a2401caccbdcf5698e001784dbd43f1a'
- 'cb7b57d7800fd9e28ec35d85761ed278'
- '143c228286fe9c920ab60e47c1b60b67'
- '6306c808f7d7e7d660dfb3859f9091d2'
- 'e3e7b0fda650adc7eb6964ff3c486b1c'
- 'c88eb44b3b903d79fb44b860a213e623'
- '56b0296e8862fc1df5cdbb4efe604e86'
- 'e805feb7c4f20e6bfb1118d19d972219'
- 'beef61a9b0762aba8af7b736bb961f86'
- '948f2e07810b4f31195185921470f68d')
-
-build() {
-  cd ${srcdir}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/misc
-  make
-  popd
-fi
-  done
-}
-
-package() {
-  cd ${srcdir}
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  for dir in *; do
-if [ -d ${dir} ]; then
-  pushd ${dir}
-  make DESTDIR=${pkgdir} install
-  install -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.${dir%-*}
-  popd
-fi
-  done
-  rm -f ${pkgdir}/usr/share/fonts/*/fonts.*
-  
-  # move .otf files to proper directory - FS#44250
-  mv ${pkgdir}/usr/share/fonts/misc/*.otf ${pkgdir}/usr/share/fonts/OTF/
-}

Copied: xorg-fonts-misc/repos/extra-any/PKGBUILD (from rev 239638, 
xorg-fonts-misc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-21 18:22:33 UTC (rev 239639)
@@ -0,0 +1,73 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-fonts-misc
+pkgver=1.0.3
+pkgrel=4
+pkgdesc=X.org misc fonts
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install=xfonts.install
+replaces=('font-misc-ethiopic' 'font-misc-meltho')
+provides=('font-misc-ethiopic' 'font-misc-meltho')
+conflicts=('font-misc-ethiopic' 'font-misc-meltho')
+source=(${url}/releases/individual/font/font-arabic-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-cursor-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-daewoo-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-dec-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-isas-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-jis-misc-${pkgver}.tar.bz2
+${url}/releases/individual/font/font-micro-misc-${pkgver}.tar.bz2
+

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 14:55:55
  Author: tredaelli
Revision: 133907

upgpkg: miniupnpd 1.9.20150430-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 11:03:29 UTC (rev 133906)
+++ PKGBUILD2015-05-21 12:55:55 UTC (rev 133907)
@@ -2,8 +2,8 @@
 # Maintainer: Timothy Redaelli timothy.redae...@gmail.com
 # Contributor: fauno fa...@parabola.nu
 pkgname=miniupnpd
-pkgver=1.9.20150307
-pkgrel=2
+pkgver=1.9.20150430
+pkgrel=1
 pkgdesc=Lightweight UPnP IGD daemon
 arch=('i686' 'x86_64')
 url=http://miniupnp.free.fr;
@@ -14,7 +14,7 @@
 source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
 miniupnpd-1.8.20140401-foreground.patch
 miniupnpd.systemd)
-sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409'
+sha256sums=('e1cce06fc17861cb523bdd629d501cc2aca587502e9d1daa2bf831e1e8d0582a'
 '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
 '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
 
@@ -27,7 +27,7 @@
 build() {
   cd $pkgname-$pkgver
 
-  CONFIG_OPTIONS=--strict --ipv6 --igd2 --leasefile make -f Makefile.linux 
config.h
+  CONFIG_OPTIONS=--ipv6 --igd2 --leasefile make -f Makefile.linux config.h
   make -f Makefile.linux
 }
 


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 14:56:08
  Author: tredaelli
Revision: 133908

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 133907, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
(from rev 133907, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 133907, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 133907, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
(from rev 133907, miniupnpd/trunk/miniupnpd-1.8.20140401-foreground.patch)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 133907, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd-1.8.20140401-foreground.patch
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

--+
 /PKGBUILD|   98 +
 /miniupnpd-1.8.20140401-foreground.patch |   80 ++
 /miniupnpd.systemd   |   26 +++
 community-i686/PKGBUILD  |   49 --
 community-i686/miniupnpd-1.8.20140401-foreground.patch   |   40 -
 community-i686/miniupnpd.systemd |   13 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/miniupnpd-1.8.20140401-foreground.patch |   40 -
 community-x86_64/miniupnpd.systemd   |   13 -
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 12:55:55 UTC (rev 133907)
+++ community-i686/PKGBUILD 2015-05-21 12:56:08 UTC (rev 133908)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: fauno fa...@parabola.nu
-pkgname=miniupnpd
-pkgver=1.9.20150307
-pkgrel=2
-pkgdesc=Lightweight UPnP IGD daemon
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd-1.8.20140401-foreground.patch
-miniupnpd.systemd)
-sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409'
-'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
-'74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p0 -i $srcdir/miniupnpd-1.8.20140401-foreground.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  CONFIG_OPTIONS=--strict --ipv6 --igd2 --leasefile make -f Makefile.linux 
config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man8
-
-  make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f Makefile.linux 
install
-
-  rm -r ${pkgdir}/etc/init.d
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
-  sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/ ${pkgdir}/etc/miniupnpd/miniupnpd.conf
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 133907, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 12:56:08 UTC (rev 133908)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.9.20150430
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd-1.8.20140401-foreground.patch
+miniupnpd.systemd)
+sha256sums=('e1cce06fc17861cb523bdd629d501cc2aca587502e9d1daa2bf831e1e8d0582a'
+'79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
+

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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 15:22:00
  Author: fyan
Revision: 239613

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

Added:
  python-cffi/repos/testing-i686/PKGBUILD
(from rev 239612, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/testing-x86_64/PKGBUILD
(from rev 239612, python-cffi/trunk/PKGBUILD)
Deleted:
  python-cffi/repos/testing-i686/PKGBUILD
  python-cffi/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-05-21 13:21:41 UTC (rev 239612)
+++ testing-i686/PKGBUILD   2015-05-21 13:22:00 UTC (rev 239613)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('07508579d304307531eccb82001011c0a810bb4dc88573420097a4ed22583ba33b43ba203999fe25ab62a28d6e80bd4917e61354ea164794c0f3dfb20d991591')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/testing-i686/PKGBUILD (from rev 239612, 
python-cffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 13:22:00 UTC (rev 239613)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-05-21 13:21:41 UTC (rev 239612)
+++ testing-x86_64/PKGBUILD 2015-05-21 13:22:00 UTC (rev 239613)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')

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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 15:21:41
  Author: fyan
Revision: 239612

upgpkg: python-cffi 1.0.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 12:16:30 UTC (rev 239611)
+++ PKGBUILD2015-05-21 13:21:41 UTC (rev 239612)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('07508579d304307531eccb82001011c0a810bb4dc88573420097a4ed22583ba33b43ba203999fe25ab62a28d6e80bd4917e61354ea164794c0f3dfb20d991591')
+sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}


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

2015-05-21 Thread Ronald van Haren
Date: Thursday, May 21, 2015 @ 14:12:04
  Author: ronald
Revision: 239609

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

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 239608, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 239608, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/tc.patch
(from rev 239608, iproute2/trunk/tc.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 239608, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 239608, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 239608, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/tc.patch
(from rev 239608, iproute2/trunk/tc.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 239608, iproute2/trunk/unwanted-link-help.patch)

-+
 testing-i686/PKGBUILD   |   69 +++
 testing-i686/iproute2-fhs.patch |   75 ++
 testing-i686/tc.patch   |   58 +++
 testing-i686/unwanted-link-help.patch   |   17 ++
 testing-x86_64/PKGBUILD |   69 +++
 testing-x86_64/iproute2-fhs.patch   |   75 ++
 testing-x86_64/tc.patch |   58 +++
 testing-x86_64/unwanted-link-help.patch |   17 ++
 8 files changed, 438 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 239608, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 12:12:04 UTC (rev 239609)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=4.0.0
+pkgrel=2
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
+source=(http://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar.{xz,sign}
+iproute2-fhs.patch
+unwanted-link-help.patch
+   tc.patch)
+sha1sums=('d24385ae619966d1bd71e146322d6035d60aaa1a'
+  'SKIP'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a'
+  '81124e20802ff06bad616debab827b03a3c75679')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct fhs structure
+  patch -Np1 -i ${srcdir}/iproute2-fhs.patch
+
+  # allow operations on links called h, he, hel, help
+  patch -Np1 -i ${srcdir}/unwanted-link-help.patch
+
+  # upstream patch for FS#45031: tc qdisc show broken
+  patch -Np1 -i ${srcdir}/tc.patch
+
+  # do not treat warnings as errors
+  sed -i 's/-Werror//' Makefile
+
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a ${pkgdir}/usr/lib/libnetlink.a
+
+  # usrmove
+  cd ${pkgdir}
+  mv usr/sbin usr/bin
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 239608, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2015-05-21 12:12:04 UTC (rev 239609)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:02:43
  Author: tredaelli
Revision: 133911

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:00:18 UTC (rev 133910)
+++ community-i686/PKGBUILD 2015-05-21 13:02:43 UTC (rev 133911)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Florian Loitsch archli...@florian.loitsch.com
-pkgname=miniupnpc
-pkgver=1.9.20150430
-pkgrel=1
-pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/ install
-  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-i686/PKGBUILD (from rev 133910, 
miniupnpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:02:43 UTC (rev 133911)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Florian Loitsch archli...@florian.loitsch.com
+pkgname=miniupnpc
+pkgver=1.9.20150430
+pkgrel=1
+pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/ install
+  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-21 13:00:18 UTC (rev 133910)
+++ community-x86_64/PKGBUILD   2015-05-21 13:02:43 UTC (rev 133911)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Florian Loitsch archli...@florian.loitsch.com
-pkgname=miniupnpc
-pkgver=1.9.20150430
-pkgrel=1
-pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/ install
-  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 133910, 
miniupnpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-21 13:02:43 UTC (rev 133911)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Florian Loitsch archli...@florian.loitsch.com
+pkgname=miniupnpc
+pkgver=1.9.20150430
+pkgrel=1
+pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/ install
+  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:21:04
  Author: tredaelli
Revision: 133919

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:20:52 UTC (rev 133918)
+++ community-i686/PKGBUILD 2015-05-21 13:21:04 UTC (rev 133919)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: kevku ke...@msn.com
-
-pkgname=opensc
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64' 'i686')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('openssl' 'pcsclite' 'libltdl')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
-
-build() {
-  cd $pkgname-$pkgver
-  export LIBS=-lltdl
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-man \
---enable-doc \
---enable-readline \
---enable-openssl \
---enable-pcsc \
---enable-zlib \
---enable-sm \
---with-xsl-stylesheetsdir=$_sheetdir
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 etc/opensc.conf $pkgdir/etc/opensc.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-i686/PKGBUILD (from rev 133918, 
opensc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:21:04 UTC (rev 133919)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: kevku ke...@msn.com
+
+pkgname=opensc
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('openssl' 'pcsclite' 'libltdl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('01e6b803865f7b7574ee65a7b2d63c17')
+
+build() {
+  cd $pkgname-$pkgver
+  export LIBS=-lltdl
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-man \
+--enable-doc \
+--enable-readline \
+--enable-openssl \
+--enable-pcsc \
+--enable-zlib \
+--enable-sm \
+--with-xsl-stylesheetsdir=$_sheetdir
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 etc/opensc.conf $pkgdir/etc/opensc.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-21 13:20:52 UTC (rev 133918)
+++ community-x86_64/PKGBUILD   2015-05-21 13:21:04 UTC (rev 133919)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: kevku ke...@msn.com
-
-pkgname=opensc
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64' 'i686')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('openssl' 'pcsclite' 'libltdl')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
-
-build() {
-  cd $pkgname-$pkgver
-  export LIBS=-lltdl
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-man \
---enable-doc \
---enable-readline \
---enable-openssl \
---enable-pcsc \
---enable-zlib \
---enable-sm \
---with-xsl-stylesheetsdir=$_sheetdir
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 etc/opensc.conf $pkgdir/etc/opensc.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-x86_64/PKGBUILD (from rev 133918, 
opensc/trunk/PKGBUILD)
===
--- 

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:20:52
  Author: tredaelli
Revision: 133918

upgpkg: opensc 0.15.0-1

Modified:
  opensc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:12:50 UTC (rev 133917)
+++ PKGBUILD2015-05-21 13:20:52 UTC (rev 133918)
@@ -4,7 +4,7 @@
 # Contributor: kevku ke...@msn.com
 
 pkgname=opensc
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('openssl' 'pcsclite' 'libltdl')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
+md5sums=('01e6b803865f7b7574ee65a7b2d63c17')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:12:50
  Author: tredaelli
Revision: 133917

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 133916, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 133916, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   70 +--
 fix-pod-numbers.patch |   94 
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-21 13:12:43 UTC (rev 133916)
+++ PKGBUILD2015-05-21 13:12:50 UTC (rev 133917)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Vianney le Clément vleclement AT gmail·com
-# Contributor: Peter Simons sim...@cryp.to
-
-pkgname=parallel
-pkgver=20150322
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('94b9113a651dfdb40a7032637a5d5aaf'
- 'SKIP')
-sha1sums=('9f880243481f268fa0985befb0112d86154cc490'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # FIXME
-  ln -sf parallel $pkgdir/usr/bin/sem
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 133916, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-21 13:12:50 UTC (rev 133917)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Vianney le Clément vleclement AT gmail·com
+# Contributor: Peter Simons sim...@cryp.to
+
+pkgname=parallel
+pkgver=20150422
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('cf88cabf3603cb8d41232913f1954b11'
+ 'SKIP')
+sha1sums=('abcc4c733a2ecbbfb4e615c2f73ce6b307a35c8b'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # FIXME
+  ln -sf parallel $pkgdir/usr/bin/sem
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2015-05-21 13:12:43 UTC (rev 133916)
+++ fix-pod-numbers.patch   2015-05-21 13:12:50 UTC (rev 133917)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 133916, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2015-05-21 13:12:50 UTC (rev 133917)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 

[arch-commits] Commit in gcc/trunk (PKGBUILD pr65873.patch pr66035.patch)

2015-05-21 Thread Allan McRae
Date: Thursday, May 21, 2015 @ 14:13:20
  Author: allan
Revision: 239610

upgpkg: gcc 5.1.0-4

new snapshot, remove patch applied upstream and add a new one...

Added:
  gcc/trunk/pr66035.patch
Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/pr65873.patch

---+
 PKGBUILD  |   14 +++---
 pr65873.patch |   17 -
 pr66035.patch |   48 
 3 files changed, 55 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 12:12:04 UTC (rev 239609)
+++ PKGBUILD2015-05-21 12:13:20 UTC (rev 239610)
@@ -8,8 +8,8 @@
 pkgver=5.1.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=3
-_snapshot=5-20150505
+pkgrel=4
+_snapshot=5-20150519
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -21,11 +21,11 @@
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 pr65882.patch
-pr65873.patch)
-md5sums=('8acc1b53380be0dd56e67990ba1fc06e'
+pr66035.patch)
+md5sums=('84f261b2f23e154ec6d9bd4149851a21'
  '118d1a379abf7606a3334c98a8411c79'
  '9a9cc98e916fd37c7b3dad50f29d2f48'
- 'cad91055efb6e20919fb81aff1600d8e')
+ '5b980076cd5fcbc3aff6014f306282dd')
 
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
@@ -55,8 +55,8 @@
   # https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01558.html
   patch -p1 -i ${srcdir}/pr65882.patch
 
-  # commit a64b35493
-  patch -p1 -i ${srcdir}/pr65873.patch
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
+  patch -p1 -i ${srcdir}/pr66035.patch
 
   mkdir ${srcdir}/gcc-build
 }

Deleted: pr65873.patch
===
--- pr65873.patch   2015-05-21 12:12:04 UTC (rev 239609)
+++ pr65873.patch   2015-05-21 12:13:20 UTC (rev 239610)
@@ -1,17 +0,0 @@
-diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
-index 565c5e3..1427761 100644
 a/gcc/ipa-inline.c
-+++ b/gcc/ipa-inline.c
-@@ -439,9 +439,6 @@ can_inline_edge_p (struct cgraph_edge *e, bool report,
-  == !opt_for_fn (callee-decl, optimize) || !always_inline))
- || check_match (flag_wrapv)
- || check_match (flag_trapv)
--/* Strictly speaking only when the callee contains memory
--   accesses that are not using alias-set zero anyway.  */
--|| check_maybe_down (flag_strict_aliasing)
- /* Strictly speaking only when the callee uses FP math.  */
- || check_maybe_up (flag_rounding_math)
- || check_maybe_up (flag_trapping_math)
--- 
-2.3.6
-

Added: pr66035.patch
===
--- pr66035.patch   (rev 0)
+++ pr66035.patch   2015-05-21 12:13:20 UTC (rev 239610)
@@ -0,0 +1,48 @@
+--- a/gcc/fortran/trans-expr.c 
 a/gcc/fortran/trans-expr.c 
+@@ -6897,6 +6897,30 @@ alloc_scalar_allocatable_for_subcomponent_assignment 
(stmtblock_t *block,
+  TREE_TYPE (tmp), tmp,
+  fold_convert (TREE_TYPE (tmp), size));
+ }
++  else if (cm-ts.type == BT_CLASS)
++{
++  gcc_assert (expr2-ts.type == BT_CLASS || expr2-ts.type == BT_DERIVED);
++  if (expr2-ts.type == BT_DERIVED)
++  {
++tmp = gfc_get_symbol_decl (gfc_find_vtab (expr2-ts));
++tmp = gfc_build_addr_expr (NULL_TREE, tmp);
++size = fold_convert (size_type_node, gfc_vptr_size_get (tmp));
++  }
++  else
++  {
++gfc_expr *e2vtab;
++gfc_se se;
++e2vtab = gfc_find_and_cut_at_last_class_ref (expr2);
++gfc_add_vptr_component (e2vtab);
++gfc_add_size_component (e2vtab);
++gfc_init_se (se, NULL);
++gfc_conv_expr (se, e2vtab);
++gfc_add_block_to_block (block, se.pre);
++size = fold_convert (size_type_node, se.expr);
++gfc_free_expr (e2vtab);
++  }
++  size_in_bytes = size;
++}
+   else
+ {
+   /* Otherwise use the length in bytes of the rhs.  */
+@@ -7068,6 +7092,14 @@ gfc_trans_subcomponent_assign (tree dest, gfc_component 
* cm, gfc_expr * expr,
+ tmp = gfc_build_memcpy_call (tmp, se.expr, size);
+ gfc_add_expr_to_block (block, tmp);
+   }
++  else if (cm-ts.type == BT_CLASS  expr-ts.type == BT_CLASS)
++  {
++tmp = gfc_copy_class_to_class (se.expr, dest, integer_one_node,
++ CLASS_DATA (cm)-attr.unlimited_polymorphic);
++gfc_add_expr_to_block (block, tmp);
++gfc_add_modify (block, gfc_class_vptr_get (dest),
++gfc_class_vptr_get (se.expr));
++  }
+   else
+   gfc_add_modify (block, tmp,
+   fold_convert (TREE_TYPE (tmp), se.expr));


[arch-commits] Commit in gcc/repos (34 files)

2015-05-21 Thread Allan McRae
Date: Thursday, May 21, 2015 @ 14:16:30
  Author: allan
Revision: 239611

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

Added:
  gcc/repos/testing-i686/PKGBUILD
(from rev 239610, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 239610, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 239610, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 239610, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 239610, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 239610, gcc/trunk/gcc.install)
  gcc/repos/testing-i686/pr65882.patch
(from rev 239610, gcc/trunk/pr65882.patch)
  gcc/repos/testing-i686/pr66035.patch
(from rev 239610, gcc/trunk/pr66035.patch)
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 239610, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 239610, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 239610, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 239610, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 239610, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 239610, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/pr65882.patch
(from rev 239610, gcc/trunk/pr65882.patch)
  gcc/repos/testing-x86_64/pr66035.patch
(from rev 239610, gcc/trunk/pr66035.patch)
Deleted:
  gcc/repos/testing-i686/PKGBUILD
  gcc/repos/testing-i686/gcc-ada.install
  gcc/repos/testing-i686/gcc-fortran.install
  gcc/repos/testing-i686/gcc-go.install
  gcc/repos/testing-i686/gcc-libs.install
  gcc/repos/testing-i686/gcc.install
  gcc/repos/testing-i686/pr65801.patch
  gcc/repos/testing-i686/pr65873.patch
  gcc/repos/testing-i686/pr65882.patch
  gcc/repos/testing-x86_64/PKGBUILD
  gcc/repos/testing-x86_64/gcc-ada.install
  gcc/repos/testing-x86_64/gcc-fortran.install
  gcc/repos/testing-x86_64/gcc-go.install
  gcc/repos/testing-x86_64/gcc-libs.install
  gcc/repos/testing-x86_64/gcc.install
  gcc/repos/testing-x86_64/pr65801.patch
  gcc/repos/testing-x86_64/pr65873.patch
  gcc/repos/testing-x86_64/pr65882.patch

+
 /PKGBUILD  |  658 +++
 /gcc-ada.install   |   40 ++
 /gcc-fortran.install   |   32 +
 /gcc-go.install|   40 ++
 /gcc-libs.install  |   32 +
 /gcc.install   |   40 ++
 /pr65882.patch |  132 +++
 testing-i686/PKGBUILD  |  329 -
 testing-i686/gcc-ada.install   |   20 -
 testing-i686/gcc-fortran.install   |   16 
 testing-i686/gcc-go.install|   20 -
 testing-i686/gcc-libs.install  |   16 
 testing-i686/gcc.install   |   20 -
 testing-i686/pr65801.patch |   54 --
 testing-i686/pr65873.patch |   17 
 testing-i686/pr65882.patch |   66 ---
 testing-i686/pr66035.patch |   48 ++
 testing-x86_64/PKGBUILD|  329 -
 testing-x86_64/gcc-ada.install |   20 -
 testing-x86_64/gcc-fortran.install |   16 
 testing-x86_64/gcc-go.install  |   20 -
 testing-x86_64/gcc-libs.install|   16 
 testing-x86_64/gcc.install |   20 -
 testing-x86_64/pr65801.patch   |   54 --
 testing-x86_64/pr65873.patch   |   17 
 testing-x86_64/pr65882.patch   |   66 ---
 testing-x86_64/pr66035.patch   |   48 ++
 27 files changed, 1070 insertions(+), 1116 deletions(-)

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


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:06:40
  Author: tredaelli
Revision: 133912

upgpkg: os-prober 1.65-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:02:43 UTC (rev 133911)
+++ PKGBUILD2015-05-21 13:06:40 UTC (rev 133912)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder mario_v...@hotmail.com
 
 pkgname=os-prober
-pkgver=1.64
+pkgver=1.65
 pkgrel=1
 pkgdesc=Utility to detect other OSes on a set of drives
 url=http://joey.kitenet.net/code/os-prober/;
@@ -12,9 +12,9 @@
 depends=('sh')
 
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
os-prober-util-linux-2.24.patch)
-md5sums=('b13047131d2b1a924ed97dd0fa0885a7'
+md5sums=('a7e833555f54387a4798ffea8c2bf0d4'
  'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('b0c14b530dd83856d17736e3758700f7e89fbf0ff6f6c20104b3b4ae1d8579df'
+sha256sums=('c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84'
 '5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
 
 prepare() {


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:06:51
  Author: tredaelli
Revision: 133913

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 133912, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
(from rev 133912, os-prober/trunk/os-prober-util-linux-2.24.patch)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 133912, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch
(from rev 133912, os-prober/trunk/os-prober-util-linux-2.24.patch)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-i686/os-prober-util-linux-2.24.patch
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/repos/community-x86_64/os-prober-util-linux-2.24.patch

--+
 /PKGBUILD|  108 +++
 /os-prober-util-linux-2.24.patch |  116 +
 community-i686/PKGBUILD  |   54 -
 community-i686/os-prober-util-linux-2.24.patch   |   58 --
 community-x86_64/PKGBUILD|   54 -
 community-x86_64/os-prober-util-linux-2.24.patch |   58 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:06:40 UTC (rev 133912)
+++ community-i686/PKGBUILD 2015-05-21 13:06:51 UTC (rev 133913)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: darkcoder mario_v...@hotmail.com
-
-pkgname=os-prober
-pkgver=1.64
-pkgrel=1
-pkgdesc=Utility to detect other OSes on a set of drives
-url=http://joey.kitenet.net/code/os-prober/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
-   os-prober-util-linux-2.24.patch)
-md5sums=('b13047131d2b1a924ed97dd0fa0885a7'
- 'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('b0c14b530dd83856d17736e3758700f7e89fbf0ff6f6c20104b3b4ae1d8579df'
-'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
-
-prepare() {
-  cd $pkgname
-
-  patch -p1 -i $srcdir/os-prober-util-linux-2.24.patch
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e s:/lib/ld\*\.so\*:/lib*/ld*.so*:g 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make newns
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 linux-boot-prober $pkgdir/usr/bin/linux-boot-prober
-  install -Dm755 os-prober $pkgdir/usr/bin/os-prober
-  install -Dm755 newns $pkgdir/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 $pkgdir/usr/lib/$dir
-install -m755 -t $pkgdir/usr/lib/$dir $dir/common/*
-[[ -d $dir/x86 ]]  cp -r $dir/x86/* $pkgdir/usr/lib/$dir
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
$pkgdir/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 $pkgdir/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 133912, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:06:51 UTC (rev 133913)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: darkcoder mario_v...@hotmail.com
+
+pkgname=os-prober
+pkgver=1.65
+pkgrel=1
+pkgdesc=Utility to detect other OSes on a set of drives
+url=http://joey.kitenet.net/code/os-prober/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
+   os-prober-util-linux-2.24.patch)
+md5sums=('a7e833555f54387a4798ffea8c2bf0d4'
+ 'ce6218a8a0f791b617a79d29d097d7d8')
+sha256sums=('c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84'
+'5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
+
+prepare() {
+  cd $pkgname
+
+  patch -p1 -i $srcdir/os-prober-util-linux-2.24.patch
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e s:/lib/ld\*\.so\*:/lib*/ld*.so*:g 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd $pkgname
+
+  make newns
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 linux-boot-prober $pkgdir/usr/bin/linux-boot-prober
+  install -Dm755 os-prober $pkgdir/usr/bin/os-prober
+  install -Dm755 newns $pkgdir/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init 

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:12:43
  Author: tredaelli
Revision: 133916

upgpkg: parallel 20150422-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:10:51 UTC (rev 133915)
+++ PKGBUILD2015-05-21 13:12:43 UTC (rev 133916)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=parallel
-pkgver=20150322
+pkgver=20150422
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('94b9113a651dfdb40a7032637a5d5aaf'
+md5sums=('cf88cabf3603cb8d41232913f1954b11'
  'SKIP')
-sha1sums=('9f880243481f268fa0985befb0112d86154cc490'
+sha1sums=('abcc4c733a2ecbbfb4e615c2f73ce6b307a35c8b'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


[arch-commits] Commit in iproute2/trunk (PKGBUILD tc.patch)

2015-05-21 Thread Ronald van Haren
Date: Thursday, May 21, 2015 @ 13:56:32
  Author: ronald
Revision: 239608

upgpkg: iproute2 4.0.0-2

add upstream patch for FS#45031: tc qdisc show broken

Added:
  iproute2/trunk/tc.patch
Modified:
  iproute2/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 tc.patch |   58 ++
 2 files changed, 67 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 07:42:07 UTC (rev 239607)
+++ PKGBUILD2015-05-21 11:56:32 UTC (rev 239608)
@@ -4,7 +4,7 @@
 
 pkgname=iproute2
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,11 +22,13 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=(http://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar.{xz,sign}
 iproute2-fhs.patch
-unwanted-link-help.patch)
+unwanted-link-help.patch
+   tc.patch)
 sha1sums=('d24385ae619966d1bd71e146322d6035d60aaa1a'
   'SKIP'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c'
-  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a'
+  '81124e20802ff06bad616debab827b03a3c75679')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,8 +39,12 @@
   # allow operations on links called h, he, hel, help
   patch -Np1 -i ${srcdir}/unwanted-link-help.patch
 
+  # upstream patch for FS#45031: tc qdisc show broken
+  patch -Np1 -i ${srcdir}/tc.patch
+
   # do not treat warnings as errors
   sed -i 's/-Werror//' Makefile
+
 }
 
 build() {

Added: tc.patch
===
--- tc.patch(rev 0)
+++ tc.patch2015-05-21 11:56:32 UTC (rev 239608)
@@ -0,0 +1,58 @@
+From 46679bbbe89699016d31486de7599590d02a5054 Mon Sep 17 00:00:00 2001
+From: Vadim Kochan vadi...@gmail.com
+Date: Mon, 20 Apr 2015 08:33:32 +0300
+Subject: tc util: Fix possible buffer overflow when print class id
+
+Use correct handle buffer length.
+
+Signed-off-by: Vadim Kochan vadi...@gmail.com
+
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index 1d3153d..dc2b70f 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -128,30 +128,31 @@ ok:
+   return 0;
+ }
+ 
+-int print_tc_classid(char *buf, int len, __u32 h)
++int print_tc_classid(char *buf, int blen, __u32 h)
+ {
+-  char handle[40] = {};
++  SPRINT_BUF(handle) = {};
++  int hlen = SPRINT_BSIZE - 1;
+ 
+   if (h == TC_H_ROOT)
+   sprintf(handle, root);
+   else if (h == TC_H_UNSPEC)
+-  snprintf(handle, len, none);
++  snprintf(handle, hlen, none);
+   else if (TC_H_MAJ(h) == 0)
+-  snprintf(handle, len, :%x, TC_H_MIN(h));
++  snprintf(handle, hlen, :%x, TC_H_MIN(h));
+   else if (TC_H_MIN(h) == 0)
+-  snprintf(handle, len, %x:, TC_H_MAJ(h)  16);
++  snprintf(handle, hlen, %x:, TC_H_MAJ(h)  16);
+   else
+-  snprintf(handle, len, %x:%x, TC_H_MAJ(h)  16, TC_H_MIN(h));
++  snprintf(handle, hlen, %x:%x, TC_H_MAJ(h)  16, TC_H_MIN(h));
+ 
+   if (use_names) {
+   char clname[IDNAME_MAX] = {};
+ 
+   if (id_to_name(cls_names, h, clname))
+-  snprintf(buf, len, %s#%s, clname, handle);
++  snprintf(buf, blen, %s#%s, clname, handle);
+   else
+-  snprintf(buf, len, %s, handle);
++  snprintf(buf, blen, %s, handle);
+   } else {
+-  snprintf(buf, len, %s, handle);
++  snprintf(buf, blen, %s, handle);
+   }
+ 
+   return 0;
+-- 
+cgit v0.10.2
+
+


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:00:05
  Author: tredaelli
Revision: 133909

upgpkg: miniupnpc 1.9.20150430-1

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 12:56:08 UTC (rev 133908)
+++ PKGBUILD2015-05-21 13:00:05 UTC (rev 133909)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli timothy.redae...@gmail.com
 # Contributor: Florian Loitsch archli...@florian.loitsch.com
 pkgname=miniupnpc
-pkgver=1.9.20150206
+pkgver=1.9.20150430
 pkgrel=1
 pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('sh')
 source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('230d3ad5a3047daa77f99602503d798f720428207217ebfbfe2a4f7762b029e7')
+sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:00:18
  Author: tredaelli
Revision: 133910

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:00:05 UTC (rev 133909)
+++ community-i686/PKGBUILD 2015-05-21 13:00:18 UTC (rev 133910)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Florian Loitsch archli...@florian.loitsch.com
-pkgname=miniupnpc
-pkgver=1.9.20150206
-pkgrel=1
-pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('230d3ad5a3047daa77f99602503d798f720428207217ebfbfe2a4f7762b029e7')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/ install
-  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-i686/PKGBUILD (from rev 133909, 
miniupnpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:00:18 UTC (rev 133910)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Florian Loitsch archli...@florian.loitsch.com
+pkgname=miniupnpc
+pkgver=1.9.20150430
+pkgrel=1
+pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/ install
+  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-21 13:00:05 UTC (rev 133909)
+++ community-x86_64/PKGBUILD   2015-05-21 13:00:18 UTC (rev 133910)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Florian Loitsch archli...@florian.loitsch.com
-pkgname=miniupnpc
-pkgver=1.9.20150206
-pkgrel=1
-pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('230d3ad5a3047daa77f99602503d798f720428207217ebfbfe2a4f7762b029e7')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/ install
-  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 133909, 
miniupnpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-21 13:00:18 UTC (rev 133910)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Florian Loitsch archli...@florian.loitsch.com
+pkgname=miniupnpc
+pkgver=1.9.20150430
+pkgrel=1
+pkgdesc=A small UPnP client library/tool to access Internet Gateway Devices
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('76d707434833bd1114a17e339dfe89515feb80d648028d7cfd5750a0e8df7647')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/ install
+  install -Dm644 man3/miniupnpc.3 ${pkgdir}/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:10:51
  Author: tredaelli
Revision: 133915

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 133914, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 133914, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:10:39 UTC (rev 133914)
+++ community-i686/PKGBUILD 2015-05-21 13:10:51 UTC (rev 133915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 133914, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:10:51 UTC (rev 133915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # FIXME lddpath.py uses /lib64 before /usr/lib
+  LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-21 13:10:39 UTC (rev 133914)
+++ community-x86_64/PKGBUILD   2015-05-21 13:10:51 UTC (rev 133915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'python-pyelftools')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # FIXME lddpath.py uses /lib64 before /usr/lib
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_PYTHON='yes' DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 133914, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-21 13:10:51 UTC (rev 133915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:10:39
  Author: tredaelli
Revision: 133914

upgpkg: pax-utils 1.0.3-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:06:51 UTC (rev 133913)
+++ PKGBUILD2015-05-21 13:10:39 UTC (rev 133914)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel msg.max...@gmail.com
 
 pkgname=pax-utils
-pkgver=0.9.1
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('bash' 'libcap' 'python-pyelftools')
 source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('643ccaf6952f836c42aafcd5ad7e5f7de2d3472225a34603680b151a8b198b0c')
+sha256sums=('8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 22:19:26
  Author: anatolik
Revision: 133942

upgpkg: arm-none-eabi-gcc 5.1.0-4

gcc 5.1 snapshot 20150519

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 20:10:28 UTC (rev 133941)
+++ PKGBUILD2015-05-21 20:19:26 UTC (rev 133942)
@@ -5,8 +5,8 @@
 pkgname=$_target-gcc
 pkgver=5.1.0
 _islver=0.14.1
-pkgrel=3
-_snapshot=5-20150505
+pkgrel=4
+_snapshot=5-20150519
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -19,7 +19,7 @@
 ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('17c219bd1208ae58738f86bd1c86851f12894e6dacf909f43e9dfede5c974cc6'
+sha256sums=('ae90f35a54171c0b043a3fbae5bb5d7783ced4a1ea90b3e7d892d372a1ecbfdb'
 '1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 


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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 22:19:58
  Author: jlichtblau
Revision: 133943

archrelease: copy trunk to community-staging-i686

Added:
  viking/repos/community-staging-i686/
  viking/repos/community-staging-i686/PKGBUILD
(from rev 133942, viking/trunk/PKGBUILD)
  viking/repos/community-staging-i686/viking.changelog
(from rev 133942, viking/trunk/viking.changelog)
  viking/repos/community-staging-i686/viking.install
(from rev 133942, viking/trunk/viking.install)

--+
 PKGBUILD |   33 +
 viking.changelog |   40 
 viking.install   |   12 
 3 files changed, 85 insertions(+)

Copied: viking/repos/community-staging-i686/PKGBUILD (from rev 133942, 
viking/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-21 20:19:58 UTC (rev 133943)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.6
+pkgrel=3
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
+optdepends=('geo: for geocaches')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches 
--includedir=/usr/include
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: viking/repos/community-staging-i686/viking.changelog (from rev 133942, 
viking/trunk/viking.changelog)
===
--- community-staging-i686/viking.changelog (rev 0)
+++ community-staging-i686/viking.changelog 2015-05-21 20:19:58 UTC (rev 
133943)
@@ -0,0 +1,40 @@
+2015-05-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-3
+   * gpsd 3.14 rebuild
+
+2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2-1

Copied: viking/repos/community-staging-i686/viking.install (from rev 133942, 
viking/trunk/viking.install)
===
--- community-staging-i686/viking.install   (rev 0)
+++ community-staging-i686/viking.install   2015-05-21 20:19:58 UTC (rev 
133943)
@@ -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() {
+  post_install
+}


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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 22:10:28
  Author: jlichtblau
Revision: 133941

archrelease: copy trunk to community-staging-i686

Added:
  qlandkartegt/repos/community-staging-i686/
  qlandkartegt/repos/community-staging-i686/PKGBUILD
(from rev 133940, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml
(from rev 133940, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog
(from rev 133940, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.install
(from rev 133940, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   45 +++
 qlandkartegt-mimetypes.xml |7 +++
 qlandkartegt.changelog |   81 +++
 qlandkartegt.install   |7 +++
 4 files changed, 140 insertions(+)

Copied: qlandkartegt/repos/community-staging-i686/PKGBUILD (from rev 133940, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-21 20:10:28 UTC (rev 133941)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=3
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit' 'proj')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+}
+
+build() {
+  cd ${srcdir}/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml 
(from rev 133940, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-i686/qlandkartegt-mimetypes.xml   
(rev 0)
+++ community-staging-i686/qlandkartegt-mimetypes.xml   2015-05-21 20:10:28 UTC 
(rev 133941)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
+  mime-type type=application/vnd.qlandkartegt.qlb
+commentQLandkarteGT File/comment
+glob pattern=*.qlb/
+  /mime-type
+/mime-info

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog (from 
rev 133940, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-i686/qlandkartegt.changelog   
(rev 0)
+++ community-staging-i686/qlandkartegt.changelog   2015-05-21 20:10:28 UTC 
(rev 133941)
@@ -0,0 +1,81 @@
+2015-03-10 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.8.1-1
+
+2015-02-09 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.8.0-1
+
+2014-07-13 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 Jaroslav Lichtblau 

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

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 22:32:52
  Author: anatolik
Revision: 133946

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 133945, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 133945, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 133945, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 133945, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 133945, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 133945, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 133945, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 133945, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   70 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 ++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   70 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 ++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 210 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 133945, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-21 20:32:52 UTC (rev 133946)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=2.0.2
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl icu)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('e618607afc51b8ebc2ecd03b321061c19670fb537d871b30c9baa1b183ec929e'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
133945, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2015-05-21 20:32:52 UTC 
(rev 133946)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb 

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

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 22:32:07
  Author: anatolik
Revision: 133945

upgpkg: rethinkdb 2.0.2-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 20:20:04 UTC (rev 133944)
+++ PKGBUILD2015-05-21 20:32:07 UTC (rev 133945)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=2.0.1
+pkgver=2.0.2
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('2cf843a7026c8f0f4560be98cf28da033ff9889fd452c684f6d64c003df95474'
+sha256sums=('e618607afc51b8ebc2ecd03b321061c19670fb537d871b30c9baa1b183ec929e'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


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

2015-05-21 Thread Lukas Fleischer
Date: Thursday, May 21, 2015 @ 22:06:51
  Author: lfleischer
Revision: 133939

upgpkg: tor 0.2.6.8-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 19:57:11 UTC (rev 133938)
+++ PKGBUILD2015-05-21 20:06:51 UTC (rev 133939)
@@ -5,13 +5,13 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.5.12
+pkgver=0.2.6.8
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
 license=('BSD')
-depends=('openssl' 'libevent' 'bash')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
 optdepends=('torsocks: for torify')
 makedepends=('ca-certificates')
 backup=('etc/tor/torrc'
@@ -20,7 +20,7 @@
 source=(https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
-md5sums=('89745069a7efb7aafd01ae263bd0fe5c'
+md5sums=('20a8c1f8cd7e8c912c4f3f0b67740fa5'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')


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

2015-05-21 Thread Lukas Fleischer
Date: Thursday, May 21, 2015 @ 22:07:08
  Author: lfleischer
Revision: 133940

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 133939, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 133939, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 133939, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 133939, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 133939, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 133939, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 133939, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 133939, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   96 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 512 insertions(+), 512 deletions(-)

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


[arch-commits] Commit in arm-none-eabi-gcc/repos (8 files)

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 22:20:04
  Author: anatolik
Revision: 133944

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 133942, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 133942, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 133942, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 133942, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
Deleted:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch

--+
 /PKGBUILD|  254 ++
 /enable-with-multilib-list-for-arm.patch |  402 
++
 community-testing-i686/PKGBUILD  |  127 ---
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 -
 community-testing-x86_64/PKGBUILD|  127 ---
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 -
 6 files changed, 656 insertions(+), 656 deletions(-)

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


[arch-commits] Commit in lightdm-gtk-greeter/repos (8 files)

2015-05-21 Thread Maxime Gauduin
Date: Thursday, May 21, 2015 @ 13:03:29
  Author: alucryd
Revision: 133906

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

Added:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
(from rev 133905, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
(from rev 133905, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
(from rev 133905, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install
(from rev 133905, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
Deleted:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install

--+
 /PKGBUILD|   84 +
 /lightdm-gtk-greeter.install |   26 +++
 community-i686/PKGBUILD  |   43 
 community-i686/lightdm-gtk-greeter.install   |   13 ---
 community-x86_64/PKGBUILD|   43 
 community-x86_64/lightdm-gtk-greeter.install |   13 ---
 6 files changed, 110 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 11:03:10 UTC (rev 133905)
+++ community-i686/PKGBUILD 2015-05-21 11:03:29 UTC (rev 133906)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucrydarchlinux.org
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.0
-pkgrel=2
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/lightdm-gtk-greeter'
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
- 'intltool')
-replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-install='lightdm-gtk-greeter.install'
-source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
-sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---with-libxklavier \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/PKGBUILD (from rev 133905, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 11:03:29 UTC (rev 133906)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucrydarchlinux.org
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.1
+pkgrel=1
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('gobject-introspection' 'intltool')
+replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+install='lightdm-gtk-greeter.install'
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/lightdm-gtk-greeter.install
===
--- community-i686/lightdm-gtk-greeter.install  2015-05-21 11:03:10 UTC (rev 
133905)
+++ community-i686/lightdm-gtk-greeter.install  2015-05-21 11:03:29 UTC (rev 
133906)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_update() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install 
(from rev 133905, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)

[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2015-05-21 Thread Maxime Gauduin
Date: Thursday, May 21, 2015 @ 13:03:10
  Author: alucryd
Revision: 133905

upgpkg: lightdm-gtk-greeter 1:2.0.1-1

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 08:52:53 UTC (rev 133904)
+++ PKGBUILD2015-05-21 11:03:10 UTC (rev 133905)
@@ -3,8 +3,8 @@
 # Contributor: Padfoot padf...@exemail.com.au
 
 pkgname=lightdm-gtk-greeter
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 install='lightdm-gtk-greeter.install'
 
source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
-sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
+sha256sums=('3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c')
 
 build() {
   cd lightdm-gtk-greeter-${pkgver}


[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-gcc5-sse-target-workaround.patch)

2015-05-21 Thread Evangelos Foutras
Date: Thursday, May 21, 2015 @ 16:40:32
  Author: foutrelis
Revision: 239617

Remove GCC 5 workaround; not needed with gcc 5.1.0-4

Modified:
  vlc/trunk/PKGBUILD
Deleted:
  vlc/trunk/vlc-gcc5-sse-target-workaround.patch

--+
 PKGBUILD |7 ---
 vlc-gcc5-sse-target-workaround.patch |   12 
 2 files changed, 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 14:34:11 UTC (rev 239616)
+++ PKGBUILD2015-05-21 14:40:32 UTC (rev 239617)
@@ -58,10 +58,8 @@
 options=('!emptydirs')
 install=vlc.install
 
source=(http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-vlc-gcc5-sse-target-workaround.patch
 lua53_compat.patch)
 md5sums=('42273945758b521c408fabc7fd6d9946'
- 'cf5b92e290da2f1b0b4d0cd0eda6b32b'
  '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {
@@ -70,11 +68,6 @@
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
   sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
 
-  # Fix build with GCC 5 on i686
-  # GCC PR URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66047
-  # Workaround: https://bugzilla.redhat.com/show_bug.cgi?id=1215630#c11
-  patch -p1  ${srcdir}/vlc-gcc5-sse-target-workaround.patch
-
   patch -p1  ${srcdir}/lua53_compat.patch
 }
 

Deleted: vlc-gcc5-sse-target-workaround.patch
===
--- vlc-gcc5-sse-target-workaround.patch2015-05-21 14:34:11 UTC (rev 
239616)
+++ vlc-gcc5-sse-target-workaround.patch2015-05-21 14:40:32 UTC (rev 
239617)
@@ -1,12 +0,0 @@
-diff -upr vlc-2.2.1.orig/include/vlc_cpu.h vlc-2.2.1/include/vlc_cpu.h
 vlc-2.2.1.orig/include/vlc_cpu.h   2014-06-14 18:14:12.0 +0300
-+++ vlc-2.2.1/include/vlc_cpu.h2015-05-12 02:31:29.843264593 +0300
-@@ -65,7 +65,7 @@ VLC_API unsigned vlc_CPU(void);
- #  define vlc_CPU_MMXEXT() ((vlc_CPU()  VLC_CPU_MMXEXT) != 0)
- #  define vlc_CPU_SSE() ((vlc_CPU()  VLC_CPU_SSE) != 0)
- #  if VLC_GCC_VERSION(4, 4) || defined(__clang__)
--#   define VLC_SSE __attribute__ ((__target__ (sse)))
-+#   define VLC_SSE __attribute__ ((used)) __attribute__ ((__target__ (sse)))
- #  else
- #   define VLC_SSE VLC_SSE_is_not_implemented_on_this_compiler
- #  endif


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

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 17:23:41
  Author: anatolik
Revision: 133925

FS#45043 Lua 5.3 compatibility fix

Modified:
  luasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:31:05 UTC (rev 133924)
+++ PKGBUILD2015-05-21 15:23:41 UTC (rev 133925)
@@ -6,7 +6,7 @@
 pkgbase=luasql
 pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.keplerproject.org/luasql/'
 license=('MIT')
@@ -14,6 +14,12 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
 md5sums=('af9f0f3a2313a1fcf88c40700092048d')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
 build() {
   cd $pkgbase-$pkgver
   msg2 'Building sqlite support'


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

2015-05-21 Thread Anatol Pomozov
Date: Thursday, May 21, 2015 @ 17:24:37
  Author: anatolik
Revision: 133926

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

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

---+
 /PKGBUILD |  126 
 community-i686/PKGBUILD   |   57 ---
 community-x86_64/PKGBUILD |   57 ---
 3 files changed, 126 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 15:23:41 UTC (rev 133925)
+++ community-i686/PKGBUILD 2015-05-21 15:24:37 UTC (rev 133926)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer se...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgbase=luasql
-pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
-pkgver=2.3.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://www.keplerproject.org/luasql/'
-license=('MIT')
-makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
-md5sums=('af9f0f3a2313a1fcf88c40700092048d')
-
-build() {
-  cd $pkgbase-$pkgver
-  msg2 'Building sqlite support'
-  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-fPIC 
-std=c99 -DLUA_32BITS'
-  msg2 'Building PostgreSQL support'
-  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-fPIC 
-DLUA_32BITS'
-  msg2 'Building MySQL support'
-  make T=mysql PREFIX=/usr DRIVER_LIBS=$(mysql_config --libs) \
-DRIVER_INCS=$(mysql_config --include) -fPIC -DLUA_32BITS
-}
-
-package_lua-sql-mysql() {
-  pkgdesc='MySQL module for Lua'
-  depends=('lua' 'libmariadbclient')
-  conflicts=('luasql-mysql')
-  replaces=('luasql-mysql')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.3/luasql/mysql.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-package_lua-sql-postgres() {
-  pkgdesc='PostgreSQL module for Lua'
-  depends=('lua' 'postgresql-libs')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/postgres.so $pkgdir/usr/lib/lua/5.3/luasql/postgres.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-package_lua-sql-sqlite() {
-  pkgdesc='SQLite module for Lua'
-  depends=('lua' 'sqlite')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/sqlite3.so $pkgdir/usr/lib/lua/5.3/luasql/sqlite3.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasql/repos/community-i686/PKGBUILD (from rev 133925, 
luasql/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 15:24:37 UTC (rev 133926)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer se...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-fPIC 
-std=c99 -DLUA_32BITS'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-fPIC 
-DLUA_32BITS'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS=$(mysql_config --libs) \
+DRIVER_INCS=$(mysql_config --include) -fPIC -DLUA_32BITS
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadbclient')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.3/luasql/mysql.so
+  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/postgres.so $pkgdir/usr/lib/lua/5.3/luasql/postgres.so
+  install -Dm644 doc/us/license.html 

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:27:54
  Author: tredaelli
Revision: 133921

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 electrum.install |   22 +-
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-21 13:27:47 UTC (rev 133920)
+++ PKGBUILD2015-05-21 13:27:54 UTC (rev 133921)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=Lightweight Bitcoin wallet
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url=https://electrum.org;
-license=('GPL3')
-source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
-   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
-md5sums=('d2103ceae1389ada2235314a126b1fe4'
- 'SKIP'
- '55821e2591267b8efca22368eb063977')
-sha256sums=('b77f70efbe337387dd9654c660b96dc5608ff7a76fe8fdc573d747e17fce3b61'
-'SKIP'
-'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-
-  # Disable useless (on linux) pyusb dependency
-  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 133920, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-21 13:27:54 UTC (rev 133921)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Lightweight Bitcoin wallet
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url=https://electrum.org;
+license=('GPL3')
+source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
+   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
+md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
+ 'SKIP'
+ '55821e2591267b8efca22368eb063977')
+sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
+'SKIP'
+'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+
+  # Disable useless (on linux) pyusb dependency
+  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 

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

2015-05-21 Thread Maxime Gauduin
Date: Thursday, May 21, 2015 @ 15:31:05
  Author: alucryd
Revision: 133924

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

Added:
  vbam/repos/community-i686/PKGBUILD
(from rev 133923, vbam/trunk/PKGBUILD)
  vbam/repos/community-i686/vbam-gtk.install
(from rev 133923, vbam/trunk/vbam-gtk.install)
  vbam/repos/community-i686/vbam-wx.install
(from rev 133923, vbam/trunk/vbam-wx.install)
  vbam/repos/community-x86_64/PKGBUILD
(from rev 133923, vbam/trunk/PKGBUILD)
  vbam/repos/community-x86_64/vbam-gtk.install
(from rev 133923, vbam/trunk/vbam-gtk.install)
  vbam/repos/community-x86_64/vbam-wx.install
(from rev 133923, vbam/trunk/vbam-wx.install)
Deleted:
  vbam/repos/community-i686/PKGBUILD
  vbam/repos/community-i686/vbam-gtk.install
  vbam/repos/community-i686/vbam-wx-icon.patch
  vbam/repos/community-i686/vbam-wx.install
  vbam/repos/community-x86_64/PKGBUILD
  vbam/repos/community-x86_64/vbam-gtk.install
  vbam/repos/community-x86_64/vbam-wx-icon.patch
  vbam/repos/community-x86_64/vbam-wx.install

-+
 /PKGBUILD   |  164 ++
 /vbam-gtk.install   |   28 +
 /vbam-wx.install|   26 +
 community-i686/PKGBUILD |   94 ---
 community-i686/vbam-gtk.install |   14 --
 community-i686/vbam-wx-icon.patch   |   18 ---
 community-i686/vbam-wx.install  |   13 --
 community-x86_64/PKGBUILD   |   94 ---
 community-x86_64/vbam-gtk.install   |   14 --
 community-x86_64/vbam-wx-icon.patch |   18 ---
 community-x86_64/vbam-wx.install|   13 --
 11 files changed, 218 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 13:30:43 UTC (rev 133923)
+++ community-i686/PKGBUILD 2015-05-21 13:31:05 UTC (rev 133924)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgbase=vbam
-pkgname=('vbam-sdl' 'vbam-gtk' 'vbam-wx')
-pkgver=1.8.0.1292
-pkgrel=2
-pkgdesc='Nintendo GameBoy Advance emulator'
-arch=('i686' 'x86_64')
-url='http://vba-m.com'
-license=('GPL2')
-makedepends=('cmake' 'desktop-file-utils' 'ffmpeg' 'freetype2' 'gtkglextmm'
- 'imagemagick' 'glew' 'libjpeg' 'libpng' 'libsndfile' 'libxrandr'
- 'openal' 'sfml' 'subversion' 'wxgtk2.8' 'zip')
-makedepends_i686=('nasm')
-source=(vbam::svn+http://svn.code.sf.net/p/vbam/code/trunk#revision=${pkgver##*.};
-'vbam-wx-icon.patch')
-sha256sums=('SKIP'
-'2c7280ba6135904edbad4f522aa8b03f3b00a4ab7600b76f60b83a394ea5')
-
-prepare() {
-  cd vbam
-
-  patch -Np1 -i ../vbam-wx-icon.patch
-  sed 's/wxrc/wxrc-2.8/g' -i {po/update_pot.sh,src/wx/CMakeLists.txt}
-  sed 's|Common/|common/|' -i src/gba/debugger-expr-yacc.cpp
-}
-
-build() {
-  cd vbam
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  _cmakeargs=-DCMAKE_BUILD_TYPE='Release' \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DCMAKE_SKIP_RPATH='TRUE' \
-  -DENABLE_GTK='TRUE' \
-  -DENABLE_WX='TRUE' \
-  -DENABLE_FFMPEG='TRUE' \
-  -DENABLE_LINK='TRUE' \
-  -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' \
-  -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
-
-  if [[ $CARCH == i686 ]]; then
-_cmakeargs=${_cmakeargs} \
--DENABLE_ASM_CORE='TRUE' \
--DENABLE_ASM_SCALERS='TRUE'
-  fi
-
-  cmake .. ${_cmakeargs}
-  make
-}
-
-package_vbam-sdl() {
-depends=('sdl' 'sfml')
-replaces=('vbam-cli')
-backup=('etc/vbam.cfg')
-
-  cd vbam/build
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin/{g,wx}vbam,share}
-}
-
-package_vbam-gtk() {
-depends=('desktop-file-utils' 'gtkglextmm' 'sdl' 'sfml')
-conflicts=('vbam-wx')
-install='vbam-gtk.install'
-
-  cd vbam/build
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/bin/vbam}
-  find ${pkgdir} -type f -regex .*wxvbam.* -exec rm {} +
-}
-
-package_vbam-wx() {
-depends=('ffmpeg' 'sfml' 'wxgtk2.8')
-conflicts=('vbam-gtk')
-options=('!emptydirs')
-install='vbam-wx.install'
-
-  cd vbam/build
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/{bin,share}/vbam}
-  find ${pkgdir} -type f -regex .*gvbam.* -exec rm {} +
-}
-
-# vim: ts=2 sw=2 et:

Copied: vbam/repos/community-i686/PKGBUILD (from rev 133923, 
vbam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 13:31:05 UTC (rev 133924)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+
+pkgbase=vbam
+pkgname=('vbam-sdl' 'vbam-gtk' 

[arch-commits] Commit in vbam/trunk (PKGBUILD vbam-wx-icon.patch)

2015-05-21 Thread Maxime Gauduin
Date: Thursday, May 21, 2015 @ 15:30:43
  Author: alucryd
Revision: 133923

upgpkg: vbam 2.0.0b1-1

Modified:
  vbam/trunk/PKGBUILD
Deleted:
  vbam/trunk/vbam-wx-icon.patch

+
 PKGBUILD   |   42 +++---
 vbam-wx-icon.patch |   18 --
 2 files changed, 15 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:28:10 UTC (rev 133922)
+++ PKGBUILD2015-05-21 13:30:43 UTC (rev 133923)
@@ -4,29 +4,21 @@
 
 pkgbase=vbam
 pkgname=('vbam-sdl' 'vbam-gtk' 'vbam-wx')
-pkgver=1.8.0.1292
-pkgrel=2
+pkgver=2.0.0b1
+pkgrel=1
 pkgdesc='Nintendo GameBoy Advance emulator'
 arch=('i686' 'x86_64')
 url='http://vba-m.com'
 license=('GPL2')
-makedepends=('cmake' 'desktop-file-utils' 'ffmpeg' 'freetype2' 'gtkglextmm'
- 'imagemagick' 'glew' 'libjpeg' 'libpng' 'libsndfile' 'libxrandr'
- 'openal' 'sfml' 'subversion' 'wxgtk2.8' 'zip')
+depends=('sdl' 'sfml' 'zip')
+makedepends=('cmake' 'desktop-file-utils' 'ffmpeg' 'freetype2' 'imagemagick'
+ 'glew' 'gtkglextmm' 'libjpeg' 'libpng' 'libsndfile' 'libxrandr'
+ 'openal' 'subversion' 'wxgtk')
 makedepends_i686=('nasm')
-source=(vbam::svn+http://svn.code.sf.net/p/vbam/code/trunk#revision=${pkgver##*.};
-'vbam-wx-icon.patch')
-sha256sums=('SKIP'
-'2c7280ba6135904edbad4f522aa8b03f3b00a4ab7600b76f60b83a394ea5')
+options=('!emptydirs')
+source=(vbam::svn+http://svn.code.sf.net/p/vbam/code/trunk#revision=1465;)
+sha256sums=('SKIP')
 
-prepare() {
-  cd vbam
-
-  patch -Np1 -i ../vbam-wx-icon.patch
-  sed 's/wxrc/wxrc-2.8/g' -i {po/update_pot.sh,src/wx/CMakeLists.txt}
-  sed 's|Common/|common/|' -i src/gba/debugger-expr-yacc.cpp
-}
-
 build() {
   cd vbam
 
@@ -41,9 +33,7 @@
   -DENABLE_GTK='TRUE' \
   -DENABLE_WX='TRUE' \
   -DENABLE_FFMPEG='TRUE' \
-  -DENABLE_LINK='TRUE' \
-  -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' \
-  -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
+  -DENABLE_LINK='TRUE'
 
   if [[ $CARCH == i686 ]]; then
 _cmakeargs=${_cmakeargs} \
@@ -56,7 +46,6 @@
 }
 
 package_vbam-sdl() {
-depends=('sdl' 'sfml')
 replaces=('vbam-cli')
 backup=('etc/vbam.cfg')
 
@@ -63,11 +52,11 @@
   cd vbam/build
 
   make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin/{g,wx}vbam,share}
+  rm -rf 
${pkgdir}/usr/{bin/{g,wx}vbam,share/{applications,icons,locale,man/man1/{g,wx}vbam.1,vbam}}
 }
 
 package_vbam-gtk() {
-depends=('desktop-file-utils' 'gtkglextmm' 'sdl' 'sfml')
+depends+=('desktop-file-utils' 'gtkglextmm')
 conflicts=('vbam-wx')
 install='vbam-gtk.install'
 
@@ -74,20 +63,19 @@
   cd vbam/build
 
   make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/bin/vbam}
+  rm -rf ${pkgdir}/{etc,usr/{bin/vbam,share/man/man1/vbam.1}}
   find ${pkgdir} -type f -regex .*wxvbam.* -exec rm {} +
 }
 
 package_vbam-wx() {
-depends=('ffmpeg' 'sfml' 'wxgtk2.8')
+depends+=('ffmpeg' 'wxgtk')
 conflicts=('vbam-gtk')
-options=('!emptydirs')
 install='vbam-wx.install'
 
   cd vbam/build
 
   make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/{bin,share}/vbam}
+  rm -rf ${pkgdir}/{etc,usr/{bin/vbam,share/man/man1/vbam.1}}
   find ${pkgdir} -type f -regex .*gvbam.* -exec rm {} +
 }
 

Deleted: vbam-wx-icon.patch
===
--- vbam-wx-icon.patch  2015-05-21 13:28:10 UTC (rev 133922)
+++ vbam-wx-icon.patch  2015-05-21 13:30:43 UTC (rev 133923)
@@ -1,18 +0,0 @@
-diff -rupN vbam.orig/src/wx/CMakeLists.txt vbam/src/wx/CMakeLists.txt
 vbam.orig/src/wx/CMakeLists.txt2015-04-09 10:39:02.684326894 +0200
-+++ vbam/src/wx/CMakeLists.txt 2015-04-09 10:39:28.696831250 +0200
-@@ -76,6 +76,7 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/ic
- ADD_CUSTOM_COMMAND(OUTPUT wxvbam.xrs
-# doing this in its own dir prevents name prefixes
-  COMMAND ${CMAKE_COMMAND} -E copy 
${CMAKE_CURRENT_SOURCE_DIR}/wxvbam.xrc wxvbam.xrc
-+ COMMAND ${CMAKE_COMMAND} -E copy 
${CMAKE_CURRENT_SOURCE_DIR}/vbam.png vbam.png
-COMMAND wxrc wxvbam.xrc -o wxvbam.xrs
-WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-  DEPENDS wxvbam.xrc)
-@@ -184,4 +185,4 @@ if(APPLE)
- SET_SOURCE_FILES_PROPERTIES(wxvbam.icns PROPERTIES 
MACOSX_PACKAGE_LOCATION Resources)
- endif(APPLE)
- 
--SET(WX_EXE_NAME wxvbam${CMAKE_EXECUTABLE_SUFFIX})
-\ No newline at end of file
-+SET(WX_EXE_NAME wxvbam${CMAKE_EXECUTABLE_SUFFIX})


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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:28:10
  Author: tredaelli
Revision: 133922

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 electrum.install |   22 +-
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-21 13:27:54 UTC (rev 133921)
+++ PKGBUILD2015-05-21 13:28:10 UTC (rev 133922)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.1.1
-pkgrel=1
-pkgdesc=Lightweight Bitcoin wallet
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url=https://electrum.org;
-license=('GPL3')
-source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
-   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
-md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
- 'SKIP'
- '55821e2591267b8efca22368eb063977')
-sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
-'SKIP'
-'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-
-  # Disable useless (on linux) pyusb dependency
-  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 133921, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-21 13:28:10 UTC (rev 133922)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Lightweight Bitcoin wallet
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url=https://electrum.org;
+license=('GPL3')
+source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}
+   
https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
+md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
+ 'SKIP'
+ '55821e2591267b8efca22368eb063977')
+sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
+'SKIP'
+'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+
+  # Disable useless (on linux) pyusb dependency
+  patch -uNp1 -i ../3ae2fb2e90b0296066509d1934d1c24b6333260f.patch
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 

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

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:27:47
  Author: tredaelli
Revision: 133920

upgpkg: electrum 2.1.1-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:21:04 UTC (rev 133919)
+++ PKGBUILD2015-05-21 13:27:47 UTC (rev 133920)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.0.4
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=Lightweight Bitcoin wallet
 arch=('any')
@@ -19,10 +19,10 @@
 license=('GPL3')
 source=(https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz{,.asc}

https://github.com/spesmilo/electrum/commit/3ae2fb2e90b0296066509d1934d1c24b6333260f.patch)
-md5sums=('d2103ceae1389ada2235314a126b1fe4'
+md5sums=('0041146d7e6b2c9c85a0ffc5df0f8ba7'
  'SKIP'
  '55821e2591267b8efca22368eb063977')
-sha256sums=('b77f70efbe337387dd9654c660b96dc5608ff7a76fe8fdc573d747e17fce3b61'
+sha256sums=('958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0'
 'SKIP'
 'ca706164c16f0e1558506b5f581bde620c2b25d7dc48ca6a31bceabecf863cbe')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')


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

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:18:43
  Author: seblu
Revision: 133952

upgpkg: glances 2.4.1-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 23:18:00 UTC (rev 133951)
+++ PKGBUILD2015-05-21 23:18:43 UTC (rev 133952)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.3
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('0022bac9891c914e2e6e86c0c300e58d')
+md5sums=('72f8f2f3765219f177327c238857bc63')
 
 package() {
   cd Glances-$pkgver


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

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:18:59
  Author: seblu
Revision: 133953

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 133952, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-21 23:18:43 UTC (rev 133952)
+++ PKGBUILD2015-05-21 23:18:59 UTC (rev 133953)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.3
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('0022bac9891c914e2e6e86c0c300e58d')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 133952, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-21 23:18:59 UTC (rev 133953)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('72f8f2f3765219f177327c238857bc63')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:18:00
  Author: seblu
Revision: 133951

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 133950, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 133950, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 133950, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 133950, lldpd/trunk/lldpd.service)
  lldpd/repos/community-i686/lldpd.sysusers
(from rev 133950, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-i686/lldpd.tmpfiles
(from rev 133950, lldpd/trunk/lldpd.tmpfiles)
  lldpd/repos/community-x86_64/LICENSE
(from rev 133950, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 133950, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 133950, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 133950, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/lldpd.sysusers
(from rev 133950, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-x86_64/lldpd.tmpfiles
(from rev 133950, lldpd/trunk/lldpd.tmpfiles)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service

-+
 /LICENSE|   22 ++
 /PKGBUILD   |  130 ++
 /lldpd.install  |   22 ++
 /lldpd.service  |   24 +++
 community-i686/LICENSE  |   11 ---
 community-i686/PKGBUILD |   61 -
 community-i686/lldpd.install|   19 -
 community-i686/lldpd.service|   12 ---
 community-i686/lldpd.sysusers   |1 
 community-i686/lldpd.tmpfiles   |1 
 community-x86_64/LICENSE|   11 ---
 community-x86_64/PKGBUILD   |   61 -
 community-x86_64/lldpd.install  |   19 -
 community-x86_64/lldpd.service  |   12 ---
 community-x86_64/lldpd.sysusers |1 
 community-x86_64/lldpd.tmpfiles |1 
 16 files changed, 202 insertions(+), 206 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-05-21 23:17:16 UTC (rev 133950)
+++ community-i686/LICENSE  2015-05-21 23:18:00 UTC (rev 133951)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 133950, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-05-21 23:18:00 UTC (rev 133951)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 23:17:16 UTC (rev 133950)
+++ community-i686/PKGBUILD 2015-05-21 23:18:00 UTC (rev 133951)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-# Contributor: Brian Bidulock bidul...@openss7.org
-
-pkgname=lldpd
-pkgver=0.7.14
-pkgrel=1
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 

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

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:17:16
  Author: seblu
Revision: 133950

upgpkg: lldpd 0.7.15-1

Added:
  lldpd/trunk/lldpd.sysusers
  lldpd/trunk/lldpd.tmpfiles
Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.install

+
 PKGBUILD   |   16 ++--
 lldpd.install  |   10 +-
 lldpd.sysusers |1 +
 lldpd.tmpfiles |1 +
 4 files changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 23:13:36 UTC (rev 133949)
+++ PKGBUILD2015-05-21 23:17:16 UTC (rev 133950)
@@ -3,7 +3,7 @@
 # Contributor: Brian Bidulock bidul...@openss7.org
 
 pkgname=lldpd
-pkgver=0.7.14
+pkgver=0.7.15
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
@@ -15,10 +15,14 @@
 install=$pkgname.install
 source=(http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz;
 'LICENSE'
-'lldpd.service')
-md5sums=('66462f85e56895256fa77ea1ab53bfbc'
+'lldpd.service'
+'lldpd.sysusers'
+'lldpd.tmpfiles')
+md5sums=('46f7ad97fc1d04084ab11b32fc0ed708'
  '8ae98663bac55afe5d989919d296f28a'
- 'a650af7390db0632480184f9f2e7ee4a')
+ 'a650af7390db0632480184f9f2e7ee4a'
+ '8623610442a9d553de764b50046cd6d3'
+ '00a82f466404aec01b074503633d12ba')
 
 build() {
   cd $pkgname-$pkgver
@@ -49,8 +53,8 @@
   install -d -m 755  $pkgdir/etc/lldpd.d
   # systemd stuff
   install -D -m 644 lldpd.service 
$pkgdir/usr/lib/systemd/system/lldpd.service
-  install -D -m 644 /dev/null $pkgdir/usr/lib/tmpfiles.d/lldpd.conf
-  printf 'd /run/lldpd 0750 lldpd lldpd\n'  
$pkgdir/usr/lib/tmpfiles.d/lldpd.conf
+  install -D -m 644 lldpd.sysusers $pkgdir/usr/lib/sysusers.d/lldpd.conf
+  install -D -m 644 lldpd.tmpfiles $pkgdir/usr/lib/tmpfiles.d/lldpd.conf
   # license
   install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 

Modified: lldpd.install
===
--- lldpd.install   2015-05-21 23:13:36 UTC (rev 133949)
+++ lldpd.install   2015-05-21 23:17:16 UTC (rev 133950)
@@ -3,17 +3,9 @@
 # arg 1:  the new package version
 post_install() {
   # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  getent group lldpd /dev/null || groupadd -g 127 lldpd
-  getent passwd lldpd /dev/null || useradd -d /run/lldpd -u 127 -g 127 lldpd
+  systemd-sysusers lldpd.conf
   systemd-tmpfiles --create lldpd.conf
   true
 }
 
-# arg 1:  the old package version
-post_remove() {
-  userdel -f lldpd /dev/null
-  groupdel lldpd /dev/null
-  true
-}
-
 # vim:set ts=2 sw=2 ft=sh et:

Added: lldpd.sysusers
===
--- lldpd.sysusers  (rev 0)
+++ lldpd.sysusers  2015-05-21 23:17:16 UTC (rev 133950)
@@ -0,0 +1 @@
+u lldpd 127 - -

Added: lldpd.tmpfiles
===
--- lldpd.tmpfiles  (rev 0)
+++ lldpd.tmpfiles  2015-05-21 23:17:16 UTC (rev 133950)
@@ -0,0 +1 @@
+d /run/lldpd 0750 lldpd lldpd


[arch-commits] Commit in btrfs-progs/repos (10 files)

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:19:34
  Author: seblu
Revision: 239649

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 239648, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 239648, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 239648, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 239648, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 239648, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 239648, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 239648, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 239648, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   52 
 testing-i686/btrfs-progs.install  |9 +
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 ++
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/btrfs-progs.install|9 +
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 ++
 8 files changed, 170 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 239648, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 23:19:34 UTC (rev 239649)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix=$pkgdir/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
$pkgdir/usr/share/bash-completion/completions/btrfs
+
+  # install mkinitcpio hooks
+  cd $srcdir
+  install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
+  install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 239648, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2015-05-21 23:19:34 UTC (rev 239649)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 239648, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2015-05-21 23:19:34 UTC (rev 239649)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 239648, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2015-05-21 23:19:34 UTC (rev 239649)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use 

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

2015-05-21 Thread Sébastien Luttringer
Date: Friday, May 22, 2015 @ 01:19:04
  Author: seblu
Revision: 239648

upgpkg: btrfs-progs 4.0.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 23:12:32 UTC (rev 239647)
+++ PKGBUILD2015-05-21 23:19:04 UTC (rev 239648)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=4.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')


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

2015-05-21 Thread Felix Yan
Date: Friday, May 22, 2015 @ 03:23:22
  Author: fyan
Revision: 133961

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

Added:
  python-pygit2/repos/community-testing-i686/
  
python-pygit2/repos/community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 133960, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-testing-i686/PKGBUILD
(from rev 133960, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-testing-x86_64/
  
python-pygit2/repos/community-testing-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 133960, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-testing-x86_64/PKGBUILD
(from rev 133960, python-pygit2/trunk/PKGBUILD)

-+
 community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch  
 |   52 ++
 community-testing-i686/PKGBUILD
 |   31 +
 
community-testing-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch 
|   52 ++
 community-testing-x86_64/PKGBUILD  
 |   31 +
 4 files changed, 166 insertions(+)

Copied: 
python-pygit2/repos/community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 133960, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- 
community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ 
community-testing-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-22 01:23:22 UTC (rev 133961)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer i...@cryptocrack.de
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer i...@cryptocrack.de
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/pygit2/__init__.py b/pygit2/__init__.py
+index 2674063..995fe6c 100644
+--- a/pygit2/__init__.py
 b/pygit2/__init__.py
+@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
+ C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
+ options.flags = flags
+ options.mode = mode
+-options.workdir_path = to_bytes(workdir_path)
+-options.description = to_bytes(description)
+-options.template_path = to_bytes(template_path)
+-options.initial_head = to_bytes(initial_head)
+-options.origin_url = to_bytes(origin_url)
++
++if workdir_path:
++workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
++options.workdir_path = workdir_path_ref
++
++if description:
++description_ref = ffi.new('char []', to_bytes(description))
++options.description = description_ref
++
++if template_path:
++template_path_ref = ffi.new('char []', to_bytes(template_path))
++options.template_path = template_path_ref
++
++if initial_head:
++initial_head_ref = ffi.new('char []', to_bytes(initial_head))
++options.initial_head = initial_head_ref
++
++if origin_url:
++origin_url_ref = ffi.new('char []', to_bytes(origin_url))
++options.origin_url = origin_url_ref
+ 
+ # Call
+ crepository = ffi.new('git_repository **')
+-- 
+2.2.1
+

Copied: python-pygit2/repos/community-testing-i686/PKGBUILD (from rev 133960, 
python-pygit2/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-22 01:23:22 UTC (rev 133961)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgbase=python-pygit2
+pkgname=(python-pygit2 python2-pygit2)
+pkgver=0.22.0
+pkgrel=4
+pkgdesc='Python bindings for libgit2'
+url=https://github.com/libgit2/pygit2;
+depends=(libgit2)
+makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools)
+arch=(i686 x86_64)
+license=('GPL2')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+md5sums=('a73eaf01c42527db7673d11fb5b37654')
+
+package_python-pygit2() {
+  cd pygit2-$pkgver
+  depends+=(python python-cffi)
+  replaces=(python-libgit2)
+  conflicts=(python-libgit2)
+  LANG=en_US.UTF8 python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-pygit2() {
+  cd pygit2-$pkgver
+  depends+=(python2 python2-cffi)
+  replaces=(python2-libgit2)
+  

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

2015-05-21 Thread Felix Yan
Date: Friday, May 22, 2015 @ 03:23:03
  Author: fyan
Revision: 133960

upgpkg: python-pygit2 0.22.0-4

rebuild with cffi 1.0.1

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 00:37:19 UTC (rev 133959)
+++ PKGBUILD2015-05-22 01:23:03 UTC (rev 133960)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.22.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Python bindings for libgit2'
 url=https://github.com/libgit2/pygit2;
 depends=(libgit2)


[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2015-05-21 Thread Anatol Pomozov
Date: Friday, May 22, 2015 @ 06:57:06
  Author: anatolik
Revision: 133963

upgpkg: arm-none-eabi-newlib 2.2.0-4

new upstream snapshot

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 04:30:54 UTC (rev 133962)
+++ PKGBUILD2015-05-22 04:57:06 UTC (rev 133963)
@@ -4,8 +4,8 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.2.0
-pkgrel=3
-_upstream_ver=$pkgver-1
+pkgrel=4
+_upstream_ver=$pkgver.20150423
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -13,7 +13,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('ab7d18171fb02f4647881c91be52bbf19882ad3d')
+sha1sums=('50429d21989b008916ea9b40f0ceedaf273eb84b')
 
 build() {
   rm -rf build-{newlib,nano}


[arch-commits] Commit in linux-lts/repos (26 files)

2015-05-21 Thread Evangelos Foutras
Date: Friday, May 22, 2015 @ 06:03:52
  Author: foutrelis
Revision: 239655

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 239654, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 239654, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 239654, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 239654, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 239654, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 239654, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 239654, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 239654, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/gcc5_buildfixes.diff
(from rev 239654, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 239654, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 239654, linux-lts/trunk/linux-lts.preset)
  
linux-lts/repos/testing-i686/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
(from rev 239654, 
linux-lts/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 239654, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 239654, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 239654, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 239654, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 239654, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 239654, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 239654, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 239654, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff
(from rev 239654, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 239654, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 239654, linux-lts/trunk/linux-lts.preset)
  
linux-lts/repos/testing-x86_64/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
(from rev 239654, 
linux-lts/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  347 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/gcc5_buildfixes.diff  
|  115 
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-i686/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
|   50 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 

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

2015-05-21 Thread Evangelos Foutras
Date: Friday, May 22, 2015 @ 06:03:07
  Author: foutrelis
Revision: 239653

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 239652, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 239652, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 239652, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 239652, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 239652, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 239652, linux/trunk/linux.preset)
  
linux/repos/testing-i686/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
(from rev 239652, 
linux/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 239652, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 239652, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 239652, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 239652, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 239652, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 239652, linux/trunk/linux.preset)
  
linux/repos/testing-x86_64/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
(from rev 239652, 
linux/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch)

---+
 testing-i686/PKGBUILD |  
303 
 testing-i686/change-default-console-loglevel.patch|   
11 
 testing-i686/config   | 
7464 ++
 testing-i686/config.x86_64| 
7211 +
 testing-i686/linux.install|   
37 
 testing-i686/linux.preset |   
14 
 testing-i686/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch   |   
50 
 testing-x86_64/PKGBUILD   |  
303 
 testing-x86_64/change-default-console-loglevel.patch  |   
11 
 testing-x86_64/config | 
7464 ++
 testing-x86_64/config.x86_64  | 
7211 +
 testing-x86_64/linux.install  |   
37 
 testing-x86_64/linux.preset   |   
14 
 testing-x86_64/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch |   
50 
 14 files changed, 30180 insertions(+)

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


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

2015-05-21 Thread Evangelos Foutras
Date: Friday, May 22, 2015 @ 06:02:42
  Author: foutrelis
Revision: 239652

upgpkg: linux 4.0.4-2

Add proposed fix for data loss on md raid0 when discard is used (FS#45040).

Added:
  linux/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
Modified:
  linux/trunk/PKGBUILD

+
 PKGBUILD   |9 +
 md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch |   50 +++
 2 files changed, 57 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 00:25:26 UTC (rev 239651)
+++ PKGBUILD2015-05-22 04:02:42 UTC (rev 239652)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.0
 pkgver=4.0.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -20,6 +20,7 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
+'md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch'
 'change-default-console-loglevel.patch')
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
@@ -28,6 +29,7 @@
 'e8d639582697f22333a96aa1614bcf5d9bcf2e6683a3d5296f9cfc64843606f1'
 '5dadd75693e512b77f87f5620e470405b943373613eaf4df561037e9296453be'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
+'bc83293e64653d60793708a0e277741f57c018f5ea3551a8aff3a220df917ceb'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -44,7 +46,10 @@
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
-  
+
+  # https://bugzilla.kernel.org/show_bug.cgi?id=98501
+  patch -Np1 -i 
${srcdir}/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
+
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)

Added: md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
===
--- md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  
(rev 0)
+++ md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  2015-05-22 
04:02:42 UTC (rev 239652)
@@ -0,0 +1,50 @@
+From a81157768a00e8cf8a7b43b5ea5cac931262374f Mon Sep 17 00:00:00 2001
+From: Eric Work work.e...@gmail.com
+Date: Mon, 18 May 2015 23:26:23 -0700
+Subject: [PATCH] md/raid0: fix restore to sector variable in
+ raid0_make_request
+
+The variable sector in raid0_make_request() was improperly updated
+by a call to sector_div() which modifies its first argument in place.
+Commit 47d68979cc968535cb87f3e5f2e6a3533ea48fbd restored this variable
+after the call for later re-use.  Unfortunetly the restore was done after
+the referenced variable bio was advanced.  This lead to the original
+value and the restored value being different.  Here we move this line to
+the proper place.
+
+One observed side effect of this bug was discarding a file though
+unlinking would cause an unrelated file's contents to be discarded.
+
+Signed-off-by: NeilBrown ne...@suse.de
+Fixes: 47d68979cc96 (md/raid0: fix bug with chunksize not a power of 2.)
+Cc: sta...@vger.kernel.org (any that received above backport)
+URL: https://bugzilla.kernel.org/show_bug.cgi?id=98501
+---
+ drivers/md/raid0.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/md/raid0.c b/drivers/md/raid0.c
+index 6a68ef5..efb654e 100644
+--- a/drivers/md/raid0.c
 b/drivers/md/raid0.c
+@@ -524,6 +524,9 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
+? (sector  (chunk_sects-1))
+: sector_div(sector, chunk_sects));
+ 
++  /* Restore due to sector_div */
++  sector = bio-bi_iter.bi_sector;
++
+   if (sectors  bio_sectors(bio)) {
+   split = bio_split(bio, sectors, GFP_NOIO, fs_bio_set);
+   bio_chain(split, bio);
+@@ -531,7 +534,6 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
+   split = bio;
+   }
+ 
+-  sector = bio-bi_iter.bi_sector;
+   zone = find_zone(mddev-private, sector);
+   tmp_dev = map_sector(mddev, zone, sector, sector);
+   split-bi_bdev = tmp_dev-bdev;
+-- 
+2.4.1
+


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

2015-05-21 Thread Evangelos Foutras
Date: Friday, May 22, 2015 @ 06:03:18
  Author: foutrelis
Revision: 239654

upgpkg: linux-lts 3.14.43-2

Add proposed fix for data loss on md raid0 when discard is used (FS#45040).

Added:
  linux-lts/trunk/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
Modified:
  linux-lts/trunk/PKGBUILD

+
 PKGBUILD   |7 +
 md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch |   50 +++
 2 files changed, 56 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 04:03:07 UTC (rev 239653)
+++ PKGBUILD2015-05-22 04:03:18 UTC (rev 239654)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts
 _srcname=linux-3.14
 pkgver=3.14.43
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -22,6 +22,7 @@
 '0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch'
 '0003-module-remove-MODULE_GENERIC_TABLE.patch'
 '0006-genksyms-fix-typeof-handling.patch'
+'md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch'
 'gcc5_buildfixes.diff'
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
@@ -37,6 +38,7 @@
 '52dec83a8805a8642d74d764494acda863e0aa23e3d249e80d4b457e20a3fd29'
 '65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
+'bc83293e64653d60793708a0e277741f57c018f5ea3551a8aff3a220df917ceb'
 '470d6d019d288dce02b4a9758a34ea71d41715663a19a164749212a470a131e7')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 
torva...@linux-foundation.org
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) g...@kroah.com
@@ -56,6 +58,9 @@
   # add upstream patch
   patch -p1 -i ${srcdir}/patch-${pkgver}
 
+  # https://bugzilla.kernel.org/show_bug.cgi?id=98501
+  patch -Np1 -i 
${srcdir}/md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
+
   # buildfixes for gcc5
   # 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/scsi/qla2xxx/qla_nx2.c?id=9493c2422cae272d6f1f567cbb424195defe4176
   # https://lkml.org/lkml/2014/11/9/27

Added: md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch
===
--- md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  
(rev 0)
+++ md-raid0-fix-restore-to-sector-variable-in-raid0_mak.patch  2015-05-22 
04:03:18 UTC (rev 239654)
@@ -0,0 +1,50 @@
+From a81157768a00e8cf8a7b43b5ea5cac931262374f Mon Sep 17 00:00:00 2001
+From: Eric Work work.e...@gmail.com
+Date: Mon, 18 May 2015 23:26:23 -0700
+Subject: [PATCH] md/raid0: fix restore to sector variable in
+ raid0_make_request
+
+The variable sector in raid0_make_request() was improperly updated
+by a call to sector_div() which modifies its first argument in place.
+Commit 47d68979cc968535cb87f3e5f2e6a3533ea48fbd restored this variable
+after the call for later re-use.  Unfortunetly the restore was done after
+the referenced variable bio was advanced.  This lead to the original
+value and the restored value being different.  Here we move this line to
+the proper place.
+
+One observed side effect of this bug was discarding a file though
+unlinking would cause an unrelated file's contents to be discarded.
+
+Signed-off-by: NeilBrown ne...@suse.de
+Fixes: 47d68979cc96 (md/raid0: fix bug with chunksize not a power of 2.)
+Cc: sta...@vger.kernel.org (any that received above backport)
+URL: https://bugzilla.kernel.org/show_bug.cgi?id=98501
+---
+ drivers/md/raid0.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/md/raid0.c b/drivers/md/raid0.c
+index 6a68ef5..efb654e 100644
+--- a/drivers/md/raid0.c
 b/drivers/md/raid0.c
+@@ -524,6 +524,9 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
+? (sector  (chunk_sects-1))
+: sector_div(sector, chunk_sects));
+ 
++  /* Restore due to sector_div */
++  sector = bio-bi_iter.bi_sector;
++
+   if (sectors  bio_sectors(bio)) {
+   split = bio_split(bio, sectors, GFP_NOIO, fs_bio_set);
+   bio_chain(split, bio);
+@@ -531,7 +534,6 @@ static void raid0_make_request(struct mddev *mddev, struct 
bio *bio)
+   split = bio;
+   }
+ 
+-  sector = bio-bi_iter.bi_sector;
+   zone = find_zone(mddev-private, sector);
+   tmp_dev = map_sector(mddev, zone, sector, sector);
+   split-bi_bdev = tmp_dev-bdev;
+-- 
+2.4.1
+


[arch-commits] Commit in arm-none-eabi-newlib/repos/community-any (PKGBUILD PKGBUILD)

2015-05-21 Thread Anatol Pomozov
Date: Friday, May 22, 2015 @ 06:57:42
  Author: anatolik
Revision: 133964

archrelease: copy trunk to community-any

Added:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD
(from rev 133963, arm-none-eabi-newlib/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-22 04:57:06 UTC (rev 133963)
+++ PKGBUILD2015-05-22 04:57:42 UTC (rev 133964)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-_target=arm-none-eabi
-pkgname=$_target-newlib
-pkgver=2.2.0
-pkgrel=3
-_upstream_ver=$pkgver-1
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
-arch=(any)
-url='http://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('ab7d18171fb02f4647881c91be52bbf19882ad3d')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  cd $srcdir/build-newlib
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-io-long-long \
---enable-newlib-register-fini
-  make
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  cd $srcdir/build-nano
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-reent-small   \
---disable-newlib-fvwrite-in-streamio  \
---disable-newlib-fseek-optimization   \
---disable-newlib-wide-orient  \
---enable-newlib-nano-malloc   \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit\
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io
-  make
-}
-
-package() {
-  cd $srcdir/build-nano
-  make DESTDIR=$pkgdir install -j1
-  find $pkgdir -regex .*/lib\(c\|g\|rdimon\)\.a -exec rename .a _nano.a 
'{}' \;
-
-  cd $srcdir/build-newlib
-  make DESTDIR=$pkgdir install -j1
-
-  find $pkgdir/usr/$_target/lib \( -name *.a -or -name *.o \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  rm $pkgdir/usr/share/info/*.info
-
-  install -d $pkgdir/usr/share/licenses/$pkgname/
-  install -m644 -t $pkgdir/usr/share/licenses/$pkgname/ 
$srcdir/newlib-$_upstream_ver/COPYING*
-}

Copied: arm-none-eabi-newlib/repos/community-any/PKGBUILD (from rev 133963, 
arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-22 04:57:42 UTC (rev 133964)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.2.0
+pkgrel=4
+_upstream_ver=$pkgver.20150423
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('50429d21989b008916ea9b40f0ceedaf273eb84b')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd $srcdir/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd $srcdir/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd $srcdir/build-nano
+  make DESTDIR=$pkgdir install -j1
+  find $pkgdir -regex .*/lib\(c\|g\|rdimon\)\.a -exec rename .a _nano.a 
'{}' \;
+
+  cd $srcdir/build-newlib
+  make 

[arch-commits] Commit in gcc-multilib/repos/multilib-testing-x86_64 (16 files)

2015-05-21 Thread Jan Steffens
Date: Thursday, May 21, 2015 @ 21:35:24
  Author: heftig
Revision: 133934

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 133933, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 133933, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 133933, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 133933, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 133933, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 133933, gcc-multilib/trunk/gcc.install)
  gcc-multilib/repos/multilib-testing-x86_64/pr65882.patch
(from rev 133933, gcc-multilib/trunk/pr65882.patch)
  gcc-multilib/repos/multilib-testing-x86_64/pr66035.patch
(from rev 133933, gcc-multilib/trunk/pr66035.patch)
Deleted:
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
  gcc-multilib/repos/multilib-testing-x86_64/pr65873.patch
  gcc-multilib/repos/multilib-testing-x86_64/pr65882.patch

-+
 PKGBUILD|  806 +-
 gcc-ada.install |   40 +-
 gcc-fortran.install |   32 -
 gcc-go.install  |   40 +-
 gcc-libs.install|   32 -
 gcc.install |   40 +-
 pr65873.patch   |   17 -
 pr65882.patch   |  132 
 pr66035.patch   |   48 ++
 9 files changed, 609 insertions(+), 578 deletions(-)

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


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

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 19:55:30
  Author: arojas
Revision: 239623

gpsd 3.14 rebuild

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 17:35:18 UTC (rev 239622)
+++ PKGBUILD2015-05-21 17:55:30 UTC (rev 239623)
@@ -5,7 +5,7 @@
 pkgbase=kdeedu-marble
 pkgname=('kdeedu-marble' 'marble-qt')
 pkgver=15.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
 arch=('i686' 'x86_64')


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

2015-05-21 Thread Andreas Radke
Date: Thursday, May 21, 2015 @ 20:01:18
  Author: andyrtr
Revision: 239628

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-21 18:01:06 UTC (rev 239627)
+++ extra-i686/PKGBUILD 2015-05-21 18:01:18 UTC (rev 239628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.8 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 239627, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-21 18:01:18 UTC (rev 239628)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.4.0 #.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-21 18:01:06 UTC (rev 239627)
+++ extra-x86_64/PKGBUILD   2015-05-21 18:01:18 UTC (rev 239628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.8 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 239627, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-21 18:01:18 UTC (rev 239628)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.4.0 #.pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
scdbac...@gmx.net
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 20:19:53
  Author: arojas
Revision: 239637

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

Added:
  plasma-workspace/repos/staging-i686/
  plasma-workspace/repos/staging-i686/PKGBUILD
(from rev 239636, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/staging-i686/kde.pam
(from rev 239636, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/staging-x86_64/
  plasma-workspace/repos/staging-x86_64/PKGBUILD
(from rev 239636, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/staging-x86_64/kde.pam
(from rev 239636, plasma-workspace/trunk/kde.pam)

-+
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/kde.pam|6 +++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/kde.pam  |6 +++
 4 files changed, 156 insertions(+)

Copied: plasma-workspace/repos/staging-i686/PKGBUILD (from rev 239636, 
plasma-workspace/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-21 18:19:53 UTC (rev 239637)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.0
+pkgrel=4
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')
+md5sums=('4085a9bdd87706beeccfcc7dd09d5b85'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  # be sure to use the Qt5 version of qtpaths
+  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
+  conflicts=('kdebase-workspace')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -D ${srcdir}/kde.pam \
+${pkgdir}/etc/pam.d/kde
+
+  # Remove conflicts with drkonqi
+  rm ${pkgdir}/usr/lib/drkonqi
+  rm -r ${pkgdir}/usr/share/drkonqi
+}
+
+package_drkonqi() {
+  pkgdesc='KDE crash handler'
+  depends=('kdewebkit' 'kxmlrpcclient')
+
+  cd build/drkonqi
+  make DESTDIR=${pkgdir} install
+}

Copied: plasma-workspace/repos/staging-i686/kde.pam (from rev 239636, 
plasma-workspace/trunk/kde.pam)
===
--- staging-i686/kde.pam(rev 0)
+++ staging-i686/kde.pam2015-05-21 18:19:53 UTC (rev 239637)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+authinclude system-login
+account include system-login
+passwordinclude system-login
+session include system-login

Copied: plasma-workspace/repos/staging-x86_64/PKGBUILD (from rev 239636, 
plasma-workspace/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-21 18:19:53 UTC (rev 239637)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.0
+pkgrel=4
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 

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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 21:36:06
  Author: jlichtblau
Revision: 133936

archrelease: copy trunk to community-staging-x86_64

Added:
  qlandkartegt/repos/community-staging-x86_64/
  qlandkartegt/repos/community-staging-x86_64/PKGBUILD
(from rev 133935, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml
(from rev 133935, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog
(from rev 133935, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.install
(from rev 133935, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   45 +++
 qlandkartegt-mimetypes.xml |7 +++
 qlandkartegt.changelog |   81 +++
 qlandkartegt.install   |7 +++
 4 files changed, 140 insertions(+)

Copied: qlandkartegt/repos/community-staging-x86_64/PKGBUILD (from rev 133935, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-21 19:36:06 UTC (rev 133936)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=3
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit' 'proj')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+}
+
+build() {
+  cd ${srcdir}/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml 
(from rev 133935, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-x86_64/qlandkartegt-mimetypes.xml 
(rev 0)
+++ community-staging-x86_64/qlandkartegt-mimetypes.xml 2015-05-21 19:36:06 UTC 
(rev 133936)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
+  mime-type type=application/vnd.qlandkartegt.qlb
+commentQLandkarteGT File/comment
+glob pattern=*.qlb/
+  /mime-type
+/mime-info

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog 
(from rev 133935, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-x86_64/qlandkartegt.changelog 
(rev 0)
+++ community-staging-x86_64/qlandkartegt.changelog 2015-05-21 19:36:06 UTC 
(rev 133936)
@@ -0,0 +1,81 @@
+2015-03-10 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.8.1-1
+
+2015-02-09 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.8.0-1
+
+2014-07-13 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 

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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 21:35:51
  Author: jlichtblau
Revision: 133935

upgpkg: qlandkartegt 1.8.1-3
gpsd 3.14 rebuild

Modified:
  qlandkartegt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 19:35:24 UTC (rev 133934)
+++ PKGBUILD2015-05-21 19:35:51 UTC (rev 133935)
@@ -5,7 +5,7 @@
 
 pkgname=qlandkartegt
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Use your GPS with Linux
 arch=('i686' 'x86_64')
 url=http://www.qlandkarte.org/;


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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 21:57:11
  Author: jlichtblau
Revision: 133938

archrelease: copy trunk to community-staging-x86_64

Added:
  viking/repos/community-staging-x86_64/
  viking/repos/community-staging-x86_64/PKGBUILD
(from rev 133937, viking/trunk/PKGBUILD)
  viking/repos/community-staging-x86_64/viking.changelog
(from rev 133937, viking/trunk/viking.changelog)
  viking/repos/community-staging-x86_64/viking.install
(from rev 133937, viking/trunk/viking.install)

--+
 PKGBUILD |   33 +
 viking.changelog |   40 
 viking.install   |   12 
 3 files changed, 85 insertions(+)

Copied: viking/repos/community-staging-x86_64/PKGBUILD (from rev 133937, 
viking/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-21 19:57:11 UTC (rev 133938)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.6
+pkgrel=3
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
+optdepends=('geo: for geocaches')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches 
--includedir=/usr/include
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: viking/repos/community-staging-x86_64/viking.changelog (from rev 
133937, viking/trunk/viking.changelog)
===
--- community-staging-x86_64/viking.changelog   (rev 0)
+++ community-staging-x86_64/viking.changelog   2015-05-21 19:57:11 UTC (rev 
133938)
@@ -0,0 +1,40 @@
+2015-05-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-3
+   * gpsd 3.14 rebuild
+
+2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.2-1

Copied: viking/repos/community-staging-x86_64/viking.install (from rev 133937, 
viking/trunk/viking.install)
===
--- community-staging-x86_64/viking.install (rev 0)
+++ community-staging-x86_64/viking.install 2015-05-21 19:57:11 UTC (rev 
133938)
@@ -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() {
+  post_install
+}


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

2015-05-21 Thread Jaroslav Lichtblau
Date: Thursday, May 21, 2015 @ 21:56:53
  Author: jlichtblau
Revision: 133937

upgpkg: viking 1.6-3
gpsd 3.14 rebuild

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |2 +-
 viking.changelog |4 
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 19:36:06 UTC (rev 133936)
+++ PKGBUILD2015-05-21 19:56:53 UTC (rev 133937)
@@ -5,7 +5,7 @@
 
 pkgname=viking
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc=GTK+2 application to manage GPS data
 arch=('i686' 'x86_64')
 url=http://viking.sourceforge.net/;

Modified: viking.changelog
===
--- viking.changelog2015-05-21 19:36:06 UTC (rev 133936)
+++ viking.changelog2015-05-21 19:56:53 UTC (rev 133937)
@@ -1,3 +1,7 @@
+2015-05-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-3
+   * gpsd 3.14 rebuild
+
 2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
* viking 1.6-2
* boost rebuild


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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 18:47:57
  Author: fyan
Revision: 239620

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

Added:
  python-cffi/repos/testing-i686/PKGBUILD
(from rev 239619, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/testing-x86_64/PKGBUILD
(from rev 239619, python-cffi/trunk/PKGBUILD)
Deleted:
  python-cffi/repos/testing-i686/PKGBUILD
  python-cffi/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-05-21 16:36:07 UTC (rev 239619)
+++ testing-i686/PKGBUILD   2015-05-21 16:47:57 UTC (rev 239620)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/testing-i686/PKGBUILD (from rev 239619, 
python-cffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-21 16:47:57 UTC (rev 239620)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7ab5fc6753e36bd04efb5dd99a852ff670a25a7b3cb57cb2bd153948a24ac2d98092e8eb35218867b96a559e6a3ef0f6669e616db4c883a0c297bcda3b3692b8')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-05-21 16:36:07 UTC (rev 239619)
+++ testing-x86_64/PKGBUILD 2015-05-21 16:47:57 UTC (rev 239620)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')

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

2015-05-21 Thread Evangelos Foutras
Date: Thursday, May 21, 2015 @ 18:36:07
  Author: foutrelis
Revision: 239619

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

Added:
  qt5/repos/extra-i686/0001-Make-qglobal.h-complain-if-you-use-fPIE.patch
(from rev 239618, 
qt5/trunk/0001-Make-qglobal.h-complain-if-you-use-fPIE.patch)
  
qt5/repos/extra-i686/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch
(from rev 239618, 
qt5/trunk/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch)
  
qt5/repos/extra-i686/0001-Revert-Rotate-images-according-to-Exif-orientation.patch
(from rev 239618, 
qt5/trunk/0001-Revert-Rotate-images-according-to-Exif-orientation.patch)
  
qt5/repos/extra-i686/0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch
(from rev 239618, 
qt5/trunk/0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch)
  qt5/repos/extra-i686/CVE-2015-0295.patch
(from rev 239618, qt5/trunk/CVE-2015-0295.patch)
  qt5/repos/extra-i686/CVE-2015-1858_1859.patch
(from rev 239618, qt5/trunk/CVE-2015-1858_1859.patch)
  qt5/repos/extra-i686/CVE-2015-1860.patch
(from rev 239618, qt5/trunk/CVE-2015-1860.patch)
  qt5/repos/extra-i686/PKGBUILD
(from rev 239618, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 239618, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/designer.desktop
(from rev 239618, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/glib-2.43.patch
(from rev 239618, qt5/trunk/glib-2.43.patch)
  qt5/repos/extra-i686/keypad-shortcuts.patch
(from rev 239618, qt5/trunk/keypad-shortcuts.patch)
  qt5/repos/extra-i686/linguist.desktop
(from rev 239618, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 239618, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qlockfile-deadlock.patch
(from rev 239618, qt5/trunk/qlockfile-deadlock.patch)
  qt5/repos/extra-i686/qnam-corruption.patch
(from rev 239618, qt5/trunk/qnam-corruption.patch)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 239618, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/0001-Make-qglobal.h-complain-if-you-use-fPIE.patch
(from rev 239618, 
qt5/trunk/0001-Make-qglobal.h-complain-if-you-use-fPIE.patch)
  
qt5/repos/extra-x86_64/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch
(from rev 239618, 
qt5/trunk/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch)
  
qt5/repos/extra-x86_64/0001-Revert-Rotate-images-according-to-Exif-orientation.patch
(from rev 239618, 
qt5/trunk/0001-Revert-Rotate-images-according-to-Exif-orientation.patch)
  
qt5/repos/extra-x86_64/0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch
(from rev 239618, 
qt5/trunk/0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch)
  qt5/repos/extra-x86_64/CVE-2015-0295.patch
(from rev 239618, qt5/trunk/CVE-2015-0295.patch)
  qt5/repos/extra-x86_64/CVE-2015-1858_1859.patch
(from rev 239618, qt5/trunk/CVE-2015-1858_1859.patch)
  qt5/repos/extra-x86_64/CVE-2015-1860.patch
(from rev 239618, qt5/trunk/CVE-2015-1860.patch)
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 239618, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 239618, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 239618, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/glib-2.43.patch
(from rev 239618, qt5/trunk/glib-2.43.patch)
  qt5/repos/extra-x86_64/keypad-shortcuts.patch
(from rev 239618, qt5/trunk/keypad-shortcuts.patch)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 239618, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 239618, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qlockfile-deadlock.patch
(from rev 239618, qt5/trunk/qlockfile-deadlock.patch)
  qt5/repos/extra-x86_64/qnam-corruption.patch
(from rev 239618, qt5/trunk/qnam-corruption.patch)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 239618, qt5/trunk/qt5-tools.install)
Deleted:
  
qt5/repos/extra-i686/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch
  
qt5/repos/extra-i686/0001-Revert-Rotate-images-according-to-Exif-orientation.patch
  qt5/repos/extra-i686/CVE-2015-0295.patch
  qt5/repos/extra-i686/CVE-2015-1858_1859.patch
  qt5/repos/extra-i686/CVE-2015-1860.patch
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/glib-2.43.patch
  qt5/repos/extra-i686/keypad-shortcuts.patch
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qlockfile-deadlock.patch
  qt5/repos/extra-i686/qnam-corruption.patch
  qt5/repos/extra-i686/qt5-tools.install
  
qt5/repos/extra-x86_64/0001-Require-fPIC-instead-of-just-fPIE-for-reduce-relocat.patch
  
qt5/repos/extra-x86_64/0001-Revert-Rotate-images-according-to-Exif-orientation.patch
  qt5/repos/extra-x86_64/CVE-2015-0295.patch
  

[arch-commits] Commit in qt5/trunk (3 files)

2015-05-21 Thread Evangelos Foutras
Date: Thursday, May 21, 2015 @ 18:35:17
  Author: foutrelis
Revision: 239618

upgpkg: qt5 5.4.1-9

Pull two more upstream patches to ensure -fPIC is used when building Qt5 apps.

Added:
  qt5/trunk/0001-Make-qglobal.h-complain-if-you-use-fPIE.patch
  qt5/trunk/0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch
Modified:
  qt5/trunk/PKGBUILD

+
 0001-Make-qglobal.h-complain-if-you-use-fPIE.patch |   44 +++
 0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch |   34 
 PKGBUILD   |8 +-
 3 files changed, 85 insertions(+), 1 deletion(-)

Added: 0001-Make-qglobal.h-complain-if-you-use-fPIE.patch
===
--- 0001-Make-qglobal.h-complain-if-you-use-fPIE.patch  
(rev 0)
+++ 0001-Make-qglobal.h-complain-if-you-use-fPIE.patch  2015-05-21 16:35:17 UTC 
(rev 239618)
@@ -0,0 +1,44 @@
+From 3eca75de67b3fd2c890715b30c7899cebc096fe9 Mon Sep 17 00:00:00 2001
+From: Thiago Macieira thiago.macie...@intel.com
+Date: Mon, 11 May 2015 18:30:00 +0900
+Subject: [PATCH] Make qglobal.h complain if you use -fPIE
+
+Prior to Qt 5.4.2 (commit 36d6eb721e7d5997ade75e289d4088dc48678d0d), we
+allowed it, but now we need to enforce that it is not used. Note that
+-fPIE does define __PIC__, so we need this to catch the use of -fPIE.
+
+[ChangeLog][Important Behavior Changes] On x86 and x86-64 systems with
+ELF binaries (especially Linux), due to a new optimization in GCC 5.x in
+combination with a recent version of GNU binutils, compiling Qt
+applications with -fPIE is no longer enough. Applications now need to be
+compiled with the -fPIC option if Qt's option reduce relocations is
+active. Note that Clang is known to generate incompatible code even with
+-fPIC if the -flto option is active.
+
+Task-number: QTBUG-45755
+Change-Id: I66a35ce5f88941f29aa613dd210e0aa2728f
+Reviewed-by: Dmitry Shachnev mity...@gmail.com
+Reviewed-by: Simon Hausmann simon.hausm...@theqtcompany.com
+---
+ src/corelib/global/qglobal.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
+index ef84662..4547877 100644
+--- a/src/corelib/global/qglobal.h
 b/src/corelib/global/qglobal.h
+@@ -1047,9 +1047,9 @@ Q_CORE_EXPORT int qrand();
+ #  define QT_NO_SHAREDMEMORY
+ #endif
+ 
+-#if !defined(QT_BOOTSTRAPPED)  defined(QT_REDUCE_RELOCATIONS)  
defined(__ELF__)  !defined(__PIC__)
++#if !defined(QT_BOOTSTRAPPED)  defined(QT_REDUCE_RELOCATIONS)  
defined(__ELF__)  (!defined(__PIC__) || defined(__PIE__))
+ #  error You must build your code with position independent code if Qt was 
built with -reduce-relocations. \
+- Compile your code with -fPIC.
++ Compile your code with -fPIC (-fPIE is not enough).
+ #endif
+ 
+ namespace QtPrivate {
+-- 
+2.4.0
+

Added: 0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch
===
--- 0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch  
(rev 0)
+++ 0001-Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch  2015-05-21 
16:35:17 UTC (rev 239618)
@@ -0,0 +1,34 @@
+From 083c9269ed73e8771e1dbe10812696b45b7389f3 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Mon, 11 May 2015 12:20:57 +0300
+Subject: [PATCH] Try to ensure that -fPIC is used in CMake builds
+
+In commit 36d6eb721e7d5997ade75e289d4088dc48678d0d the -fPIE switch was
+replaced with -fPIC in an effort to avoid generating copy relocations
+which are incompatible with Qt5 when built with -reduce-relocations.
+
+Task-number: QTBUG-45755
+Change-Id: I59a55ea15052f498104848c5fd867e563ddc2290
+Reviewed-by: Thiago Macieira thiago.macie...@intel.com
+---
+ src/corelib/Qt5CoreConfigExtras.cmake.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/corelib/Qt5CoreConfigExtras.cmake.in 
b/src/corelib/Qt5CoreConfigExtras.cmake.in
+index 48d5f21..d4abc5f 100644
+--- a/src/corelib/Qt5CoreConfigExtras.cmake.in
 b/src/corelib/Qt5CoreConfigExtras.cmake.in
+@@ -70,8 +70,9 @@ set(_qt5_corelib_extra_includes)
+ # Qt5_POSITION_INDEPENDENT_CODE variable is used in the # qt5_use_module
+ # macro to add it.
+ set(Qt5_POSITION_INDEPENDENT_CODE True)
+-set_property(TARGET Qt5::Core PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE 
\ON\)
+ set(Qt5Core_EXECUTABLE_COMPILE_FLAGS \-fPIC\)
++set_property(TARGET Qt5::Core PROPERTY INTERFACE_POSITION_INDEPENDENT_CODE 
\ON\)
++set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_COMPILE_OPTIONS 
${Qt5Core_EXECUTABLE_COMPILE_FLAGS})
+ !!ENDIF
+ 
+ !!IF !isEmpty(QT_NAMESPACE)
+-- 
+2.4.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 14:40:32 UTC (rev 239617)
+++ PKGBUILD2015-05-21 16:35:17 UTC 

[arch-commits] Commit in puppet/repos (3 files)

2015-05-21 Thread Jonathan Steel
Date: Thursday, May 21, 2015 @ 19:24:27
  Author: jsteel
Revision: 133928

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 133927, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 133927, puppet/trunk/puppet.install)

+
 PKGBUILD   |   67 +++
 puppet.install |   26 +
 2 files changed, 93 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 133927, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-05-21 17:24:27 UTC (rev 133928)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/fileserver.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('8bc08d5edf528678291336661cd9a0fd')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' ) --rundir=/run
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
+$pkgdir/etc/puppetlabs/$pkgname/fileserver.conf
+
+  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo d /run/puppetlabs 0755 $pkgname $pkgname -  \
+$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+
+  chmod 750 $pkgdir/var/log/puppetlabs/puppet
+
+  # systemd
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
+$pkgdir/usr/lib/systemd/system/${pkgname}master.service
+
+  # vim and emacs
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 133927, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2015-05-21 17:24:27 UTC (rev 
133928)
@@ -0,0 +1,26 @@
+pre_install() {
+  getent group puppet /dev/null || groupadd -r puppet -g 52
+  getent passwd puppet /dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c Puppet puppet
+}
+
+pre_upgrade() {
+  pre_install
+
+  if  [ $(vercmp 4 $2) -eq 1 ]; then
+echo '== Version 4 breaks compatibility with version 3; you will need
+== to follow upgrade instructions for your servers and clients:
+== https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_server.html
+== https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_agent.html'
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2015-05-21 Thread Jonathan Steel
Date: Thursday, May 21, 2015 @ 19:24:17
  Author: jsteel
Revision: 133927

upgpkg: puppet 4.1.0-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 15:24:37 UTC (rev 133926)
+++ PKGBUILD2015-05-21 17:24:17 UTC (rev 133927)
@@ -9,8 +9,8 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
 url=http://puppetlabs.com/puppet/puppet-open-source;
@@ -22,8 +22,15 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fe40c3d9a9845155df083c411f39d943')
+md5sums=('8bc08d5edf528678291336661cd9a0fd')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
 package() {
   cd $pkgname-$pkgver
 


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

2015-05-21 Thread Jonathan Steel
Date: Thursday, May 21, 2015 @ 19:27:49
  Author: jsteel
Revision: 133929

upgpkg: facter 2.4.4-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 17:24:27 UTC (rev 133928)
+++ PKGBUILD2015-05-21 17:27:49 UTC (rev 133929)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=facter
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc=Collect and display system facts
 arch=('any')
@@ -15,7 +15,7 @@
 license=('APACHE')
 depends=('ruby' 'inetutils' 'net-tools')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b430432a45a76cf0211e0c0d5bb94346')
+md5sums=('97e5daae4c9571013506867f1ba8da0a')
 
 package() {
   cd $pkgname-$pkgver


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

2015-05-21 Thread Jonathan Steel
Date: Thursday, May 21, 2015 @ 19:27:56
  Author: jsteel
Revision: 133930

archrelease: copy trunk to community-testing-any

Added:
  facter/repos/community-testing-any/
  facter/repos/community-testing-any/PKGBUILD
(from rev 133929, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-testing-any/PKGBUILD (from rev 133929, 
facter/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-05-21 17:27:56 UTC (rev 133930)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=facter
+pkgver=2.4.4
+pkgrel=1
+pkgdesc=Collect and display system facts
+arch=('any')
+url=http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'inetutils' 'net-tools')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('97e5daae4c9571013506867f1ba8da0a')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' )
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in gpsd/trunk (PKGBUILD gpsd-3.11-gpsdctl-service.patch)

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 19:34:28
  Author: arojas
Revision: 239621

Update to 3.14

Modified:
  gpsd/trunk/PKGBUILD
Deleted:
  gpsd/trunk/gpsd-3.11-gpsdctl-service.patch

-+
 PKGBUILD|   17 +++--
 gpsd-3.11-gpsdctl-service.patch |   18 --
 2 files changed, 7 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 16:47:57 UTC (rev 239620)
+++ PKGBUILD2015-05-21 17:34:28 UTC (rev 239621)
@@ -5,8 +5,8 @@
 # Contributor: Giacomo Rizzo a...@free-os.it
 
 pkgname=gpsd
-pkgver=3.11
-pkgrel=5
+pkgver=3.14
+pkgrel=1
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
 url=http://catb.org/gpsd/;
@@ -19,13 +19,11 @@
 backup=('etc/gpsd.conf')
 install=${pkgname}.install
 
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'gpsd.conf'
-'gpsd-3.11-gpsdctl-service.patch')
+'gpsd.conf')
 validpgpkeys=('3CE764D4FAFF5FA810B203BFADF516D38421F11C') # Eric S. Raymond
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/gpsd-3.11-gpsdctl-service.patch
 
   # fix python 2.7 path
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
@@ -66,11 +64,11 @@
   install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
 
   # GPSD needs RPATH
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.21.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.22.0.0
   chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.22.0.0
   chrpath -r /usr/lib/ \
 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps,cgps,gpsmon} \
-${pkgdir}/usr/bin/{gpsd,gpsdctl,gps2udp}
+${pkgdir}/usr/bin/{gpsd,gpsdctl,gps2udp,ntpshmmon}
   chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
 
   install -D -m644 packaging/X11/xgps.desktop \
@@ -87,7 +85,6 @@
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-md5sums=('ba28369992886fccb85ce560e4727e20'
+md5sums=('bc7467009b99e07ba461377b5da6c039'
  'SKIP'
- '3e963df3f9f7ef3572ecc648ae829315'
- '45932e924a0a415ce3c82d8a118fd7be')
+ '3e963df3f9f7ef3572ecc648ae829315')

Deleted: gpsd-3.11-gpsdctl-service.patch
===
--- gpsd-3.11-gpsdctl-service.patch 2015-05-21 16:47:57 UTC (rev 239620)
+++ gpsd-3.11-gpsdctl-service.patch 2015-05-21 17:34:28 UTC (rev 239621)
@@ -1,18 +0,0 @@
-diff --git a/systemd/gpsdctl@.service b/systemd/gpsdctl@.service
-index 58c5176..3d1590d 100644
 a/systemd/gpsdctl@.service
-+++ b/systemd/gpsdctl@.service
-@@ -6,8 +6,9 @@ After=dev-%i.device
- 
- [Service]
- Type=oneshot
--Environment=GPSD_SOCKET=/var/run/gpsd.sock
--EnvironmentFile=-/etc/default/gpsd
-+EnvironmentFile=/etc/gpsd.conf
- RemainAfterExit=yes
--ExecStart=/bin/sh -c [ \$USBAUTO\ = true ]  /usr/sbin/gpsdctl add 
/dev/%I || :
--ExecStop=/bin/sh -c [ \$USBAUTO\ = true ]  /usr/sbin/gpsdctl remove 
/dev/%I || :
-+
-+ExecStartPre=/usr/bin/chmod a+rw /dev/%I
-+ExecStart=/usr/bin/gpsdctl add /dev/%I
-+ExecStop=/usr/bin/gpsdctl remove /dev/%I


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

2015-05-21 Thread Antonio Rojas
Date: Thursday, May 21, 2015 @ 19:35:18
  Author: arojas
Revision: 239622

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

Added:
  gpsd/repos/staging-i686/
  gpsd/repos/staging-i686/PKGBUILD
(from rev 239621, gpsd/trunk/PKGBUILD)
  gpsd/repos/staging-i686/gpsd.conf
(from rev 239621, gpsd/trunk/gpsd.conf)
  gpsd/repos/staging-i686/gpsd.install
(from rev 239621, gpsd/trunk/gpsd.install)
  gpsd/repos/staging-x86_64/
  gpsd/repos/staging-x86_64/PKGBUILD
(from rev 239621, gpsd/trunk/PKGBUILD)
  gpsd/repos/staging-x86_64/gpsd.conf
(from rev 239621, gpsd/trunk/gpsd.conf)
  gpsd/repos/staging-x86_64/gpsd.install
(from rev 239621, gpsd/trunk/gpsd.install)

-+
 staging-i686/PKGBUILD   |   90 ++
 staging-i686/gpsd.conf  |5 ++
 staging-i686/gpsd.install   |   11 +
 staging-x86_64/PKGBUILD |   90 ++
 staging-x86_64/gpsd.conf|5 ++
 staging-x86_64/gpsd.install |   11 +
 6 files changed, 212 insertions(+)

Copied: gpsd/repos/staging-i686/PKGBUILD (from rev 239621, gpsd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-21 17:35:18 UTC (rev 239622)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.14
+pkgrel=1
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez-libs' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'chrpath' 'hardening-wrapper')
+backup=('etc/gpsd.conf')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd.conf')
+validpgpkeys=('3CE764D4FAFF5FA810B203BFADF516D38421F11C') # Eric S. Raymond
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  sed -i 's/sbin/bin/g' systemd/*.service
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+gpsd_group=uucp \
+PYTHONPATH=/usr/bin/python2 \
+sbindir=/usr/bin
+  scons build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=${pkgdir}
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  # GPSD needs RPATH
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.22.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.22.0.0
+  chrpath -r /usr/lib/ \
+
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps,cgps,gpsmon} \
+${pkgdir}/usr/bin/{gpsd,gpsdctl,gps2udp,ntpshmmon}
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m644 systemd/gpsd.service 
${pkgdir}/usr/lib/systemd/system/gpsd.service
+  install -D -m644 systemd/gpsd.socket 
${pkgdir}/usr/lib/systemd/system/gpsd.socket
+  install -D -m644 systemd/gpsdctl@.service 
${pkgdir}/usr/lib/systemd/system/gpsdctl@.service
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('bc7467009b99e07ba461377b5da6c039'
+ 'SKIP'
+ '3e963df3f9f7ef3572ecc648ae829315')

Copied: gpsd/repos/staging-i686/gpsd.conf (from rev 239621, 
gpsd/trunk/gpsd.conf)
===
--- staging-i686/gpsd.conf  (rev 0)
+++ staging-i686/gpsd.conf  2015-05-21 17:35:18 UTC (rev 239622)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON=true
+GPSD_OPTIONS=
+DEVICES=
+USBAUTO=true

Copied: