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

2015-08-01 Thread Gaetan Bisson
Date: Saturday, August 1, 2015 @ 09:13:13
  Author: bisson
Revision: 242909

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 07:12:48 UTC (rev 242908)
+++ PKGBUILD2015-08-01 07:13:13 UTC (rev 242909)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.8.3
+pkgver=14.8.4
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('7592672fe694db89b0c62aff84198ff94af19122')
+sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
 
 groups=('base')
 backup=('etc/mail.rc')


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

2015-08-01 Thread Gaetan Bisson
Date: Saturday, August 1, 2015 @ 09:13:45
  Author: bisson
Revision: 242910

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 242909, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 242909, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 242909, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-01 07:13:45 UTC (rev 242910)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.8.4
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 242909, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-01 07:13:45 UTC (rev 242910)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.8.4
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('564eaaa31a418929dd40a39709b08fead63eff12')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:00:48
  Author: jelle
Revision: 137657

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

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

---+
 /PKGBUILD |   84 
 /oprofile.install |   42 ++
 community-i686/PKGBUILD   |   42 --
 community-i686/oprofile.install   |   21 -
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/oprofile.install |   21 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 13:00:37 UTC (rev 137656)
+++ community-i686/PKGBUILD 2015-08-01 13:00:48 UTC (rev 137657)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=oprofile
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url=http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/oprofile
-
-# installing development libraries and headers - FS#20089
-  install -d  $pkgdir/usr/include/oprofile
-  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
-libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
-libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
$pkgdir/usr/include/oprofile
-  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
-  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
-  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
-  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
-}

Copied: oprofile/repos/community-i686/PKGBUILD (from rev 137656, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 13:00:48 UTC (rev 137657)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries and headers - FS#20089
+  install -d  $pkgdir/usr/include/oprofile
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
$pkgdir/usr/include/oprofile
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}

