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

2014-06-12 Thread Felix Yan
Date: Friday, June 13, 2014 @ 05:23:18
  Author: fyan
Revision: 113081

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 113080, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 113080, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 113080, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 113080, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   84 +-
 shadowsocks-server@.service |   24 ++--
 shadowsocks.install |   10 ++---
 shadowsocks@.service|   24 ++--
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-13 03:21:30 UTC (rev 113080)
+++ PKGBUILD2014-06-13 03:23:18 UTC (rev 113081)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
-url="http://pypi.python.org/pypi/shadowsocks";
-depends=('python2' 'python2-setuptools')
-optdepends=('python2-m2crypto: For any encryption method other than "table"'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
-"https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
-"shadowsocks@.service"
-"shadowsocks-server@.service")
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-package() {
-  cd "$srcdir/shadowsocks-$pkgver"
-  python2 setup.py install -O1 --root="$pkgdir"
-  
-  install -d "$pkgdir/etc/shadowsocks"
-  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
-  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('2894e1633509e50f367252e9573c8d4fda83b47ca1ae9af09fe1dd2d8273cdd52c3f531836d9932c7591187a9e7d113fdc57b1e1ccce4482b9680eb479cc99f2'
-
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 113080, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-13 03:23:18 UTC (rev 113081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A lightweight tunnel proxy"
+license=("MIT")
+url="http://pypi.python.org/pypi/shadowsocks";
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than "table"'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz";
+"https://raw.github.com/clowwindy/shadowsocks/master/LICENSE";
+"shadowsocks@.service"
+"shadowsocks-server@.service")
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd "$srcdir/shadowsocks-$pkgver"
+  python2 setup.py install -O1 --root="$pkgdir"
+  
+  install -d "$pkgdir/etc/shadowsocks"
+  install -Dm644 "$srcdir/shadowsocks@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks@.service"
+  install -Dm644 "$srcdir/shadowsocks-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service"
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha512sums=('cee745a388c9e96b65a

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

2014-06-12 Thread Felix Yan
Date: Friday, June 13, 2014 @ 05:21:30
  Author: fyan
Revision: 113080

upgpkg: shadowsocks 2.0.4-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 22:25:58 UTC (rev 113079)
+++ PKGBUILD2014-06-13 03:21:30 UTC (rev 113080)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=shadowsocks
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
 license=("MIT")
@@ -36,7 +36,7 @@
   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha512sums=('2894e1633509e50f367252e9573c8d4fda83b47ca1ae9af09fe1dd2d8273cdd52c3f531836d9932c7591187a9e7d113fdc57b1e1ccce4482b9680eb479cc99f2'
+sha512sums=('cee745a388c9e96b65a416a84bd601aea50af972d50ba6a20fd57ad9e3efc9b8fe1bc87c5eb708a35f7fbc9ce4e4b0dda970e1890dbee550edaef8ef1f758b8c'
 
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



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

2014-06-12 Thread Sébastien Luttringer
Date: Friday, June 13, 2014 @ 00:26:44
  Author: seblu
Revision: 215078

upgpkg: file 5.19-1

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 19:46:38 UTC (rev 215077)
+++ PKGBUILD2014-06-12 22:26:44 UTC (rev 215078)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=file
-pkgver=5.18
+pkgver=5.19
 pkgrel=1
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='http://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('d420d8f2990cd344673acfbf8d76ff5a')
+md5sums=('e3526f59023f3f7d1ffa4d541335edab')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-12 Thread Sébastien Luttringer
Date: Friday, June 13, 2014 @ 00:27:00
  Author: seblu
Revision: 215079

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 215078, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 215078, file/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: file/repos/testing-i686/PKGBUILD (from rev 215078, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-12 22:27:00 UTC (rev 215079)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.19
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  rmdir "$pkgdir/usr/share/man/man5"
+}

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 215078, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-12 22:27:00 UTC (rev 215079)
@@ -0,0 +1,29 @@
+# $Id$
+# Mainainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.19
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('e3526f59023f3f7d1ffa4d541335edab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  rmdir "$pkgdir/usr/share/man/man5"
+}



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

2014-06-12 Thread Sébastien Luttringer
Date: Friday, June 13, 2014 @ 00:25:58
  Author: seblu
Revision: 113079

db-move: moved bind from [community-testing] to [community] (i686, x86_64)

Added:
  bind/repos/community-i686/01-fix-forgotten-log.patch
(from rev 113078, 
bind/repos/community-testing-i686/01-fix-forgotten-log.patch)
  bind/repos/community-i686/127.0.0.zone
(from rev 113078, bind/repos/community-testing-i686/127.0.0.zone)
  bind/repos/community-i686/PKGBUILD
(from rev 113078, bind/repos/community-testing-i686/PKGBUILD)
  bind/repos/community-i686/bind.install
(from rev 113078, bind/repos/community-testing-i686/bind.install)
  bind/repos/community-i686/localhost.zone
(from rev 113078, bind/repos/community-testing-i686/localhost.zone)
  bind/repos/community-i686/named.conf
(from rev 113078, bind/repos/community-testing-i686/named.conf)
  bind/repos/community-i686/named.logrotate
(from rev 113078, bind/repos/community-testing-i686/named.logrotate)
  bind/repos/community-i686/named.service
(from rev 113078, bind/repos/community-testing-i686/named.service)
  bind/repos/community-i686/tmpfiles.d
(from rev 113078, bind/repos/community-testing-i686/tmpfiles.d)
  bind/repos/community-x86_64/01-fix-forgotten-log.patch
(from rev 113078, 
bind/repos/community-testing-x86_64/01-fix-forgotten-log.patch)
  bind/repos/community-x86_64/127.0.0.zone
(from rev 113078, bind/repos/community-testing-x86_64/127.0.0.zone)
  bind/repos/community-x86_64/PKGBUILD
(from rev 113078, bind/repos/community-testing-x86_64/PKGBUILD)
  bind/repos/community-x86_64/bind.install
(from rev 113078, bind/repos/community-testing-x86_64/bind.install)
  bind/repos/community-x86_64/localhost.zone
(from rev 113078, bind/repos/community-testing-x86_64/localhost.zone)
  bind/repos/community-x86_64/named.conf
(from rev 113078, bind/repos/community-testing-x86_64/named.conf)
  bind/repos/community-x86_64/named.logrotate
(from rev 113078, bind/repos/community-testing-x86_64/named.logrotate)
  bind/repos/community-x86_64/named.service
(from rev 113078, bind/repos/community-testing-x86_64/named.service)
  bind/repos/community-x86_64/tmpfiles.d
(from rev 113078, bind/repos/community-testing-x86_64/tmpfiles.d)
Deleted:
  bind/repos/community-i686/01-fix-forgotten-log.patch
  bind/repos/community-i686/127.0.0.zone
  bind/repos/community-i686/PKGBUILD
  bind/repos/community-i686/bind.install
  bind/repos/community-i686/localhost.zone
  bind/repos/community-i686/named.conf
  bind/repos/community-i686/named.logrotate
  bind/repos/community-i686/named.service
  bind/repos/community-i686/tmpfiles.d
  bind/repos/community-testing-i686/
  bind/repos/community-testing-x86_64/
  bind/repos/community-x86_64/01-fix-forgotten-log.patch
  bind/repos/community-x86_64/127.0.0.zone
  bind/repos/community-x86_64/PKGBUILD
  bind/repos/community-x86_64/bind.install
  bind/repos/community-x86_64/localhost.zone
  bind/repos/community-x86_64/named.conf
  bind/repos/community-x86_64/named.logrotate
  bind/repos/community-x86_64/named.service
  bind/repos/community-x86_64/tmpfiles.d

-+
 /01-fix-forgotten-log.patch |   82 
 /127.0.0.zone   |   22 +++
 /PKGBUILD   |  174 ++
 /bind.install   |   46 ++
 /localhost.zone |   20 ++
 /named.conf |  128 +++
 /named.logrotate|   12 +
 /named.service  |   22 +++
 /tmpfiles.d |2 
 community-i686/01-fix-forgotten-log.patch   |   41 --
 community-i686/127.0.0.zone |   11 -
 community-i686/PKGBUILD |   87 -
 community-i686/bind.install |   23 ---
 community-i686/localhost.zone   |   10 -
 community-i686/named.conf   |   64 -
 community-i686/named.logrotate  |6 
 community-i686/named.service|   11 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/01-fix-forgotten-log.patch |   41 --
 community-x86_64/127.0.0.zone   |   11 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/bind.install   |   23 ---
 community-x86_64/localhost.zone |   10 -
 community-x86_64/named.conf |   64 -
 community-x86_64/named.logrotate|6 
 community-x86_64/named.service  |   11 -
 community-x86_64/tmpfiles.d |1 
 27 files changed, 508 insertions(+), 508 deletions(-)

Deleted: community-i686/01-fix-forgotten-log.patch
===
--- community-i686/01-fix-forgotten-log.patch   2014-06-12 21:14:37 UTC (rev 
113078)
+++ commun

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

2014-06-12 Thread Daniel Wallace
Date: Thursday, June 12, 2014 @ 23:14:37
  Author: dwallace
Revision: 113078

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 21:14:05 UTC (rev 113077)
+++ PKGBUILD2014-06-12 21:14:37 UTC (rev 113078)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer";
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('df10db72316228e0f68273879b5d59ea1a0a0bcdfc5a230874ee1bc71ea93f1e')
-
-depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 113077, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 21:14:37 UTC (rev 113078)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer";
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
+sha256sums=('4f0a0a5053ef50f095bf41cf044a8aecfc7ff64488ec8c8259861b622adf3906')
+
+depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}



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

2014-06-12 Thread Daniel Wallace
Date: Thursday, June 12, 2014 @ 23:14:05
  Author: dwallace
Revision: 113077

upgpkg: youtube-viewer 1:3.1.1-1

upgpkg: youtube-viewer 3.1.1-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 19:38:25 UTC (rev 113076)
+++ PKGBUILD2014-06-12 21:14:05 UTC (rev 113077)
@@ -5,7 +5,7 @@
 pkgname=youtube-viewer
 _pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
@@ -12,7 +12,7 @@
 url="https://github.com/trizen/youtube-viewer";
 license=('GPL3')
 
source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('df10db72316228e0f68273879b5d59ea1a0a0bcdfc5a230874ee1bc71ea93f1e')
+sha256sums=('4f0a0a5053ef50f095bf41cf044a8aecfc7ff64488ec8c8259861b622adf3906')
 
 depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
 optdepends=('vlc: for playing videos'
@@ -26,7 +26,8 @@
 build() {
 cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
 
-perl Build.PL   # --gtk-youtube-viewer
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
 }
 
 check(){
@@ -38,6 +39,6 @@
 package() {
 cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
 
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
+make install DESTDIR=$pkgdir
 rm -r "$pkgdir/usr/lib/"
 }



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 21:46:38
  Author: eric
Revision: 215077

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

Added:
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 215076, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 215076, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 215076, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 215076, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-i686/PKGBUILD
  imagemagick/repos/staging-i686/perlmagick.rpath.patch

---+
 /PKGBUILD |   90 
 /perlmagick.rpath.patch   |   11 +++
 staging-i686/PKGBUILD |   90 
 staging-i686/perlmagick.rpath.patch   |   11 ---
 staging-x86_64/PKGBUILD   |   90 
 staging-x86_64/perlmagick.rpath.patch |   11 +++
 6 files changed, 202 insertions(+), 101 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-06-12 19:37:43 UTC (rev 215076)
+++ staging-i686/PKGBUILD   2014-06-12 19:46:38 UTC (rev 215077)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -

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

2014-06-12 Thread Daniel Micay
Date: Thursday, June 12, 2014 @ 21:38:25
  Author: thestinger
Revision: 113076

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

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

--+
 /PKGBUILD|   96 ++
 /tor.install |   34 +++
 /tor.service |   28 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |   17 -
 community-i686/tor.service   |   14 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |   17 -
 community-x86_64/tor.service |   14 -
 community-x86_64/torrc   |  189 
 12 files changed, 536 insertions(+), 536 deletions(-)

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


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

2014-06-12 Thread Pierre Schmitz
Date: Thursday, June 12, 2014 @ 21:37:19
  Author: pierre
Revision: 215075

upgpkg: php-apcu 4.0.6-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 19:11:10 UTC (rev 215074)
+++ PKGBUILD2014-06-12 19:37:19 UTC (rev 215075)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-apcu
-pkgver=4.0.4
+pkgver=4.0.6
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -14,7 +14,7 @@
 license=('PHP')
 source=("http://pecl.php.net/get/apcu-$pkgver.tgz";)
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('a7696b1c351d9bd1592b7840701f5bf7')
+md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
 
 build() {
cd $srcdir/apcu-$pkgver



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

2014-06-12 Thread Daniel Micay
Date: Thursday, June 12, 2014 @ 21:37:46
  Author: thestinger
Revision: 113075

upgpkg: tor 0.2.4.22-2

rebuild with binutils-2.24-6 to fix the PIE relocations

https://bugs.archlinux.org/task/40802

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 16:37:07 UTC (rev 113074)
+++ PKGBUILD2014-06-12 19:37:46 UTC (rev 113075)
@@ -6,7 +6,7 @@
 
 pkgname=tor
 pkgver=0.2.4.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'



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

2014-06-12 Thread Pierre Schmitz
Date: Thursday, June 12, 2014 @ 21:37:43
  Author: pierre
Revision: 215076

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

Added:
  php-apcu/repos/testing-i686/
  php-apcu/repos/testing-i686/PKGBUILD
(from rev 215075, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/testing-x86_64/
  php-apcu/repos/testing-x86_64/PKGBUILD
(from rev 215075, php-apcu/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: php-apcu/repos/testing-i686/PKGBUILD (from rev 215075, 
php-apcu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-12 19:37:43 UTC (rev 215076)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu
+pkgver=4.0.6
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=("php-apc=${pkgver}")
+license=('PHP')
+source=("http://pecl.php.net/get/apcu-$pkgver.tgz";)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/apcu-$pkgver
+#  printf "n\n" | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so' > apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Copied: php-apcu/repos/testing-x86_64/PKGBUILD (from rev 215075, 
php-apcu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-12 19:37:43 UTC (rev 215076)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu
+pkgver=4.0.6
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=("php-apc=${pkgver}")
+license=('PHP')
+source=("http://pecl.php.net/get/apcu-$pkgver.tgz";)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/apcu-$pkgver
+#  printf "n\n" | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so' > apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 21:11:10
  Author: eric
Revision: 215074

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

Added:
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 215073, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 215073, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/staging-i686/PKGBUILD
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
  imagemagick/repos/staging-x86_64/PKGBUILD
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch

---+
 /PKGBUILD |   90 
 /perlmagick.rpath.patch   |   11 +++
 staging-i686/PKGBUILD |   90 
 staging-i686/perlmagick.rpath.patch   |   11 ---
 staging-x86_64/PKGBUILD   |   90 
 staging-x86_64/perlmagick.rpath.patch |   11 ---
 6 files changed, 101 insertions(+), 202 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-06-12 18:56:51 UTC (rev 215073)
+++ staging-i686/PKGBUILD   2014-06-12 19:11:10 UTC (rev 215074)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share

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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 20:56:51
  Author: eric
Revision: 215073

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 215072, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 215072, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 215072, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 215072, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   90 
 staging-i686/perlmagick.rpath.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   90 
 staging-x86_64/perlmagick.rpath.patch |   11 +++
 4 files changed, 202 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 215072, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-12 18:56:51 UTC (rev 215073)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.9.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.imagemagick.org/";
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
+ 'opencl-headers' 'libcl' 'libwebp' 'subversion')
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+perlmagick.rpath.patch)
+sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e'
+  'SKIP'
+  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+
+prepare() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+}
+
+build() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
+  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
+--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
+--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
+--enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
+--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
+  make
+}
+
+check() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc="An image viewing/manipulation program"
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
+  optdepends=('imagemagick-doc: for additional information'
+  'ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+ 'openjpeg2: for JP2 support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'libpng: for PNG support' 
+ 'libwebp: for WEBP support')
+  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
+  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
+  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
+  "etc/ImageMagick-${pkgver%%.*}/log.xml"
+  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
+  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
+  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
+  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
+  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
+  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
+
+#Cleaning
+  rm -f "${pkgdir}"/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR="${pkgdir}" install-data-html
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
+  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/i

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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 20:54:55
  Author: eric
Revision: 215072

upgpkg: imagemagick 6.8.9.3-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 17:37:40 UTC (rev 215071)
+++ PKGBUILD2014-06-12 18:54:55 UTC (rev 215072)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.1
-pkgrel=3
+pkgver=6.8.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('02f0a38ed50a2f807675cfd17b788f0c50ad4daa'
+sha1sums=('6204ab02754c10220f2c7a5d0c61ab3b1172d40e'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



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

2014-06-12 Thread Thomas Bächler
Date: Thursday, June 12, 2014 @ 19:37:40
  Author: thomas
Revision: 215071

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 215070, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/crda.conf.d
(from rev 215070, wireless-regdb/trunk/crda.conf.d)
  wireless-regdb/repos/testing-any/wireless-regdb.install
(from rev 215070, wireless-regdb/trunk/wireless-regdb.install)

+
 PKGBUILD   |   46 ++
 crda.conf.d|4 
 wireless-regdb.install |   13 +
 3 files changed, 63 insertions(+)

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 215070, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-12 17:37:40 UTC (rev 215071)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2014.06.02
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="http://wireless.kernel.org/en/developers/Regulatory";
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+install=wireless-regdb.install
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
+crda.conf.d)
+sha256sums=('2d3ef3c6d46ce27e6f43a69db3e5ef582ada73e0dabbe464a370448dfac040cc'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+
+package() {
+  # Install and verify regulatory.bin file
+  msg "Installing and verifying the regulatory.bin file ..."
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
+msg "Regulatory database verification was succesful."
+  else
+error "Regulatory database verification failed."
+return 1
+  fi
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/linville.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/linville.key.pub.pem
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
+
+  msg "Installing /etc/conf.d/wireless-regdom ..."
+  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  for dom in $(grep ^country "${srcdir}"/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wireless-regdb/repos/testing-any/crda.conf.d (from rev 215070, 
wireless-regdb/trunk/crda.conf.d)
===
--- testing-any/crda.conf.d (rev 0)
+++ testing-any/crda.conf.d 2014-06-12 17:37:40 UTC (rev 215071)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+

Copied: wireless-regdb/repos/testing-any/wireless-regdb.install (from rev 
215070, wireless-regdb/trunk/wireless-regdb.install)
===
--- testing-any/wireless-regdb.install  (rev 0)
+++ testing-any/wireless-regdb.install  2014-06-12 17:37:40 UTC (rev 215071)
@@ -0,0 +1,13 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  # If crda is installed, we verify the integrity of the database
+  # If not, we skip this step silently
+  if [ -x /usr/bin/regdbdump ]; then
+if ! /usr/bin/regdbdump /usr/lib/crda/regulatory.bin > /dev/null; then
+  echo "Failed to verify the integrity of the wireless regulatory 
database, CRDA will not work."
+fi
+  fi
+}



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

2014-06-12 Thread Thomas Bächler
Date: Thursday, June 12, 2014 @ 19:37:31
  Author: thomas
Revision: 215070

upgpkg: wireless-regdb 2014.06.02-1

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 17:33:04 UTC (rev 215069)
+++ PKGBUILD2014-06-12 17:37:31 UTC (rev 215070)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2013.11.27
+pkgver=2014.06.02
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -14,7 +14,7 @@
 install=wireless-regdb.install
 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
 crda.conf.d)
-sha256sums=('aa86150a367df0d6c8d875c05448c96a18c4ddf063f3e1b8c2235c2679117cc2'
+sha256sums=('2d3ef3c6d46ce27e6f43a69db3e5ef582ada73e0dabbe464a370448dfac040cc'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 
 package() {



[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2014-06-12 Thread Thomas Bächler
Date: Thursday, June 12, 2014 @ 19:33:04
  Author: thomas
Revision: 215069

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 215068, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 215068, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-12 17:33:04 UTC (rev 215069)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+pkgver=20140603.a4f3bc0
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=a4f3bc03f1e7b1f25cc52328981c2a35871e55a1')
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  # remove not needed Makefile #35236
+  rm Makefile
+  install -d -m755 "${pkgdir}/usr/lib/firmware"
+  cp -a * "${pkgdir}/usr/lib/firmware/"
+  install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
+  rm -f "${pkgdir}/usr/lib/firmware/"{README*,configure,GPL*}
+  mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
+}
+# vim:set ts=2 sw=2 et:



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

2014-06-12 Thread Thomas Bächler
Date: Thursday, June 12, 2014 @ 19:32:49
  Author: thomas
Revision: 215068

upgpkg: linux-firmware 20140603.a4f3bc0-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 14:08:42 UTC (rev 215067)
+++ PKGBUILD2014-06-12 17:32:49 UTC (rev 215068)
@@ -3,7 +3,7 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-pkgver=20140316.dec41bc
+pkgver=20140603.a4f3bc0
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -36,7 +36,7 @@
   'rt2x00-rt71w-fw'
   'amd-ucode')
 options=(!strip)
-source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=dec41bce44e0dff6a2c3358a958fadf22bf58858')
+source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=a4f3bc03f1e7b1f25cc52328981c2a35871e55a1')
 md5sums=('SKIP')
 
 package() {



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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:37:07
  Author: jsteel
Revision: 113074

archrelease: copy trunk to community-any

Added:
  facter/repos/community-any/PKGBUILD
(from rev 113073, facter/trunk/PKGBUILD)
Deleted:
  facter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 16:36:54 UTC (rev 113073)
+++ PKGBUILD2014-06-12 16:37:07 UTC (rev 113074)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Collect and display system facts"
-arch=('any')
-url="http://puppetlabs.com/facter";
-license=('APACHE')
-depends=('ruby' 'inetutils' 'net-tools')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('25d093548e89b7354227a10f50a3fb8c')
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-any/PKGBUILD (from rev 113073, 
facter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 16:37:07 UTC (rev 113074)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('any')
+url="http://puppetlabs.com/facter";
+license=('APACHE')
+depends=('ruby' 'inetutils' 'net-tools')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('2f249675f4068e132c5c771524b1')
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:36:54
  Author: jsteel
Revision: 113073

upgpkg: facter 2.0.2-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 16:35:43 UTC (rev 113072)
+++ PKGBUILD2014-06-12 16:36:54 UTC (rev 113073)
@@ -7,8 +7,8 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('any')
 url="http://puppetlabs.com/facter";
@@ -15,7 +15,7 @@
 license=('APACHE')
 depends=('ruby' 'inetutils' 'net-tools')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('25d093548e89b7354227a10f50a3fb8c')
+md5sums=('2f249675f4068e132c5c771524b1')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver



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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:35:43
  Author: jsteel
Revision: 113072

archrelease: copy trunk to community-any

Added:
  hiera/repos/community-any/PKGBUILD
(from rev 113071, hiera/trunk/PKGBUILD)
Deleted:
  hiera/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 16:35:29 UTC (rev 113071)
+++ PKGBUILD2014-06-12 16:35:43 UTC (rev 113072)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-pkgname=hiera
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Lightweight pluggable hierarchical database"
-arch=('any')
-url="http://projects.puppetlabs.com/projects/hiera";
-license=('APACHE')
-depends=('ruby')
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('1286bd7e1d8d161146430367b105319a')
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
-
-  install -d "$pkgdir"/var/lib/hiera/
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 113071, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 16:35:43 UTC (rev 113072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+
+pkgname=hiera
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="http://projects.puppetlabs.com/projects/hiera";
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('db2c60ceefd5817fbc8c7816b524e629')
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
+
+  install -d "$pkgdir"/var/lib/hiera/
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:35:29
  Author: jsteel
Revision: 113071

upgpkg: hiera 1.3.4-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 16:33:05 UTC (rev 113070)
+++ PKGBUILD2014-06-12 16:35:29 UTC (rev 113071)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -9,9 +9,9 @@
 url="http://projects.puppetlabs.com/projects/hiera";
 license=('APACHE')
 depends=('ruby')
+backup=('etc/hiera.yaml')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('1286bd7e1d8d161146430367b105319a')
+md5sums=('db2c60ceefd5817fbc8c7816b524e629')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver



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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:33:05
  Author: jsteel
Revision: 113070

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  128 +++
 puppet.install |   46 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 16:32:50 UTC (rev 113069)
+++ PKGBUILD2014-06-12 16:33:05 UTC (rev 113070)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source";
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('e77e8f883d5194fcc19f499ef09a29dd')
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-"$pkgdir"/etc/$pkgname/$pkgname.conf
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/logrotate \
-"$pkgdir"/etc/logrotate.d/$pkgname
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
-"$pkgdir"/etc/$pkgname/fileserver.conf
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/tagmail.conf \
-"$pkgdir"/etc/$pkgname/tagmail.conf
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}/
-
-  echo "d /var/run/$pkgname 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
"$srcdir"/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-"$pkgdir"/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 113069, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 16:33:05 UTC (rev 113070)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source";
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('8dc77efd3bbf67be517fc5d4b2057f18')
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
+"$pkgdir"/etc/$pkgname/$pkgname.conf
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/logrotate \
+"$pkgdir"/etc/logrotate.d/$pkgname
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
+"$pkgdir"/etc/$pkgname/fileserver.conf
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/

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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:32:50
  Author: jsteel
Revision: 113069

upgpkg: puppet 3.6.2-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 15:24:58 UTC (rev 113068)
+++ PKGBUILD2014-06-12 16:32:50 UTC (rev 113069)
@@ -9,8 +9,8 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="http://puppetlabs.com/puppet/puppet-open-source";
@@ -21,8 +21,8 @@
 backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('e77e8f883d5194fcc19f499ef09a29dd')
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('8dc77efd3bbf67be517fc5d4b2057f18')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver



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

2014-06-12 Thread Maxime Gauduin
Date: Thursday, June 12, 2014 @ 17:24:58
  Author: alucryd
Revision: 113068

archrelease: copy trunk to community-any

Added:
  ruby-treetop/repos/community-any/PKGBUILD
(from rev 113067, ruby-treetop/trunk/PKGBUILD)
Deleted:
  ruby-treetop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 15:24:41 UTC (rev 113067)
+++ PKGBUILD2014-06-12 15:24:58 UTC (rev 113068)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Emiliano Vavassori 
-# Contributor: Guilherme Nogueira 
-
-pkgname=ruby-treetop
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='A Ruby-based text parsing and interpretation DSL'
-arch=('any')
-url='http://treetop.rubyforge.org/'
-license=('MIT')
-depends=('ruby-polyglot')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-$pkgver.gem")
-sha256sums=('0ceaa4c41efe3fca33d23b8743b086696df2cab7a2f334f3ba2a1a262f55b921')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} -n "${pkgdir}"/usr/bin ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-treetop/repos/community-any/PKGBUILD (from rev 113067, 
ruby-treetop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 15:24:58 UTC (rev 113068)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Guilherme Nogueira 
+
+pkgname=ruby-treetop
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='A Ruby-based text parsing and interpretation DSL'
+arch=('any')
+url='http://treetop.rubyforge.org/'
+license=('MIT')
+depends=('ruby-polyglot')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-$pkgver.gem")
+sha256sums=('ab3c49c3a39e7c9bea88a90524545e39bed032758a130295f8d6a433c62ff472')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} -n "${pkgdir}"/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-06-12 Thread Maxime Gauduin
Date: Thursday, June 12, 2014 @ 17:24:41
  Author: alucryd
Revision: 113067

upgpkg: ruby-treetop 1.5.3-1

Modified:
  ruby-treetop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 14:33:18 UTC (rev 113066)
+++ PKGBUILD2014-06-12 15:24:41 UTC (rev 113067)
@@ -4,7 +4,7 @@
 # Contributor: Guilherme Nogueira 
 
 pkgname=ruby-treetop
-pkgver=1.5.1
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='A Ruby-based text parsing and interpretation DSL'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
 noextract=("${pkgname#*-}-$pkgver.gem")
-sha256sums=('0ceaa4c41efe3fca33d23b8743b086696df2cab7a2f334f3ba2a1a262f55b921')
+sha256sums=('ab3c49c3a39e7c9bea88a90524545e39bed032758a130295f8d6a433c62ff472')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:33:18
  Author: eric
Revision: 113066

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++---
 geogebra.install |   28 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
+++ PKGBUILD2014-06-12 14:33:18 UTC (rev 113066)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=4.4.37.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
- 'desktop-file-utils' 'gsl')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('81c2ef17f90354549a9d864938790072')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
-"$pkgdir"/usr/share/applications \
-"$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 113065, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:33:18 UTC (rev 113066)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=4.4.37.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
+ 'desktop-file-utils' 'gsl')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('81c2ef17f90354549a9d864938790072')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+"$pkgdir"/usr/share/applications \
+"$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-06-12 14:23:52 UTC (rev 113065)
+++ geogebra.install2014-06-12 14:33:18 UTC (rev 113066)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 113065, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:33:18 UTC (rev 113066)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:23:52
  Author: eric
Revision: 113065

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++---
 geogebra.install |   28 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
+++ PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=4.4.37.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
- 'desktop-file-utils' 'gsl')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('81c2ef17f90354549a9d864938790072')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
-"$pkgdir"/usr/share/applications \
-"$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 113064, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:23:52 UTC (rev 113065)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=4.4.37.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
+ 'desktop-file-utils' 'gsl')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('81c2ef17f90354549a9d864938790072')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+"$pkgdir"/usr/share/applications \
+"$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-06-12 14:17:56 UTC (rev 113064)
+++ geogebra.install2014-06-12 14:23:52 UTC (rev 113065)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 113064, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:23:52 UTC (rev 113065)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install
+}
+



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 16:17:56
  Author: eric
Revision: 113064

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++---
 geogebra.install |   28 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
+++ PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=4.4.37.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
- 'desktop-file-utils' 'gsl')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('81c2ef17f90354549a9d864938790072')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
-"$pkgdir"/usr/share/applications \
-"$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 113063, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 14:17:56 UTC (rev 113064)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=4.4.37.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
+ 'desktop-file-utils' 'gsl')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('81c2ef17f90354549a9d864938790072')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+"$pkgdir"/usr/share/applications \
+"$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-06-12 13:56:25 UTC (rev 113063)
+++ geogebra.install2014-06-12 14:17:56 UTC (rev 113064)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 113063, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 14:17:56 UTC (rev 113064)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install
+}
+



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

2014-06-12 Thread Allan McRae
Date: Thursday, June 12, 2014 @ 16:08:42
  Author: allan
Revision: 215067

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 215066, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch
(from rev 215066, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-i686/binutils-2.24-shared-pie.patch
(from rev 215066, binutils/trunk/binutils-2.24-shared-pie.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 215066, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 215066, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-2.24-lto-testsuite.patch
(from rev 215066, binutils/trunk/binutils-2.24-lto-testsuite.patch)
  binutils/repos/testing-x86_64/binutils-2.24-shared-pie.patch
(from rev 215066, binutils/trunk/binutils-2.24-shared-pie.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 215066, binutils/trunk/binutils.install)

--+
 testing-i686/PKGBUILD|   78 
 testing-i686/binutils-2.24-lto-testsuite.patch   |   53 +++
 testing-i686/binutils-2.24-shared-pie.patch  |   99 +
 testing-i686/binutils.install|   17 +++
 testing-x86_64/PKGBUILD  |   78 
 testing-x86_64/binutils-2.24-lto-testsuite.patch |   53 +++
 testing-x86_64/binutils-2.24-shared-pie.patch|   99 +
 testing-x86_64/binutils.install  |   17 +++
 8 files changed, 494 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 215066, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-12 14:08:42 UTC (rev 215067)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.24
+pkgrel=6
+pkgdesc="A set of programs to assemble and manipulate binary and object files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/";
+license=('GPL')
+groups=('base-devel')
+depends=('glibc>=2.19' 'zlib')
+checkdepends=('dejagnu' 'bc')
+conflicts=('binutils-multilib')
+replaces=('binutils-multilib')
+options=('staticlibs' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.24-lto-testsuite.patch
+binutils-2.24-shared-pie.patch)
+md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
+ 'SKIP'
+ 'b16e895c24ff80acd98a21021eccefad'
+ 'ec59461c4febab9cfe1c1ef33326bc50')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  # fix lto testsuite with gcc-4.9 - commit b35d44f1
+  patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
+
+  # fix issues with -static -fPIE -pie - commit 4199e3b8
+  patch -p1 -i $srcdir/binutils-2.24-shared-pie.patch
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads --enable-shared --with-pic \
+--enable-ld=default --enable-gold --enable-plugins \
+--disable-werror
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-2.24-lto-testsuite.patch (from rev 
215066, binutils/trunk/binutils-2.24-lto-testsuite.patch)
===
--- testing-i686/binutils-2.24-lto-testsuite.patch  
(rev 0)
+++ testing-i686/binutils-2.24-lto-testsuite.patch  2014-06-12 14:08:42 UTC 
(rev 215067)
@@ -0,0 +1,53 @@
+index c5249f0..69946de 100644
+--- a/ld/testsuite/ld-plugin

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

2014-06-12 Thread Allan McRae
Date: Thursday, June 12, 2014 @ 16:07:15
  Author: allan
Revision: 215066

upgpkg: binutils 2.24-6

old patch had been reverted upstream, use replacement upstream patch

Added:
  binutils/trunk/binutils-2.24-shared-pie.patch
Modified:
  binutils/trunk/PKGBUILD
Deleted:
  binutils/trunk/binutils-2.24-static-pie-hang.patch

-+
 PKGBUILD|   10 +--
 binutils-2.24-shared-pie.patch  |   99 ++
 binutils-2.24-static-pie-hang.patch |   78 --
 3 files changed, 104 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 14:01:53 UTC (rev 215065)
+++ PKGBUILD2014-06-12 14:07:15 UTC (rev 215066)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.24
-pkgrel=5
+pkgrel=6
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/";
@@ -19,11 +19,11 @@
 install=binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 binutils-2.24-lto-testsuite.patch
-binutils-2.24-static-pie-hang.patch)
+binutils-2.24-shared-pie.patch)
 md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
  'SKIP'
  'b16e895c24ff80acd98a21021eccefad'
- '4d2cf591560c3d25265778146bbe1941')
+ 'ec59461c4febab9cfe1c1ef33326bc50')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')
 
 prepare() {
@@ -35,8 +35,8 @@
   # fix lto testsuite with gcc-4.9 - commit b35d44f1
   patch -p1 -i $srcdir/binutils-2.24-lto-testsuite.patch
 
-  # fix autoconf hang with -static -fPIE -pie - commits d1ec1e40 and 818d220a
-  patch -p1 -i $srcdir/binutils-2.24-static-pie-hang.patch
+  # fix issues with -static -fPIE -pie - commit 4199e3b8
+  patch -p1 -i $srcdir/binutils-2.24-shared-pie.patch
 
   mkdir ${srcdir}/binutils-build
 }

