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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 08:12:45
  Author: fyan
Revision: 213799

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

Added:
  gtk2-perl/repos/staging-i686/
  gtk2-perl/repos/staging-i686/PKGBUILD
(from rev 213798, gtk2-perl/trunk/PKGBUILD)
  gtk2-perl/repos/staging-x86_64/
  gtk2-perl/repos/staging-x86_64/PKGBUILD
(from rev 213798, gtk2-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: gtk2-perl/repos/staging-i686/PKGBUILD (from rev 213798, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 06:12:45 UTC (rev 213799)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.249
+pkgrel=2
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('605b419fca92c5166f0d0077663c7c98')
+
+prepare() {
+  cd Gtk2-$pkgver
+  # Disable failing test. Doesn't work for several versions, might be related 
to Xvfb too
+  sed -e 's/gnome-foot.png/gnome-foot2.png/' -i t/GdkPixbufLoader.t
+}
+
+build() {
+  cd Gtk2-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Gtk2-$pkgver
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
2>/dev/null &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd Gtk2-$pkgver
+  make install DESTDIR="${pkgdir}"
+}

Copied: gtk2-perl/repos/staging-x86_64/PKGBUILD (from rev 213798, 
gtk2-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 06:12:45 UTC (rev 213799)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=gtk2-perl
+pkgver=1.249
+pkgrel=2
+pkgdesc="Perl bindings for GTK+ 2.x"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('605b419fca92c5166f0d0077663c7c98')
+
+prepare() {
+  cd Gtk2-$pkgver
+  # Disable failing test. Doesn't work for several versions, might be related 
to Xvfb too
+  sed -e 's/gnome-foot.png/gnome-foot2.png/' -i t/GdkPixbufLoader.t
+}
+
+build() {
+  cd Gtk2-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Gtk2-$pkgver
+  LD_PRELOAD="" Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
2>/dev/null &
+  LD_PRELOAD="" DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd Gtk2-$pkgver
+  make install DESTDIR="${pkgdir}"
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 08:11:37
  Author: fyan
Revision: 213798

upgpkg: gtk2-perl 1.249-2

perl 5.20 rebuild

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 06:00:57 UTC (rev 213797)
+++ PKGBUILD2014-05-29 06:11:37 UTC (rev 213798)
@@ -4,7 +4,7 @@
 
 pkgname=gtk2-perl
 pkgver=1.249
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for GTK+ 2.x"
 arch=(i686 x86_64)
 license=('LGPL')



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 08:00:57
  Author: fyan
Revision: 213797

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

Added:
  pango-perl/repos/staging-i686/
  pango-perl/repos/staging-i686/PKGBUILD
(from rev 213796, pango-perl/trunk/PKGBUILD)
  pango-perl/repos/staging-x86_64/
  pango-perl/repos/staging-x86_64/PKGBUILD
(from rev 213796, pango-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: pango-perl/repos/staging-i686/PKGBUILD (from rev 213796, 
pango-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 06:00:57 UTC (rev 213797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.225
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('944ed0b4a89823c66362d5e2ecbe1054')
+
+build() {
+  cd Pango-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Pango-$pkgver
+  make test
+}
+
+package() {
+  cd Pango-$pkgver
+  make install DESTDIR="${pkgdir}"
+}

Copied: pango-perl/repos/staging-x86_64/PKGBUILD (from rev 213796, 
pango-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 06:00:57 UTC (rev 213797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pango-perl
+pkgver=1.225
+pkgrel=2
+pkgdesc="Perl bindings for Pango"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('944ed0b4a89823c66362d5e2ecbe1054')
+
+build() {
+  cd Pango-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Pango-$pkgver
+  make test
+}
+
+package() {
+  cd Pango-$pkgver
+  make install DESTDIR="${pkgdir}"
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 07:59:10
  Author: fyan
Revision: 213796

upgpkg: pango-perl 1.225-2

perl 5.20 rebuild

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 05:01:17 UTC (rev 213795)
+++ PKGBUILD2014-05-29 05:59:10 UTC (rev 213796)
@@ -3,7 +3,7 @@
 
 pkgname=pango-perl
 pkgver=1.225
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for Pango"
 arch=(i686 x86_64)
 license=('LGPL')



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 07:01:17
  Author: fyan
Revision: 213795

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

Added:
  cairo-perl/repos/staging-i686/
  cairo-perl/repos/staging-i686/PKGBUILD
(from rev 213794, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-i686/testsuite.patch
(from rev 213794, cairo-perl/trunk/testsuite.patch)
  cairo-perl/repos/staging-x86_64/
  cairo-perl/repos/staging-x86_64/PKGBUILD
(from rev 213794, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/staging-x86_64/testsuite.patch
(from rev 213794, cairo-perl/trunk/testsuite.patch)

+
 staging-i686/PKGBUILD  |   31 
 staging-i686/testsuite.patch   |  135 +++
 staging-x86_64/PKGBUILD|   31 
 staging-x86_64/testsuite.patch |  135 +++
 4 files changed, 332 insertions(+)

Copied: cairo-perl/repos/staging-i686/PKGBUILD (from rev 213794, 
cairo-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 05:01:17 UTC (rev 213795)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=cairo-perl
+pkgver=1.104
+pkgrel=2
+pkgdesc="Perl wrappers for cairo"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
+md5sums=('c7d2eee6c319588c04a6b95efe39b0ae')
+
+build() {
+  cd Cairo-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Cairo-$pkgver
+  make test
+}
+
+package() {
+  cd Cairo-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: cairo-perl/repos/staging-i686/testsuite.patch (from rev 213794, 
cairo-perl/trunk/testsuite.patch)
===
--- staging-i686/testsuite.patch(rev 0)
+++ staging-i686/testsuite.patch2014-05-29 05:01:17 UTC (rev 213795)
@@ -0,0 +1,135 @@
+From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 31 Mar 2012 10:34:11 +
+Subject: Fix compiling and testing against older versions of cairo
+
+---
+(limited to 't/CairoPath.t')
+
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index e515172..770e464 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,11 +11,17 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More tests => 6;
++use Test::More;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
++if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
++  plan tests => 6;
++} else {
++  plan skip_all => 'path behavior not predictable on cairo < 1.4';
++}
++
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+--
+cgit v0.9.0.2
+From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
+From: Torsten Schönfeld 
+Date: Sat, 07 Apr 2012 18:01:31 +
+Subject: Make t/CairoPath.t more robust
+
+The end of a path that took a round trip into cairo and back might differ
+for different versions of cairo.  Hence, compare only the beginning with
+the expected path.
+---
+diff --git a/t/CairoPath.t b/t/CairoPath.t
+index 770e464..27a3aad 100644
+--- a/t/CairoPath.t
 b/t/CairoPath.t
+@@ -11,17 +11,11 @@ use strict;
+ use warnings;
+ use Cairo;
+ 
+-use Test::More;
++use Test::More tests => 18;
+ 
+ use constant IMG_WIDTH => 256;
+ use constant IMG_HEIGHT => 256;
+ 
+-if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
+-  plan tests => 6;
+-} else {
+-  plan skip_all => 'path behavior not predictable on cairo < 1.4';
+-}
+-
+ my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
+ my $cr = Cairo::Context->create ($surf);
+ 
+@@ -40,14 +34,7 @@ my $expected_path = [
+ ];
+ 
+ my $path = $cr->copy_path;
+-is_deeply ($path, $expected_path);
+-
+-sub paths_agree {
+-  my ($cr, $path, $expected_path) = @_;
+-  $cr->new_path;
+-  $cr->append_path ($path);
+-  is_deeply ($cr->copy_path, $expected_path);
+-}
++paths_agree ($path, $expected_path);
+ 
+ # Modifying single point values.
+ foreach ($path, $expected_path) {
+@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
+   $_->[2]{points}[2][0] = 99;
+   $_->[2]{points}[2][1] = 1010;
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Modifying single points.
+ foreach ($path, $expected_path) {
+   $_->[1]{points}[0] = [333, 444];
+   $_->[2]{points}[2] = [77, 88];
+ }
+-paths_agree ($cr, $path, $expected_path);
++path_round_trip_ok ($cr, $path, $expected_path);
+ 
+ # Replacing all points.
+ foreach ($path, $expected_path) {
+   $_->[1]{points} = [[, ]];
+   $_->[2

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 07:00:16
  Author: fyan
Revision: 213794

upgpkg: cairo-perl 1.104-2

perl 5.20 rebuild

Modified:
  cairo-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:59:38 UTC (rev 213793)
+++ PKGBUILD2014-05-29 05:00:16 UTC (rev 213794)
@@ -3,7 +3,7 @@
 
 pkgname=cairo-perl
 pkgver=1.104
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl wrappers for cairo"
 arch=(i686 x86_64)
 license=('LGPL')



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:59:38
  Author: fyan
Revision: 213793

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

Added:
  libproxy/repos/staging-i686/
  libproxy/repos/staging-i686/PKGBUILD
(from rev 213791, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-x86_64/
  libproxy/repos/staging-x86_64/PKGBUILD
(from rev 213792, libproxy/trunk/PKGBUILD)

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

Copied: libproxy/repos/staging-i686/PKGBUILD (from rev 213791, 
libproxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 04:59:38 UTC (rev 213793)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libproxy
+pkgver=0.4.11
+pkgrel=3
+pkgdesc="A library that provides automatic proxy configuration management"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url="http://libproxy.googlecode.com";
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3cd1ae2a4abecf44b3f24d6639d2cd84')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+-DCMAKE_C_FLAGS="${CFLAGS}" \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libproxy/repos/staging-x86_64/PKGBUILD (from rev 213792, 
libproxy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 04:59:38 UTC (rev 213793)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libproxy
+pkgver=0.4.11
+pkgrel=3
+pkgdesc="A library that provides automatic proxy configuration management"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gcc-libs')
+optdepends=('kdelibs: KDE configuration module'
+'networkmanager: NetworkManager configuration module'
+'perl: Perl bindings'
+'python2: Python bindings')
+makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
+url="http://libproxy.googlecode.com";
+source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3cd1ae2a4abecf44b3f24d6639d2cd84')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
+-DCMAKE_SKIP_RPATH=ON \
+-DPERL_VENDORINSTALL=yes \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+-DCMAKE_C_FLAGS="${CFLAGS}" \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-28 Thread Thomas Dziedzic
Date: Thursday, May 29, 2014 @ 06:56:47
  Author: td123
Revision: 213792

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 213791, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 213791, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 213791, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 213791, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 213791, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 213791, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 213791, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 213791, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 213791, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 213791, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 /PKGBUILD  |  570 +++
 /archlinux.vim |   52 +++
 /gvim.desktop  |  126 +
 /gvim.install  |   30 ++
 /vimrc |   32 ++
 extra-i686/PKGBUILD|  284 -
 extra-i686/archlinux.vim   |   26 -
 extra-i686/gvim.desktop|   63 
 extra-i686/gvim.install|   15 -
 extra-i686/vimrc   |   16 -
 extra-x86_64/PKGBUILD  |  284 -
 extra-x86_64/archlinux.vim |   26 -
 extra-x86_64/gvim.desktop  |   63 
 extra-x86_64/gvim.install  |   15 -
 extra-x86_64/vimrc |   16 -
 15 files changed, 810 insertions(+), 808 deletions(-)

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


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

2014-05-28 Thread Thomas Dziedzic
Date: Thursday, May 29, 2014 @ 06:55:35
  Author: td123
Revision: 213791

upgpkg: vim 7.4.307-3

add gvim to gvim-python3 provides

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:55:31 UTC (rev 213790)
+++ PKGBUILD2014-05-29 04:55:35 UTC (rev 213791)
@@ -10,7 +10,7 @@
 __hgrev=54d96e3b2eec
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org";
@@ -213,7 +213,8 @@
   pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor (with advanced features, such as a GUI) with python 3 support'
   depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'ruby' 'libxt'
'desktop-file-utils' 'gtk2' 'lua' 'python')
-  provides=("vim=${pkgver}-${pkgrel}")
+  provides=("vim=${pkgver}-${pkgrel}"
+"gvim=${pkgver}-${pkgrel}")
   conflicts=('vim')
   install=gvim.install
 



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:55:31
  Author: fyan
Revision: 213790

upgpkg: libproxy 0.4.11-3

perl 5.20 rebuild

Modified:
  libproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:55:12 UTC (rev 213789)
+++ PKGBUILD2014-05-29 04:55:31 UTC (rev 213790)
@@ -3,7 +3,7 @@
 
 pkgname=libproxy
 pkgver=0.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that provides automatic proxy configuration management"
 arch=(i686 x86_64)
 license=('LGPL')



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:55:12
  Author: fyan
Revision: 213789

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

Added:
  glib-perl/repos/staging-i686/
  glib-perl/repos/staging-i686/PKGBUILD
(from rev 213788, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/staging-x86_64/
  glib-perl/repos/staging-x86_64/PKGBUILD
(from rev 213788, glib-perl/trunk/PKGBUILD)

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

Copied: glib-perl/repos/staging-i686/PKGBUILD (from rev 213788, 
glib-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 04:55:12 UTC (rev 213789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.304
+pkgrel=2
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('62e454da4eb8eccdb59452c8bfd8565c')
+
+build() {
+  cd Glib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Glib-$pkgver
+  make test
+}
+
+package() {
+  cd Glib-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: glib-perl/repos/staging-x86_64/PKGBUILD (from rev 213788, 
glib-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 04:55:12 UTC (rev 213789)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=glib-perl
+pkgver=1.304
+pkgrel=2
+pkgdesc="Perl wrappers for glib 2.x, including GObject"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('62e454da4eb8eccdb59452c8bfd8565c')
+
+build() {
+  cd Glib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Glib-$pkgver
+  make test
+}
+
+package() {
+  cd Glib-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:54:05
  Author: fyan
Revision: 213788

upgpkg: glib-perl 1.304-2

perl 5.20 rebuild

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:39:17 UTC (rev 213787)
+++ PKGBUILD2014-05-29 04:54:05 UTC (rev 213788)
@@ -4,7 +4,7 @@
 
 pkgname=glib-perl
 pkgver=1.304
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl wrappers for glib 2.x, including GObject"
 arch=(i686 x86_64)
 license=('LGPL')



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 06:49:23
  Author: bisson
Revision: 112063

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

Added:
  scribus/repos/community-i686/PKGBUILD
(from rev 112062, scribus/trunk/PKGBUILD)
  scribus/repos/community-i686/install
(from rev 112062, scribus/trunk/install)
  scribus/repos/community-x86_64/PKGBUILD
(from rev 112062, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/install
(from rev 112062, scribus/trunk/install)
Deleted:
  scribus/repos/community-i686/CalendarWizard.patch
  scribus/repos/community-i686/PKGBUILD
  scribus/repos/community-i686/install
  scribus/repos/community-x86_64/CalendarWizard.patch
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/install

---+
 /PKGBUILD |   98 
 /install  |   22 +++
 community-i686/CalendarWizard.patch   |   23 ---
 community-i686/PKGBUILD   |   52 
 community-i686/install|   11 ---
 community-x86_64/CalendarWizard.patch |   23 ---
 community-x86_64/PKGBUILD |   52 
 community-x86_64/install  |   11 ---
 8 files changed, 120 insertions(+), 172 deletions(-)

Deleted: community-i686/CalendarWizard.patch
===
--- community-i686/CalendarWizard.patch 2014-05-29 04:48:47 UTC (rev 112062)
+++ community-i686/CalendarWizard.patch 2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,23 +0,0 @@
-Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=18692&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-==
 trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py 
(original)
-+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py Tue 
Jan  7 20:09:18 2014
-@@ -491,11 +491,11 @@
- self.langLabel = Label(self, text='Select language:')
- 
- self.langFrame = Frame(self)
--self.langFrame.pack()
--self.langScrollbar = Scrollbar(self.langFrame)
--self.langScrollbar.pack(fill=Y, side=RIGHT)
-+self.langFrame.grid()
-+self.langScrollbar = Scrollbar(self.langFrame, orient=VERTICAL)
-+self.langScrollbar.grid(row=0, column=1, sticky=N+S)
- self.langListbox = Listbox(self.langFrame, selectmode=SINGLE, 
height=10, yscrollcommand=self.langScrollbar.set)
--self.langListbox.pack(fill=X,side=LEFT)
-+self.langListbox.grid(row=0, column=0, sticky=N+S+E+W)
- self.langScrollbar.config(command=self.langListbox.yview)
- 
- keys = localization.keys()
-
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-29 04:48:47 UTC (rev 112062)
+++ community-i686/PKGBUILD 2014-05-29 04:49:23 UTC (rev 112063)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.4.3
-pkgrel=3
-pkgdesc='Desktop publishing software'
-url='http://www.scribus.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('tk: scripts based on tkinter')
-depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'podofo' 'boost-libs'
- 'desktop-file-utils' 'shared-mime-info')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-'CalendarWizard.patch')
-sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71'
-  'a92629a98bc960a6f7f946faf2d6f06e9d1e9452')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p2 -i ../CalendarWizard.patch
-   sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i 
scribus.desktop
-   sed \
-   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   -i scribus/plugins/scriptplugin/{samples,scripts}/*
-   install -d ../build
-}
-
-build() {
-   cd "${srcdir}/build"
-   cmake "../${pkgname}-${pkgver}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DLIB_SUFFIX=""
-   make
-}
-
-package() {
-   cd "${srcdir}/build"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" 
"${pkgdir}/usr/share/applications/scribus.desktop"
-}

Copied: scribus/repos/community-i686/PKGBUILD (from rev 112062, 
scribus/trunk/PKGBUILD)
==

[arch-commits] Commit in scribus/trunk (CalendarWizard.patch PKGBUILD)

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 06:48:47
  Author: bisson
Revision: 112062

upstream update

Modified:
  scribus/trunk/PKGBUILD
Deleted:
  scribus/trunk/CalendarWizard.patch

--+
 CalendarWizard.patch |   23 ---
 PKGBUILD |   11 ---
 2 files changed, 4 insertions(+), 30 deletions(-)

Deleted: CalendarWizard.patch
===
--- CalendarWizard.patch2014-05-29 04:22:26 UTC (rev 112061)
+++ CalendarWizard.patch2014-05-29 04:48:47 UTC (rev 112062)
@@ -1,23 +0,0 @@
-Modified: trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=18692&path=/trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py
-==
 trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py 
(original)
-+++ trunk/Scribus/scribus/plugins/scriptplugin/scripts/CalendarWizard.py Tue 
Jan  7 20:09:18 2014
-@@ -491,11 +491,11 @@
- self.langLabel = Label(self, text='Select language:')
- 
- self.langFrame = Frame(self)
--self.langFrame.pack()
--self.langScrollbar = Scrollbar(self.langFrame)
--self.langScrollbar.pack(fill=Y, side=RIGHT)
-+self.langFrame.grid()
-+self.langScrollbar = Scrollbar(self.langFrame, orient=VERTICAL)
-+self.langScrollbar.grid(row=0, column=1, sticky=N+S)
- self.langListbox = Listbox(self.langFrame, selectmode=SINGLE, 
height=10, yscrollcommand=self.langScrollbar.set)
--self.langListbox.pack(fill=X,side=LEFT)
-+self.langListbox.grid(row=0, column=0, sticky=N+S+E+W)
- self.langScrollbar.config(command=self.langListbox.yview)
- 
- keys = localization.keys()
-
-

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:22:26 UTC (rev 112061)
+++ PKGBUILD2014-05-29 04:48:47 UTC (rev 112062)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=scribus
-pkgver=1.4.3
-pkgrel=3
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='Desktop publishing software'
 url='http://www.scribus.net/'
 license=('GPL')
@@ -17,16 +17,13 @@
 depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
  'ghostscript' 'python2' 'podofo' 'boost-libs'
  'desktop-file-utils' 'shared-mime-info')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-'CalendarWizard.patch')
-sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71'
-  'a92629a98bc960a6f7f946faf2d6f06e9d1e9452')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7bd3b4a7d6e6262126079847c617b3a25ba8ab06')
 
 install=install
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p2 -i ../CalendarWizard.patch
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i 
scribus.desktop
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:39:17
  Author: fyan
Revision: 213787

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

Added:
  subversion/repos/staging-i686/
  subversion/repos/staging-i686/PKGBUILD
(from rev 213786, subversion/trunk/PKGBUILD)
  subversion/repos/staging-i686/subversion.install
(from rev 213786, subversion/trunk/subversion.install)
  subversion/repos/staging-i686/subversion.rpath.fix.patch
(from rev 213786, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-i686/svn
(from rev 213786, subversion/trunk/svn)
  subversion/repos/staging-i686/svnserve.conf
(from rev 213786, subversion/trunk/svnserve.conf)
  subversion/repos/staging-i686/svnserve.service
(from rev 213786, subversion/trunk/svnserve.service)
  subversion/repos/staging-i686/svnserve.tmpfiles
(from rev 213786, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 213786, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/subversion.install
(from rev 213786, subversion/trunk/subversion.install)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 213786, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 213786, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 213786, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/svnserve.service
(from rev 213786, subversion/trunk/svnserve.service)
  subversion/repos/staging-x86_64/svnserve.tmpfiles
(from rev 213786, subversion/trunk/svnserve.tmpfiles)

---+
 staging-i686/PKGBUILD |  101 
 staging-i686/subversion.install   |7 +
 staging-i686/subversion.rpath.fix.patch   |   10 ++
 staging-i686/svn  |   11 +++
 staging-i686/svnserve.conf|5 +
 staging-i686/svnserve.service |   11 +++
 staging-i686/svnserve.tmpfiles|1 
 staging-x86_64/PKGBUILD   |  101 
 staging-x86_64/subversion.install |7 +
 staging-x86_64/subversion.rpath.fix.patch |   10 ++
 staging-x86_64/svn|   11 +++
 staging-x86_64/svnserve.conf  |5 +
 staging-x86_64/svnserve.service   |   11 +++
 staging-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 292 insertions(+)

Copied: subversion/repos/staging-i686/PKGBUILD (from rev 213786, 
subversion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 04:39:17 UTC (rev 213787)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.8.9
+pkgrel=2
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('i686' 'x86_64')
+url="http://subversion.apache.org/";
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdebase-runtime: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+install=${pkgname}.install
+source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('bd495517a760ddd764ce449a891971db'
+ 'SKIP'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'af1dd703cc28e61d2e2a132ce3eec37a'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ '733011145b8a8e74baf4c9fc9197b3e8'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr \
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+   --with-apache-libexecdir=/usr/lib/httpd/modules \
+   --with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \
+   --disable-st

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:36:35
  Author: fyan
Revision: 213786

upgpkg: subversion 1.8.9-2

Modified:
  subversion/trunk/PKGBUILD
  subversion/trunk/svnserve.service

--+
 PKGBUILD |   17 +
 svnserve.service |2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 04:35:48 UTC (rev 213785)
+++ PKGBUILD2014-05-29 04:36:35 UTC (rev 213786)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez  
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
 # Contributor: Stéphane Gaudreault 
 # Contributor: Paul Mattal 
 # Contributor: Jason Chu 
@@ -6,7 +7,7 @@
 
 pkgname=subversion
 pkgver=1.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 url="http://subversion.apache.org/";
@@ -35,7 +36,7 @@
  'a0db6dd43af33952739b6ec089852630'
  'af1dd703cc28e61d2e2a132ce3eec37a'
  'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '733011145b8a8e74baf4c9fc9197b3e8'
  '6b4340ba9d8845cd8497e013ae01be3f')
 
 prepare() {
@@ -60,11 +61,11 @@
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl swig-rb
 }
 
-#check() {
-#   cd ${pkgname}-${pkgver}
-#   export LANG=C LC_ALL=C
-#   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
-#}
+check() {
+   cd ${pkgname}-${pkgver}
+   export LANG=C LC_ALL=C
+   make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes # 
check-javahl
+}
 
 package() {
cd ${pkgname}-${pkgver}

Modified: svnserve.service
===
--- svnserve.service2014-05-29 04:35:48 UTC (rev 213785)
+++ svnserve.service2014-05-29 04:36:35 UTC (rev 213786)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 EnvironmentFile=/etc/conf.d/svnserve
-ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid 
$SVNSERVE_ARGS
+ExecStart=/usr/bin/svnserve --daemon $SVNSERVE_ARGS
 
 [Install]
 WantedBy=multi-user.target



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:35:48
  Author: fyan
Revision: 213785

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

Added:
  mod_perl/repos/staging-i686/
  mod_perl/repos/staging-i686/PKGBUILD
(from rev 213784, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch
(from rev 213784, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
  mod_perl/repos/staging-x86_64/
  mod_perl/repos/staging-x86_64/PKGBUILD
(from rev 213784, mod_perl/trunk/PKGBUILD)
  mod_perl/repos/staging-x86_64/mod_perl-2.0.6-nolfs.patch
(from rev 213784, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)

---+
 staging-i686/PKGBUILD |   53 
 staging-i686/mod_perl-2.0.6-nolfs.patch   |   13 ++
 staging-x86_64/PKGBUILD   |   53 
 staging-x86_64/mod_perl-2.0.6-nolfs.patch |   13 ++
 4 files changed, 132 insertions(+)

Copied: mod_perl/repos/staging-i686/PKGBUILD (from rev 213784, 
mod_perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 04:35:48 UTC (rev 213785)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom K 
+
+pkgname=mod_perl
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="Apache module that embeds the Perl interpreter within the server"
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+makedepends=('subversion')
+options=('!emptydirs')
+# upstream from http://apache.org/dist/perl/$pkgname-$pkgver.tar.gz is not 
ready for apache 2.4 yet
+# See the discussion 
http://mail-archives.apache.org/mod_mbox/perl-modperl/201402.mbox/thread
+# Debian developers ported mod_perl to apache 2.4 that seems works well
+source=(mod_perl::svn+http://svn.apache.org/repos/asf/perl/modperl/branches/httpd24/#revision=1572460
+mod_perl-2.0.6-nolfs.patch)
+sha256sums=('SKIP'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b69d179d95b5cf92f08')
+
+prepare() {
+  cd $pkgname
+
+  # Patch from openSUSE to fix segfaults on i686 (FS#25008):
+  #   avoid a conflict between apache's LARGEFILE64_SOURCE and perl's
+  #   FILE_OFFSET_BITS=64 because the conflict isn't real and causes the perl
+  #   structures to be invalid if only the apache flags are used
+  # patch -Np1 -i "$srcdir/mod_perl-2.0.6-nolfs.patch"
+}
+
+build() {
+  cd $pkgname
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor MP_APXS=/usr/bin/apxs
+  make
+}
+
+check() {
+  cd $pkgname
+  # tests are very flaky
+  # make test
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mod_perl/repos/staging-i686/mod_perl-2.0.6-nolfs.patch (from rev 
213784, mod_perl/trunk/mod_perl-2.0.6-nolfs.patch)
===
--- staging-i686/mod_perl-2.0.6-nolfs.patch (rev 0)
+++ staging-i686/mod_perl-2.0.6-nolfs.patch 2014-05-29 04:35:48 UTC (rev 
213785)
@@ -0,0 +1,13 @@
+diff -upr mod_perl-2.0.6.orig/lib/Apache2/Build.pm 
mod_perl-2.0.6/lib/Apache2/Build.pm
+--- mod_perl-2.0.6.orig/lib/Apache2/Build.pm   2012-05-26 22:31:00.0 
+0300
 mod_perl-2.0.6/lib/Apache2/Build.pm2012-05-26 22:31:32.0 
+0300
+@@ -2207,7 +2207,8 @@ sub has_large_files_conflict {
+ # with it is that we didn't have such a case yet, but may need to
+ # deal with it later
+ 
+-return $perl_lfs64 ^ $apr_lfs64;
++return 0;
++# $perl_lfs64 ^ $apr_lfs64;
+ }
+ 
+ # if perl is built with uselargefiles, but apr not, the build won't

Copied: mod_perl/repos/staging-x86_64/PKGBUILD (from rev 213784, 
mod_perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 04:35:48 UTC (rev 213785)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:
+# Contributor: Firmicus 
+# Contributor: Tom K 
+
+pkgname=mod_perl
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="Apache module that embeds the Perl interpreter within the server"
+arch=('i686' 'x86_64')
+url="http://perl.apache.org/";
+license=('APACHE')
+depends=('perl' 'apache' 'db' 'apr-util' 'perl-linux-pid')
+makedepends=('subversion')
+options=('!emptydirs')
+# upstream from http://apache.org/dist/perl/$pkgname-$pkgver.tar.gz is not 
ready for apache 2.4 yet
+# See the discussion 
http://mail-archives.apache.org/mod_mbox/perl-modperl/201402.mbox/thread
+# Debian developers ported mod_perl to apache 2.4 that seems works well
+source=(mod_perl::svn+http://svn.apache.org/repos/asf/perl/modperl/branches/httpd24/#revision=1572460
+mod_perl-2.0.6-nolfs.patch)
+sha256sums=('SKIP'
+'5d1b6a051d847108b23b5dc06ea5885c37dd81d3a9156b6

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:34:48
  Author: fyan
Revision: 213784

upgpkg: mod_perl 2.0.8-3

perl 5.20 rebuild

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 03:58:58 UTC (rev 213783)
+++ PKGBUILD2014-05-29 04:34:48 UTC (rev 213784)
@@ -5,7 +5,7 @@
 
 pkgname=mod_perl
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
 arch=('i686' 'x86_64')
 url="http://perl.apache.org/";



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:22:26
  Author: fyan
Revision: 112061

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

Added:
  exim/repos/community-i686/PKGBUILD
(from rev 112060, exim/trunk/PKGBUILD)
  exim/repos/community-i686/aliases
(from rev 112060, exim/trunk/aliases)
  exim/repos/community-i686/exim-submission.socket
(from rev 112060, exim/trunk/exim-submission.socket)
  exim/repos/community-i686/exim-submission@.service
(from rev 112060, exim/trunk/exim-submission@.service)
  exim/repos/community-i686/exim.Makefile
(from rev 112060, exim/trunk/exim.Makefile)
  exim/repos/community-i686/exim.install
(from rev 112060, exim/trunk/exim.install)
  exim/repos/community-i686/exim.logrotate
(from rev 112060, exim/trunk/exim.logrotate)
  exim/repos/community-i686/exim.service
(from rev 112060, exim/trunk/exim.service)
  exim/repos/community-i686/exim.socket
(from rev 112060, exim/trunk/exim.socket)
  exim/repos/community-i686/exim@.service
(from rev 112060, exim/trunk/exim@.service)
  exim/repos/community-x86_64/PKGBUILD
(from rev 112060, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 112060, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 112060, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 112060, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 112060, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.install
(from rev 112060, exim/trunk/exim.install)
  exim/repos/community-x86_64/exim.logrotate
(from rev 112060, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 112060, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 112060, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim@.service
(from rev 112060, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-i686/aliases
  exim/repos/community-i686/exim-submission.socket
  exim/repos/community-i686/exim-submission@.service
  exim/repos/community-i686/exim.Makefile
  exim/repos/community-i686/exim.install
  exim/repos/community-i686/exim.logrotate
  exim/repos/community-i686/exim.service
  exim/repos/community-i686/exim.socket
  exim/repos/community-i686/exim@.service
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.install
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim@.service

---+
 /PKGBUILD |  178 ++
 /aliases  |   70 
 /exim-submission.socket   |   20 
 /exim-submission@.service |   22 
 /exim.Makefile| 2460 
 /exim.install |   40 
 /exim.logrotate   |   12 
 /exim.service |   20 
 /exim.socket  |   20 
 /exim@.service|   14 
 community-i686/PKGBUILD   |   89 -
 community-i686/aliases|   35 
 community-i686/exim-submission.socket |   10 
 community-i686/exim-submission@.service   |   11 
 community-i686/exim.Makefile  | 1230 --
 community-i686/exim.install   |   20 
 community-i686/exim.logrotate |6 
 community-i686/exim.service   |   10 
 community-i686/exim.socket|   10 
 community-i686/exim@.service  |7 
 community-x86_64/PKGBUILD |   89 -
 community-x86_64/aliases  |   35 
 community-x86_64/exim-submission.socket   |   10 
 community-x86_64/exim-submission@.service |   11 
 community-x86_64/exim.Makefile| 1230 --
 community-x86_64/exim.install |   20 
 community-x86_64/exim.logrotate   |6 
 community-x86_64/exim.service |   10 
 community-x86_64/exim.socket  |   10 
 community-x86_64/exim@.service|7 
 30 files changed, 2856 insertions(+), 2856 deletions(-)

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


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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 06:17:27
  Author: fyan
Revision: 112060

upgpkg: exim 4.82.1-1

- upstream new release to fix CVE-2014-2957

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:50:55 UTC (rev 112059)
+++ PKGBUILD2014-05-29 04:17:27 UTC (rev 112060)
@@ -5,8 +5,8 @@
 # Contributor: judd 
 
 pkgname=exim
-pkgver=4.82
-pkgrel=2
+pkgver=4.82.1
+pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
@@ -26,7 +26,7 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-md5sums=('feb933baa4db773c2ef76b794c60b647'
+md5sums=('4544696ce6689ba9141a0697f25a74cb'
  '4874006f0585253ddab027d441009757'
  'e18a535218718c5eb394ed5c9296fe06'
  '2675c17fa9e5bb63c0862fe6fa633377'



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

2014-05-28 Thread Pierre Schmitz
Date: Thursday, May 29, 2014 @ 05:58:58
  Author: pierre
Revision: 213783

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 213782, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 213782, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 213782, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 213782, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 213782, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 213782, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 213782, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 213782, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 213782, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 213782, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 213782, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 213782, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 213782, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 213782, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 213782, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 213782, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  357 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  357 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1150 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 213782, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-29 03:58:58 UTC (rev 213783)
@@ -0,0 +1,357 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz";
+"http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc";
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('32d0fc26fccdb249a918c0e01ffb7b82'
+ 'SKIP'
+ '510f9092ebfe6e378e12817e197a88b6'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+  

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

2014-05-28 Thread Pierre Schmitz
Date: Thursday, May 29, 2014 @ 05:58:22
  Author: pierre
Revision: 213782

upgpkg: php 5.5.13-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 03:51:00 UTC (rev 213781)
+++ PKGBUILD2014-05-29 03:58:22 UTC (rev 213782)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.12
+pkgver=5.5.13
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -34,7 +34,7 @@
 "http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc";
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('b6a6e9c72589c265aafb7b3353a34030'
+md5sums=('32d0fc26fccdb249a918c0e01ffb7b82'
  'SKIP'
  '510f9092ebfe6e378e12817e197a88b6'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 05:51:00
  Author: fyan
Revision: 213781

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

Added:
  net-snmp/repos/staging-i686/
  net-snmp/repos/staging-i686/PKGBUILD
(from rev 213780, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-i686/libnl32.patch
(from rev 213780, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-i686/snmpd.service
(from rev 213780, net-snmp/trunk/snmpd.service)
  net-snmp/repos/staging-i686/snmptrapd.service
(from rev 213780, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/staging-x86_64/
  net-snmp/repos/staging-x86_64/PKGBUILD
(from rev 213780, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-x86_64/libnl32.patch
(from rev 213780, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/staging-x86_64/snmpd.service
(from rev 213780, net-snmp/trunk/snmpd.service)
  net-snmp/repos/staging-x86_64/snmptrapd.service
(from rev 213780, net-snmp/trunk/snmptrapd.service)

--+
 staging-i686/PKGBUILD|   60 +++
 staging-i686/libnl32.patch   |   80 +
 staging-i686/snmpd.service   |   12 +
 staging-i686/snmptrapd.service   |   12 +
 staging-x86_64/PKGBUILD  |   60 +++
 staging-x86_64/libnl32.patch |   80 +
 staging-x86_64/snmpd.service |   12 +
 staging-x86_64/snmptrapd.service |   12 +
 8 files changed, 328 insertions(+)

Copied: net-snmp/repos/staging-i686/PKGBUILD (from rev 213780, 
net-snmp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 03:51:00 UTC (rev 213781)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
+
+pkgname=net-snmp
+pkgver=5.7.2.1
+pkgrel=3
+pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
+arch=('i686' 'x86_64')
+url="http://www.net-snmp.org/";
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-setuptools')
+optdepends=('perl-term-readkey: for snmpcheck application'
+'perl-tk: for snmpcheck and tkmib applications'
+'python2: for the python modules')
+options=('!emptydirs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.service snmptrapd.service libnl32.patch)
+sha1sums=('815d4e5520a1ed96a27def33e7534b4190599f0f'
+  'SKIP'
+  '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
+  '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
+  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  #make PERL_ARCHLIB=/usr/lib/perl5/core_perl 
PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
+
+  # 
http://sourceforge.net/tracker/index.php?func=detail&aid=3250304&group_id=12694&atid=112694
+  patch -Np1 -i "$srcdir/libnl32.patch"
+
+  autoreconf -f -i
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc --sbindir=/usr/bin \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version="3" \
+--with-sys-contact="root@localhost" \
+--with-sys-location="Unknown" \
+--with-logfile="/var/log/snmpd.log" \
+--with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod" \
+--with-persistent-directory="/var/net-snmp"
+  make NETSNMP_DONT_CHECK_VERSION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}:" Makefile
+  make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
+  install -D -m644 "${srcdir}/snmpd.service" 
"${pkgdir}/usr/lib/systemd/system/snmpd.service"
+  install -D -m644 "${srcdir}/snmptrapd.service" 
"${pkgdir}/usr/lib/systemd/system/snmptrapd.service"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: net-snmp/repos/staging-i686/libnl32.patch (from rev 213780, 
net-snmp/trunk/libnl32.patch)
===
--- staging-i686/libnl32.patch  (rev 0)
+++ staging-i686/libnl32.patch  2014-05-29 03:51:00 UTC (rev 213781)
@@ -0,0 +1,80 @@
+diff -u -r net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 
net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c
+--- net-snmp-5.7.1/agent/mibgroup/mibII/tcpTable.c 2011-09-28 
06:53:47.0 +0200
 net-snmp-5.7.1-libnl32/agent/mibgroup/mibII/tcpTable.c 2012-02-09 
20:02:49.136022132 +0100
+@@ -566,8 +566,9 @@
+ static int
+ tcpTable_load_netlink(void)
+ {
++  int err;
+   /*  TODO: perhaps use permanent nl handle? */
+-  struct nl_handle *nl = 

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 05:49:27
  Author: fyan
Revision: 213780

upgpkg: net-snmp 5.7.2.1-3

perl 5.20 rebuild

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 03:09:30 UTC (rev 213779)
+++ PKGBUILD2014-05-29 03:49:27 UTC (rev 213780)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: Dale Blount 
 
 pkgname=net-snmp
 pkgver=5.7.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/";



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 05:09:30
  Author: fyan
Revision: 213779

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

Added:
  razor/repos/staging-i686/
  razor/repos/staging-i686/PKGBUILD
(from rev 213778, razor/trunk/PKGBUILD)
  razor/repos/staging-i686/razor-2.85-cosmetic-pv-fix.patch
(from rev 213778, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
  razor/repos/staging-x86_64/
  razor/repos/staging-x86_64/PKGBUILD
(from rev 213778, razor/trunk/PKGBUILD)
  razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch
(from rev 213778, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)

-+
 staging-i686/PKGBUILD   |   39 ++
 staging-i686/razor-2.85-cosmetic-pv-fix.patch   |   22 
 staging-x86_64/PKGBUILD |   39 ++
 staging-x86_64/razor-2.85-cosmetic-pv-fix.patch |   22 
 4 files changed, 122 insertions(+)

Copied: razor/repos/staging-i686/PKGBUILD (from rev 213778, 
razor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 03:09:30 UTC (rev 213779)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.85
+pkgrel=3
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
+url="http://razor.sourceforge.net";
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";
+ razor-2.85-cosmetic-pv-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515')
+
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+  patch -p1 -i "$srcdir/razor-2.85-cosmetic-pv-fix.patch"
+}
+
+build() {
+  cd ${pkgname}-agents-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: razor/repos/staging-i686/razor-2.85-cosmetic-pv-fix.patch (from rev 
213778, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
===
--- staging-i686/razor-2.85-cosmetic-pv-fix.patch   
(rev 0)
+++ staging-i686/razor-2.85-cosmetic-pv-fix.patch   2014-05-29 03:09:30 UTC 
(rev 213779)
@@ -0,0 +1,22 @@
+--- a/lib/Razor2/Client/Version.pm 2007-05-10 22:32:10.0 +0200
 b/lib/Razor2/Client/Version.pm 2010-03-25 11:11:36.911409707 +0100
+@@ -14,7 +14,7 @@
+ 
+ $PROTOCOL = 3;
+ 
+-$VERSION = '2.84';
++$VERSION = '2.85';
+ 
+ 1;
+ 
+--- a/META.yml 2007-05-23 20:29:34.0 +0200
 b/META.yml 2010-03-25 11:11:43.691408628 +0100
+@@ -1,7 +1,7 @@
+ # http://module-build.sourceforge.net/META-spec.html
+ #XXX This is a prototype!!!  It will change in the future!!! X#
+ name: razor-agents
+-version:  2.84
++version:  2.85
+ version_from: lib/Razor2/Client/Version.pm
+ installdirs:  site
+ requires:

Copied: razor/repos/staging-x86_64/PKGBUILD (from rev 213778, 
razor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 03:09:30 UTC (rev 213779)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.85
+pkgrel=3
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
+url="http://razor.sourceforge.net";
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";
+ razor-2.85-cosmetic-pv-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515')
+
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+  patch -p1 -i "$srcdir/razor-2.85-cosmetic-pv-fix.patch"
+}
+
+build() {
+  cd ${pkgname}-agents-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch (from rev 
213778, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
===
--- staging-x86_64/razor-2.85-cosmetic-pv-fix.patch 
(rev 0)
+++ staging-x86_64/razor-2.85-cosmetic-pv-fix.patch 2014-05-29 03:09:30

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 05:08:31
  Author: fyan
Revision: 213778

upgpkg: razor 2.85-3

perl 5.20 rebuild

Modified:
  razor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:50:12 UTC (rev 213777)
+++ PKGBUILD2014-05-29 03:08:31 UTC (rev 213778)
@@ -5,7 +5,7 @@
 
 pkgname=razor
 pkgver=2.85
-pkgrel=2
+pkgrel=3
 pkgdesc="A distributed, collaborative, spam detection and filtering network"
 arch=('i686' 'x86_64')
 url="http://razor.sourceforge.net";



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:50:55
  Author: fyan
Revision: 112059

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 02:50:07 UTC (rev 112058)
+++ PKGBUILD2014-05-29 02:50:55 UTC (rev 112059)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.2
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="http://mathema.tician.de/software/pytools";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('e11fb0608dfdaefce585ac7413e6676ed891810a771db23469227bec5f5d63e93261b13053d7cafff7dfb4eb0ec09acda0c0248811e4553009dd17c640224dcf')
-
-prepare() {
-   cp -a pytools-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py build
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py build
-}
-
-check() {
-   # Need pytools installed for running tests
-
-   cd "$srcdir/pytools-$pkgver"
-   #py.test
-
-   cd "$srcdir/pytools-$pkgver-python2"
-   #py.test2
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd "$srcdir/pytools-$pkgver-python2"
-   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd "$srcdir/pytools-$pkgver"
-   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}
-

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 112058, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 02:50:55 UTC (rev 112059)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.2.1
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="http://mathema.tician.de/software/pytools";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
+sha512sums=('fd4532b521dbdbec0ff0d6fd838427f05cce84ac1f7a836fde36445f4ce0532369f6f1746d552afcf2c4e83b35158520c3910fa2a08ff82e14effc059ea6bbfb')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py build
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py build
+}
+
+check() {
+   # Need pytools installed for running tests
+
+   cd "$srcdir/pytools-$pkgver"
+   #py.test
+
+   cd "$srcdir/pytools-$pkgver-python2"
+   #py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd "$srcdir/pytools-$pkgver-python2"
+   python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd "$srcdir/pytools-$pkgver"
+   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}
+



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

2014-05-28 Thread Anatol Pomozov
Date: Thursday, May 29, 2014 @ 04:50:12
  Author: anatolik
Revision: 213777

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

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

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 110 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 213776, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-29 02:50:12 UTC (rev 213777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg>=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('29e90462b29d445665e8728c66464a4f'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 213776, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2014-05-29 02:50:12 UTC (rev 213777)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 213776, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-29 02:50:12 UTC (rev 213777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg>=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('29e90462b29d445665e8728c66464a4f'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 213776, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2014-05-29 02:50:12 UTC (rev 213777)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:50:07
  Author: fyan
Revision: 112058

upgpkg: python-pytools 2014.2.1-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:38:33 UTC (rev 112057)
+++ PKGBUILD2014-05-29 02:50:07 UTC (rev 112058)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.2
+pkgver=2014.2.1
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('e11fb0608dfdaefce585ac7413e6676ed891810a771db23469227bec5f5d63e93261b13053d7cafff7dfb4eb0ec09acda0c0248811e4553009dd17c640224dcf')
+sha512sums=('fd4532b521dbdbec0ff0d6fd838427f05cce84ac1f7a836fde36445f4ce0532369f6f1746d552afcf2c4e83b35158520c3910fa2a08ff82e14effc059ea6bbfb')
 
 prepare() {
cp -a pytools-${pkgver}{,-python2}



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

2014-05-28 Thread Anatol Pomozov
Date: Thursday, May 29, 2014 @ 04:49:34
  Author: anatolik
Revision: 213776

pgpkg: gpgme 1.5.0-1

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:46:13 UTC (rev 213775)
+++ PKGBUILD2014-05-29 02:49:34 UTC (rev 213776)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=gpgme
-pkgver=1.4.3
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('334e524cffa8af4e2f43ae8afe585672'
+md5sums=('29e90462b29d445665e8728c66464a4f'
  'SKIP')
 
 build() {



[arch-commits] Commit in perl-yaml-syck/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:46:13
  Author: fyan
Revision: 213775

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

Added:
  perl-yaml-syck/repos/staging-i686/
  perl-yaml-syck/repos/staging-i686/PKGBUILD
(from rev 213774, perl-yaml-syck/trunk/PKGBUILD)
  perl-yaml-syck/repos/staging-x86_64/
  perl-yaml-syck/repos/staging-x86_64/PKGBUILD
(from rev 213774, perl-yaml-syck/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: perl-yaml-syck/repos/staging-i686/PKGBUILD (from rev 213774, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:46:13 UTC (rev 213775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-yaml-syck
+pkgver=1.27
+pkgrel=2
+pkgdesc="Fast, lightweight YAML loader and dumper"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/YAML-Syck/";
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+md5sums=('8920091e68a078cfa9c42041e5759162')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR="${pkgdir}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: perl-yaml-syck/repos/staging-x86_64/PKGBUILD (from rev 213774, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:46:13 UTC (rev 213775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-yaml-syck
+pkgver=1.27
+pkgrel=2
+pkgdesc="Fast, lightweight YAML loader and dumper"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/YAML-Syck/";
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+md5sums=('8920091e68a078cfa9c42041e5759162')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR="${pkgdir}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:44:57
  Author: fyan
Revision: 213774

upgpkg: perl-yaml-syck 1.27-2

perl 5.20 rebuild

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:36:14 UTC (rev 213773)
+++ PKGBUILD2014-05-29 02:44:57 UTC (rev 213774)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Felix Yan 
 
 pkgname=perl-yaml-syck
 pkgver=1.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, lightweight YAML loader and dumper"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/YAML-Syck/";



[arch-commits] Commit in perl-xml-libxslt/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:38:33
  Author: fyan
Revision: 112057

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

Added:
  perl-xml-libxslt/repos/community-staging-i686/
  perl-xml-libxslt/repos/community-staging-i686/PKGBUILD
(from rev 112056, perl-xml-libxslt/trunk/PKGBUILD)
  perl-xml-libxslt/repos/community-staging-x86_64/
  perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD
(from rev 112056, perl-xml-libxslt/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: perl-xml-libxslt/repos/community-staging-i686/PKGBUILD (from rev 
112056, perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 02:38:33 UTC (rev 112057)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxslt
+pkgver=1.92
+pkgrel=2
+pkgdesc="Interface to the gnome libxslt library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXSLT";
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('e543d54493c8be6d4fb26595593818d1')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD (from rev 
112056, perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 02:38:33 UTC (rev 112057)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxslt
+pkgver=1.92
+pkgrel=2
+pkgdesc="Interface to the gnome libxslt library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXSLT";
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('e543d54493c8be6d4fb26595593818d1')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-xml-libxslt/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:37:08
  Author: fyan
Revision: 112056

upgpkg: perl-xml-libxslt 1.92-2

perl 5.20 rebuild

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:20:16 UTC (rev 112055)
+++ PKGBUILD2014-05-29 02:37:08 UTC (rev 112056)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
 # Contributor: Justin "juster" Davis 
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxslt
 pkgver=1.92
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to the gnome libxslt library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/XML-LibXSLT";



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:36:14
  Author: fyan
Revision: 213773

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

Added:
  perl-tk/repos/staging-i686/
  perl-tk/repos/staging-i686/PKGBUILD
(from rev 213772, perl-tk/trunk/PKGBUILD)
  perl-tk/repos/staging-x86_64/
  perl-tk/repos/staging-x86_64/PKGBUILD
(from rev 213772, perl-tk/trunk/PKGBUILD)

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

Copied: perl-tk/repos/staging-i686/PKGBUILD (from rev 213772, 
perl-tk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:36:14 UTC (rev 213773)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: François Charette 
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=perl-tk
+pkgver=804.032
+pkgrel=2
+pkgdesc="A graphical user interface toolkit for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Tk";
+license=('PerlArtistic' 'GPL' 'custom')
+depends=('libpng' 'libjpeg' 'tk' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
+md5sums=('47a84c70d1fd254ccece208303e6e9d5')
+
+build() {
+  cd Tk-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+#check() {
+#  cd Tk-$pkgver
+#  make test
+#}
+
+package() {
+  cd Tk-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  # license
+  install -D -m644 pTk/license.terms \
+   "${pkgdir}/usr/share/licenses/${pkgname}/tk.license"
+  install -D -m644 pTk/Tix.license \
+   "${pkgdir}/usr/share/licenses/${pkgname}/tix.license"
+}

Copied: perl-tk/repos/staging-x86_64/PKGBUILD (from rev 213772, 
perl-tk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:36:14 UTC (rev 213773)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: François Charette 
+# Contributor: Jason Chu 
+# Contributor: Juergen Hoetzel 
+
+pkgname=perl-tk
+pkgver=804.032
+pkgrel=2
+pkgdesc="A graphical user interface toolkit for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Tk";
+license=('PerlArtistic' 'GPL' 'custom')
+depends=('libpng' 'libjpeg' 'tk' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
+md5sums=('47a84c70d1fd254ccece208303e6e9d5')
+
+build() {
+  cd Tk-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+#check() {
+#  cd Tk-$pkgver
+#  make test
+#}
+
+package() {
+  cd Tk-$pkgver
+  make install DESTDIR="$pkgdir"
+
+  # license
+  install -D -m644 pTk/license.terms \
+   "${pkgdir}/usr/share/licenses/${pkgname}/tk.license"
+  install -D -m644 pTk/Tix.license \
+   "${pkgdir}/usr/share/licenses/${pkgname}/tix.license"
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:35:05
  Author: fyan
Revision: 213772

upgpkg: perl-tk 804.032-2

perl 5.20 rebuild

Modified:
  perl-tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:32:45 UTC (rev 213771)
+++ PKGBUILD2014-05-29 02:35:05 UTC (rev 213772)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: François Charette 
 # Contributor: Jason Chu 
 # Contributor: Juergen Hoetzel 
@@ -6,7 +6,7 @@
 
 pkgname=perl-tk
 pkgver=804.032
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical user interface toolkit for Perl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Tk";



[arch-commits] Commit in perl-text-iconv/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:32:45
  Author: fyan
Revision: 213771

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

Added:
  perl-text-iconv/repos/staging-i686/
  perl-text-iconv/repos/staging-i686/PKGBUILD
(from rev 213770, perl-text-iconv/trunk/PKGBUILD)
  perl-text-iconv/repos/staging-x86_64/
  perl-text-iconv/repos/staging-x86_64/PKGBUILD
(from rev 213770, perl-text-iconv/trunk/PKGBUILD)

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

Copied: perl-text-iconv/repos/staging-i686/PKGBUILD (from rev 213770, 
perl-text-iconv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:32:45 UTC (rev 213771)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=9
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 213770, 
perl-text-iconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:32:45 UTC (rev 213771)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Charette 
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=9
+pkgdesc="Interface to iconv codeset conversion"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
 
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-text-iconv/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:30:53
  Author: fyan
Revision: 213770

upgpkg: perl-text-iconv 1.7-9

perl 5.20 rebuild

Modified:
  perl-text-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:28:53 UTC (rev 213769)
+++ PKGBUILD2014-05-29 02:30:53 UTC (rev 213770)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: Francois Charette 
 
 pkgname=perl-text-iconv
 _realname=Text-Iconv
 pkgver=1.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Interface to iconv codeset conversion"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/${_realname}/";



[arch-commits] Commit in perl-term-readkey/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:28:53
  Author: fyan
Revision: 213769

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

Added:
  perl-term-readkey/repos/staging-i686/
  perl-term-readkey/repos/staging-i686/PKGBUILD
(from rev 213767, perl-term-readkey/trunk/PKGBUILD)
  perl-term-readkey/repos/staging-x86_64/
  perl-term-readkey/repos/staging-x86_64/PKGBUILD
(from rev 213768, perl-term-readkey/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: perl-term-readkey/repos/staging-i686/PKGBUILD (from rev 213767, 
perl-term-readkey/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:28:53 UTC (rev 213769)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Wael Nasreddine 
+# Contributor: Francois Charette 
+
+pkgname=perl-term-readkey
+_realname=TermReadKey
+pkgver=2.30.02
+pkgrel=4
+pkgdesc="Provides simple control over terminal driver modes"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('perl' 'glibc')
+url="http://search.cpan.org/~stsi/${_realname}/";
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STSI/${_realname}-$pkgver.tar.gz)
+md5sums=('69b92c8ddca8691c83823c683cd9838a')
+
+build() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  chmod 755 "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so"
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  head -7 README > "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: perl-term-readkey/repos/staging-x86_64/PKGBUILD (from rev 213768, 
perl-term-readkey/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:28:53 UTC (rev 213769)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Wael Nasreddine 
+# Contributor: Francois Charette 
+
+pkgname=perl-term-readkey
+_realname=TermReadKey
+pkgver=2.30.02
+pkgrel=4
+pkgdesc="Provides simple control over terminal driver modes"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('perl' 'glibc')
+url="http://search.cpan.org/~stsi/${_realname}/";
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STSI/${_realname}-$pkgver.tar.gz)
+md5sums=('69b92c8ddca8691c83823c683cd9838a')
+
+build() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/TermReadKey-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  chmod 755 "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so"
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  head -7 README > "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in perl-term-readkey/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:27:32
  Author: fyan
Revision: 213767

upgpkg: perl-term-readkey 2.30.02-4

perl 5.20 rebuild

Modified:
  perl-term-readkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:26:58 UTC (rev 213766)
+++ PKGBUILD2014-05-29 02:27:32 UTC (rev 213767)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: kevin 
 # Contributor: Wael Nasreddine 
 # Contributor: Francois Charette 
@@ -7,7 +7,7 @@
 pkgname=perl-term-readkey
 _realname=TermReadKey
 pkgver=2.30.02
-pkgrel=3
+pkgrel=4
 pkgdesc="Provides simple control over terminal driver modes"
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in filesystem/repos/testing-x86_64 (44 files)

2014-05-28 Thread Dave Reisner
Date: Thursday, May 29, 2014 @ 04:28:07
  Author: dreisner
Revision: 213768

archrelease: copy trunk to testing-x86_64

Added:
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 213766, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.7.txt
(from rev 213766, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-x86_64/crypttab
(from rev 213766, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/filesystem.install
(from rev 213766, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-x86_64/fstab
(from rev 213766, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 213766, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 213766, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 213766, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 213766, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 213766, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 213766, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 213766, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
(from rev 213766, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-x86_64/motd
(from rev 213767, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 213767, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 213767, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 213767, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 213767, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 213767, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 213767, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 213767, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 213767, filesystem/trunk/shells)
Deleted:
  filesystem/repos/testing-x86_64/PKGBUILD
  filesystem/repos/testing-x86_64/archlinux.7.txt
  filesystem/repos/testing-x86_64/crypttab
  filesystem/repos/testing-x86_64/filesystem.install
  filesystem/repos/testing-x86_64/fstab
  filesystem/repos/testing-x86_64/group
  filesystem/repos/testing-x86_64/gshadow
  filesystem/repos/testing-x86_64/host.conf
  filesystem/repos/testing-x86_64/hosts
  filesystem/repos/testing-x86_64/issue
  filesystem/repos/testing-x86_64/ld.so.conf
  filesystem/repos/testing-x86_64/locale.sh
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
  filesystem/repos/testing-x86_64/motd
  filesystem/repos/testing-x86_64/nsswitch.conf
  filesystem/repos/testing-x86_64/os-release
  filesystem/repos/testing-x86_64/passwd
  filesystem/repos/testing-x86_64/profile
  filesystem/repos/testing-x86_64/resolv.conf
  filesystem/repos/testing-x86_64/securetty
  filesystem/repos/testing-x86_64/shadow
  filesystem/repos/testing-x86_64/shells

+
 PKGBUILD   |  252 +++
 archlinux.7.txt|  180 +--
 crypttab   |   34 ++---
 filesystem.install |  114 -
 fstab  |8 -
 group  |   74 +--
 gshadow|   70 +-
 host.conf  |   16 +-
 hosts  |   18 +-
 issue  |4 
 ld.so.conf |   14 +-
 locale.sh  |   54 
 modprobe.d.usb-load-ehci-first |4 
 nsswitch.conf  |   38 ++---
 os-release |   16 +-
 passwd |   22 +--
 profile|   54 
 resolv.conf|   16 +-
 securetty  |   30 ++--
 shadow |   18 +-
 shells |   16 +-
 21 files changed, 526 insertions(+), 526 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 02:27:32 UTC (rev 213767)
+++ PKGBUILD2014-05-29 02:28:07 UTC (rev 213768)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-
-pkgname=filesystem
-pkgver=2014.05
-pkgrel=1
-pkgdesc='Base filesystem'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-makedepends=('asciidoc')
-depends=('iana-etc')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
-'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
-'etc/shells' 'etc/host.conf' 'etc/secur

[arch-commits] Commit in perl-template-toolkit/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:26:58
  Author: fyan
Revision: 213766

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

Added:
  perl-template-toolkit/repos/staging-i686/
  perl-template-toolkit/repos/staging-i686/PKGBUILD
(from rev 213764, perl-template-toolkit/trunk/PKGBUILD)
  perl-template-toolkit/repos/staging-x86_64/
  perl-template-toolkit/repos/staging-x86_64/PKGBUILD
(from rev 213765, perl-template-toolkit/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: perl-template-toolkit/repos/staging-i686/PKGBUILD (from rev 213764, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:26:58 UTC (rev 213766)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+pkgver=2.25
+pkgrel=2
+pkgdesc="Perl template processing system"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Template-Toolkit/";
+license=('PerlArtistic')
+depends=('perl-appconfig' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-$pkgver.tar.gz)
+md5sums=('6be78743caf5fafe8de4a17c2d0c72ff')
+
+build() {
+  cd Template-Toolkit-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor TT_ACCEPT=y
+  make
+}
+
+check() {
+  cd Template-Toolkit-$pkgver
+  make test
+}
+
+package() {
+  cd Template-Toolkit-$pkgver
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-template-toolkit/repos/staging-x86_64/PKGBUILD (from rev 213765, 
perl-template-toolkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:26:58 UTC (rev 213766)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Firmicus 
+# Contributor: Tom Killian 
+# Contributor: FJ 
+
+pkgname=perl-template-toolkit
+pkgver=2.25
+pkgrel=2
+pkgdesc="Perl template processing system"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Template-Toolkit/";
+license=('PerlArtistic')
+depends=('perl-appconfig' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-$pkgver.tar.gz)
+md5sums=('6be78743caf5fafe8de4a17c2d0c72ff')
+
+build() {
+  cd Template-Toolkit-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor TT_ACCEPT=y
+  make
+}
+
+check() {
+  cd Template-Toolkit-$pkgver
+  make test
+}
+
+package() {
+  cd Template-Toolkit-$pkgver
+  make install DESTDIR="${pkgdir}"
+}



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

2014-05-28 Thread Dave Reisner
Date: Thursday, May 29, 2014 @ 04:26:16
  Author: dreisner
Revision: 213765

upgpkg: filesystem 2014.05-2

- fix incorrect group in /etc/passwd for systemd-journal-gateway

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/passwd

--+
 PKGBUILD |4 ++--
 passwd   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:23:37 UTC (rev 213764)
+++ PKGBUILD2014-05-29 02:26:16 UTC (rev 213765)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2014.05
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
  '4c4540eeb748bf1f71d631b8c1dcf0b3'
  'f28150d4c0b22a017be51b9f7f9977ed'
  '6e488ffecc8ba142c0cf7e2d7aeb832e'
- '019c2b5a1e03291fa3864f1f3139156f'
+ '932af5f313265a774ec5995d9e720025'
  '2ef2429c2c98d0883906aa6f5363be80'
  '693c97f2c9a519bb97a17008e92c2b74'
  '1745349eb24ed21b4cfaa6f423bddb76'

Modified: passwd
===
--- passwd  2014-05-29 02:23:37 UTC (rev 213764)
+++ passwd  2014-05-29 02:26:16 UTC (rev 213765)
@@ -7,5 +7,5 @@
 uuidd:x:68:68:uuidd:/:/sbin/nologin
 dbus:x:81:81:dbus:/:/sbin/nologin
 nobody:x:99:99:nobody:/:/bin/false
-systemd-journal-gateway:x:191:191:systemd-timesync:/:/bin/false
+systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/bin/false
 systemd-timesync:x:192:192:systemd-timesync:/:/bin/false



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:23:37
  Author: fyan
Revision: 213764

upgpkg: perl-template-toolkit 2.25-2

perl 5.20 rebuild

Modified:
  perl-template-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:21:15 UTC (rev 213763)
+++ PKGBUILD2014-05-29 02:23:37 UTC (rev 213764)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: Firmicus 
 # Contributor: Tom Killian 
 # Contributor: FJ 
@@ -6,7 +6,7 @@
 
 pkgname=perl-template-toolkit
 pkgver=2.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl template processing system"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Template-Toolkit/";



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:21:15
  Author: fyan
Revision: 213763

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

Added:
  perl-socket6/repos/staging-i686/
  perl-socket6/repos/staging-i686/PKGBUILD
(from rev 213762, perl-socket6/trunk/PKGBUILD)
  perl-socket6/repos/staging-x86_64/
  perl-socket6/repos/staging-x86_64/PKGBUILD
(from rev 213762, perl-socket6/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: perl-socket6/repos/staging-i686/PKGBUILD (from rev 213762, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:21:15 UTC (rev 213763)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-socket6
+pkgver=0.25
+pkgrel=2
+pkgdesc="A getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/dist/Socket6'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
+sha1sums=('4499bd5b5150bd44be79238df348d89ea228f5a6')
+
+build() {
+  cd Socket6-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Socket6-$pkgver
+  make test
+}
+
+package() {
+  cd Socket6-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-socket6/repos/staging-x86_64/PKGBUILD (from rev 213762, 
perl-socket6/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:21:15 UTC (rev 213763)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-socket6
+pkgver=0.25
+pkgrel=2
+pkgdesc="A getaddrinfo/getnameinfo support module"
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/dist/Socket6'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
+sha1sums=('4499bd5b5150bd44be79238df348d89ea228f5a6')
+
+build() {
+  cd Socket6-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Socket6-$pkgver
+  make test
+}
+
+package() {
+  cd Socket6-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 04:20:16
  Author: bisson
Revision: 112055

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

Added:
  collectd/repos/community-staging-i686/
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 112054, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/libperl.patch
(from rev 112054, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-i686/service
(from rev 112054, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 112054, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/libperl.patch
(from rev 112054, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-x86_64/service
(from rev 112054, collectd/trunk/service)

+
 community-staging-i686/PKGBUILD|   73 +++
 community-staging-i686/libperl.patch   |   29 
 community-staging-i686/service |   13 +
 community-staging-x86_64/PKGBUILD  |   73 +++
 community-staging-x86_64/libperl.patch |   29 
 community-staging-x86_64/service   |   13 +
 6 files changed, 230 insertions(+)

Copied: collectd/repos/community-staging-i686/PKGBUILD (from rev 112054, 
collectd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 02:20:16 UTC (rev 112055)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.4.1
+pkgrel=3
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python2: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'yajl: curl_json plugin')
+
+makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
+ 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
+ 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
+ 'libvirt' 'libxml2' 'yajl')
+
+depends=('libltdl' 'iptables')
+
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
+'libperl.patch'
+'service')
+sha1sums=('cea47e3936ed081bd71efacf7ba825fc837dc347'
+  'efa6450c20ce314e9000a69b17520211f6a471e1'
+  '04f676d0b76c34df0bbf94629813e035b1febe04')
+
+backup=('etc/collectd.conf')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
+   patch -p1 -i ../libperl.patch
+   autoreconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --with-python=/usr/bin/python2
+   make all
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rmdir "${pkgdir}/var/run" # FS#30201
+   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
+}

Copied: collectd/repos/community-staging-i686/libperl.patch (from rev 112054, 
collectd/trunk/libperl.patch)
===
--- community-staging-i686/libperl.patch(rev 0)
+++ community-staging-i686/libperl.patch2014-05-29 02:20:16 UTC (rev 
112055)
@@ -0,0 +1,29 @@
+diff -Naur old/configure.ac new/configure.ac
+--- old/configure.ac   2013-08-18 22:24:25.049973054 +1200
 new/configure.ac   2013-08-23 15:58:24.552240546 +1200
+@@ -3101,11 +3101,13 @@
+ then
+   SAVE_CFLAGS="$CFLAGS"
+   SAVE_LDFLAGS="$LDFLAGS"
++  SAVE_LIBS="$LIBS"
+ dnl ARCHFLAGS="" -> disable multi -arch on OSX (see 
Config_heavy.pl:fetch_string)
+   PERL_CFLAGS=`ARCHFLAGS="" $perl_interpreter -MExtUtils::Embed -e ccopts`
+   PERL_LDFLAGS=`ARCHFLAG

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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:20:09
  Author: fyan
Revision: 213762

upgpkg: perl-socket6 0.25-2

perl 5.20 rebuild

Modified:
  perl-socket6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:17:51 UTC (rev 213761)
+++ PKGBUILD2014-05-29 02:20:09 UTC (rev 213762)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
 
 pkgname=perl-socket6
 pkgver=0.25
-pkgrel=1
+pkgrel=2
 pkgdesc="A getaddrinfo/getnameinfo support module"
 arch=('i686' 'x86_64')
 url='http://search.cpan.org/dist/Socket6'



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 04:19:44
  Author: bisson
Revision: 112054

rebuild for perl-5.20

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:16:25 UTC (rev 112053)
+++ PKGBUILD2014-05-29 02:19:44 UTC (rev 112054)
@@ -4,7 +4,7 @@
 
 pkgname=collectd
 pkgver=5.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in perl-net-dns/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:17:51
  Author: fyan
Revision: 213761

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

Added:
  perl-net-dns/repos/staging-i686/
  perl-net-dns/repos/staging-i686/PKGBUILD
(from rev 213760, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/staging-x86_64/
  perl-net-dns/repos/staging-x86_64/PKGBUILD
(from rev 213760, perl-net-dns/trunk/PKGBUILD)

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

Copied: perl-net-dns/repos/staging-i686/PKGBUILD (from rev 213760, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:17:51 UTC (rev 213761)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=2
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-net-dns/repos/staging-x86_64/PKGBUILD (from rev 213760, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:17:51 UTC (rev 213761)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=2
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 04:16:25
  Author: thestinger
Revision: 112053

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112052, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112052, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112052, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 112052, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 112052, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 112052, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 112052, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 112052, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 112052, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 112052, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
(from rev 112052, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 112052, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 112052, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 112052, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 112052, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 112052, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 112052, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 112052, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112052, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112052, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112052, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 112052, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 112052, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 112052, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 112052, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 112052, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 112052, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-x86_64/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 112052, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-x86_64/0015-fix-xsdt-validation.patch
(from rev 112052, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 112052, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 112052, linux-grsec/tr

[arch-commits] Commit in perl-net-dns/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:16:43
  Author: fyan
Revision: 213760

upgpkg: perl-net-dns 0.76-2

- 0.76-1 was pushed to [testing] because the tests failed in upstream new 
release
- 0.76-2 is the rebuilt version for perl 5.20 pushed to [staging]

(Just in case the signoff page grabbed this message instead of the one in -1)

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:14:37 UTC (rev 213759)
+++ PKGBUILD2014-05-29 02:16:43 UTC (rev 213760)
@@ -3,7 +3,7 @@
 
 pkgname=perl-net-dns
 pkgver=0.76
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')



[arch-commits] Commit in perl-netaddr-ip/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:14:37
  Author: fyan
Revision: 213759

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

Added:
  perl-netaddr-ip/repos/staging-i686/
  perl-netaddr-ip/repos/staging-i686/PKGBUILD
(from rev 213758, perl-netaddr-ip/trunk/PKGBUILD)
  perl-netaddr-ip/repos/staging-x86_64/
  perl-netaddr-ip/repos/staging-x86_64/PKGBUILD
(from rev 213758, perl-netaddr-ip/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: perl-netaddr-ip/repos/staging-i686/PKGBUILD (from rev 213758, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:14:37 UTC (rev 213759)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-netaddr-ip
+pkgver=4.073
+pkgrel=2
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/NetAddr-IP/";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
+md5sums=('4dc78e95809450100c1037cc10942fdf')
+
+build() {
+  cd NetAddr-IP-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd NetAddr-IP-${pkgver}
+  make test
+}
+
+package() {
+  cd NetAddr-IP-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-netaddr-ip/repos/staging-x86_64/PKGBUILD (from rev 213758, 
perl-netaddr-ip/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:14:37 UTC (rev 213759)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-netaddr-ip
+pkgver=4.073
+pkgrel=2
+pkgdesc="Perl module to manage IP addresses and subnets"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/NetAddr-IP/";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-${pkgver}.tar.gz)
+md5sums=('4dc78e95809450100c1037cc10942fdf')
+
+build() {
+  cd NetAddr-IP-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd NetAddr-IP-${pkgver}
+  make test
+}
+
+package() {
+  cd NetAddr-IP-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 04:14:10
  Author: thestinger
Revision: 112052

upgpkg: linux-grsec 3.14.4.201405281922-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|4 ++--
 config.x86_64 |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:05:16 UTC (rev 112051)
+++ PKGBUILD2014-05-29 02:14:10 UTC (rev 112052)
@@ -8,7 +8,7 @@
 _srcname=linux-3.14
 _pkgver=3.14.4
 _grsecver=3.0
-_timestamp=201405271114
+_timestamp=201405281922
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -41,10 +41,10 @@
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
-'76daa7e437ab5fedc51c1fec3a84b7e6901a073b083a94e3a55671bca9e67d34'
+'5b1a2efe49736d3b0417f3b76df779de4166fe5890489491e1d0b99fed653b57'
 'SKIP'
-'40dec99474e6bdce76f47f16d87dc6668f98a2d61915bd5d22c6d32005b0a835'
-'79209557b70fe4f0c50af601a56023a6ee57e8a0b53987580d9190c6dc484005'
+'17ad207347950b50ccf63e405167984d1786a3e6e43660dec3829a9f288cf72c'
+'453f99c711ca5bc6e565c10d50caebc992dfd8e4c4afbd2974a7e47b9465b0e8'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-05-29 02:05:16 UTC (rev 112051)
+++ config  2014-05-29 02:14:10 UTC (rev 112052)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.4.201405271114-1 Kernel Configuration
+# Linux/x86 3.14.4.201405281922-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -6232,7 +6232,7 @@
 # CONFIG_DEBUG_PER_CPU_MAPS is not set
 # CONFIG_DEBUG_HIGHMEM is not set
 CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
-CONFIG_DEBUG_STACKOVERFLOW=y
+# CONFIG_DEBUG_STACKOVERFLOW is not set
 CONFIG_HAVE_ARCH_KMEMCHECK=y
 # CONFIG_DEBUG_SHIRQ is not set
 

Modified: config.x86_64
===
--- config.x86_64   2014-05-29 02:05:16 UTC (rev 112051)
+++ config.x86_64   2014-05-29 02:14:10 UTC (rev 112052)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.4.201405271114-1 Kernel Configuration
+# Linux/x86 3.14.4.201405281922-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -6013,7 +6013,7 @@
 CONFIG_DEBUG_MEMORY_INIT=y
 # CONFIG_DEBUG_PER_CPU_MAPS is not set
 CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
-CONFIG_DEBUG_STACKOVERFLOW=y
+# CONFIG_DEBUG_STACKOVERFLOW is not set
 CONFIG_HAVE_ARCH_KMEMCHECK=y
 # CONFIG_DEBUG_SHIRQ is not set
 



[arch-commits] Commit in perl-netaddr-ip/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:13:30
  Author: fyan
Revision: 213758

upgpkg: perl-netaddr-ip 4.073-2

perl 5.20 rebuild

Modified:
  perl-netaddr-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:12:58 UTC (rev 213757)
+++ PKGBUILD2014-05-29 02:13:30 UTC (rev 213758)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 
 pkgname=perl-netaddr-ip
 pkgver=4.073
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl module to manage IP addresses and subnets"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/NetAddr-IP/";



[arch-commits] Commit in perl-net-dns/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:12:58
  Author: fyan
Revision: 213757

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

Added:
  perl-net-dns/repos/testing-i686/
  perl-net-dns/repos/testing-i686/PKGBUILD
(from rev 213756, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/testing-x86_64/
  perl-net-dns/repos/testing-x86_64/PKGBUILD
(from rev 213756, perl-net-dns/trunk/PKGBUILD)

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

Copied: perl-net-dns/repos/testing-i686/PKGBUILD (from rev 213756, 
perl-net-dns/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-29 02:12:58 UTC (rev 213757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-net-dns/repos/testing-x86_64/PKGBUILD (from rev 213756, 
perl-net-dns/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-29 02:12:58 UTC (rev 213757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+# Test failed on 0.76
+check() {
+  cd Net-DNS-${pkgver}
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 04:11:44
  Author: bisson
Revision: 213755

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 213754, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 213754, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 213754, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 213754, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/install|   12 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/install  |   12 +++
 4 files changed, 124 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 213754, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:11:44 UTC (rev 213755)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.36.0
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
+   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
+}

Copied: graphviz/repos/staging-i686/install (from rev 213754, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2014-05-29 02:11:44 UTC (rev 213755)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 213754, 
graphviz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:11:44 UTC (rev 213755)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.36.0
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ell

[arch-commits] Commit in perl-net-dns/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:11:49
  Author: fyan
Revision: 213756

upgpkg: perl-net-dns 0.76-1

- tests failed, will test more before push to [extra]

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:11:44 UTC (rev 213755)
+++ PKGBUILD2014-05-29 02:11:49 UTC (rev 213756)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-net-dns
-pkgver=0.75
+pkgver=0.76
 pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('e57d08cfe61962d9de3cd78ec705a954e05f36bd')
+sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
 
 build() {
   cd Net-DNS-${pkgver}
@@ -20,9 +20,10 @@
   make
 }
 
+# Test failed on 0.76
 check() {
   cd Net-DNS-${pkgver}
-  make test
+  make test || warning "Tests failed"
 }
 
 package() {



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 04:11:05
  Author: bisson
Revision: 213754

rebuild for perl-5.20

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 02:06:29 UTC (rev 213753)
+++ PKGBUILD2014-05-29 02:11:05 UTC (rev 213754)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')



[arch-commits] Commit in perl-list-moreutils/repos (4 files)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:06:29
  Author: fyan
Revision: 213753

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

Added:
  perl-list-moreutils/repos/staging-i686/
  perl-list-moreutils/repos/staging-i686/PKGBUILD
(from rev 213752, perl-list-moreutils/trunk/PKGBUILD)
  perl-list-moreutils/repos/staging-x86_64/
  perl-list-moreutils/repos/staging-x86_64/PKGBUILD
(from rev 213752, perl-list-moreutils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   48 ++
 staging-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: perl-list-moreutils/repos/staging-i686/PKGBUILD (from rev 213752, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 02:06:29 UTC (rev 213753)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=5
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-list-moreutils/repos/staging-x86_64/PKGBUILD (from rev 213752, 
perl-list-moreutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 02:06:29 UTC (rev 213753)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils
+pkgver=0.33
+pkgrel=5
+pkgdesc="Provide the stuff missing in List::Util"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=http://search.cpan.org/dist/List-MoreUtils
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-${pkgver}.tar.gz";)
+md5sums=(8a33c84028cc2ff3e92c92434b326c0f)
+sha512sums=(e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5)
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make test
+  )
+}
+
+package() {
+cd "${srcdir}/List-MoreUtils-${pkgver}"
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-list-moreutils/trunk (PKGBUILD)

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 04:05:22
  Author: fyan
Revision: 213752

upgpkg: perl-list-moreutils 0.33-5

perl 5.20 rebuild

Modified:
  perl-list-moreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 01:23:48 UTC (rev 213751)
+++ PKGBUILD2014-05-29 02:05:22 UTC (rev 213752)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer : Justin "juster" Davis 
-# Generator  : pbjam 0.01
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
 
 pkgname=perl-list-moreutils
 pkgver=0.33
-pkgrel=4
+pkgrel=5
 pkgdesc="Provide the stuff missing in List::Util"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



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

2014-05-28 Thread Daniel Wallace
Date: Thursday, May 29, 2014 @ 04:05:16
  Author: dwallace
Revision: 112051

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 112050, livestreamer/trunk/PKGBUILD)
  livestreamer/repos/community-any/ca-certs.diff
(from rev 112050, livestreamer/trunk/ca-certs.diff)
Deleted:
  livestreamer/repos/community-any/PKGBUILD
  livestreamer/repos/community-any/ca-certs.diff

---+
 PKGBUILD  |   46 +++---
 ca-certs.diff |   34 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 02:04:50 UTC (rev 112050)
+++ PKGBUILD2014-05-29 02:05:16 UTC (rev 112051)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Christopher Rosell 
-pkgname=livestreamer
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e7685079727800c2807ffd8a9da98fcab587f6fbbeade99e64e272cf8205af01')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 112050, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 02:05:16 UTC (rev 112051)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Christopher Rosell 
+pkgname=livestreamer
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0ca8891cfcdbdc5748b8a368291814adc05f48ab255342d1318d0473edd43656')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ca-certs.diff
===
--- ca-certs.diff   2014-05-29 02:04:50 UTC (rev 112050)
+++ ca-certs.diff   2014-05-29 02:05:16 UTC (rev 112051)
@@ -1,17 +0,0 @@
-diff --git a/src/livestreamer/utils.py b/src/livestreamer/utils.py
-index 34e881b..16a4495 100644
 a/src/livestreamer/utils.py
-+++ b/src/livestreamer/utils.py
-@@ -30,10 +30,10 @@ def urlget(url, *args, **kwargs):
- try:
- if session:
- res = session.request(method, url, timeout=timeout, data=data,
--  *args, **kwargs)
-+   verify=False, *args, **kwargs)
- else:
- res = requests.request(method, url, timeout=timeout, data=data,
--   *args, **kwargs)
-+   verify=False, *args, **kwargs)
- 
- res.raise_for_status()
- except (requests.exceptions.RequestException, IOError) as rerr:

Copied: livestreamer/repos/community-any/ca-certs.diff (from rev 112050, 
livestreamer/trunk/ca-certs.diff)
===
--- ca-certs.diff   (rev 0)
+++ ca-certs.diff   2014-05-29 02:05:16 UTC (rev 112051)
@@ -0,0 +1,17 @@
+diff --git a/src/livestreamer/utils.py b/src/livestreamer/utils.py
+index 34e881b..16a4495 100644
+--- a/src/livestreamer/utils.py
 b/src/livestreamer/utils.py
+@@ -30,10 +30,10 @@ def urlget(url, *args, **kwargs):
+ try:
+ if session:
+ res = session.request(method, url, timeout=timeout, data=data,
+-  *args, **kwargs)
++   verify=False, *args, **kwargs)
+ else:
+ res = requests.request(method, url, timeout=timeout, data=data,
+-   *args, **kwargs)
++   verify=False, *args, **kwargs)
+ 
+ res.raise_for_status()
+ except (requests.exceptions.RequestException, IOError) as rerr:



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

2014-05-28 Thread Daniel Wallace
Date: Thursday, May 29, 2014 @ 04:04:50
  Author: dwallace
Revision: 112050

upgpkg: livestreamer 1.8.1-1

upgpkg: livestreamer 1.8.1

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 01:16:47 UTC (rev 112049)
+++ PKGBUILD2014-05-29 02:04:50 UTC (rev 112050)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: Christopher Rosell 
 pkgname=livestreamer
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
@@ -13,7 +13,7 @@
 conflicts=('livestreamer-git')
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e7685079727800c2807ffd8a9da98fcab587f6fbbeade99e64e272cf8205af01')
+sha256sums=('0ca8891cfcdbdc5748b8a368291814adc05f48ab255342d1318d0473edd43656')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 03:23:48
  Author: fyan
Revision: 213751

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

Added:
  perl-libintl-perl/repos/staging-i686/
  perl-libintl-perl/repos/staging-i686/PKGBUILD
(from rev 213750, perl-libintl-perl/trunk/PKGBUILD)
  perl-libintl-perl/repos/staging-x86_64/
  perl-libintl-perl/repos/staging-x86_64/PKGBUILD
(from rev 213750, perl-libintl-perl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: perl-libintl-perl/repos/staging-i686/PKGBUILD (from rev 213750, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 01:23:48 UTC (rev 213751)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-libintl-perl/repos/staging-x86_64/PKGBUILD (from rev 213750, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 01:23:48 UTC (rev 213751)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}



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

2014-05-28 Thread Felix Yan
Date: Thursday, May 29, 2014 @ 03:22:52
  Author: fyan
Revision: 213750

upgpkg: perl-libintl-perl 1.23-3

perl 5.20 rebuild

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 01:09:31 UTC (rev 213749)
+++ PKGBUILD2014-05-29 01:22:52 UTC (rev 213750)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: kevin 
 # Contributor: Tobias Kieslich 
 
@@ -6,7 +6,7 @@
 pkgname=perl-libintl-perl
 _realname=libintl-perl
 pkgver=1.23
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl Module: Localization support"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2014-05-28 Thread Maxime Gauduin
Date: Thursday, May 29, 2014 @ 03:16:47
  Author: alucryd
Revision: 112049

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

Added:
  hexchat/repos/community-staging-i686/
  hexchat/repos/community-staging-i686/PKGBUILD
(from rev 112048, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-i686/hexchat.install
(from rev 112048, hexchat/trunk/hexchat.install)
  hexchat/repos/community-staging-x86_64/
  hexchat/repos/community-staging-x86_64/PKGBUILD
(from rev 112048, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-x86_64/hexchat.install
(from rev 112048, hexchat/trunk/hexchat.install)

--+
 community-staging-i686/PKGBUILD  |   34 +
 community-staging-i686/hexchat.install   |   14 +++
 community-staging-x86_64/PKGBUILD|   34 +
 community-staging-x86_64/hexchat.install |   14 +++
 4 files changed, 96 insertions(+)

Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 112048, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 01:16:47 UTC (rev 112049)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.9.6.1
+pkgrel=3
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 
'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install="${pkgname}.install"
+source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' 
--enable-{python='python3.4',shm,spell='libsexy',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-i686/hexchat.install (from rev 112048, 
hexchat/trunk/hexchat.install)
===
--- community-staging-i686/hexchat.install  (rev 0)
+++ community-staging-i686/hexchat.install  2014-05-29 01:16:47 UTC (rev 
112049)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 112048, 
hexchat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 01:16:47 UTC (rev 112049)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: TingPing 
+
+pkgname=hexchat
+pkgver=2.9.6.1
+pkgrel=3
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='http://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 
'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+install="${pkgname}.install"
+source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' 
--enable-{python='python3.4',shm,spell='libsexy',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-staging-x86_64/hexchat.install (from rev 
112048, hexchat/trunk/hexchat.install)
===
--- community-staging-x86_64/hexchat.install(rev 0)
+++ community-staging-x86_64/hexchat.install2014-05-29 01:16:47 UTC (rev 
112049)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



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

2014-05-28 Thread Maxime Gauduin
Date: Thursday, May 29, 2014 @ 03:15:56
  Author: alucryd
Revision: 112048

perl 5.20 rebuild: hexchat 2.9.6.1-3

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 00:23:28 UTC (rev 112047)
+++ PKGBUILD2014-05-29 01:15:56 UTC (rev 112048)
@@ -4,12 +4,12 @@
 
 pkgname=hexchat
 pkgver=2.9.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('i686' 'x86_64')
 url='http://hexchat.github.io/'
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 
'libnotify' 'libproxy' 'libsexy' 'pciutils')
+depends=('dbus-glib' 'desktop-file-utils' 'libcanberra' 'libnotify' 'libproxy' 
'libsexy' 'pciutils')
 makedepends=('perl' 'python')
 optdepends=('enchant: Spell check'
 'perl: Perl plugin'



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

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 02:23:28
  Author: thestinger
Revision: 112047

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

Added:
  gradm/repos/community-i686/PKGBUILD
(from rev 112046, gradm/trunk/PKGBUILD)
  gradm/repos/community-i686/learn_config
(from rev 112046, gradm/trunk/learn_config)
  gradm/repos/community-i686/policy
(from rev 112046, gradm/trunk/policy)
  gradm/repos/community-x86_64/PKGBUILD
(from rev 112046, gradm/trunk/PKGBUILD)
  gradm/repos/community-x86_64/learn_config
(from rev 112046, gradm/trunk/learn_config)
  gradm/repos/community-x86_64/policy
(from rev 112046, gradm/trunk/policy)
Deleted:
  gradm/repos/community-i686/PKGBUILD
  gradm/repos/community-i686/learn_config
  gradm/repos/community-i686/policy
  gradm/repos/community-x86_64/PKGBUILD
  gradm/repos/community-x86_64/learn_config
  gradm/repos/community-x86_64/policy

---+
 /PKGBUILD |   84 +++
 /learn_config |  334 +
 /policy   |  986 
 community-i686/PKGBUILD   |   40 -
 community-i686/learn_config   |  167 --
 community-i686/policy |  493 
 community-x86_64/PKGBUILD |   40 -
 community-x86_64/learn_config |  167 --
 community-x86_64/policy   |  493 
 9 files changed, 1404 insertions(+), 1400 deletions(-)

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


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

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 02:22:54
  Author: thestinger
Revision: 112046

upgpkg: gradm 3.0.201405281853-1

Modified:
  gradm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 00:10:51 UTC (rev 112045)
+++ PKGBUILD2014-05-29 00:22:54 UTC (rev 112046)
@@ -7,7 +7,7 @@
 
 pkgname=gradm
 _version=3.0
-_timestamp=201401291757
+_timestamp=201405281853
 pkgver=3.0.$_timestamp
 pkgrel=1
 pkgdesc="Administration utility for grsecurity's Role Based Access Control 
(RBAC)"
@@ -16,10 +16,10 @@
 license=(GPL2)
 depends=(pam)
 source=(https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz
-https://grsecurity.net/stable/gradm-3.0-201401291757.tar.gz.sig
+https://grsecurity.net/stable/$pkgname-$_version-$_timestamp.tar.gz.sig
 learn_config
 policy)
-sha256sums=('9c99714e6d10797a7348c6ffe2561dfcfe5e7659c9d86118d381b8bdb09ae7a6'
+sha256sums=('4ee8a4e3a658f14b58c55fb8c5a9d3234e0ec87cf90a886499918553a15c557a'
 'SKIP'
 '704ea6ba7f748761735cbe1cf52ef04f53eab1a1e9ea1bdcb6abaaf4a641e44d'
 'c2fb8e696969530c4dc707c59cdc608df6c21d6226979dfeadef92c51deabc5e')



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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 02:11:34
  Author: bisson
Revision: 213748

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

Added:
  graphicsmagick/repos/staging-i686/
  graphicsmagick/repos/staging-i686/PKGBUILD
(from rev 213747, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 213747, graphicsmagick/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: graphicsmagick/repos/staging-i686/PKGBUILD (from rev 213747, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 00:11:34 UTC (rev 213748)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.19
+pkgrel=3
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('621c3e9a3b12e38dad225ee3466fd55a24c62066')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+   rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
+}

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 213747, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 00:11:34 UTC (rev 213748)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.19
+pkgrel=3
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz";)
+sha1sums=('621c3e9a3b12e38dad225ee3466fd55a24c62066')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # 

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

2014-05-28 Thread Gaetan Bisson
Date: Thursday, May 29, 2014 @ 02:11:03
  Author: bisson
Revision: 213747

rebuild for perl-5.20

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 22:23:12 UTC (rev 213746)
+++ PKGBUILD2014-05-29 00:11:03 UTC (rev 213747)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in transmission-remote-cli/repos/community-any (2 files)

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 02:10:51
  Author: thestinger
Revision: 112045

archrelease: copy trunk to community-any

Added:
  transmission-remote-cli/repos/community-any/PKGBUILD
(from rev 112044, transmission-remote-cli/trunk/PKGBUILD)
Deleted:
  transmission-remote-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 00:10:27 UTC (rev 112044)
+++ PKGBUILD2014-05-29 00:10:51 UTC (rev 112045)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-# Contributor: fauno 
-# Contributor: SanskritFritz
-
-pkgname=transmission-remote-cli
-pkgver=1.6.3
-pkgrel=2
-pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
-arch=('any')
-url='https://github.com/fagga/transmission-remote-cli'
-license=('GPL3')
-depends=(python2 transmission-cli)
-optdepends=('python2-geoip: Guess which country peers come from'
-'adns-python: Resolve IPs to host names')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
-sha256sums=('ad2c2269d77f31f691c84b3c62886a17441ac5e90780fbbb01a038ec74db7371')
-
-build() {
-  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
-  sed -i "1s/python/python2/" transmission-remote-cli
-}
-
-package() {
-  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
-
-  install -Dm755 transmission-remote-cli 
"$pkgdir/usr/bin/transmission-remote-cli"
-  install -Dm644 transmission-remote-cli.1 
"$pkgdir/usr/share/man/man1/transmission-remote-cli.1"
-  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
-"$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli"
-}

Copied: transmission-remote-cli/repos/community-any/PKGBUILD (from rev 112044, 
transmission-remote-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 00:10:51 UTC (rev 112045)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+# Contributor: fauno 
+# Contributor: SanskritFritz
+
+pkgname=transmission-remote-cli
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
+arch=('any')
+url='https://github.com/fagga/transmission-remote-cli'
+license=('GPL3')
+depends=(python2 transmission-cli)
+optdepends=('python2-geoip: Guess which country peers come from'
+'adns-python: Resolve IPs to host names')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
+sha256sums=('9db44b5045c1bca04f0304885e2216629a0562ee6f2d86ff74284b517311bd10')
+
+build() {
+  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
+  sed -i "1s/python/python2/" transmission-remote-cli
+}
+
+package() {
+  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
+
+  install -Dm755 transmission-remote-cli 
"$pkgdir/usr/bin/transmission-remote-cli"
+  install -Dm644 transmission-remote-cli.1 
"$pkgdir/usr/share/man/man1/transmission-remote-cli.1"
+  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
+"$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli"
+}



[arch-commits] Commit in transmission-remote-cli/trunk (PKGBUILD)

2014-05-28 Thread Daniel Micay
Date: Thursday, May 29, 2014 @ 02:10:27
  Author: thestinger
Revision: 112044

upgpkg: transmission-remote-cli 1.7.0-1

Modified:
  transmission-remote-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 22:22:55 UTC (rev 112043)
+++ PKGBUILD2014-05-29 00:10:27 UTC (rev 112044)
@@ -5,8 +5,8 @@
 # Contributor: SanskritFritz
 
 pkgname=transmission-remote-cli
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
 arch=('any')
 url='https://github.com/fagga/transmission-remote-cli'
@@ -15,7 +15,7 @@
 optdepends=('python2-geoip: Guess which country peers come from'
 'adns-python: Resolve IPs to host names')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
-sha256sums=('ad2c2269d77f31f691c84b3c62886a17441ac5e90780fbbb01a038ec74db7371')
+sha256sums=('9db44b5045c1bca04f0304885e2216629a0562ee6f2d86ff74284b517311bd10')
 
 build() {
   cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"



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

2014-05-28 Thread Laurent Carlier
Date: Thursday, May 29, 2014 @ 00:22:55
  Author: lcarlier
Revision: 112043

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 112042, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 112042, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-05-28 22:22:55 UTC (rev 112043)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=213
+pkgrel=1
+pkgdesc="system and service manager (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/systemd";
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
+md5sums=('06496edcf86ddf6d8c12d72ba78e735d')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/systemd-${pkgver}"
+
+  # LTO currently breaks the build because of libtool failures
+  CFLAGS+=' -fno-lto'
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/systemd-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+  rm -rf "${pkgdir}"/usr/lib32/libnss*
+
+  install -m755 -d "${pkgdir}/usr/share/licenses"
+  ln -s systemd "$pkgdir/usr/share/licenses/lib32-systemd"
+}



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

2014-05-28 Thread Eric Bélanger
Date: Thursday, May 29, 2014 @ 00:23:12
  Author: eric
Revision: 213746

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

Added:
  xchat/repos/staging-i686/PKGBUILD
(from rev 213745, xchat/trunk/PKGBUILD)
  xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-i686/xchat.install
(from rev 213745, xchat/trunk/xchat.install)
  xchat/repos/staging-x86_64/PKGBUILD
(from rev 213745, xchat/trunk/PKGBUILD)
  xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 213745, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-x86_64/xchat.install
(from rev 213745, xchat/trunk/xchat.install)
Deleted:
  xchat/repos/staging-i686/PKGBUILD
  xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch
  xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch
  xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch
  xchat/repos/staging-i686/xchat.install
  xchat/repos/staging-x86_64/PKGBUILD
  xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch
  xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch
  xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch
  xchat/repos/staging-x86_64/xchat.install

-+
 /PKGBUILD   |  110 ++
 /xchat-2.8.8-glib-2.31.patch|  124 ++
 /xchat-2.8.8-libnotify07.patch  |   48 
 /xchat-2.8.8-link-against-libnotify.patch   |  686 ++
 /xchat.install  |   22 
 staging-i686/PKGBUILD   |   55 -
 staging-i686/xchat-2.8.8-glib-2.31.patch|   62 -
 staging-i686/xchat-2.8.8-libnotify07.patch  |   24 
 staging-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ---
 staging-i686/xchat.install  |   11 
 staging-x86_64/PKGBUILD |   55 -
 staging-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 -
 staging-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 staging-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ---
 staging-x86_64/xchat.install|   11 
 15 files changed, 990 insertions(+), 990 deletions(-)

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


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

2014-05-28 Thread Laurent Carlier
Date: Thursday, May 29, 2014 @ 00:22:48
  Author: lcarlier
Revision: 112042

upgpkg: lib32-systemd 213-1

upstream update 213

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 21:05:24 UTC (rev 112041)
+++ PKGBUILD2014-05-28 22:22:48 UTC (rev 112042)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=212
+pkgver=213
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'intltool' 'gperf')
 options=('!libtool')
 
source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
-md5sums=('257a75fff826ff91cb1ce567091cf270')
+md5sums=('06496edcf86ddf6d8c12d72ba78e735d')
 
 build() {
   export CC="gcc -m32"
@@ -24,6 +24,9 @@
 
   cd "${srcdir}/systemd-${pkgver}"
 
+  # LTO currently breaks the build because of libtool failures
+  CFLAGS+=' -fno-lto'
+
   ./configure \
 --libexecdir=/usr/lib32 \
 --libdir=/usr/lib32 \
@@ -37,6 +40,7 @@
 --disable-seccomp \
 --disable-pam \
 --disable-kmod \
+--disable-networkd \
 --disable-blkid \
 --without-python \
 --disable-libcryptsetup \



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

2014-05-28 Thread Eric Bélanger
Date: Thursday, May 29, 2014 @ 00:13:07
  Author: eric
Revision: 213745

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

Added:
  xchat/repos/staging-i686/
  xchat/repos/staging-i686/PKGBUILD
(from rev 213744, xchat/trunk/PKGBUILD)
  xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-i686/xchat.install
(from rev 213744, xchat/trunk/xchat.install)
  xchat/repos/staging-x86_64/
  xchat/repos/staging-x86_64/PKGBUILD
(from rev 213744, xchat/trunk/PKGBUILD)
  xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 213744, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-x86_64/xchat.install
(from rev 213744, xchat/trunk/xchat.install)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 staging-i686/xchat-2.8.8-libnotify07.patch  |   24 
 staging-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 staging-i686/xchat.install  |   11 
 staging-x86_64/PKGBUILD |   55 ++
 staging-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 staging-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 staging-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 staging-x86_64/xchat.install|   11 
 10 files changed, 990 insertions(+)

Copied: xchat/repos/staging-i686/PKGBUILD (from rev 213744, 
xchat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 22:13:07 UTC (rev 213745)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=14
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify' 'hicolor-icon-theme')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin'
+'python2: for python plugin')
+install=xchat.install
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch (from rev 213744, 
xchat/trunk/xchat-2.8.8-glib-2.31.patch)
===
--- staging-i686/xchat-2.8.8-glib-2.31.patch(rev 0)
+++ staging-i686/xchat-2.8.8-glib-2.31.patch2014-05-28 22:13:07 UTC (rev 
213745)
@@ -0,0 +1,62 @@
+Author: Dominique Leuenberger 
+
+http://sourceforge.net/tracker/?func=detail&aid=3446968&group_id=239&atid=100239
+
+glib got stricter in checking includes. Only glib.h (

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

2014-05-28 Thread Eric Bélanger
Date: Thursday, May 29, 2014 @ 00:09:31
  Author: eric
Revision: 213744

upgpkg: xchat 2.8.8-14

Rebuild against perl 5.20

Modified:
  xchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 22:08:49 UTC (rev 213743)
+++ PKGBUILD2014-05-28 22:09:31 UTC (rev 213744)
@@ -3,7 +3,7 @@
 
 pkgname=xchat
 pkgver=2.8.8
-pkgrel=13
+pkgrel=14
 pkgdesc="A GTK+ based IRC client"
 arch=('i686' 'x86_64')
 url="http://www.xchat.org/";



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

2014-05-28 Thread Anatol Pomozov
Date: Thursday, May 29, 2014 @ 00:08:49
  Author: anatolik
Revision: 213743

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 213742, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 213742, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 213742, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 213742, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 213742, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 213742, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 213742, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 213742, transmission/trunk/transmission-qt.install)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   10 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/transmission-cli.install |   10 
 testing-x86_64/transmission-gtk.install |   12 +
 testing-x86_64/transmission-qt.install  |   11 
 8 files changed, 202 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 213742, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-28 22:08:49 UTC (rev 213743)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen 
+# Maintainer : Ionut Biru 
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.83
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.transmissionbt.com/";
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('4620cfbfefee2ce55a6fa12c3ec330a7')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)"
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C "$dir" DESTDIR="$pkgdir" install
+  done
+
+  install -D -m644 
"$srcdir/transmission-$pkgver/daemon/transmission-daemon.service" 
"$pkgdir/usr/lib/systemd/system/transmission.service"
+  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-cli/COPYING"
+}
+
+package_transmission-gtk() {
+  pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)"
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR="$pkgdir" install
+  make -C po DESTDIR="$pkgdir" install
+  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-gtk/COPYING"
+}
+
+package_transmission-qt() {
+  pkgdesc="Fast, easy, and free BitTorrent client (Qt GUI)"
+  depends=('curl' 'qt5-base' 'libevent' 'libxkbcommon-x11')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT="$pkgdir"/usr install
+
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/transmission-qt/COPYING"
+  install -D -m644 qt/icons/transmission.png 
"$pkgdir/usr/share/pixmaps/transmission-qt.png"
+  install -D -m644 qt/transmission-qt.desktop 
"$pkgdir/usr/share/applications/transmission-qt.desktop"
+}

Copied: transmission/repos/testing-i686/transmission-cli.install (from rev 
213742, transmission/trunk/transmission-cli.install)
===
--- testing-i686/transmission-cli.install   (rev 0)
+++ testing-i686/transmission-cli.install   2014-05-28 22:08:49 UTC (rev 
213743)
@@ -0,0 +1,10 @@
+post_install() {
+  post_upgrade
+  passwd -l transmission &>/dev/null
+}
+
+post_upgrade() {
+  # create user/group that the daemon will run as by default, do not delete 
this on uninstall, as it will own files
+  getent group transmission >/dev/null || groupadd -g 169 transmission
+  getent passwd transmission >/dev/null || us

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

2014-05-28 Thread Anatol Pomozov
Date: Thursday, May 29, 2014 @ 00:08:02
  Author: anatolik
Revision: 213742

upgpkg: transmission 2.83-3

Fixed FS#40586

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 21:51:23 UTC (rev 213741)
+++ PKGBUILD2014-05-28 22:08:02 UTC (rev 213742)
@@ -5,7 +5,7 @@
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
 pkgver=2.83
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/";
 license=('MIT')
@@ -54,7 +54,7 @@
 
 package_transmission-qt() {
   pkgdesc="Fast, easy, and free BitTorrent client (Qt GUI)"
-  depends=('curl' 'qt5-base' 'libevent')
+  depends=('curl' 'qt5-base' 'libevent' 'libxkbcommon-x11')
   optdepends=('transmission-cli: daemon and web support')
   install=transmission-qt.install
 



[arch-commits] Commit in rrdtool/repos/staging-x86_64 (3 files)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:51:23
  Author: eric
Revision: 213741

archrelease: copy trunk to staging-x86_64

Added:
  rrdtool/repos/staging-x86_64/PKGBUILD
(from rev 213740, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-x86_64/rrdtool-pangofont.patch
(from rev 213740, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/staging-x86_64/rrdtool-systemd.patch
(from rev 213740, rrdtool/trunk/rrdtool-systemd.patch)

-+
 PKGBUILD|   48 +++
 rrdtool-pangofont.patch |   39 
 rrdtool-systemd.patch   |  140 ++
 3 files changed, 227 insertions(+)

Copied: rrdtool/repos/staging-x86_64/PKGBUILD (from rev 213740, 
rrdtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-28 21:51:23 UTC (rev 213741)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.8
+pkgrel=4
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
+rrdtool-pangofont.patch rrdtool-systemd.patch)
+sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
+  '8c600285bdab7776c1d5301df7cf486d69eae048'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.am
+  patch -p1 -i "${srcdir}/rrdtool-pangofont.patch"
+  patch -p1 -i "${srcdir}/rrdtool-systemd.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: rrdtool/repos/staging-x86_64/rrdtool-pangofont.patch (from rev 213740, 
rrdtool/trunk/rrdtool-pangofont.patch)
===
--- rrdtool-pangofont.patch (rev 0)
+++ rrdtool-pangofont.patch 2014-05-28 21:51:23 UTC (rev 213741)
@@ -0,0 +1,39 @@
+From ba76d4915eb3d379d69205957e48edea4aee27b6 Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker 
+Date: Wed, 24 Apr 2013 23:49:28 +0200
+Subject: [PATCH] move to non-deprecated pango_font_map_create_context
+
+---
+ configure.ac| 2 +-
+ src/rrd_graph.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2f9e395..d6b2722 100644
+--- a/configure.ac
 b/configure.ac
+@@ -535,7 +535,7 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
+ EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, "")
+ EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, "")
+ EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, "")
+-EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
++EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
+ 
+ fi
+ EX_CHECK_ALL(glib-2.0,   glib_check_version,glib.h,   
  glib-2.0,2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, "")
+diff --git a/src/rrd_graph.c b/src/rrd_graph.c
+index 5547aa6..25ae485 100644
+--- a/src/rrd_graph.c
 b/src/rrd_graph.c
+@@ -4282,7 +4282,7 @@ void rrd_graph_init(
+ fontmap = pango_cairo_font_map_get_default();
+ }
+ 
+-context =  
pango_cairo_font_map_create_context((PangoCairoFontMap*)fontmap);
++context =  pango_font_map_create_context(fontmap);
+ 
+ pango_cairo_context_set_resolution(context, 100);
+ 
+-- 
+1.8.1

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

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:45:24
  Author: eric
Revision: 213740

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

Added:
  rrdtool/repos/staging-i686/
  rrdtool/repos/staging-i686/PKGBUILD
(from rev 213739, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/staging-i686/rrdtool-pangofont.patch
(from rev 213739, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/staging-i686/rrdtool-systemd.patch
(from rev 213739, rrdtool/trunk/rrdtool-systemd.patch)
  rrdtool/repos/staging-x86_64/

-+
 PKGBUILD|   48 +++
 rrdtool-pangofont.patch |   39 
 rrdtool-systemd.patch   |  140 ++
 3 files changed, 227 insertions(+)

Copied: rrdtool/repos/staging-i686/PKGBUILD (from rev 213739, 
rrdtool/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 21:45:24 UTC (rev 213740)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.8
+pkgrel=4
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
+rrdtool-pangofont.patch rrdtool-systemd.patch)
+sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
+  '8c600285bdab7776c1d5301df7cf486d69eae048'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.am
+  patch -p1 -i "${srcdir}/rrdtool-pangofont.patch"
+  patch -p1 -i "${srcdir}/rrdtool-systemd.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make LIBS+="-lglib-2.0"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: rrdtool/repos/staging-i686/rrdtool-pangofont.patch (from rev 213739, 
rrdtool/trunk/rrdtool-pangofont.patch)
===
--- staging-i686/rrdtool-pangofont.patch(rev 0)
+++ staging-i686/rrdtool-pangofont.patch2014-05-28 21:45:24 UTC (rev 
213740)
@@ -0,0 +1,39 @@
+From ba76d4915eb3d379d69205957e48edea4aee27b6 Mon Sep 17 00:00:00 2001
+From: Tobias Oetiker 
+Date: Wed, 24 Apr 2013 23:49:28 +0200
+Subject: [PATCH] move to non-deprecated pango_font_map_create_context
+
+---
+ configure.ac| 2 +-
+ src/rrd_graph.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2f9e395..d6b2722 100644
+--- a/configure.ac
 b/configure.ac
+@@ -535,7 +535,7 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
+ EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, "")
+ EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, "")
+ EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, "")
+-EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
++EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
+ 
+ fi
+ EX_CHECK_ALL(glib-2.0,   glib_check_version,glib.h,   
  glib-2.0,2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, "")
+diff --git a/src/rrd_graph.c b/src/rrd_graph.c
+index 5547aa6..25ae485 100644
+--- a/src/rrd_graph.c
 b/src/rrd_graph.c
+@@ -4282,7 +4282,7 @@ void rrd_graph_init(
+ fontmap = pango_cairo_font_map_get_default();
+ }
+ 
+-context =  
pango_cairo_font_map_create_context((PangoCairoFontMap*)fontmap);

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

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:43:00
  Author: eric
Revision: 213739

upgpkg: rrdtool 1.4.8-4

Rebuild against perl 5.20

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 21:29:01 UTC (rev 213738)
+++ PKGBUILD2014-05-28 21:43:00 UTC (rev 213739)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.4.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";



[arch-commits] Commit in perl-xml-parser/repos (4 files)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:29:01
  Author: eric
Revision: 213738

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

Added:
  perl-xml-parser/repos/staging-i686/
  perl-xml-parser/repos/staging-i686/PKGBUILD
(from rev 213737, perl-xml-parser/trunk/PKGBUILD)
  perl-xml-parser/repos/staging-x86_64/
  perl-xml-parser/repos/staging-x86_64/PKGBUILD
(from rev 213737, perl-xml-parser/trunk/PKGBUILD)

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

Copied: perl-xml-parser/repos/staging-i686/PKGBUILD (from rev 213737, 
perl-xml-parser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 21:29:01 UTC (rev 213738)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-xml-parser
+pkgver=2.41
+pkgrel=5
+pkgdesc="Expat-based XML parser module for perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/XML-Parser/";
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=("perlxml=${pkgver}")
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz";)
+md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
+
+build() {
+  cd XML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd XML-Parser-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: perl-xml-parser/repos/staging-x86_64/PKGBUILD (from rev 213737, 
perl-xml-parser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-28 21:29:01 UTC (rev 213738)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-xml-parser
+pkgver=2.41
+pkgrel=5
+pkgdesc="Expat-based XML parser module for perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/XML-Parser/";
+depends=('perl' 'expat')
+replaces=('perlxml')
+provides=("perlxml=${pkgver}")
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-${pkgver}.tar.gz";)
+md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')
+
+build() {
+  cd XML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd XML-Parser-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-xml-parser/trunk (PKGBUILD)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 23:27:02
  Author: eric
Revision: 213737

upgpkg: perl-xml-parser 2.41-5

Rebuild against perl 5.20

Modified:
  perl-xml-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 20:44:33 UTC (rev 213736)
+++ PKGBUILD2014-05-28 21:27:02 UTC (rev 213737)
@@ -3,7 +3,7 @@
 
 pkgname=perl-xml-parser
 pkgver=2.41
-pkgrel=4
+pkgrel=5
 pkgdesc="Expat-based XML parser module for perl"
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



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

2014-05-28 Thread speps
Date: Wednesday, May 28, 2014 @ 23:05:24
  Author: speps
Revision: 112041

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-28 21:04:22 UTC (rev 112040)
+++ community-i686/PKGBUILD 2014-05-28 21:05:24 UTC (rev 112041)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=qtcurve
-pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
-pkgver=1.8.18
-pkgrel=1
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-arch=('i686' 'x86_64')
-url='https://github.com/QtCurve/qtcurve'
-license=('LGPL')
-groups=('qtcurve')
-makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 
'kdebase-workspace')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('422d1876d944bb278855f320eda19368')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir build{,-kde4}
-  cd build
-  cmake .. -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DQTC_QT4_ENABLE_KDE=false
-  make
-
-  cd ../build-kde4
-  cmake .. -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_GTK2=false \
-   -DENABLE_QT5=false
-  make
-}
-
-package_qtcurve-utils() {
-  depends=('libx11')
-  cd $pkgbase-$pkgver/build/lib/utils
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-gtk2() {
-  depends=('qtcurve-utils' 'gtk2')
-  cd $pkgbase-$pkgver/build/gtk2
-  make DESTDIR="$pkgdir" install
-  cd ../lib/cairo
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt4() {
-  depends=('qtcurve-utils' 'qt4')
-  cd $pkgbase-$pkgver/build/qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt5() {
-  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
-  cd $pkgbase-$pkgver/build/qt5
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-kde4() {
-  depends=('qtcurve-utils' 'kdebase-workspace')
-  cd $pkgbase-$pkgver/build-kde4/qt4
-  make DESTDIR="$pkgdir" install
-  cd ../po
-  make DESTDIR="$pkgdir" install
-}

Copied: qtcurve/repos/community-i686/PKGBUILD (from rev 112040, 
qtcurve/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-28 21:05:24 UTC (rev 112041)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qtcurve
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
+pkgver=1.8.18
+pkgrel=2
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=('i686' 'x86_64')
+url='https://github.com/QtCurve/qtcurve'
+license=('LGPL')
+groups=('qtcurve')
+makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 
'kdebase-workspace')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
"https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff";)
+md5sums=('422d1876d944bb278855f320eda19368'
+ '632c1dfa26fcc5f5d45fe082c9738f3b')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # fix FS#40524 - Qt 5.3 build fix
+  patch -p1 -i ../${source[1]##*/}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir build{,-kde4}
+  cd build
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_QT4_ENABLE_KDE=false
+  make
+
+  cd ../build-kde4
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_GTK2=false \
+   -DENABLE_QT5=false
+  make
+}
+
+package_qtcurve-utils() {
+  depends=('libx11')
+  cd $pkgbase-$pkgver/build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  depends=('qtcurve-utils' 'gtk2')
+  cd $pkgbase-$pkgver/build/gtk2
+  make DESTDIR="$pkgdir" install
+  cd ../lib/cairo
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt4() {
+  depends=('qtcurve-utils' 'qt4')
+  cd $pkgbase-$pkgver/build/qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt5() {
+  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
+  cd $pkgbase-$pkgver/build/qt5
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-kde4() {
+  depends=('qtcurve-utils' '

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

2014-05-28 Thread speps
Date: Wednesday, May 28, 2014 @ 23:04:22
  Author: speps
Revision: 112040

upgpkg: qtcurve 1.8.18-2
fix FS#40524

Modified:
  qtcurve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:38:25 UTC (rev 112039)
+++ PKGBUILD2014-05-28 21:04:22 UTC (rev 112040)
@@ -7,7 +7,7 @@
 pkgbase=qtcurve
 pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
 pkgver=1.8.18
-pkgrel=1
+pkgrel=2
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
 arch=('i686' 'x86_64')
 url='https://github.com/QtCurve/qtcurve'
@@ -14,9 +14,18 @@
 license=('LGPL')
 groups=('qtcurve')
 makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 
'kdebase-workspace')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('422d1876d944bb278855f320eda19368')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
"https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff";)
+md5sums=('422d1876d944bb278855f320eda19368'
+ '632c1dfa26fcc5f5d45fe082c9738f3b')
 
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # fix FS#40524 - Qt 5.3 build fix
+  patch -p1 -i ../${source[1]##*/}
+}
+
 build() {
   cd $pkgbase-$pkgver
 



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

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:44:33
  Author: eric
Revision: 213736

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 213735, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 213735, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 213735, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 213735, 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 213735, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 20:44:33 UTC (rev 213736)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.9.1
+pkgrel=3
+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=('02f0a38ed50a2f807675cfd17b788f0c50ad4daa'
+  '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-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:42:43
  Author: eric
Revision: 213735

upgpkg: imagemagick 6.8.9.1-3

Rebuild against perl 5.20, Add JP2 support (close FS#40433)

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 20:08:21 UTC (rev 213734)
+++ PKGBUILD2014-05-28 20:42:43 UTC (rev 213735)
@@ -4,12 +4,12 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.8.9.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
+ '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}
@@ -34,7 +34,7 @@
 --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 --without-gvc --without-djvu --without-autotrace \
+--enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
 --without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
   make
 }
@@ -50,6 +50,7 @@
   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' 



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

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:08:21
  Author: eric
Revision: 213734

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

Added:
  fbida/repos/staging-i686/
  fbida/repos/staging-i686/PKGBUILD
(from rev 213733, fbida/trunk/PKGBUILD)
  fbida/repos/staging-i686/fbida.install
(from rev 213733, fbida/trunk/fbida.install)
  fbida/repos/staging-i686/ida-PrintGifError.patch
(from rev 213733, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-i686/ida-desktop.patch
(from rev 213733, fbida/trunk/ida-desktop.patch)
  fbida/repos/staging-x86_64/
  fbida/repos/staging-x86_64/PKGBUILD
(from rev 213733, fbida/trunk/PKGBUILD)
  fbida/repos/staging-x86_64/fbida.install
(from rev 213733, fbida/trunk/fbida.install)
  fbida/repos/staging-x86_64/ida-PrintGifError.patch
(from rev 213733, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/staging-x86_64/ida-desktop.patch
(from rev 213733, fbida/trunk/ida-desktop.patch)

+
 staging-i686/PKGBUILD  |   40 ++
 staging-i686/fbida.install |   11 
 staging-i686/ida-PrintGifError.patch   |   83 +++
 staging-i686/ida-desktop.patch |   17 ++
 staging-x86_64/PKGBUILD|   40 ++
 staging-x86_64/fbida.install   |   11 
 staging-x86_64/ida-PrintGifError.patch |   83 +++
 staging-x86_64/ida-desktop.patch   |   17 ++
 8 files changed, 302 insertions(+)

Copied: fbida/repos/staging-i686/PKGBUILD (from rev 213733, 
fbida/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-28 20:08:21 UTC (rev 213734)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/";
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Copied: fbida/repos/staging-i686/fbida.install (from rev 213733, 
fbida/trunk/fbida.install)
===
--- staging-i686/fbida.install  (rev 0)
+++ staging-i686/fbida.install  2014-05-28 20:08:21 UTC (rev 213734)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: fbida/repos/staging-i686/ida-PrintGifError.patch (from rev 213733, 
fbida/trunk/ida-PrintGifError.patch)
===
--- staging-i686/ida-PrintGifError.patch(rev 0)
+++ staging-i686/ida-PrintGifError.patch2014-05-28 20:08:21 UTC (rev 
213734)
@@ -0,0 +1,83 @@
+diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
+--- fbida-2.09-orig/rd/read-gif.c  2013-07-29 16:43:26.949362012 -0400
 fbida-2.09/rd/read-gif.c   2013-07-29 16:43:43.669166969 -0400
+@@ -13,6 +13,14 @@
+ int w,h;
+ };
+ 
++static void
++localPrintGifError(void)
++{
++int ErrorCode=0;
++GifErrorString(ErrorCode);
++fprintf(stderr, "\nGIF-LIB error: %i.\n", ErrorCode);
++}
++
+ static GifRecordType
+ gif_fileread(struct gif_state *h)
+ {
+@@ -25,7 +33,7 @@
+   if (GIF_ERROR == DGifGetRecordType(h->gif,&RecordType)) {
+   if (debug)
+   fprintf(stderr,"gif: DGifGetRecordType failed\n");
+-  PrintGifError();
++  localPrintGifError();
+   return -1;
+   }
+   switch (RecordType) {
+@@ -42,7 +50,7 @@
+   if (rc == GIF_ERROR) {
+   if (debug)
+   fprintf(stderr,"gif: DGifGetExtension failed\n");
+-  PrintGifError();
++  localPrintGifError();
+

[arch-commits] Commit in fbida/trunk (PKGBUILD ida-PrintGifError.patch)

2014-05-28 Thread Eric Bélanger
Date: Wednesday, May 28, 2014 @ 22:01:11
  Author: eric
Revision: 213733

upgpkg: fbida 2.09-4

Rebuild against giflib 5.1.0

Modified:
  fbida/trunk/PKGBUILD
  fbida/trunk/ida-PrintGifError.patch

-+
 PKGBUILD|4 ++--
 ida-PrintGifError.patch |   22 ++
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:25:30 UTC (rev 213732)
+++ PKGBUILD2014-05-28 20:01:11 UTC (rev 213733)
@@ -3,7 +3,7 @@
 
 pkgname=fbida
 pkgver=2.09
-pkgrel=3
+pkgrel=4
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/";
@@ -17,7 +17,7 @@
 sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  '4e7ed05fbfba46296aae11a9768680109bee8ac5')
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: ida-PrintGifError.patch
===
--- ida-PrintGifError.patch 2014-05-28 19:25:30 UTC (rev 213732)
+++ ida-PrintGifError.patch 2014-05-28 20:01:11 UTC (rev 213733)
@@ -59,3 +59,25 @@
}
if (NULL == h->gif->SColorMap &&
NULL == h->gif->Image.ColorMap) {
+@@ -165,7 +165,7 @@
+  oops:
+ if (debug)
+   fprintf(stderr,"gif: fatal error, aborting\n");
+-DGifCloseFile(h->gif);
++DGifCloseFile(h->gif, &Error);
+ fclose(h->infile);
+ free(h->row);
+ free(h);
+@@ -202,10 +202,11 @@
+ gif_done(void *data)
+ {
+ struct gif_state *h = data;
++int Error;
+ 
+ if (debug)
+   fprintf(stderr,"gif: done, cleaning up\n");
+-DGifCloseFile(h->gif);
++DGifCloseFile(h->gif, &Error);
+ fclose(h->infile);
+ if (h->il)
+   free(h->il);



[arch-commits] Commit in perl-package-stash-xs/repos (4 files)

2014-05-28 Thread Jonathan Steel
Date: Wednesday, May 28, 2014 @ 21:38:25
  Author: jsteel
Revision: 112039

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

Added:
  perl-package-stash-xs/repos/community-staging-i686/
  perl-package-stash-xs/repos/community-staging-i686/PKGBUILD
(from rev 112038, perl-package-stash-xs/trunk/PKGBUILD)
  perl-package-stash-xs/repos/community-staging-x86_64/
  perl-package-stash-xs/repos/community-staging-x86_64/PKGBUILD
(from rev 112038, perl-package-stash-xs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: perl-package-stash-xs/repos/community-staging-i686/PKGBUILD (from rev 
112038, perl-package-stash-xs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-28 19:38:25 UTC (rev 112039)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-package-stash-xs
+pkgver=0.28
+pkgrel=2
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Package-Stash-XS";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('9664356ec3be02626cbd3081ec246b70')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Package-Stash-XS-${pkgver}
+
+/usr/bin/perl Makefile.PL
+
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Package-Stash-XS-${pkgver}
+
+make test
+  )
+}
+
+package() {
+cd Package-Stash-XS-${pkgver}
+
+make DESTDIR="$pkgdir"/ install
+}

Copied: perl-package-stash-xs/repos/community-staging-x86_64/PKGBUILD (from rev 
112038, perl-package-stash-xs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-28 19:38:25 UTC (rev 112039)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-package-stash-xs
+pkgver=0.28
+pkgrel=2
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Package-Stash-XS";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('9664356ec3be02626cbd3081ec246b70')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Package-Stash-XS-${pkgver}
+
+/usr/bin/perl Makefile.PL
+
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Package-Stash-XS-${pkgver}
+
+make test
+  )
+}
+
+package() {
+cd Package-Stash-XS-${pkgver}
+
+make DESTDIR="$pkgdir"/ install
+}



[arch-commits] Commit in perl-package-stash-xs/trunk (PKGBUILD)

2014-05-28 Thread Jonathan Steel
Date: Wednesday, May 28, 2014 @ 21:37:57
  Author: jsteel
Revision: 112038

Perl 5.20 rebuild

Modified:
  perl-package-stash-xs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:35:32 UTC (rev 112037)
+++ PKGBUILD2014-05-28 19:37:57 UTC (rev 112038)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contributor: Justin Davis 
 
 pkgname=perl-package-stash-xs
 pkgver=0.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Faster and more correct implementation of the Package::Stash API"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Package-Stash-XS";



[arch-commits] Commit in perl-params-util/repos (4 files)

2014-05-28 Thread Jonathan Steel
Date: Wednesday, May 28, 2014 @ 21:35:32
  Author: jsteel
Revision: 112037

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

Added:
  perl-params-util/repos/community-staging-i686/
  perl-params-util/repos/community-staging-i686/PKGBUILD
(from rev 112036, perl-params-util/trunk/PKGBUILD)
  perl-params-util/repos/community-staging-x86_64/
  perl-params-util/repos/community-staging-x86_64/PKGBUILD
(from rev 112036, perl-params-util/trunk/PKGBUILD)

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

Copied: perl-params-util/repos/community-staging-i686/PKGBUILD (from rev 
112036, perl-params-util/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-28 19:35:32 UTC (rev 112037)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-params-util
+pkgver=1.07
+pkgrel=3
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Params-Util";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz";)
+sha256sums=('30f1ec3f2cf9ff66ae96f97f23c5f558915bb6266881eac7423f52d7c76c')
+
+build()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-params-util/repos/community-staging-x86_64/PKGBUILD (from rev 
112036, perl-params-util/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-28 19:35:32 UTC (rev 112037)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-params-util
+pkgver=1.07
+pkgrel=3
+pkgdesc='Simple, compact and correct param-checking functions'
+arch=('i686' 'x86_64')
+url="https://metacpan.org/release/Params-Util";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-$pkgver.tar.gz";)
+sha256sums=('30f1ec3f2cf9ff66ae96f97f23c5f558915bb6266881eac7423f52d7c76c')
+
+build()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/Params-Util-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-params-util/trunk (PKGBUILD)

2014-05-28 Thread Jonathan Steel
Date: Wednesday, May 28, 2014 @ 21:34:57
  Author: jsteel
Revision: 112036

Perl 5.20 rebuild

Modified:
  perl-params-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:16:55 UTC (rev 112035)
+++ PKGBUILD2014-05-28 19:34:57 UTC (rev 112036)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contributor: Justin Davis (juster) 
 
 pkgname=perl-params-util
 pkgver=1.07
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple, compact and correct param-checking functions'
 arch=('i686' 'x86_64')
 url="https://metacpan.org/release/Params-Util";



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

2014-05-28 Thread Bartłomiej Piotrowski
Date: Wednesday, May 28, 2014 @ 21:25:30
  Author: bpiotrowski
Revision: 213732

archrelease: copy trunk to testing-any

Added:
  seabios/repos/testing-any/
  seabios/repos/testing-any/PKGBUILD
(from rev 213731, seabios/trunk/PKGBUILD)

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

Copied: seabios/repos/testing-any/PKGBUILD (from rev 213731, 
seabios/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-05-28 19:25:30 UTC (rev 213732)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=seabios
+pkgver=1.7.5
+pkgrel=1
+pkgdesc="A 16-bit x86 bios"
+arch=('any')
+url="http://www.coreboot.org/SeaBIOS";
+license=('GPL3' 'LGPL3')
+makedepends=('iasl' 'python2' 'inetutils')
+options=('!makeflags' '!strip')
+source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1ee607f720b848fa7a968741151991b645979f7e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/python/python2/g' Makefile
+}
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  install -Dm644 ${pkgname}-${pkgver}/out/bios.bin 
"${pkgdir}/usr/share/qemu/bios.bin"
+  install -Dm644 ${pkgname}-${pkgver}/out/src/fw/*.aml 
"${pkgdir}/usr/share/qemu/"
+}



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

2014-05-28 Thread Bartłomiej Piotrowski
Date: Wednesday, May 28, 2014 @ 21:25:23
  Author: bpiotrowski
Revision: 213731

upgpkg: seabios 1.7.5-1

new upstream release

Modified:
  seabios/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:24:41 UTC (rev 213730)
+++ PKGBUILD2014-05-28 19:25:23 UTC (rev 213731)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
+
 pkgname=seabios
-pkgver=1.7.3.1
-pkgrel=2
+pkgver=1.7.5
+pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
 url="http://www.coreboot.org/SeaBIOS";
@@ -10,15 +11,18 @@
 makedepends=('iasl' 'python2' 'inetutils')
 options=('!makeflags' '!strip')
 
source=(http://code.coreboot.org/p/seabios/downloads/get/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('7d891bfe4746fa0628e68eae616bd870624290d2')
+sha1sums=('1ee607f720b848fa7a968741151991b645979f7e')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i -e 's/python/python2/g' Makefile
-  make
+  sed -i 's/python/python2/g' Makefile
 }
 
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
 package() {
-  install -D -m644 ${pkgname}-${pkgver}/out/bios.bin 
"${pkgdir}/usr/share/qemu/bios.bin"
-  install -D -m644 ${pkgname}-${pkgver}/out/*.aml "${pkgdir}/usr/share/qemu/"
+  install -Dm644 ${pkgname}-${pkgver}/out/bios.bin 
"${pkgdir}/usr/share/qemu/bios.bin"
+  install -Dm644 ${pkgname}-${pkgver}/out/src/fw/*.aml 
"${pkgdir}/usr/share/qemu/"
 }



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

2014-05-28 Thread Andreas Radke
Date: Wednesday, May 28, 2014 @ 21:24:41
  Author: andyrtr
Revision: 213730

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 213729, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD
  xkeyboard-config/repos/extra-any/revert-comma-in-keypad.patch

--+
 PKGBUILD |   85 ++---
 revert-comma-in-keypad.patch |   39 --
 2 files changed, 38 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-28 19:24:33 UTC (rev 213729)
+++ PKGBUILD2014-05-28 19:24:41 UTC (rev 213730)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.11
-pkgrel=2
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-makedepends=('intltool' 'xorg-xkbcomp')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-revert-comma-in-keypad.patch)
-sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76'
-'05b22863ddb1de64575b56714ebd693f2ea639b7a4ae15e25c9a1f0d14dba817')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix FS#38743 , not merged upstream
-  patch -Np1 -i../revert-comma-in-keypad.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

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

Deleted: revert-comma-in-keypad.patch
===
--- revert-comma-in-keypad.patch2014-05-28 19:24:33 UTC (rev 213729)
+++ revert-comma-in-keypad.patch2014-05-28 19:24:41 UTC (rev 213730)
@@ -1,39 +0,0 @@
-diff --git a/symbols/fr b/symbols/fr
-index 9c89db8..3898b1c 100644
 a/symbols/fr
-+++ b/symbols/fr
-@@ -36,8 +36,6 @@ xkb_symbols "basic" {
- key { [ colon,  slash, periodcentered,   division ] 
};
- key { [exclam,section, dead_belowdot, dead_abovedot 
] };
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 
-diff --git a/symbols/it b/symbols/it
-index 8a66a30..2673cf9 100644
 a/symbols/it
-+++ b/symbols/it
-@@ -33,8 +33,6 @@ xkb_symbols "basic" {
- 
- key { [  less,greater,guillemotleft,guillemotright] 
};
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 
-diff --git a/symbols/nl b/symbols/nl
-index 1dde405..76cb018 100644
 a/symbols/nl
-+++ b/symbols/nl
-@@ -49,8 +49,6 @@ xkb_symbols "basic" {
- 
- key { [bracketright, bracketleft,   bar,brokenbar ] 
};
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 



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

2014-05-28 Thread Andreas Radke
Date: Wednesday, May 28, 2014 @ 21:24:33
  Author: andyrtr
Revision: 213729

upgpkg: xkeyboard-config 2.12-1

upstream update 2.12

Modified:
  xkeyboard-config/trunk/PKGBUILD
Deleted:
  xkeyboard-config/trunk/revert-comma-in-keypad.patch

--+
 PKGBUILD |   17 -
 revert-comma-in-keypad.patch |   39 ---
 2 files changed, 4 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 19:18:31 UTC (rev 213728)
+++ PKGBUILD2014-05-28 19:24:33 UTC (rev 213729)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xkeyboard-config
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
@@ -13,18 +13,9 @@
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-revert-comma-in-keypad.patch)
-sha256sums=('e7125460892c2b5c3a8d843cb18c24b60c46051e925c2888a61fa672a2f76d76'
-'05b22863ddb1de64575b56714ebd693f2ea639b7a4ae15e25c9a1f0d14dba817')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('65b62b95b77b609cb6c0439e0148c48c3ab7dcb5c90eb8d34cf1cb8f360cca44')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix FS#38743 , not merged upstream
-  patch -Np1 -i../revert-comma-in-keypad.patch
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: revert-comma-in-keypad.patch
===
--- revert-comma-in-keypad.patch2014-05-28 19:18:31 UTC (rev 213728)
+++ revert-comma-in-keypad.patch2014-05-28 19:24:33 UTC (rev 213729)
@@ -1,39 +0,0 @@
-diff --git a/symbols/fr b/symbols/fr
-index 9c89db8..3898b1c 100644
 a/symbols/fr
-+++ b/symbols/fr
-@@ -36,8 +36,6 @@ xkb_symbols "basic" {
- key { [ colon,  slash, periodcentered,   division ] 
};
- key { [exclam,section, dead_belowdot, dead_abovedot 
] };
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 
-diff --git a/symbols/it b/symbols/it
-index 8a66a30..2673cf9 100644
 a/symbols/it
-+++ b/symbols/it
-@@ -33,8 +33,6 @@ xkb_symbols "basic" {
- 
- key { [  less,greater,guillemotleft,guillemotright] 
};
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 
-diff --git a/symbols/nl b/symbols/nl
-index 1dde405..76cb018 100644
 a/symbols/nl
-+++ b/symbols/nl
-@@ -49,8 +49,6 @@ xkb_symbols "basic" {
- 
- key { [bracketright, bracketleft,   bar,brokenbar ] 
};
- 
--include "kpdl(comma)"
--
- include "level3(ralt_switch)"
- };
- 



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

2014-05-28 Thread Andreas Radke
Date: Wednesday, May 28, 2014 @ 21:18:31
  Author: andyrtr
Revision: 213728

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 213727, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 213727, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-05-28 19:18:31 UTC (rev 213728)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2014d
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('9309aeba6eb2eeba9ad0fad9080d40326cfdfb2a'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2014-05-28 Thread Andreas Radke
Date: Wednesday, May 28, 2014 @ 21:18:17
  Author: andyrtr
Revision: 213727

upgpkg: tzdata 2014d-1

upstream update 2014d

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 18:41:23 UTC (rev 213726)
+++ PKGBUILD2014-05-28 19:18:17 UTC (rev 213727)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2014c
+pkgver=2014d
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('c5c7cc0dd3de514e89e2c5d9c4a8eff812e68e65'
+sha1sums=('9309aeba6eb2eeba9ad0fad9080d40326cfdfb2a'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'



  1   2   >