Deleted: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2015-08-01 13:00:37 UTC (rev 137656)
+++ community-i686/oprofile.install 2015-08-01 13:00:48 UTC (rev 137657)
@@ -1,21 +0,0 @@
-post_install(){
-  groupadd -g 492 oprofile /dev/null
-  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile 
/dev/null
-}
-
-post_upgrade(){
-  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
-  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
-  if 

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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:00:37
  Author: jelle
Revision: 137656

upgpkg: oprofile 1.1.0-1

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 10:40:00 UTC (rev 137655)
+++ PKGBUILD2015-08-01 13:00:37 UTC (rev 137656)
@@ -2,7 +2,7 @@
 # Maintainer : Aaron Griffin aa...@archlinux.org
 
 pkgname=oprofile
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('staticlibs')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('1ba26a8483189319a02e09b4719cd8ec0c5a92c4')
+sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-01 Thread Antonio Rojas
Date: Saturday, August 1, 2015 @ 17:08:24
  Author: arojas
Revision: 137661

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 137660, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 137660, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 137660, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 137660, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-i686/PKGBUILD
  clipgrab/repos/community-i686/clipgrab.desktop
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

---+
 /PKGBUILD |   64 
 /clipgrab.desktop |   26 ++
 community-i686/PKGBUILD   |   32 --
 community-i686/clipgrab.desktop   |   13 ---
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/clipgrab.desktop |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 15:07:47 UTC (rev 137660)
+++ community-i686/PKGBUILD 2015-08-01 15:08:24 UTC (rev 137661)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: thacrazze thacrazze|googlemail|com
-
-pkgname=clipgrab
-pkgver=3.4.11
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=(i686 x86_64)
-url='http://clipgrab.de/en'
-license=(GPL3)
-depends=(qtwebkit)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
-$pkgname.desktop)
-md5sums=('89b1937c34d0251e1e83d914b537e85e'
- '9a141791f6952917c441050c3dac81ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt4 clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 icon.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 137660, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 15:08:24 UTC (rev 137661)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: thacrazze thacrazze|googlemail|com
+
+pkgname=clipgrab
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=(i686 x86_64)
+url='http://clipgrab.de/en'
+license=(GPL3)
+depends=(qtwebkit)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('c453359ec416f76af0d48502c5b59ddc'
+ '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 icon.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/clipgrab.desktop
===
--- community-i686/clipgrab.desktop 2015-08-01 15:07:47 UTC (rev 137660)
+++ community-i686/clipgrab.desktop 2015-08-01 15:08:24 UTC (rev 137661)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 137660, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2015-08-01 15:08:24 UTC (rev 137661)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;

Deleted: community-x86_64/PKGBUILD

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

2015-08-01 Thread Antonio Rojas
Date: Saturday, August 1, 2015 @ 17:07:47
  Author: arojas
Revision: 137660

Update to 3.5.1

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 13:56:01 UTC (rev 137659)
+++ PKGBUILD2015-08-01 15:07:47 UTC (rev 137660)
@@ -4,7 +4,7 @@
 # Contributor: thacrazze thacrazze|googlemail|com
 
 pkgname=clipgrab
-pkgver=3.4.11
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(i686 x86_64)
@@ -12,9 +12,9 @@
 license=(GPL3)
 depends=(qtwebkit)
 optdepends=('ffmpeg: for the conversion functionality')
-source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('89b1937c34d0251e1e83d914b537e85e'
+md5sums=('c453359ec416f76af0d48502c5b59ddc'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {


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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:29:55
  Author: anthraxx
Revision: 137662

upgpkg: zaproxy 2.4.1-1

updpkg zaproxy 2.4.1-1

Modified:
  zaproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:08:24 UTC (rev 137661)
+++ PKGBUILD2015-08-01 15:29:55 UTC (rev 137662)
@@ -3,15 +3,15 @@
 # Contributor: fnord0 fnord0 AT riseup DOT net
 
 pkgname=zaproxy
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
 url=https://www.owasp.org/index.php/ZAP;
 arch=('any')
 license=('Apache')
 depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
 
 prepare() {
   cd ZAP_${pkgver}


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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:30:03
  Author: anthraxx
Revision: 137663

archrelease: copy trunk to community-any

Added:
  zaproxy/repos/community-any/PKGBUILD
(from rev 137662, zaproxy/trunk/PKGBUILD)
Deleted:
  zaproxy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-01 15:29:55 UTC (rev 137662)
+++ PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Joris Steyn jorisst...@gmail.com
-# Contributor: fnord0 fnord0 AT riseup DOT net
-
-pkgname=zaproxy
-pkgver=2.4.0
-pkgrel=2
-pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
-url=https://www.owasp.org/index.php/ZAP;
-arch=('any')
-license=('Apache')
-depends=('java-runtime' 'ttf-font')
-source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/project/zaproxy/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
-sha512sums=('7b61ac7ebaf6bd98bfe647b4583da5e1d488b1eea093dd4174c45a0ad51268ce7d6f5ea10d3e3ac27aaa299bf94980e78cc6ccb538d186b96612764e1161fbb1')
-
-prepare() {
-  cd ZAP_${pkgver}
-  cat  ${pkgname} EOF
-#!/bin/sh
-cd /usr/share/zaproxy
-./zap.sh
-cd -
-EOF
-}
-
-package() {
-  cd ZAP_${pkgver}
-  install -d ${pkgdir}/usr/share/${pkgname}
-  cp -pR . ${pkgdir}/usr/share/${pkgname}
-  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: zaproxy/repos/community-any/PKGBUILD (from rev 137662, 
zaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Joris Steyn jorisst...@gmail.com
+# Contributor: fnord0 fnord0 AT riseup DOT net
+
+pkgname=zaproxy
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Integrated penetration testing tool for finding vulnerabilities in 
web applications
+url=https://www.owasp.org/index.php/ZAP;
+arch=('any')
+license=('Apache')
+depends=('java-runtime' 'ttf-font')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zaproxy/zaproxy/releases/download/${pkgver}/ZAP_${pkgver}_Linux.tar.gz)
+sha512sums=('efc8a3feacad3c75d7ae86c73cd49e456cef5e06e5d2433fb9bad06b3944b8f36879cad4b4e108ce9ab1dc9c9565250ac3f2b6b84112b1c078399c8cd7380e28')
+
+prepare() {
+  cd ZAP_${pkgver}
+  cat  ${pkgname} EOF
+#!/bin/sh
+cd /usr/share/zaproxy
+./zap.sh
+cd -
+EOF
+}
+
+package() {
+  cd ZAP_${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgname}
+  cp -pR . ${pkgdir}/usr/share/${pkgname}
+  install -Dm 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-01 Thread Ray Rashif
Date: Saturday, August 1, 2015 @ 12:38:34
  Author: schiv
Revision: 137653

upgpkg: linuxsampler 2.0.0-2

lscp bin conflict with nilfs-utils; FS#45827

Modified:
  linuxsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 09:39:54 UTC (rev 137652)
+++ PKGBUILD2015-08-01 10:38:34 UTC (rev 137653)
@@ -5,7 +5,7 @@
 
 pkgname=linuxsampler
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Professional-grade audio sampler alternative to Gigasampler
 arch=('i686' 'x86_64')
 url=http://www.linuxsampler.org/;
@@ -33,6 +33,10 @@
   # install GPL exception statement
   install -Dm644 $srcdir/license.txt \
 $pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+
+  # lscp bin conflicts with lscp from nilfs-utils
+  # see https://bugs.archlinux.org/task/45827
+  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-lsampler
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:32:26
  Author: anthraxx
Revision: 137665

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

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

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

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

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

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

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 137664, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-01 15:32:26 UTC (rev 137665)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.85b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')

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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 17:32:16
  Author: anthraxx
Revision: 137664

upgpkg: afl 1.85b-1

updpkg afl 1.85b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:30:03 UTC (rev 137663)
+++ PKGBUILD2015-08-01 15:32:16 UTC (rev 137664)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.84b
+pkgver=1.85b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('281b7de49e61d0c947419a1e96c4e582057160905eebfd4f485ef51e8b8a7583d4bfe4d9ad749dfca4b082d08c8d32de1e43b5e5fd7211c37326c15848651887')
+sha512sums=('4374815fde3f651fc5cbb69a2257ca33c79d5674b5635db3fdebbaa5104f46296210882996f6f078632eb683a5afab09e9cc911831dcc6c1c267a59735546b25')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in opencv/trunk (PKGBUILD fsh.patch)

2015-08-01 Thread Ray Rashif
Date: Saturday, August 1, 2015 @ 12:41:34
  Author: schiv
Revision: 242915

upgpkg: opencv 2.4.11-1

long delayed update to last 2.x release

Modified:
  opencv/trunk/PKGBUILD
Deleted:
  opencv/trunk/fsh.patch

---+
 PKGBUILD  |   43 ++
 fsh.patch |  136 
 2 files changed, 15 insertions(+), 164 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 08:43:36 UTC (rev 242914)
+++ PKGBUILD2015-08-01 10:41:34 UTC (rev 242915)
@@ -4,27 +4,29 @@
 
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
-_contrib=opencv_contrib
-pkgver=3.0.0
+pkgver=2.4.11
 pkgrel=1
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
 url=http://opencv.org/;
-depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394'
-  'gtkglext' 'libwebp' 'libgphoto2')
-makedepends=('cmake' 'python2-numpy' 'python-numpy' 'mesa' 'eigen' 'git')
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2')
 optdepends=('opencv-samples'
 'eigen2'
 'libcl: For coding with OpenCL'
-'python2-numpy: Python 2.x interface'
-'python-numpy: Python 3.x interface')
+'python2-numpy: Python 2.x interface')
 source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.zip;
-
$_contrib-$pkgver::git+https://github.com/Itseez/$_contrib.git#tag=$pkgver;)
-md5sums=('09004c275d8092cbdf5b61675cecd399'
- 'SKIP')
+'pkgconfig.patch'
+'fsh.patch'
+'x86_asmfix.patch')
+md5sums=('32f498451bff1817a60e1aabc2939575'
+ 'c7cea48ed7d4f729ebdb9673bac41bd3'
+ 'c597598d142dd34d0eb4af7d6e9779d8'
+ 'b937d3589a62666f17f6dc93e0109717')
 
-_cmakeopts=('-D WITH_OPENGL=ON'
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
 '-D WITH_TBB=ON'
 '-D WITH_XINE=ON'
 '-D WITH_GSTREAMER=OFF'
@@ -31,10 +33,9 @@
 '-D BUILD_WITH_DEBUG_INFO=OFF'
 '-D BUILD_TESTS=OFF'
 '-D BUILD_PERF_TESTS=OFF'
-'-D INSTALL_TESTS=ON'
+'-D BUILD_EXAMPLES=ON'
 '-D INSTALL_C_EXAMPLES=ON'
 '-D INSTALL_PYTHON_EXAMPLES=ON'
--D OPENCV_EXTRA_MODULES_PATH=$srcdir/$_contrib/modules
 '-D CMAKE_BUILD_TYPE=Release'
 '-D CMAKE_INSTALL_PREFIX=/usr'
 '-D CMAKE_SKIP_RPATH=ON')
@@ -48,25 +49,11 @@
 # all x64 CPUs support SSE2 but not SSE3
 [[ $CARCH = 'x86_64' ]]  _cmakeopts+=('-D ENABLE_SSE3=OFF')
 
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # TODO: this is mostly upstream frei0r; they hardcode the path
-#  #msg2 Hack-fixing folder naming inconsistency (downstream)
-#  # see http://code.opencv.org/issues/2512
-#  # and https://bugs.archlinux.org/task/32342
-#  #patch -Np1 -i $srcdir/fsh.patch
-#
-#  # no longer including docs, see https://bugs.archlinux.org/task/34185
-#  # python2 compatibility for generating (html) docs
-#  #sed -i 's/sphinx-build/sphinx-build2/' cmake/OpenCVDetectPython.cmake
-#}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  export LDFLAGS+=,-z,noexecstack
   cmake ${_cmakeopts[@]} .
+
   make
 }
 

Deleted: fsh.patch
===
--- fsh.patch   2015-08-01 08:43:36 UTC (rev 242914)
+++ fsh.patch   2015-08-01 10:41:34 UTC (rev 242915)
@@ -1,136 +0,0 @@
-diff -baur opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake 
opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake
 opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake   2013-11-12 
20:31:27.253763202 +
-+++ opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake2013-11-12 
20:31:54.923577113 +
-@@ -46,7 +46,7 @@
- 
-   #need better solution
-   if(libpath MATCHES 3rdparty)
--set(installDir share/OpenCV/3rdparty/${OPENCV_LIB_INSTALL_PATH})
-+set(installDir share/opencv/3rdparty/${OPENCV_LIB_INSTALL_PATH})
-   else()
- set(installDir ${OPENCV_LIB_INSTALL_PATH})
-   endif()
-diff -baur opencv-2.4.7.orig/cmake/OpenCVModule.cmake 
opencv-2.4.7/cmake/OpenCVModule.cmake
 opencv-2.4.7.orig/cmake/OpenCVModule.cmake 2013-11-12 20:31:27.253763202 
+
-+++ opencv-2.4.7/cmake/OpenCVModule.cmake  2013-11-12 20:35:37.805415871 
+
-@@ -807,7 +807,7 @@
-   if(INSTALL_C_EXAMPLES AND NOT WIN32 AND EXISTS ${samples_path})
- file(GLOB sample_files ${samples_path}/*)
- install(FILES ${sample_files}
--DESTINATION share/OpenCV/samples/${module_id}
-+DESTINATION share/opencv/samples/${module_id}
- PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
-   endif()
- endfunction()
-diff -baur opencv-2.4.7.orig/CMakeLists.txt opencv-2.4.7/CMakeLists.txt
 opencv-2.4.7.orig/CMakeLists.txt   2013-11-12 20:31:27.437095684 +
-+++ opencv-2.4.7/CMakeLists.txt2013-11-12 20:40:21.160171499 

[arch-commits] Commit in s3fs-fuse/trunk (PKGBUILD notest.patch)

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 20:30:55
  Author: jelle
Revision: 137666

Do not install /test/rename_before_close

Make install installs the file rename_before_close
to /test/. Apply a patch to the Makefile.am to fix
this by adding a dummy install:

Fixes: FS#45804

Added:
  s3fs-fuse/trunk/notest.patch
Modified:
  s3fs-fuse/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 notest.patch |   12 
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 15:32:26 UTC (rev 137665)
+++ PKGBUILD2015-08-01 18:30:55 UTC (rev 137666)
@@ -6,7 +6,7 @@
 
 pkgname=s3fs-fuse
 pkgver=1.79
-pkgrel=1
+pkgrel=2
 pkgdesc=FUSE-based file system backed by Amazon S3
 arch=('i686' 'x86_64')
 url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
@@ -15,11 +15,17 @@
 conflicts=('s3fs')
 provides=('s3fs')
 replaces=('s3fs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
+source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;
 notest.patch)
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66'
+'4d7ba997dfd3a3fa083def4fcfc88edc77e0aee0db03ceb2c2b2314feb88f6d6')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/notest.patch
+}
 build() {
   cd $srcdir/$pkgname-$pkgver
+
   ./autogen.sh
   ./configure --prefix=/usr
   make

Added: notest.patch
===
--- notest.patch(rev 0)
+++ notest.patch2015-08-01 18:30:55 UTC (rev 137666)
@@ -0,0 +1,12 @@
+diff --git a/test/Makefile.am b/test/Makefile.am
+index 61e7460..e308585 100644
+--- a/test/Makefile.am
 b/test/Makefile.am
+@@ -33,3 +33,6 @@ test_PROGRAMS=rename_before_close
+ 
+ rename_before_close_SOURCES = rename_before_close.c
+ 
++install:
++
++
+


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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 20:31:07
  Author: jelle
Revision: 137667

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

Added:
  s3fs-fuse/repos/community-i686/PKGBUILD
(from rev 137666, s3fs-fuse/trunk/PKGBUILD)
  s3fs-fuse/repos/community-i686/notest.patch
(from rev 137666, s3fs-fuse/trunk/notest.patch)
  s3fs-fuse/repos/community-x86_64/PKGBUILD
(from rev 137666, s3fs-fuse/trunk/PKGBUILD)
  s3fs-fuse/repos/community-x86_64/notest.patch
(from rev 137666, s3fs-fuse/trunk/notest.patch)
Deleted:
  s3fs-fuse/repos/community-i686/PKGBUILD
  s3fs-fuse/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   31 
 community-i686/notest.patch   |   12 ++
 community-x86_64/PKGBUILD |   31 
 community-x86_64/notest.patch |   12 ++
 5 files changed, 98 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 18:30:55 UTC (rev 137666)
+++ community-i686/PKGBUILD 2015-08-01 18:31:07 UTC (rev 137667)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: David Roheim david dot roheim at gmail dot com
-# Contributor: Chris Heien chris.h.he...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=s3fs-fuse
-pkgver=1.79
-pkgrel=1
-pkgdesc=FUSE-based file system backed by Amazon S3
-arch=('i686' 'x86_64')
-url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: s3fs-fuse/repos/community-i686/PKGBUILD (from rev 137666, 
s3fs-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 18:31:07 UTC (rev 137667)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: David Roheim david dot roheim at gmail dot com
+# Contributor: Chris Heien chris.h.he...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=s3fs-fuse
+pkgver=1.79
+pkgrel=2
+pkgdesc=FUSE-based file system backed by Amazon S3
+arch=('i686' 'x86_64')
+url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;
 notest.patch)
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66'
+'4d7ba997dfd3a3fa083def4fcfc88edc77e0aee0db03ceb2c2b2314feb88f6d6')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/notest.patch
+}
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: s3fs-fuse/repos/community-i686/notest.patch (from rev 137666, 
s3fs-fuse/trunk/notest.patch)
===
--- community-i686/notest.patch (rev 0)
+++ community-i686/notest.patch 2015-08-01 18:31:07 UTC (rev 137667)
@@ -0,0 +1,12 @@
+diff --git a/test/Makefile.am b/test/Makefile.am
+index 61e7460..e308585 100644
+--- a/test/Makefile.am
 b/test/Makefile.am
+@@ -33,3 +33,6 @@ test_PROGRAMS=rename_before_close
+ 
+ rename_before_close_SOURCES = rename_before_close.c
+ 
++install:
++
++
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-01 18:30:55 UTC (rev 137666)
+++ community-x86_64/PKGBUILD   2015-08-01 18:31:07 UTC (rev 137667)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: David Roheim david dot roheim at gmail dot com
-# Contributor: Chris Heien chris.h.he...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=s3fs-fuse
-pkgver=1.79
-pkgrel=1
-pkgdesc=FUSE-based file system backed by Amazon S3
-arch=('i686' 'x86_64')
-url=https://github.com/s3fs-fuse/s3fs-fuse/wiki;
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz;)
-sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
-
-build() {

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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:55:53
  Author: jelle
Revision: 137658

upgpkg: python-decorator 4.0.2-1

Modified:
  python-decorator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 13:00:48 UTC (rev 137657)
+++ PKGBUILD2015-08-01 13:55:53 UTC (rev 137658)
@@ -3,16 +3,16 @@
 # Contributor: Pierre Chapuis catwell at archlinux dot us
 
 pkgname=('python-decorator' 'python2-decorator')
-pkgver=3.4.2
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Python Decorator module'
 arch=('any')
 url='http://pypi.python.org/pypi/decorator'
 license=('BSD')
-makedepends=('python2' 'python' 'python-setuptools')
+makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz;
 'LICENSE.txt')
-md5sums=('9e0536870d2b83ae27d58dbf22582f4d'
+md5sums=('033c9563af492c4ce2680ee6ca481fa7'
  '0ca76d2c707f09dbb04acc425ea1a08b')
 
 build() {
@@ -47,3 +47,13 @@
   install -D -m644 ${srcdir}/LICENSE.txt \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
+
+check() {
+  cd $srcdir/decorator-$pkgver
+
+  python3 setup.py test
+
+  cd $srcdir/decorator2-$pkgver
+
+  python2 setup.py test
+}


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

2015-08-01 Thread Jelle van der Waa
Date: Saturday, August 1, 2015 @ 15:56:01
  Author: jelle
Revision: 137659

archrelease: copy trunk to community-any

Added:
  python-decorator/repos/community-any/LICENSE.txt
(from rev 137658, python-decorator/trunk/LICENSE.txt)
  python-decorator/repos/community-any/PKGBUILD
(from rev 137658, python-decorator/trunk/PKGBUILD)
Deleted:
  python-decorator/repos/community-any/LICENSE.txt
  python-decorator/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   52 +--
 PKGBUILD|  108 +++---
 2 files changed, 85 insertions(+), 75 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2015-08-01 13:55:53 UTC (rev 137658)
+++ LICENSE.txt 2015-08-01 13:56:01 UTC (rev 137659)
@@ -1,26 +0,0 @@
-Copyright (c) 2007, Michele Simionato
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-  Redistributions of source code must retain the above copyright 
-  notice, this list of conditions and the following disclaimer.
-  Redistributions in bytecode form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in
-  the documentation and/or other materials provided with the
-  distribution. 
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-  DAMAGE.

Copied: python-decorator/repos/community-any/LICENSE.txt (from rev 137658, 
python-decorator/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2015-08-01 13:56:01 UTC (rev 137659)
@@ -0,0 +1,26 @@
+Copyright (c) 2007, Michele Simionato
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  Redistributions of source code must retain the above copyright 
+  notice, this list of conditions and the following disclaimer.
+  Redistributions in bytecode form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in
+  the documentation and/or other materials provided with the
+  distribution. 
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-01 13:55:53 UTC (rev 137658)
+++ PKGBUILD2015-08-01 13:56:01 UTC (rev 137659)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Pierre Chapuis catwell at archlinux dot us
-
-pkgname=('python-decorator' 'python2-decorator')
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='Python Decorator module'
-arch=('any')
-url='http://pypi.python.org/pypi/decorator'
-license=('BSD')
-makedepends=('python2' 'python' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz;
-'LICENSE.txt')
-md5sums=('9e0536870d2b83ae27d58dbf22582f4d'
- '0ca76d2c707f09dbb04acc425ea1a08b')
-
-build() {
-  # Make python and python2 builds possible
-  cp -r decorator-$pkgver decorator2-$pkgver
-
-  cd $srcdir/decorator-$pkgver
-
-  python3 setup.py build
-
-  cd $srcdir/decorator2-$pkgver
-
-  python2 setup.py build
-}
-
-package_python2-decorator() {
-depends=('python2')
-replaces=('python-decorator=3.3.2-1')
-  cd ${srcdir}/decorator2-${pkgver}
-

[arch-commits] Commit in (linux-zen linux-zen/repos linux-zen/trunk)

2015-08-01 Thread Jan Steffens
Date: Saturday, August 1, 2015 @ 21:00:51
  Author: heftig
Revision: 242917

Add linux-zen

Added:
  linux-zen/
  linux-zen/repos/
  linux-zen/trunk/


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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:19:45
  Author: anthraxx
Revision: 137669

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 137668, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 137668, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 137668, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 137668, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/wrapper
(from rev 137668, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 137668, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 137668, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 137668, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 137668, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 137668, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket

-+
 /PKGBUILD   |  212 ++
 /fix-incompetence.patch |  104 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 community-i686/PKGBUILD |   92 -
 community-i686/fix-incompetence.patch   |   31 
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |   92 -
 community-x86_64/fix-incompetence.patch |   31 
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 14 files changed, 364 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 19:19:30 UTC (rev 137668)
+++ community-i686/PKGBUILD 2015-08-01 19:19:45 UTC (rev 137669)
@@ -1,92 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.3
-pkgrel=2
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch)
-sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce'
-  '10a899901ef62828280f21979625495f4da159f5')
-
-prepare() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-  patch -p1  ../fix-incompetence.patch
-
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
-}
-
-build() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-
-  cd src/gui
-  qmake
-  make
-}
-
-check() {
-  cd ${srcdir}/synergy-${pkgver}-stable/bin
-  ./unittests
-}
-
-package() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-
-  # install binary
-  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
-  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
-  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
-  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
-  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
-  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
-
-  # install config
-  install 

[arch-commits] Commit in synergy/trunk (PKGBUILD fix-incompetence.patch wrapper)

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:19:30
  Author: anthraxx
Revision: 137668

upgpkg: synergy 1.7.3-3

updpkg synergy 1.7.3-3: symlink libns.so

Added:
  synergy/trunk/wrapper
Modified:
  synergy/trunk/PKGBUILD
  synergy/trunk/fix-incompetence.patch

+
 PKGBUILD   |   96 ++-
 fix-incompetence.patch |   23 ++-
 wrapper|4 +
 3 files changed, 81 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 18:31:07 UTC (rev 137667)
+++ PKGBUILD2015-08-01 19:19:30 UTC (rev 137668)
@@ -1,5 +1,5 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Jelle van der Waa jelle vdwaa nl
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Dale Blount d...@archlinux.org
@@ -12,10 +12,11 @@
 # update and just generally don't seem to care much.
 pkgname=synergy
 pkgver=1.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
+license=('GPL2')
 depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
 makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
 optdepends=(
@@ -22,71 +23,84 @@
   'qt5-base: gui support'
   'openssl: encryption support'
 )
-license=('GPL2')
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz;
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch)
-sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce'
-  '10a899901ef62828280f21979625495f4da159f5')
+source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz
+synergys_at.socket
+synergys_at.service
+fix-incompetence.patch
+wrapper)
+sha512sums=('334cad16b843f0a6c1337960d76b37724bdb2a5f9841cffab4dbcbe6393cb0c4323860b64a15cccba1158763ef8cbea820900a5c53d0abbb6a92cfbeff827287'
+
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
+
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
+
'02eff8a165c33b22239a1e979532b56fbb791cd2a042237f3c3705a4168ec6b833d5dc58a0037375b223af1c34e6bdd8aa9e9c7672a709d7722656c846fe065c'
+
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
 
 prepare() {
-  cd ${srcdir}/synergy-${pkgver}-stable
-  patch -p1  ../fix-incompetence.patch
+  cd synergy-${pkgver}-stable
+  patch -p1  ${srcdir}/fix-incompetence.patch
 
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
+  (cd ext
+unzip gmock-1.6.0.zip -d gmock-1.6.0
+unzip gtest-1.6.0.zip -d gtest-1.6.0
+  )
 }
 
 build() {
-  cd ${srcdir}/synergy-${pkgver}-stable
+  cd synergy-${pkgver}-stable
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 
-  cd src/gui
-  qmake
-  make
+  (cd src/gui
+qmake
+make
+  )
 }
 
 check() {
-  cd ${srcdir}/synergy-${pkgver}-stable/bin
-  ./unittests
+  cd synergy-${pkgver}-stable
+  ./bin/unittests
 }
 
 package() {
-  cd ${srcdir}/synergy-${pkgver}-stable
+  cd synergy-${pkgver}-stable
 
   # install binary
-  install -Dm755 bin/synergy ${pkgdir}/usr/bin/synergy
-  install -Dm755 bin/synergyc ${pkgdir}/usr/bin/synergyc
-  install -Dm755 bin/synergyd ${pkgdir}/usr/bin/synergyd
-  install -Dm755 bin/synergys ${pkgdir}/usr/bin/synergys
-  install -Dm755 bin/syntool ${pkgdir}/usr/bin/syntool
-  install -Dm755 bin/usynergy ${pkgdir}/usr/bin/usynergy
+  install -Dm 755 bin/synergy ${pkgdir}/usr/lib/synergy/synergy
+  install -Dm 755 bin/synergyc ${pkgdir}/usr/lib/synergy/synergyc
+  install -Dm 755 bin/synergyd ${pkgdir}/usr/lib/synergy/synergyd
+  install -Dm 755 bin/synergys ${pkgdir}/usr/lib/synergy/synergys
+  install -Dm 755 bin/syntool ${pkgdir}/usr/lib/synergy/syntool
+  install -Dm 755 bin/usynergy ${pkgdir}/usr/lib/synergy/usynergy
 
+  # unfuck wrapper
+  install -Dm 755 ${srcdir}/wrapper ${pkgdir}/usr/lib/synergy/wrapper
+  install -d ${pkgdir}/usr/bin
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergy
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergyc
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergyd
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/synergys
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/syntool
+  ln -sf /usr/lib/synergy/wrapper ${pkgdir}/usr/bin/usynergy
+
+  # plugin
+  install -Dm 755 bin/plugins/libns.so 

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

2015-08-01 Thread Ray Rashif
Date: Saturday, August 1, 2015 @ 12:38:45
  Author: schiv
Revision: 137654

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

Added:
  linuxsampler/repos/community-i686/PKGBUILD
(from rev 137653, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-i686/license.txt
(from rev 137653, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-x86_64/PKGBUILD
(from rev 137653, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-x86_64/license.txt
(from rev 137653, linuxsampler/trunk/license.txt)
Deleted:
  linuxsampler/repos/community-i686/PKGBUILD
  linuxsampler/repos/community-i686/license.txt
  linuxsampler/repos/community-x86_64/PKGBUILD
  linuxsampler/repos/community-x86_64/license.txt

--+
 /PKGBUILD|   84 +
 /license.txt |   14 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/license.txt   |7 ---
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/license.txt |7 ---
 6 files changed, 98 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 10:38:34 UTC (rev 137653)
+++ community-i686/PKGBUILD 2015-08-01 10:38:45 UTC (rev 137654)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: svoufff svoufff at gmail dot com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=linuxsampler
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Professional-grade audio sampler alternative to Gigasampler
-arch=('i686' 'x86_64')
-url=http://www.linuxsampler.org/;
-license=('GPL' 'custom:exception')
-depends=('libgig=4' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
-options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
-'license.txt')
-md5sums=('ddf4208c9b23f8832ad15c2adf974140'
- '746c1421eb9f6812b5fa411bfb923c75')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install GPL exception statement
-  install -Dm644 $srcdir/license.txt \
-$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
-}
-
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-i686/PKGBUILD (from rev 137653, 
linuxsampler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 10:38:45 UTC (rev 137654)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=Professional-grade audio sampler alternative to Gigasampler
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/;
+license=('GPL' 'custom:exception')
+depends=('libgig=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
+'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install GPL exception statement
+  install -Dm644 $srcdir/license.txt \
+$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+
+  # lscp bin conflicts with lscp from nilfs-utils
+  # see https://bugs.archlinux.org/task/45827
+  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-lsampler
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/license.txt
===
--- community-i686/license.txt  2015-08-01 10:38:34 UTC (rev 137653)
+++ community-i686/license.txt  2015-08-01 10:38:45 UTC (rev 137654)
@@ -1,7 +0,0 @@
-LinuxSampler is licensed under the GNU GPL with the exception that
-USAGE of the source code, libraries and applications
-FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
-prior written permission by the LinuxSampler authors.
-
-If you have questions on the subject, that are not yet covered by
-the FAQ, please contact us.

Copied: linuxsampler/repos/community-i686/license.txt (from rev 137653, 
linuxsampler/trunk/license.txt)
===
--- community-i686/license.txt  (rev 0)
+++ community-i686/license.txt  2015-08-01 10:38:45 UTC (rev 137654)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that

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

2015-08-01 Thread Ray Rashif
Date: Saturday, August 1, 2015 @ 12:41:47
  Author: schiv
Revision: 242916

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 242915, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 242915, opencv/trunk/PKGBUILD)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-i686/x86_asmfix.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch
  opencv/repos/extra-x86_64/x86_asmfix.patch

---+
 /PKGBUILD |  190 
 extra-i686/PKGBUILD   |  118 
 extra-i686/fsh.patch  |  136 
 extra-i686/pkgconfig.patch|   35 ---
 extra-i686/x86_asmfix.patch   |   46 -
 extra-x86_64/PKGBUILD |  118 
 extra-x86_64/fsh.patch|  136 
 extra-x86_64/pkgconfig.patch  |   35 ---
 extra-x86_64/x86_asmfix.patch |   46 -
 9 files changed, 190 insertions(+), 670 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-01 10:41:34 UTC (rev 242915)
+++ extra-i686/PKGBUILD 2015-08-01 10:41:47 UTC (rev 242916)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=opencv
-pkgname=('opencv' 'opencv-samples')
-pkgver=2.4.10
-pkgrel=3
-pkgdesc=Open Source Computer Vision Library
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://opencv.org/;
-depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
-makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2')
-optdepends=('opencv-samples'
-'eigen2'
-'libcl: For coding with OpenCL'
-'python2-numpy: Python 2.x interface')
-source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.zip;
-'pkgconfig.patch'
-'fsh.patch'
-'x86_asmfix.patch')
-md5sums=('ec63952d3a3dff965d5fdde765926821'
- 'c7cea48ed7d4f729ebdb9673bac41bd3'
- 'c597598d142dd34d0eb4af7d6e9779d8'
- 'b937d3589a62666f17f6dc93e0109717')
-
-_cmakeopts=('-D WITH_OPENCL=ON'
-'-D WITH_OPENGL=ON'
-'-D WITH_TBB=ON'
-'-D WITH_XINE=ON'
-'-D WITH_GSTREAMER=OFF'
-'-D BUILD_WITH_DEBUG_INFO=OFF'
-'-D BUILD_TESTS=OFF'
-'-D BUILD_PERF_TESTS=OFF'
-'-D BUILD_EXAMPLES=ON'
-'-D INSTALL_C_EXAMPLES=ON'
-'-D INSTALL_PYTHON_EXAMPLES=ON'
-'-D CMAKE_BUILD_TYPE=Release'
-'-D CMAKE_INSTALL_PREFIX=/usr'
-'-D CMAKE_SKIP_RPATH=ON')
-
-# SSE only available from Pentium 3 onwards (i686 is way older)
-[[ $CARCH = 'i686' ]]  \
-  _cmakeopts+=('-D ENABLE_SSE=OFF'
-   '-D ENABLE_SSE2=OFF'
-   '-D ENABLE_SSE3=OFF')
-
-# all x64 CPUs support SSE2 but not SSE3
-[[ $CARCH = 'x86_64' ]]  _cmakeopts+=('-D ENABLE_SSE3=OFF')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Applying backported fix for x86 ASM breakage
-  # see https://github.com/Itseez/opencv/pull/3331
-  patch -Np1 -i $srcdir/x86_asmfix.patch
-
-  msg2 Fixing broken pkg-config (downstream)
-  # see https://bugs.archlinux.org/task/32430
-  # and http://code.opencv.org/issues/1925
-  patch -Np1 -i $srcdir/pkgconfig.patch
-
-  # TODO: this is mostly upstream frei0r; they hardcode the path
-  #msg2 Hack-fixing folder naming inconsistency (downstream)
-  # see http://code.opencv.org/issues/2512
-  # and https://bugs.archlinux.org/task/32342
-  #patch -Np1 -i $srcdir/fsh.patch
-
-  # no longer including docs, see https://bugs.archlinux.org/task/34185
-  # python2 compatibility for generating (html) docs
-  #sed -i 's/sphinx-build/sphinx-build2/' cmake/OpenCVDetectPython.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake ${_cmakeopts[@]} .
-
-  make
-}
-
-package_opencv() {
-  options=('staticlibs')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license file
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd $pkgdir/usr/share
-
-  # separate samples package; also be -R friendly
-  if [[ -d OpenCV/samples ]]; then
-mv OpenCV/samples $srcdir/$pkgname-samples
-mv OpenCV $pkgname # otherwise folder naming is inconsistent
-  elif [[ ! -d OpenCV ]]; then
-warning Directory naming issue; samples package may not be built!
-  fi
-}
-
-package_opencv-samples() {
-  pkgdesc+= (samples)
-  depends=(opencv=$pkgver) # sample codes change with lib/API
-  unset optdepends
-
-  mkdir -p $pkgdir/usr/share/opencv
-  cp -r $srcdir/opencv-samples $pkgdir/usr/share/opencv/samples
-
-  # install 

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

2015-08-01 Thread Antonio Rojas
Date: Saturday, August 1, 2015 @ 21:40:52
  Author: arojas
Revision: 137673

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 137672, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-01 19:40:14 UTC (rev 137672)
+++ PKGBUILD2015-08-01 19:40:52 UTC (rev 137673)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=screenfetch
-pkgver=3.6.5
-pkgrel=1
-pkgdesc=CLI Bash script to show system/theme info in screenshots
-arch=('any')
-url=https://github.com/KittyKatt/screenFetch;
-license=('GPL')
-depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
-optdepends=('scrot: To take screenshot')
-source=($pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz;)
-md5sums=('562ae735dd3dd41f20c74a9047cdf05f')
-
-package() {
-   cd $srcdir/screenFetch-$pkgver
-   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
-   install -Dm644 screenfetch.1 
$pkgdir/usr/share/man/man1/screenfetch.1
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 137672, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-01 19:40:52 UTC (rev 137673)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer:
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=screenfetch
+pkgver=3.7.0
+pkgrel=1
+pkgdesc=CLI Bash script to show system/theme info in screenshots
+arch=('any')
+url=https://github.com/KittyKatt/screenFetch;
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
+optdepends=('scrot: To take screenshot')
+source=($pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/$pkgver.tar.gz;)
+md5sums=('f58cdda5c7d55f703893b9a80cef12cf')
+
+package() {
+   cd screenFetch-$pkgver
+   install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
+   install -Dm644 screenfetch.1 
$pkgdir/usr/share/man/man1/screenfetch.1
+}


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

2015-08-01 Thread Daniel Micay
Date: Sunday, August 2, 2015 @ 03:23:43
  Author: thestinger
Revision: 137676

upgpkg: linux-grsec 4.1.3.201508011613-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 23:35:28 UTC (rev 137675)
+++ PKGBUILD2015-08-02 01:23:43 UTC (rev 137676)
@@ -9,7 +9,7 @@
 _srcname=linux-4.1
 _pkgver=4.1.3
 _grsecver=3.1
-_timestamp=201507281943
+_timestamp=201508011613
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -37,7 +37,7 @@
 'SKIP'
 'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
 'SKIP'
-'1668188573c1ac509b1dec807c07fb7239e8b230945aed5b2c9dbee479791b3f'
+'ecdb751f2406c70f774733b12c133f35e49636f0c2cc8bc06fb48e867983bf0e'
 'SKIP'
 '275a521e38b7ccd280586b196e2e349c59577bcde0826c5e34696886e934a380'
 'c88c1b2b44d5f7565050147910739b4ebc1606933106af44bd4c112d94530e8f'


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

2015-08-01 Thread Daniel Micay
Date: Sunday, August 2, 2015 @ 03:25:04
  Author: thestinger
Revision: 137677

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137676, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137676, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137676, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 137676, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137676, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 137676, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 137676, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 137676, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 137676, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 137676, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137676, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137676, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137676, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 137676, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137676, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 137676, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 137676, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 137676, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 137676, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 137676, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch   
  |   96 
 /0001-block-loop-convert-to-per-device-workqueue.patch 
  |  266 
 /0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch  
  |  104 
 /PKGBUILD  
  |  692 
 /bitmap-enable-booting-for-dm-md-raid1.patch   
  |  166 
 /change-default-console-loglevel.patch

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

2015-08-01 Thread Daniel Micay
Date: Sunday, August 2, 2015 @ 03:29:25
  Author: thestinger
Revision: 137678

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137677, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137677, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137677, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 137677, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137677, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 137677, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 137677, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 137677, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 137677, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 137677, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137677, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137677, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137677, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 137677, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137677, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 137677, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 137677, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 137677, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 137677, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 137677, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch   
  |   96 
 /0001-block-loop-convert-to-per-device-workqueue.patch 
  |  266 
 /0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch  
  |  104 
 /PKGBUILD  
  |  692 
 /bitmap-enable-booting-for-dm-md-raid1.patch   
  |  166 
 /change-default-console-loglevel.patch

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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:23:20
  Author: anthraxx
Revision: 137671

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

Added:
  sslscan/repos/community-i686/
  sslscan/repos/community-i686/PKGBUILD
(from rev 137670, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-x86_64/
  sslscan/repos/community-x86_64/PKGBUILD
(from rev 137670, sslscan/trunk/PKGBUILD)

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

Copied: sslscan/repos/community-i686/PKGBUILD (from rev 137670, 
sslscan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 137670, 
sslscan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-01 19:23:20 UTC (rev 137671)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-01 Thread Levente Polyak
Date: Saturday, August 1, 2015 @ 21:22:52
  Author: anthraxx
Revision: 137670

addpkg sslscan 1.10.2-2

Added:
  sslscan/
  sslscan/repos/
  sslscan/trunk/
  sslscan/trunk/PKGBUILD

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

Added: sslscan/trunk/PKGBUILD
===
--- sslscan/trunk/PKGBUILD  (rev 0)
+++ sslscan/trunk/PKGBUILD  2015-08-01 19:22:52 UTC (rev 137670)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Remi Gacogne rgacogne-arch at coredump dot fr
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=2
+pkgdesc=A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported
+url=https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS=${LDFLAGS} -lssl -lcrypto make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH=${pkgdir}/usr/bin MANPATH=${pkgdir}/usr/share/man install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-01 Thread Antonio Rojas
Date: Saturday, August 1, 2015 @ 21:40:14
  Author: arojas
Revision: 137672

Update to 3.7.0

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 19:23:20 UTC (rev 137671)
+++ PKGBUILD2015-08-01 19:40:14 UTC (rev 137672)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer:
 # Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=screenfetch
-pkgver=3.6.5
+pkgver=3.7.0
 pkgrel=1
 pkgdesc=CLI Bash script to show system/theme info in screenshots
 arch=('any')
@@ -10,11 +11,11 @@
 license=('GPL')
 depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
 optdepends=('scrot: To take screenshot')
-source=($pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz;)
-md5sums=('562ae735dd3dd41f20c74a9047cdf05f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/$pkgver.tar.gz;)
+md5sums=('f58cdda5c7d55f703893b9a80cef12cf')
 
 package() {
-   cd $srcdir/screenFetch-$pkgver
+   cd screenFetch-$pkgver
install -Dm755 screenfetch-dev $pkgdir/usr/bin/screenfetch
install -Dm644 screenfetch.1 
$pkgdir/usr/share/man/man1/screenfetch.1
 }


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

2015-08-01 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 01:35:28
  Author: arodseth
Revision: 137675

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

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

+
 /PKGBUILD  |  112 +++
 /winff.install |   28 +
 community-i686/PKGBUILD|   55 ---
 community-i686/winff.install   |   14 
 community-x86_64/PKGBUILD  |   55 ---
 community-x86_64/winff.install |   14 
 6 files changed, 140 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 23:35:16 UTC (rev 137674)
+++ community-i686/PKGBUILD 2015-08-01 23:35:28 UTC (rev 137675)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: yugrotavele yugrotavele at archlinux dot us
-# Contributor: Paolo Stivanin admin AT polslinux DOT it
-
-pkgname=winff
-pkgver=1.5.3
-pkgrel=2
-pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
-license=('GPL3')
-arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme')
-optdepends=('xterm: terminal emulator')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
-install='winff.install'
-source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B8HoAIi30ZDkMHlvVkVtNHJnLVEexport=download;)
-sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
-
-prepare() {
-  gendesk -n \
---pkgname $pkgname \
---pkgdesc $pkgdesc \
---genericname 'Video converter' \
---categories 'AudioVideo;AudioVideoEditing;GTK'
-}
-
-build() {
-  cd $pkgname
-
-  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
-}
-
-package() {
-  cd $pkgname
-  
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -d $pkgdir/usr/share/winff/
-  find . -name *.xml \
--exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
-  install -Dm644 $srcdir/winff.desktop \
-$pkgdir/usr/share/applications/winff.desktop
-  install -Dm644 'winff-icons/48x48/winff.png' \
-$pkgdir/usr/share/pixmaps/winff.png
-  for size in 16x16 24x24 32x32 48x48; do
-install -Dm644 winff-icons/$size/winff.png \
-  $pkgdir/usr/share/icons/hicolor/$size/apps/winff.png
-  done
-  install -dm755 $pkgdir/usr/share/winff/languages/
-  find . -name *.po \
--exec install -Dm644 {} $pkgdir/usr/share/winff/languages/ \;  
/dev/null
-  rm -f 'presets.xml'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/PKGBUILD (from rev 137674, 
winff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 23:35:28 UTC (rev 137675)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Paolo Stivanin admin AT polslinux DOT it
+
+pkgname=winff
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='GUI for ffmpeg'
+url='https://github.com/WinFF/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme')
+optdepends=('xterm: terminal emulator')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
+install='winff.install'
+source=(git://github.com/WinFF/winff.git#commit=86c3560848)
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -n -f \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd $pkgname/$pkgname
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  cd $pkgname/$pkgname
+  
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -d $pkgdir/usr/share/winff/
+  find . -name *.xml \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/ \;  /dev/null
+  install -Dm644 $srcdir/winff.desktop \
+$pkgdir/usr/share/applications/winff.desktop
+  install -Dm644 'winff-icons/48x48/winff.png' \
+$pkgdir/usr/share/pixmaps/winff.png
+  for size in 16x16 24x24 32x32 48x48; do
+install -Dm644 winff-icons/$size/winff.png \
+  $pkgdir/usr/share/icons/hicolor/$size/apps/winff.png
+  done
+  install -dm755 $pkgdir/usr/share/winff/languages/
+  find . -name *.po \
+-exec install -Dm644 {} $pkgdir/usr/share/winff/languages/ \;  
/dev/null
+  rm -f 

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

2015-08-01 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 01:35:16
  Author: arodseth
Revision: 137674

upgpkg: winff 1.5.4-1

Modified:
  winff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 19:40:52 UTC (rev 137673)
+++ PKGBUILD2015-08-01 23:35:16 UTC (rev 137674)
@@ -4,21 +4,21 @@
 # Contributor: Paolo Stivanin admin AT polslinux DOT it
 
 pkgname=winff
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc='GUI for ffmpeg'
-url='http://code.google.com/p/winff/'
+url='https://github.com/WinFF/winff/'
 license=('GPL3')
 arch=('x86_64' 'i686')
 depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme')
 optdepends=('xterm: terminal emulator')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
 install='winff.install'
-source=($pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0id=0B8HoAIi30ZDkMHlvVkVtNHJnLVEexport=download;)
-sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
+source=(git://github.com/WinFF/winff.git#commit=86c3560848)
+md5sums=('SKIP')
 
 prepare() {
-  gendesk -n \
+  gendesk -n -f \
 --pkgname $pkgname \
 --pkgdesc $pkgdesc \
 --genericname 'Video converter' \
@@ -26,13 +26,13 @@
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname/$pkgname
 
   lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname/$pkgname
   
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -d $pkgdir/usr/share/winff/
@@ -52,4 +52,5 @@
   rm -f 'presets.xml'
 }
 
+# getver: -u 2 github.com/WinFF/winff/tree/master/winff
 # vim:set ts=2 sw=2 et:


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

2015-08-01 Thread Daniel Micay
Date: Sunday, August 2, 2015 @ 03:30:16
  Author: thestinger
Revision: 137679

upgpkg: hardening-wrapper 10-1

Modified:
  hardening-wrapper/trunk/PKGBUILD
  hardening-wrapper/trunk/hardening-wrapper-i686.conf
  hardening-wrapper/trunk/hardening-wrapper-x86_64.conf

---+
 PKGBUILD  |8 
 hardening-wrapper-i686.conf   |2 +-
 hardening-wrapper-x86_64.conf |2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 01:29:25 UTC (rev 137678)
+++ PKGBUILD2015-08-02 01:30:16 UTC (rev 137679)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=hardening-wrapper
-pkgver=9
+pkgver=10
 pkgrel=1
 pkgdesc='Wrapper scripts for building hardened executables by default'
 arch=(i686 x86_64)
@@ -11,10 +11,10 @@
 backup=(etc/hardening-wrapper.conf)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/hardening-wrapper/archive/$pkgver.tar.gz;
 path.sh hardening-wrapper-i686.conf hardening-wrapper-x86_64.conf)
-sha1sums=('c71a3ea32759c71b779e532c6911d93dba301271'
+sha1sums=('61e8c7e3062e6830cd7b190aa6b81834138a7137'
   '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
-  '4d7a8f4818c531ce7002e860e0654b42b6147037'
-  '50db33c08439393b673c23d542e274beef44fbdd')
+  '6729f0a6d2af72b6def9383e8104d0f763d3f01d'
+  '9453d7984a4a90aa884a51a7bf1bd2c72cbddc9f')
 
 package() {
   install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf

Modified: hardening-wrapper-i686.conf
===
--- hardening-wrapper-i686.conf 2015-08-02 01:29:25 UTC (rev 137678)
+++ hardening-wrapper-i686.conf 2015-08-02 01:30:16 UTC (rev 137679)
@@ -2,5 +2,5 @@
 HARDENING_PIE=0
 HARDENING_FORTIFY=2
 HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
+HARDENING_STACK_CHECK=1
 HARDENING_STACK_PROTECTOR=2

Modified: hardening-wrapper-x86_64.conf
===
--- hardening-wrapper-x86_64.conf   2015-08-02 01:29:25 UTC (rev 137678)
+++ hardening-wrapper-x86_64.conf   2015-08-02 01:30:16 UTC (rev 137679)
@@ -2,5 +2,5 @@
 HARDENING_PIE=1
 HARDENING_FORTIFY=2
 HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
+HARDENING_STACK_CHECK=1
 HARDENING_STACK_PROTECTOR=2


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

2015-08-01 Thread Daniel Micay
Date: Sunday, August 2, 2015 @ 03:30:59
  Author: thestinger
Revision: 137680

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

Added:
  hardening-wrapper/repos/community-i686/PKGBUILD
(from rev 137679, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-i686/path.sh
(from rev 137679, hardening-wrapper/trunk/path.sh)
  hardening-wrapper/repos/community-x86_64/PKGBUILD
(from rev 137679, hardening-wrapper/trunk/PKGBUILD)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
  hardening-wrapper/repos/community-x86_64/path.sh
(from rev 137679, hardening-wrapper/trunk/path.sh)
Deleted:
  hardening-wrapper/repos/community-i686/PKGBUILD
  hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-i686/path.sh
  hardening-wrapper/repos/community-x86_64/PKGBUILD
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
  hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
  hardening-wrapper/repos/community-x86_64/path.sh

+
 /PKGBUILD  |   52 +++
 /hardening-wrapper-i686.conf   |   12 +
 /hardening-wrapper-x86_64.conf |   12 +
 /path.sh   |2 
 community-i686/PKGBUILD|   26 ---
 community-i686/hardening-wrapper-i686.conf |6 --
 community-i686/hardening-wrapper-x86_64.conf   |6 --
 community-i686/path.sh |1 
 community-x86_64/PKGBUILD  |   26 ---
 community-x86_64/hardening-wrapper-i686.conf   |6 --
 community-x86_64/hardening-wrapper-x86_64.conf |6 --
 community-x86_64/path.sh   |1 
 12 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-i686/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=hardening-wrapper
-pkgver=9
-pkgrel=1
-pkgdesc='Wrapper scripts for building hardened executables by default'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/hardening-wrapper'
-license=('MIT')
-depends=(bash)
-backup=(etc/hardening-wrapper.conf)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/hardening-wrapper/archive/$pkgver.tar.gz;
-path.sh hardening-wrapper-i686.conf hardening-wrapper-x86_64.conf)
-sha1sums=('c71a3ea32759c71b779e532c6911d93dba301271'
-  '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
-  '4d7a8f4818c531ce7002e860e0654b42b6147037'
-  '50db33c08439393b673c23d542e274beef44fbdd')
-
-package() {
-  install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf
-  install -Dm644 path.sh $pkgdir/etc/profile.d/hardening-wrapper.sh
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: hardening-wrapper/repos/community-i686/PKGBUILD (from rev 137679, 
hardening-wrapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=hardening-wrapper
+pkgver=10
+pkgrel=1
+pkgdesc='Wrapper scripts for building hardened executables by default'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/hardening-wrapper'
+license=('MIT')
+depends=(bash)
+backup=(etc/hardening-wrapper.conf)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/hardening-wrapper/archive/$pkgver.tar.gz;
+path.sh hardening-wrapper-i686.conf hardening-wrapper-x86_64.conf)
+sha1sums=('61e8c7e3062e6830cd7b190aa6b81834138a7137'
+  '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
+  '6729f0a6d2af72b6def9383e8104d0f763d3f01d'
+  '9453d7984a4a90aa884a51a7bf1bd2c72cbddc9f')
+
+package() {
+  install -Dm644 hardening-wrapper-${CARCH}.conf 
$pkgdir/etc/hardening-wrapper.conf
+  install -Dm644 path.sh 

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

2015-08-01 Thread Andreas Radke
Date: Saturday, August 1, 2015 @ 10:37:31
  Author: andyrtr
Revision: 242911

upgpkg: sqlite 3.8.11.1-1

upstream update 3.8.11.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 07:13:45 UTC (rev 242910)
+++ PKGBUILD2015-08-01 08:37:31 UTC (rev 242911)
@@ -4,11 +4,11 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081100
+_amalgamationver=3081101
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.11
-pkgrel=2
+pkgver=3.8.11.1
+pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('da1322d883548bdb0f6312941b20ed497e3754fa'
-  '8a0011fc13c2544902a6da426091c3b7e70d68aa'
+sha1sums=('d0e22d7e361b6f50830a3cdeafe35311443f8f9a'
+  '9ea6ec64c4959e8099ebe76a24b32784ee00e19d'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-08-01 Thread Andreas Radke
Date: Saturday, August 1, 2015 @ 10:37:45
  Author: andyrtr
Revision: 242912

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

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

+
 /PKGBUILD  |  200 +++
 /license.txt   |   66 ++
 testing-i686/PKGBUILD  |  100 -
 testing-i686/license.txt   |   33 ---
 testing-x86_64/PKGBUILD|  100 -
 testing-x86_64/license.txt |   33 ---
 6 files changed, 266 insertions(+), 266 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-01 08:37:31 UTC (rev 242911)
+++ testing-i686/PKGBUILD   2015-08-01 08:37:45 UTC (rev 242912)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081100
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.11
-pkgrel=2
-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=('da1322d883548bdb0f6312941b20ed497e3754fa'
-  '8a0011fc13c2544902a6da426091c3b7e70d68aa'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -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/PKGBUILD (from rev 242911, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD

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

2015-08-01 Thread Andreas Radke
Date: Saturday, August 1, 2015 @ 10:43:07
  Author: andyrtr
Revision: 242913

upgpkg: cups 2.0.4-1

upstream update 2.0.4

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 08:37:45 UTC (rev 242912)
+++ PKGBUILD2015-08-01 08:43:07 UTC (rev 242913)
@@ -3,7 +3,7 @@
 
 pkgbase=cups
 pkgname=('libcups' 'cups')
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 )
-md5sums=('8d98b85edbdab7ab03739c9622f570e8'
+md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
  'SKIP'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-08-01 Thread Andreas Radke
Date: Saturday, August 1, 2015 @ 10:43:36
  Author: andyrtr
Revision: 242914

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 242913, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 242913, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 242913, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 242913, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 242913, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 242913, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups.install
(from rev 242913, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 242913, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 242913, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 242913, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 242913, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 242913, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 242913, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 242913, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 242913, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 242913, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 242913, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 242913, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam

-+
 /PKGBUILD   |  346 ++
 /cups-1.6.0-fix-install-perms.patch |   50 +++
 /cups-1.6.2-statedir.patch  |   24 +
 /cups-no-export-ssllibs.patch   |   24 +
 /cups-no-gcrypt.patch   |   22 +
 /cups-no-gzip-man.patch |   36 ++
 /cups.install   |   56 +++
 /cups.logrotate |   10 
 /cups.pam   |6 
 extra-i686/PKGBUILD |  173 ---
 extra-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 extra-i686/cups-1.6.2-statedir.patch|   12 
 extra-i686/cups-no-export-ssllibs.patch |   12 
 extra-i686/cups-no-gcrypt.patch |   11 
 extra-i686/cups-no-gzip-man.patch   |   18 -
 extra-i686/cups.install |   28 -
 extra-i686/cups.logrotate   |5 
 extra-i686/cups.pam |3 
 extra-x86_64/PKGBUILD   |  173 ---
 extra-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 extra-x86_64/cups-1.6.2-statedir.patch  |   12 
 extra-x86_64/cups-no-export-ssllibs.patch   |   12 
 extra-x86_64/cups-no-gcrypt.patch   |   11 
 extra-x86_64/cups-no-gzip-man.patch |   18 -
 extra-x86_64/cups.install   |   28 -
 extra-x86_64/cups.logrotate |5 
 extra-x86_64/cups.pam   |3 
 27 files changed, 574 insertions(+), 574 deletions(-)

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


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

2015-08-01 Thread Christian Hesse
Date: Saturday, August 1, 2015 @ 11:36:53
  Author: eworm
Revision: 137651

upgpkg: oath-toolkit 2.6.1-1

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 02:40:20 UTC (rev 137650)
+++ PKGBUILD2015-08-01 09:36:53 UTC (rev 137651)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
 # Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Sébastien Luttringer
 # Contributor: L42y 423...@gmail.com
 
 pkgname=oath-toolkit
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='OATH one-time password toolkit'
 arch=('i686' 'x86_64')
@@ -12,17 +12,10 @@
 license=('GPL3')
 depends=('glibc' 'pam' 'xmlsec')
 validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
- 
'0001-fix-make-check-on-32-bit-systems.patch::http://git.savannah.gnu.org/cgit/oath-toolkit.git/patch/?id=1cd97516756d3e9d71c4072164bda9070625f9ee')
-md5sums=('f19f1c47eb7d1c609b3e244876b9ce63'
- 'SKIP'
- '239e0e8f0905e84202e79ab11b85ebb7')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('9c57831907bc26eadcdf90ba1827d0bd962dd1f737362e817a1dd6d6ec036f79'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1  ${srcdir}/0001-fix-make-check-on-32-bit-systems.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
@@ -42,4 +35,3 @@
   install -D -m 644 README $pkgdir/usr/share/doc/$pkgname/README
 }
 
-# vim:set ts=2 sw=2 et:


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

2015-08-01 Thread Christian Hesse
Date: Saturday, August 1, 2015 @ 11:39:54
  Author: eworm
Revision: 137652

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

Added:
  oath-toolkit/repos/community-i686/PKGBUILD
(from rev 137651, oath-toolkit/trunk/PKGBUILD)
  oath-toolkit/repos/community-x86_64/PKGBUILD
(from rev 137651, oath-toolkit/trunk/PKGBUILD)
Deleted:
  oath-toolkit/repos/community-i686/0001-fix-make-check-on-32-bit-systems.patch
  oath-toolkit/repos/community-i686/PKGBUILD
  
oath-toolkit/repos/community-x86_64/0001-fix-make-check-on-32-bit-systems.patch
  oath-toolkit/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 ++
 community-i686/0001-fix-make-check-on-32-bit-systems.patch   |   43 -
 community-i686/PKGBUILD  |   45 --
 community-x86_64/0001-fix-make-check-on-32-bit-systems.patch |   43 -
 community-x86_64/PKGBUILD|   45 --
 5 files changed, 74 insertions(+), 176 deletions(-)

Deleted: community-i686/0001-fix-make-check-on-32-bit-systems.patch
===
--- community-i686/0001-fix-make-check-on-32-bit-systems.patch  2015-08-01 
09:36:53 UTC (rev 137651)
+++ community-i686/0001-fix-make-check-on-32-bit-systems.patch  2015-08-01 
09:39:54 UTC (rev 137652)
@@ -1,43 +0,0 @@
-From 547065646f96d8e7a3b88ebc03b0fd35294e9d11 Mon Sep 17 00:00:00 2001
-From: Christian Hesse m...@eworm.de
-Date: Mon, 25 May 2015 17:34:19 +0200
-Subject: [PATCH 1/1] fix make check on 32 bit systems
-
-Some tests break with time_t limited to 32 bit. The test code has
-exception, but bad values. Update the values to what we expect and make
-tests pass.
-
-Signed-off-by: Christian Hesse m...@eworm.de

- liboath/tests/tst_totp_algo.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/liboath/tests/tst_totp_algo.c b/liboath/tests/tst_totp_algo.c
-index 019efb9..f56be1f 100644
 a/liboath/tests/tst_totp_algo.c
-+++ b/liboath/tests/tst_totp_algo.c
-@@ -131,8 +131,8 @@ main (void)
-   if (strcmp (otp, tv[i].sha256otp) != 0)
-   {
- printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha256otp);
--if (strcmp (otp, 82762030) == 0
-- strcmp (tv[i].sha256otp, 65353130) == 0)
-+if (strcmp (otp, 11281421) == 0
-+ strcmp (tv[i].sha256otp, 77737706) == 0)
-   printf (Mismatch due to 32-bit time_t...\n);
- else
-   return 1;
-@@ -153,8 +153,8 @@ main (void)
-   if (strcmp (otp, tv[i].sha512otp) != 0)
-   {
- printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha512otp);
--if (strcmp (otp, 82762030) == 0
-- strcmp (tv[i].sha512otp, 65353130) == 0)
-+if (strcmp (otp, 29833534) == 0
-+ strcmp (tv[i].sha512otp, 47863826) == 0)
-   printf (Mismatch due to 32-bit time_t...\n);
- else
-   return 1;
--- 
-2.4.1
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-01 09:36:53 UTC (rev 137651)
+++ community-i686/PKGBUILD 2015-08-01 09:39:54 UTC (rev 137652)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Christian Hesse m...@eworm.de
-# Contributor: L42y 423...@gmail.com
-
-pkgname=oath-toolkit
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='OATH one-time password toolkit'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/oath-toolkit/'
-license=('GPL3')
-depends=('glibc' 'pam' 'xmlsec')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
-'0001-fix-make-check-on-32-bit-systems.patch')
-md5sums=('f19f1c47eb7d1c609b3e244876b9ce63'
- 'SKIP'
- 'd3c1a32357fb27f67a82bffd08331062')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1  ${srcdir}/0001-fix-make-check-on-32-bit-systems.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # Install basic docs too
-  install -D -m 644 pam_oath/README $pkgdir/usr/share/doc/$pkgname/PAM_README
-  install -D -m 644 README $pkgdir/usr/share/doc/$pkgname/README
-}
-
-# vim:set ts=2 sw=2 et:

Copied: oath-toolkit/repos/community-i686/PKGBUILD (from rev 137651, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-01 09:39:54 UTC (rev 137652)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Sébastien Luttringer
+# Contributor: L42y 423...@gmail.com
+
+pkgname=oath-toolkit