Added: binutils-2.24-shared-pie.patch
===
--- binutils-2.24-shared-pie.patch  (rev 0)
+++ binutils-2.24-shared-pie.patch  2014-06-12 14:07:15 UTC (rev 215066)
@@ -0,0 +1,99 @@
+diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
+index 9a2fe89..13f86f0 100644
+--- a/ld/emultempl/elf32.em
 b/ld/emultempl/elf32.em
+@@ -1480,6 +1480,8 @@ gld${EMULATION_NAME}_before_allocation (void)
+   const char *rpath;
+   asection *sinterp;
+   bfd *abfd;
++  struct elf_link_hash_entry *ehdr_start = NULL;
++  struct bfd_link_hash_entry ehdr_start_save;
+ 
+   if (is_elf_hash_table (link_info.hash))
+ {
+@@ -1504,6 +1506,16 @@ gld${EMULATION_NAME}_before_allocation (void)
+  _bfd_elf_link_hash_hide_symbol (&link_info, h, TRUE);
+  if (ELF_ST_VISIBILITY (h->other) != STV_INTERNAL)
+h->other = (h->other & ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN;
++   /* Don't leave the symbol undefined.  Undefined hidden
++  symbols typically won't have dynamic relocations, but
++  we most likely will need dynamic relocations for
++  __ehdr_start if we are building a PIE or shared
++  library.  */
++   ehdr_start = h;
++   ehdr_start_save = h->root;
++   h->root.type = bfd_link_hash_defined;
++   h->root.u.def.section = bfd_abs_section_ptr;
++   h->root.u.def.value = 0;
+}
+}
+ 
+@@ -1620,6 +1632,14 @@ ${ELF_INTERPRETER_SET_DEFAULT}
+ 
+   if (!bfd_elf_size_dynsym_hash_dynstr (link_info.output_bfd, &link_info))
+ einfo ("%P%F: failed to set dynamic section sizes: %E\n");
++
++  if (ehdr_start != NULL)
++{
++  /* If we twiddled __ehdr_start to defined earlier, put it back
++   as it was.  */
++  ehdr_start->root.type = ehdr_start_save.type;
++  ehdr_start->root.u = ehdr_start_save.u;
++}
+ }
+ 
+ EOF
+diff --git a/ld/testsuite/ld-elf/ehdr_start-shared.d 
b/ld/testsuite/ld-elf/ehdr_start-shared.d
+new file mode 100644
+index 000..c17516a
+--- /dev/null
 b/ld/testsuite/ld-elf/ehdr_start-shared.d
+@@ -0,0 +1,9 @@
++#source: ehdr_start.s
++#ld: -e _start -shared
++#nm: -n
++#target: *-*-linux* *-*-gnu* *-*-nacl*
++#xfail: cris*-*-* frv-*-*
++
++#...
++[0-9a-f]*000 [Adrt] __ehdr_start
++#pass
+diff --git a/ld/testsuite/ld-elf/ehdr_start-userdef.d 
b/ld/testsuite/ld-elf/ehdr_start-userdef.d
+index 2a88e98..b58ae3f 100644
+--- a/ld/testsuite/ld-elf/ehdr_start-userdef.d
 b/ld/testsuite/ld-elf/ehdr_start-userdef.d
+@@ -2,6 +2,7 @@
+ #ld: -e _start -T ehdr_start-userdef.t
+ #readelf: -Ws
+ #target: *-*-linux* *-*-gnu* *-*-nacl*
++#xfail: frv-*-*
+ 
+ #...
+ Symbol table '\.symtab' contains [0-9]+ entries:
+diff --git a/ld/testsuite/ld-elf/ehdr_start-weak.d 
b/ld/testsuite/ld-elf/ehdr_start-weak.d
+index 8bd9035..24ae34c 100644
+--- a/ld/testsuite/ld-elf/ehdr_start-weak.d
 b/ld/testsuite/ld-elf/ehdr_start-weak.

[arch-commits] Commit in syslinux/repos (28 files)

2014-06-12 Thread Anatol Pomozov
Date: Thursday, June 12, 2014 @ 16:01:53
  Author: anatolik
Revision: 215065

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 215064, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 215064, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 215064, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 215064, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 215064, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch
(from rev 215064, syslinux/trunk/syslinux-6.02-fix-efi-ovmf.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 215064, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 215064, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 215064, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/testing-i686/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 /PKGBUILD|  542 +++
 /syslinux-6.02-fix-bios-isolinux.patch   |   24 
 /syslinux-6.02-fix-chainloading.patch|   94 +
 /syslinux-6.02-fix-efi-ovmf.patch| 1242 +
 /syslinux-install_update |  906 
 /syslinux.cfg|  156 ++
 /syslinux.install|   86 +
 testing-i686/PKGBUILD|  271 ---
 testing-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 testing-i686/syslinux-6.02-fix-chainloading.patch|   47 
 testing-i686/syslinux-6.02-fix-efi-ovmf.patch|  621 
 testing-i686/syslinux-install_update |  453 --
 testing-i686/syslinux.cfg|   78 -
 testing-i686/syslinux.install|   43 
 testing-x86_64/PKGBUILD  |  271 ---
 testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 testing-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 
 testing-x86_64/syslinux-6.02-fix-efi-ovmf.patch  |  621 
 testing-x86_64/syslinux-install_update   |  453 --
 testing-x86_64/syslinux.cfg  |   78 -
 testing-x86_64/syslinux.install  |   43 
 21 files changed, 3050 insertions(+), 3050 deletions(-)

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


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

2014-06-12 Thread Anatol Pomozov
Date: Thursday, June 12, 2014 @ 16:00:08
  Author: anatolik
Revision: 215064

upgpkg: syslinux 6.03pre14-1

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 11:29:09 UTC (rev 215063)
+++ PKGBUILD2014-06-12 14:00:08 UTC (rev 215064)
@@ -5,7 +5,7 @@
 ## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable
 _IA32_EFI_IN_ARCH_X64="1"
 
-_VER="6.03-pre13"
+_VER="6.03-pre14"
 _GIT_TAG="syslinux-${_VER}"
 
 pkgname="syslinux"



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

2014-06-12 Thread Eric Bélanger
Date: Thursday, June 12, 2014 @ 15:56:25
  Author: eric
Revision: 113063

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++---
 geogebra.install |   28 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 12:41:47 UTC (rev 113062)
+++ PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=4.4.37.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
- 'desktop-file-utils' 'gsl')
-install=geogebra.install
-source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
-md5sums=('81c2ef17f90354549a9d864938790072')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
-"$pkgdir"/usr/share/applications \
-"$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 113062, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 13:56:25 UTC (rev 113063)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=4.4.37.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils'
+ 'desktop-file-utils' 'gsl')
+install=geogebra.install
+source=(http://download.geogebra.org/installers/4.4/GeoGebra-Linux-Installer-$pkgver.tar.gz)
+md5sums=('81c2ef17f90354549a9d864938790072')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+"$pkgdir"/usr/share/applications \
+"$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2014-06-12 12:41:47 UTC (rev 113062)
+++ geogebra.install2014-06-12 13:56:25 UTC (rev 113063)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 113062, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2014-06-12 13:56:25 UTC (rev 113063)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install
+}
+



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

2014-06-12 Thread Evangelos Foutras
Date: Thursday, June 12, 2014 @ 14:41:47
  Author: foutrelis
Revision: 113062

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

Added:
  
wkhtmltopdf/repos/community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
(from rev 113061, 
wkhtmltopdf/trunk/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch)
  
wkhtmltopdf/repos/community-i686/0002-fix-compilation-failures-when-not-building-with-patc.patch
(from rev 113061, 
wkhtmltopdf/trunk/0002-fix-compilation-failures-when-not-building-with-patc.patch)
  wkhtmltopdf/repos/community-i686/PKGBUILD
(from rev 113061, wkhtmltopdf/trunk/PKGBUILD)
  
wkhtmltopdf/repos/community-x86_64/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
(from rev 113061, 
wkhtmltopdf/trunk/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch)
  
wkhtmltopdf/repos/community-x86_64/0002-fix-compilation-failures-when-not-building-with-patc.patch
(from rev 113061, 
wkhtmltopdf/trunk/0002-fix-compilation-failures-when-not-building-with-patc.patch)
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 113061, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  wkhtmltopdf/repos/community-i686/PKGBUILD
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD  
  |   98 
 community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch 
  |   74 +++
 community-i686/0002-fix-compilation-failures-when-not-building-with-patc.patch 
  |  233 ++
 community-i686/PKGBUILD
  |   30 -
 
community-x86_64/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
 |   74 +++
 
community-x86_64/0002-fix-compilation-failures-when-not-building-with-patc.patch
 |  233 ++
 community-x86_64/PKGBUILD  
  |   30 -
 7 files changed, 712 insertions(+), 60 deletions(-)

Copied: 
wkhtmltopdf/repos/community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
 (from rev 113061, 
wkhtmltopdf/trunk/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch)
===
--- 
community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch  
(rev 0)
+++ 
community-i686/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch  
2014-06-12 12:41:47 UTC (rev 113062)
@@ -0,0 +1,74 @@
+From d6b406d9ec207036af807af2bee2aeb5e33827f0 Mon Sep 17 00:00:00 2001
+From: Ashish Kulkarni 
+Date: Mon, 10 Feb 2014 19:33:21 +0530
+Subject: [PATCH 1/2] fix spurious "exit with code 1 due to http error: 1xxx"
+ errors
+
+This fixes #1502 and was introduced in 
ce6d6cd0f0f86a5b1ff3765aaae357dfdf3be803,
+which returned errors above 1000 as a proxy for network errors. However, the
+error 5 (i.e. OperationCanceledError) was not handled, which apparently happens
+a lot due to parallel loading of resources. We thus ignore this error in the
+loader.
+
+In addition, in case the error is greater than 1000, we find out the correct
+network error and display that error instead of HTTP error 1xxx which doesn't
+exist. The trick to find out the text values for the enum was taken from:
+
+https://blog.qt.digia.com/blog/2008/10/09/coding-tip-pretty-printing-enum-values/
+---
+ src/lib/multipageloader.cc |  2 +-
+ src/lib/utilities.cc   | 18 +-
+ 2 files changed, 18 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/multipageloader.cc b/src/lib/multipageloader.cc
+index 0f4e7f7..d74fa0d 100644
+--- a/src/lib/multipageloader.cc
 b/src/lib/multipageloader.cc
+@@ -335,7 +335,7 @@ void ResourceObject::error(const QString & str) {
+ void ResourceObject::amfinished(QNetworkReply * reply) {
+   int networkStatus = reply->error();
+   int httpStatus = 
reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
+-  if (networkStatus > 0 || (httpStatus > 399 && httpErrorCode == 0))
++  if ((networkStatus != 0 && networkStatus != 5) || (httpStatus > 399 && 
httpErrorCode == 0))
+   {
+   QFileInfo fi(reply->url().toString());
+   bool mediaFile = 
settings::LoadPage::mediaFilesExtensions.contains(fi.completeSuffix().toLower());
+diff --git a/src/lib/utilities.cc b/src/lib/utilities.cc
+index 639aa32..4238c47 100644
+--- a/src/lib/utilities.cc
 b/src/lib/utilities.cc
+@@ -27,6 +27,8 @@
+ #include "utilities.hh"
+ #include 
+ #include 
++#include 
++#include 
+ 
+ void loadSvg(QSvgRenderer * & ptr, const QString & path, const char * def, 
int w, int h) {
+delete ptr;
+@@ -160,7 +162,21 @@ int handleError(bool success, int errorCode) {
+   if (ce.contains(errorCode)) c = ce[errorCode];
+   const char * m = "";
+   if (cm.contains(errorC

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

2014-06-12 Thread Evangelos Foutras
Date: Thursday, June 12, 2014 @ 14:38:30
  Author: foutrelis
Revision: 113061

upgpkg: wkhtmltopdf 0.12.0-1

New upstream release.

Added:
  
wkhtmltopdf/trunk/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
  
wkhtmltopdf/trunk/0002-fix-compilation-failures-when-not-building-with-patc.patch
Modified:
  wkhtmltopdf/trunk/PKGBUILD

-+
 0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch |   74 +++
 0002-fix-compilation-failures-when-not-building-with-patc.patch |  233 
++
 PKGBUILD|   35 +
 3 files changed, 334 insertions(+), 8 deletions(-)

Added: 0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch
===
--- 0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch 
(rev 0)
+++ 0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch 
2014-06-12 12:38:30 UTC (rev 113061)
@@ -0,0 +1,74 @@
+From d6b406d9ec207036af807af2bee2aeb5e33827f0 Mon Sep 17 00:00:00 2001
+From: Ashish Kulkarni 
+Date: Mon, 10 Feb 2014 19:33:21 +0530
+Subject: [PATCH 1/2] fix spurious "exit with code 1 due to http error: 1xxx"
+ errors
+
+This fixes #1502 and was introduced in 
ce6d6cd0f0f86a5b1ff3765aaae357dfdf3be803,
+which returned errors above 1000 as a proxy for network errors. However, the
+error 5 (i.e. OperationCanceledError) was not handled, which apparently happens
+a lot due to parallel loading of resources. We thus ignore this error in the
+loader.
+
+In addition, in case the error is greater than 1000, we find out the correct
+network error and display that error instead of HTTP error 1xxx which doesn't
+exist. The trick to find out the text values for the enum was taken from:
+
+https://blog.qt.digia.com/blog/2008/10/09/coding-tip-pretty-printing-enum-values/
+---
+ src/lib/multipageloader.cc |  2 +-
+ src/lib/utilities.cc   | 18 +-
+ 2 files changed, 18 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/multipageloader.cc b/src/lib/multipageloader.cc
+index 0f4e7f7..d74fa0d 100644
+--- a/src/lib/multipageloader.cc
 b/src/lib/multipageloader.cc
+@@ -335,7 +335,7 @@ void ResourceObject::error(const QString & str) {
+ void ResourceObject::amfinished(QNetworkReply * reply) {
+   int networkStatus = reply->error();
+   int httpStatus = 
reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
+-  if (networkStatus > 0 || (httpStatus > 399 && httpErrorCode == 0))
++  if ((networkStatus != 0 && networkStatus != 5) || (httpStatus > 399 && 
httpErrorCode == 0))
+   {
+   QFileInfo fi(reply->url().toString());
+   bool mediaFile = 
settings::LoadPage::mediaFilesExtensions.contains(fi.completeSuffix().toLower());
+diff --git a/src/lib/utilities.cc b/src/lib/utilities.cc
+index 639aa32..4238c47 100644
+--- a/src/lib/utilities.cc
 b/src/lib/utilities.cc
+@@ -27,6 +27,8 @@
+ #include "utilities.hh"
+ #include 
+ #include 
++#include 
++#include 
+ 
+ void loadSvg(QSvgRenderer * & ptr, const QString & path, const char * def, 
int w, int h) {
+delete ptr;
+@@ -160,7 +162,21 @@ int handleError(bool success, int errorCode) {
+   if (ce.contains(errorCode)) c = ce[errorCode];
+   const char * m = "";
+   if (cm.contains(errorCode)) m = cm[errorCode];
+-  fprintf(stderr, "Exit with code %d due to http error: %d %s\n", 
c, errorCode, m);
++  if (errorCode < 1000) {
++  fprintf(stderr, "Exit with code %d due to http error: 
%d %s\n", c, errorCode, m);
++  } else {
++  QNetworkReply::NetworkError error = 
(QNetworkReply::NetworkError)(errorCode - 1000);
++  QString errorValue;
++  QMetaObject meta = QNetworkReply::staticMetaObject;
++  for (int i=0; i < meta.enumeratorCount(); ++i) {
++  QMetaEnum m = meta.enumerator(i);
++  if (m.name() == QLatin1String("NetworkError")) {
++  errorValue = 
QLatin1String(m.valueToKey(error));
++  break;
++  }
++  }
++  fprintf(stderr, "Exit with code %d due to network 
error: %s\n", c, errorValue.toLocal8Bit().data());
++  }
+   return c;
+   } else if (!success) {
+   fprintf(stderr, "Exit with code %d, due to unknown error.\n", 
EXIT_FAILURE);
+-- 
+2.0.0
+

Added: 0002-fix-compilation-failures-when-not-building-with-patc.patch
===
--- 0002-fix-compilation-failures-when-not-building-with-patc.patch 
(rev 0)
+++ 0002-fix-compilation-failures-when-not-bui

[arch-commits] Commit in geoip-database/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-12 Thread Evangelos Foutras
Date: Thursday, June 12, 2014 @ 13:29:09
  Author: foutrelis
Revision: 215063

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 215062, geoip-database/trunk/PKGBUILD)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-12 11:29:01 UTC (rev 215062)
+++ PKGBUILD2014-06-12 11:29:09 UTC (rev 215063)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=geoip-database
-pkgver=20140304
-pkgrel=1
-pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-arch=('any')
-url="http://www.maxmind.com/app/ip-location";
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
-'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error "Copyright notice is missing from $_database; something is fishy!"
-  return 1
-fi
-  done
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 215062, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-12 11:29:09 UTC (rev 215063)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=geoip-database
+pkgver=20140604
+pkgrel=1
+pkgdesc="GeoLite country geolocation database compiled by MaxMind"
+arch=('any')
+url="http://www.maxmind.com/app/ip-location";
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('fc7f90a8236b958d3fdbcc333f657651b1680a3083fc398828c88b67500241a0'
+'ba76c683d525a7119c3e588ea0ed97ec0dbb52c93d506a355d67bc6a88caef52'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd "$srcdir"
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
+  done
+}
+
+check() {
+  cd "$srcdir"
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error "Copyright notice is missing from $_database; something is fishy!"
+  return 1
+fi
+  done
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-12 Thread Evangelos Foutras
Date: Thursday, June 12, 2014 @ 13:29:01
  Author: foutrelis
Revision: 215062

upgpkg: geoip-database 20140604-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 10:52:02 UTC (rev 215061)
+++ PKGBUILD2014-06-12 11:29:01 UTC (rev 215062)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=geoip-database
-pkgver=20140304
+pkgver=20140604
 pkgrel=1
 pkgdesc="GeoLite country geolocation database compiled by MaxMind"
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
-'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
+sha256sums=('fc7f90a8236b958d3fdbcc333f657651b1680a3083fc398828c88b67500241a0'
+'ba76c683d525a7119c3e588ea0ed97ec0dbb52c93d506a355d67bc6a88caef52'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {



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

2014-06-12 Thread Sébastien Luttringer
Date: Thursday, June 12, 2014 @ 12:52:02
  Author: seblu
Revision: 215061

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

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 215060, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-i686/grep.install
(from rev 215060, grep/repos/testing-i686/grep.install)
  grep/repos/core-x86_64/PKGBUILD
(from rev 215060, grep/repos/testing-x86_64/PKGBUILD)
  grep/repos/core-x86_64/grep.install
(from rev 215060, grep/repos/testing-x86_64/grep.install)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-i686/grep.install
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/core-x86_64/grep.install
  grep/repos/testing-i686/
  grep/repos/testing-x86_64/

--+
 /PKGBUILD|   70 +
 /grep.install|   36 +++
 core-i686/PKGBUILD   |   35 --
 core-i686/grep.install   |   18 ---
 core-x86_64/PKGBUILD |   35 --
 core-x86_64/grep.install |   18 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-12 06:38:35 UTC (rev 215060)
+++ core-i686/PKGBUILD  2014-06-12 10:52:02 UTC (rev 215061)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.19
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/grep/grep.html'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('ac732142227d9fe9567d71301e127979'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 215060, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-12 10:52:02 UTC (rev 215061)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.20
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('2cbea44a4f1548aee20b9ff2d3076908'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/grep.install
===
--- core-i686/grep.install  2014-06-12 06:38:35 UTC (rev 215060)
+++ core-i686/grep.install  2014-06-12 10:52:02 UTC (rev 215061)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=grep.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/core-i686/grep.install (from rev 215060, 
grep/repos/testing-i686/grep.install)
===
--- core-i686/grep.install  (rev 0)
+++ core-i686/grep.install  2014-06-12 10:52:02 UTC (rev 215061)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-06-12 06:38:35 UTC (rev 215060)
+++ core-x86_64/PKGBUILD2014-06-12 10:52:02 UTC (rev 215061)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.19
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://www.gnu.org/software/grep

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

2014-06-12 Thread Sébastien Luttringer
Date: Thursday, June 12, 2014 @ 12:51:06
  Author: seblu
Revision: 113060

Add libcap deps

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 10:46:19 UTC (rev 113059)
+++ PKGBUILD2014-06-12 10:51:06 UTC (rev 113060)
@@ -13,7 +13,7 @@
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!makeflags')
-depends=('openssl' 'krb5' 'libxml2')
+depends=('openssl' 'krb5' 'libxml2' 'libcap')
 provides=('dns-server')
 backup=('etc/logrotate.d/named'
 'etc/named.conf')



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

2014-06-12 Thread Sébastien Luttringer
Date: Thursday, June 12, 2014 @ 12:46:19
  Author: seblu
Revision: 113059

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

Added:
  bind/repos/community-testing-i686/
  bind/repos/community-testing-i686/01-fix-forgotten-log.patch
(from rev 113058, bind/trunk/01-fix-forgotten-log.patch)
  bind/repos/community-testing-i686/127.0.0.zone
(from rev 113058, bind/trunk/127.0.0.zone)
  bind/repos/community-testing-i686/PKGBUILD
(from rev 113058, bind/trunk/PKGBUILD)
  bind/repos/community-testing-i686/bind.install
(from rev 113058, bind/trunk/bind.install)
  bind/repos/community-testing-i686/localhost.zone
(from rev 113058, bind/trunk/localhost.zone)
  bind/repos/community-testing-i686/named.conf
(from rev 113058, bind/trunk/named.conf)
  bind/repos/community-testing-i686/named.logrotate
(from rev 113058, bind/trunk/named.logrotate)
  bind/repos/community-testing-i686/named.service
(from rev 113058, bind/trunk/named.service)
  bind/repos/community-testing-i686/tmpfiles.d
(from rev 113058, bind/trunk/tmpfiles.d)
  bind/repos/community-testing-x86_64/
  bind/repos/community-testing-x86_64/01-fix-forgotten-log.patch
(from rev 113058, bind/trunk/01-fix-forgotten-log.patch)
  bind/repos/community-testing-x86_64/127.0.0.zone
(from rev 113058, bind/trunk/127.0.0.zone)
  bind/repos/community-testing-x86_64/PKGBUILD
(from rev 113058, bind/trunk/PKGBUILD)
  bind/repos/community-testing-x86_64/bind.install
(from rev 113058, bind/trunk/bind.install)
  bind/repos/community-testing-x86_64/localhost.zone
(from rev 113058, bind/trunk/localhost.zone)
  bind/repos/community-testing-x86_64/named.conf
(from rev 113058, bind/trunk/named.conf)
  bind/repos/community-testing-x86_64/named.logrotate
(from rev 113058, bind/trunk/named.logrotate)
  bind/repos/community-testing-x86_64/named.service
(from rev 113058, bind/trunk/named.service)
  bind/repos/community-testing-x86_64/tmpfiles.d
(from rev 113058, bind/trunk/tmpfiles.d)

-+
 community-testing-i686/01-fix-forgotten-log.patch   |   41 
 community-testing-i686/127.0.0.zone |   11 ++
 community-testing-i686/PKGBUILD |   87 ++
 community-testing-i686/bind.install |   23 
 community-testing-i686/localhost.zone   |   10 ++
 community-testing-i686/named.conf   |   64 +
 community-testing-i686/named.logrotate  |6 +
 community-testing-i686/named.service|   11 ++
 community-testing-i686/tmpfiles.d   |1 
 community-testing-x86_64/01-fix-forgotten-log.patch |   41 
 community-testing-x86_64/127.0.0.zone   |   11 ++
 community-testing-x86_64/PKGBUILD   |   87 ++
 community-testing-x86_64/bind.install   |   23 
 community-testing-x86_64/localhost.zone |   10 ++
 community-testing-x86_64/named.conf |   64 +
 community-testing-x86_64/named.logrotate|6 +
 community-testing-x86_64/named.service  |   11 ++
 community-testing-x86_64/tmpfiles.d |1 
 18 files changed, 508 insertions(+)

Copied: bind/repos/community-testing-i686/01-fix-forgotten-log.patch (from rev 
113058, bind/trunk/01-fix-forgotten-log.patch)
===
--- community-testing-i686/01-fix-forgotten-log.patch   
(rev 0)
+++ community-testing-i686/01-fix-forgotten-log.patch   2014-06-12 10:46:19 UTC 
(rev 113059)
@@ -0,0 +1,41 @@
+# https://lists.isc.org/pipermail/bind-users/2014-May/093124.html
+From 73a2c0ec42c0915bde0275c81861f57645daf683 Mon Sep 17 00:00:00 2001
+From: Tony Finch 
+Date: Thu, 28 Nov 2013 17:23:57 +
+Subject: [PATCH] Disable XXXMPA verbose packet logging in EDNS fallback code.
+
+---
+ lib/dns/resolver.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
+index 11c805f..e50071e 100644
+--- a/lib/dns/resolver.c
 b/lib/dns/resolver.c
+@@ -7339,9 +7339,11 @@ resquery_response(isc_task_t *task, isc_event_t *event) 
{
+   sizeof(addrbuf));
+   snprintf(buf, sizeof(buf), "received packet from %s "
+"(bad edns):\n", addrbuf);
++/*
+   dns_message_logpacket(message, buf,
+ DNS_LOGCATEGORY_RESOLVER, DNS_LOGMODULE_RESOLVER,
+ ISC_LOG_NOTICE, fctx->res->mctx);
++*/
+   dns_adb_changeflags(fctx->adb, query->addrinfo,
+   DNS_FETCHOPT_NOEDNS0,
+   DNS_FETCHOPT_NOEDNS0);
+@@ -7369,9 +7371,11 @@ resquery_response(isc_task_t *task, isc_event_t *event) 
{
+   sizeof(addrbuf));
+ 

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

2014-06-12 Thread Sébastien Luttringer
Date: Thursday, June 12, 2014 @ 12:45:40
  Author: seblu
Revision: 113058

upgpkg: bind 9.10.0.P2-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 09:59:12 UTC (rev 113057)
+++ PKGBUILD2014-06-12 10:45:40 UTC (rev 113058)
@@ -5,9 +5,9 @@
 # Contributor: Mario Vazquez 
 
 pkgname=bind
-_pkgver=9.10.0-P1
+_pkgver=9.10.0-P2
 pkgver=${_pkgver//-/.}
-pkgrel=4
+pkgrel=1
 pkgdesc='The ISC BIND nameserver'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
@@ -27,7 +27,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('2404524f321107d7654e4c64f4174f6c464debb9'
+sha1sums=('c57b5825e36933119e9fd6f43e3f52262e7ff4ed'
   'SKIP'
   '4d96c9b9ef0aebdad7e79c749536858a344779b5'
   '029f89c49550c40ec7a95116b6a33f0e5a041094'



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

2014-06-12 Thread Felix Yan
Date: Thursday, June 12, 2014 @ 11:59:12
  Author: fyan
Revision: 113057

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

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

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   43 
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   43 
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-12 09:57:50 UTC (rev 113056)
+++ community-i686/PKGBUILD 2014-06-12 09:59:12 UTC (rev 113057)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.7
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  # This case change doesn't make any sense, really...
-  sed -i "s/Exec=wiznote/Exec=WizNote/" 
$_wiznote_project_name/build/common/wiznote.desktop
-
-  # And this...
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 113056, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-12 09:59:12 UTC (rev 113057)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.8
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-06-12 09:57:50 UTC (rev 113056)
+++ community-i686/wiznote.install  2014-06-12 09:59:12 UTC (rev 113057)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 113056, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-06-12 09:59:12 UTC (rev 113057)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-12 09:57:50

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

2014-06-12 Thread Felix Yan
Date: Thursday, June 12, 2014 @ 11:57:50
  Author: fyan
Revision: 113056

upgpkg: wiznote 2.1.8-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 09:16:05 UTC (rev 113055)
+++ PKGBUILD2014-06-12 09:57:50 UTC (rev 113056)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -17,10 +17,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  # This case change doesn't make any sense, really...
-  sed -i "s/Exec=wiznote/Exec=WizNote/" 
$_wiznote_project_name/build/common/wiznote.desktop
-
-  # And this...
   rm $_wiznote_project_name/share/skins/default/Thumbs.db
 
   rm -rf build; mkdir build



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

2014-06-12 Thread Daniel Micay
Date: Thursday, June 12, 2014 @ 11:16:05
  Author: thestinger
Revision: 113055

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 113054, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 113054, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 113054, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 113054, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-06-12 09:15:31 UTC (rev 113054)
+++ community-i686/10-enable-pax.conf   2014-06-12 09:16:05 UTC (rev 113055)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 113054, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-06-12 09:16:05 UTC (rev 113055)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-12 09:15:31 UTC (rev 113054)
+++ community-i686/PKGBUILD 2014-06-12 09:16:05 UTC (rev 113055)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=9
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
- 'a40677d2cd39ada4c2560927c67e0ea2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/etc/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 113054, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-12 09:16:05 UTC (rev 113055)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=10
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/etc/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-06-12 09:15:31 UTC (rev 113054)
+++ community-x86_64/10-enable-pax.conf 2014-06-12 09:16:05 UTC (rev 113055)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 113054, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-06-12 09:16:05 UTC (rev 113055)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-12 09:15:31 UTC (rev 113054)
+++ community-x86_64/PKGBUILD   2014-06-12 09:16:05 UTC (rev 113055)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay 
-p

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

2014-06-12 Thread Daniel Micay
Date: Thursday, June 12, 2014 @ 11:15:31
  Author: thestinger
Revision: 113054

upgpkg: paxd 10-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 06:24:41 UTC (rev 113053)
+++ PKGBUILD2014-06-12 09:15:31 UTC (rev 113054)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=9
+pkgver=10
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)