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

2016-05-14 Thread Felix Yan
Date: Sunday, May 15, 2016 @ 07:14:56
  Author: fyan
Revision: 175410

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 175409, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 175409, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   54 -
 systemd-swap.install |6 ++---
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-15 05:14:36 UTC (rev 175409)
+++ PKGBUILD2016-05-15 05:14:56 UTC (rev 175410)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Timofey Titovets 
-
-pkgname=systemd-swap
-pkgver=2.27
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
-arch=('any')
-url="https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
-
-  install -dm755 "$pkgdir"/etc/systemd
-  ln -svf "../systemd-swap.conf" 
"$pkgdir"/etc/systemd/swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 175409, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-15 05:14:56 UTC (rev 175410)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Timofey Titovets 
+
+pkgname=systemd-swap
+pkgver=2.27.1
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
+arch=('any')
+url="https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
+
+  install -dm755 "$pkgdir"/etc/systemd
+  ln -svf "../systemd-swap.conf" 
"$pkgdir"/etc/systemd/swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2016-05-15 05:14:36 UTC (rev 175409)
+++ systemd-swap.install2016-05-15 05:14:56 UTC (rev 175410)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 175409, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2016-05-15 05:14:56 UTC (rev 175410)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
+}


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

2016-05-14 Thread Felix Yan
Date: Sunday, May 15, 2016 @ 07:14:36
  Author: fyan
Revision: 175409

upgpkg: systemd-swap 2.27.1-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-15 01:00:27 UTC (rev 175408)
+++ PKGBUILD2016-05-15 05:14:36 UTC (rev 175409)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets 
 
 pkgname=systemd-swap
-pkgver=2.27
+pkgver=2.27.1
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')


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

2016-05-14 Thread Allan McRae
Date: Sunday, May 15, 2016 @ 04:32:38
  Author: allan
Revision: 268053

begin fixing testsuite failures...

Added:
  automake/trunk/automake-1.15-gzip-envvar.patch
  automake/trunk/automake-1.15-perl-regex.patch
Modified:
  automake/trunk/PKGBUILD
Deleted:
  automake/trunk/automake.install

-+
 PKGBUILD|   19 +++---
 automake-1.15-gzip-envvar.patch |   68 ++
 automake-1.15-perl-regex.patch  |   26 ++
 automake.install|   22 
 4 files changed, 107 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-15 00:58:44 UTC (rev 268052)
+++ PKGBUILD2016-05-15 02:32:38 UTC (rev 268053)
@@ -4,7 +4,7 @@
 
 pkgname=automake
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
 license=('GPL')
@@ -13,17 +13,24 @@
 depends=('perl' 'bash')
 makedepends=('autoconf')
 checkdepends=('dejagnu' 'python' 'gcc-fortran' 'java-environment' 'vala' 
'emacs' 'cscope')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+automake-1.15-perl-regex.patch
+automake-1.15-gzip-envvar.patch)
 md5sums=('9a1ddb0e053474d9d1105cfe39b0c48d'
- 'SKIP')
+ 'SKIP'
+ 'ec24c629cad74c88555ee499c38dbd6e'
+ 'fa71c83d3f9d32d9a4007152b829074c')
 validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573')   # Stefano Lattarini
 
+
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # skip failing test...
-  sed -i "/instmany-python.sh/d" Makefile.in
+  # fix regex issue with recent perl
+  patch -p1 -i $srcdir/automake-1.15-perl-regex.patch
+
+  # fix testsuite issues with recent gzip
+  patch -p1 -i $srcdir/automake-1.15-gzip-envvar.patch
 }
 
 build() {

Added: automake-1.15-gzip-envvar.patch
===
--- automake-1.15-gzip-envvar.patch (rev 0)
+++ automake-1.15-gzip-envvar.patch 2016-05-15 02:32:38 UTC (rev 268053)
@@ -0,0 +1,68 @@
+From 749468ac63042820bc3da85ece5bed64b0c15d62 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Tue, 29 Mar 2016 02:44:19 +
+Subject: automake: port better to future gzip
+
+* lib/am/distdir.am (dist-gzip, dist-shar, distcheck):
+Port better to future versions of gzip, which are planned to
+deprecate the GZIP environment variable (Bug#20132).
+---
+diff --git a/lib/am/distdir.am b/lib/am/distdir.am
+index d4dd8cc..87c6730 100644
+--- a/lib/am/distdir.am
 b/lib/am/distdir.am
+@@ -309,6 +309,16 @@ endif %?TOPDIR_P%
+ ## We order DIST_TARGETS by expected duration of the compressors,
+ ## slowest first, for better parallelism in "make dist".  Do not
+ ## reorder DIST_ARCHIVES, users may expect gzip to be first.
++##
++## Traditionally, gzip prepended the contents of the GZIP environment
++## variable to its arguments, and the commands below formerly used
++## this by invoking 'GZIP=$(GZIP_ENV) gzip'.  The GZIP environment
++## variable is now considered to be obsolescent, so the commands below
++## now use 'eval GZIP= gzip $(GZIP_ENV)' instead; this should work
++## with both older and newer gzip implementations.  The 'eval' is to
++## support makefile assignments like 'GZIP_ENV = "-9 -n"' that quote
++## the GZIP_ENV right-hand side because that was needed with the
++## former invocation pattern.
+ 
+ if %?TOPDIR_P%
+ 
+@@ -316,7 +326,7 @@ if %?TOPDIR_P%
+ GZIP_ENV = --best
+ .PHONY: dist-gzip
+ dist-gzip: distdir
+-  tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
++  tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
+   $(am__post_remove_distdir)
+ 
+ ?BZIP2?DIST_ARCHIVES += $(distdir).tar.bz2
+@@ -352,7 +362,7 @@ dist-shar: distdir
+   @echo WARNING: "Support for shar distribution archives is" \
+  "deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
+-  shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
++  shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
+   $(am__post_remove_distdir)
+ 
+ ?ZIP?DIST_ARCHIVES += $(distdir).zip
+@@ -412,7 +422,7 @@ endif %?SUBDIRS%
+ distcheck: dist
+   case '$(DIST_ARCHIVES)' in \
+   *.tar.gz*) \
+-GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
++eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
+   *.tar.bz2*) \
+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+   *.tar.lz*) \
+@@ -422,7 +432,7 @@ distcheck: dist
+   *.tar.Z*) \
+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+   *.shar.gz*) \
+-GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\

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

2016-05-14 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 03:00:27
  Author: heftig
Revision: 175408

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 175407, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-15 00:51:08 UTC (rev 175407)
+++ PKGBUILD2016-05-15 01:00:27 UTC (rev 175408)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.0.5.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-noextract=("$pkgname-bin-${pkgver}.tar.gz")
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('9ef392bd859690c9a838f6475040345e0c512f7fcc0b37c809a91cf671f5daf3')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 175407, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-15 01:00:27 UTC (rev 175408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.1.0.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('ff48c8eea61d0be93d807f56eda613350e91f598f6f4f71ef73ed53e7d0530ad')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}


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

2016-05-14 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 02:58:44
  Author: heftig
Revision: 268052

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-15 00:55:57 UTC (rev 268051)
+++ extra-i686/PKGBUILD 2016-05-15 00:58:44 UTC (rev 268052)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=rest
-pkgver=0.7.93
-pkgrel=1
-pkgdesc="A helper library for RESTful services."
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-license=(GPL2)
-depends=(glib2 libxml2 'libsoup')
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-i686/PKGBUILD (from rev 268051, rest/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-15 00:58:44 UTC (rev 268052)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A helper library for RESTful services."
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-15 00:55:57 UTC (rev 268051)
+++ extra-x86_64/PKGBUILD   2016-05-15 00:58:44 UTC (rev 268052)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=rest
-pkgver=0.7.93
-pkgrel=1
-pkgdesc="A helper library for RESTful services."
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-license=(GPL2)
-depends=(glib2 libxml2 'libsoup')
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rest/repos/extra-x86_64/PKGBUILD (from rev 268051, rest/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-15 00:58:44 UTC (rev 268052)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=rest
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A helper library for RESTful services."
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-14 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 02:55:57
  Author: heftig
Revision: 268051

0.8.0-1

Modified:
  rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-15 00:53:44 UTC (rev 268050)
+++ PKGBUILD2016-05-15 00:55:57 UTC (rev 268051)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=rest
-pkgver=0.7.93
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A helper library for RESTful services."
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 libxml2 'libsoup')
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
+sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-14 Thread Jan Steffens
Date: Sunday, May 15, 2016 @ 02:51:08
  Author: heftig
Revision: 175407

9.1.0.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 22:08:10 UTC (rev 175406)
+++ PKGBUILD2016-05-15 00:51:08 UTC (rev 175407)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.0.5.0
+pkgver=9.1.0.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -10,9 +10,9 @@
 url="http://www.jruby.org/;
 license=(EPL GPL2 LGPL2.1 custom)
 options=(!strip)
-noextract=("$pkgname-bin-${pkgver}.tar.gz")
+noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('9ef392bd859690c9a838f6475040345e0c512f7fcc0b37c809a91cf671f5daf3')
+sha256sums=('ff48c8eea61d0be93d807f56eda613350e91f598f6f4f71ef73ed53e7d0530ad')
 
 package() {
   depends=(java-runtime-headless bash)


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

2016-05-14 Thread Gaetan Bisson
Date: Sunday, May 15, 2016 @ 00:26:53
  Author: bisson
Revision: 268048

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 268047, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd.conf
(from rev 268047, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 268047, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 268047, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 268047, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 268047, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 268047, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 268047, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 268047, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 268047, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 268047, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 268047, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 268047, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 268047, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   90 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   90 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   15 +
 14 files changed, 294 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 268047, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-14 22:26:53 UTC (rev 268048)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.2p2
+pkgrel=2
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as login shell
+   # - fails with firewall activated, etc.
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install 

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

2016-05-14 Thread Gaetan Bisson
Date: Sunday, May 15, 2016 @ 00:24:23
  Author: bisson
Revision: 268047

fix FS#49325:

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshdgenkeys.service

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 22:03:54 UTC (rev 268046)
+++ PKGBUILD2016-05-14 22:24:23 UTC (rev 268047)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=7.2p2
-pkgrel=1
+pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
 'sshd.conf'
 'sshd.pam')
 sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'
   'e12fa910b26a5634e5a6ac39ce1399a132cf6796'

Modified: sshdgenkeys.service
===
--- sshdgenkeys.service 2016-05-14 22:03:54 UTC (rev 268046)
+++ sshdgenkeys.service 2016-05-14 22:24:23 UTC (rev 268047)
@@ -1,9 +1,5 @@
 [Unit]
 Description=SSH Key Generation
-ConditionPathExists=|!/etc/ssh/ssh_host_key
-ConditionPathExists=|!/etc/ssh/ssh_host_key.pub
-ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
-ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
 ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
 ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub
 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
@@ -10,6 +6,8 @@
 ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key
 ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub
+ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
+ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
 
 [Service]
 ExecStart=/usr/bin/ssh-keygen -A


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

2016-05-14 Thread Alexander Rødseth
Date: Sunday, May 15, 2016 @ 00:08:10
  Author: arodseth
Revision: 175406

archrelease: copy trunk to community-any

Added:
  nltk-data/repos/community-any/LICENSE
(from rev 175405, nltk-data/trunk/LICENSE)
  nltk-data/repos/community-any/PKGBUILD
(from rev 175405, nltk-data/trunk/PKGBUILD)
Deleted:
  nltk-data/repos/community-any/LICENSE
  nltk-data/repos/community-any/PKGBUILD

--+
 LICENSE  |6 ++---
 PKGBUILD |   70 ++---
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-05-14 21:01:19 UTC (rev 175405)
+++ LICENSE 2016-05-14 22:08:10 UTC (rev 175406)
@@ -1,3 +0,0 @@
-Parts of NTLK-Data are distributed under various licenses,
-as documented in their respective README files.
-See: /usr/share/nltk/data/corpora/

Copied: nltk-data/repos/community-any/LICENSE (from rev 175405, 
nltk-data/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-05-14 22:08:10 UTC (rev 175406)
@@ -0,0 +1,3 @@
+Parts of NTLK-Data are distributed under various licenses,
+as documented in their respective README files.
+See: /usr/share/nltk/data/corpora/

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 21:01:19 UTC (rev 175405)
+++ PKGBUILD2016-05-14 22:08:10 UTC (rev 175406)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Anton Bazhenov 
-# Contributor: Michal Bozon 
-
-pkgname=nltk-data
-pkgver=3.0a3
-pkgrel=1
-pkgdesc='Corpora, grammars and other linguistic data for NLTK'
-arch=('any')
-url='http://nltk.sourceforge.net/'
-license=('custom')
-makedepends=('unzip' 'python-nltk')
-source=('LICENSE')
-md5sums=('69998d5f493a60e7a1467b8003ab8e22')
-
-package() {
-  install -d "$pkgdir/usr/share/nltk_data"
-  python -m nltk.downloader -d "$pkgdir/usr/share/nltk_data" all
-
-  for _dir in "$pkgdir/usr/share/nltk_data/"*; do
-unzip -u "$_dir/"\*.zip -d "$_dir"
-rm -f "$_dir/"*.zip
-  done
-
-  find "$pkgdir/usr/share/nltk_data/" -type f -exec chmod 0644 {} \;
-  find "$pkgdir/usr/share/nltk_data/" -type d -exec chmod 0755 {} \;
-
-  install -d "$pkgdir/usr/share/licenses/nltk-data"
-  install -m644 "$srcdir/LICENSE" \
-"$pkgdir/usr/share/licenses/nltk-data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nltk-data/repos/community-any/PKGBUILD (from rev 175405, 
nltk-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 22:08:10 UTC (rev 175406)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Anton Bazhenov 
+# Contributor: Michal Bozon 
+
+pkgname=nltk-data
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Corpora, grammars and other linguistic data for NLTK'
+arch=('any')
+url='http://www.nltk.org/data.html'
+license=('custom')
+makedepends=('unzip' "python-nltk=$pkgver")
+source=('LICENSE')
+md5sums=('69998d5f493a60e7a1467b8003ab8e22')
+
+package() {
+  install -d "$pkgdir/usr/share/nltk_data"
+  python -m nltk.downloader -d "$pkgdir/usr/share/nltk_data" all
+
+  for _dir in "$pkgdir/usr/share/nltk_data/"*; do
+unzip -u "$_dir/"\*.zip -d "$_dir"
+rm -f "$_dir/"*.zip
+  done
+
+  find "$pkgdir/usr/share/nltk_data/" -type f -exec chmod 0644 {} \;
+  find "$pkgdir/usr/share/nltk_data/" -type d -exec chmod 0755 {} \;
+
+  install -d "$pkgdir/usr/share/licenses/nltk-data"
+  install -m644 "$srcdir/LICENSE" \
+"$pkgdir/usr/share/licenses/nltk-data"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-14 Thread Antonio Rojas
Date: Sunday, May 15, 2016 @ 00:03:54
  Author: arojas
Revision: 268046

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 268045, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/octave-gcc6.patch
(from rev 268045, octave/trunk/octave-gcc6.patch)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 268045, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/octave-gcc6.patch
(from rev 268045, octave/trunk/octave-gcc6.patch)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/octave.install

+
 /PKGBUILD  |  112 +++
 extra-i686/PKGBUILD|   48 
 extra-i686/octave-gcc6.patch   |   59 
 extra-i686/octave.install  |   20 --
 extra-x86_64/PKGBUILD  |   48 
 extra-x86_64/octave-gcc6.patch |   59 
 extra-x86_64/octave.install|   20 --
 7 files changed, 230 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 22:03:18 UTC (rev 268045)
+++ extra-i686/PKGBUILD 2016-05-14 22:03:54 UTC (rev 268046)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=4.0.1
-pkgrel=4
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' 'x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
-  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
-options=('!emptydirs')
-install=octave.install
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e'
-  'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
-  MOC=moc-qt4 UIC=uic-qt4
-# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 268045, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 22:03:54 UTC (rev 268046)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig} 
octave-gcc6.patch)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('34384a5ddeea1b29bdfedd5e8d2bdb13b7b2daf5'
+  'SKIP'
+  'a723bace13eeb09d8ea3223b9f594124ab5cc05f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p1 -i ../octave-gcc6.patch
+  find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include 
/#include <\1.h>/'
+  find -name \*.h -o -name \*.cc | xargs sed -i -e 's//"config.h"/' 
-e 's//"base-list.h"/'
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make 

[arch-commits] Commit in octave/trunk (PKGBUILD octave-gcc6.patch octave.install)

2016-05-14 Thread Antonio Rojas
Date: Sunday, May 15, 2016 @ 00:03:18
  Author: arojas
Revision: 268045

Hooks

Added:
  octave/trunk/octave-gcc6.patch
Modified:
  octave/trunk/PKGBUILD
Deleted:
  octave/trunk/octave.install

---+
 PKGBUILD  |   20 -
 octave-gcc6.patch |   59 
 octave.install|   20 -
 3 files changed, 73 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:15:23 UTC (rev 268044)
+++ PKGBUILD2016-05-14 22:03:18 UTC (rev 268045)
@@ -4,8 +4,8 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=4.0.1
-pkgrel=4
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;
@@ -15,13 +15,21 @@
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig} 
octave-gcc6.patch)
 options=('!emptydirs')
-install=octave.install
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e'
-  'SKIP')
+sha1sums=('34384a5ddeea1b29bdfedd5e8d2bdb13b7b2daf5'
+  'SKIP'
+  'a723bace13eeb09d8ea3223b9f594124ab5cc05f')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p1 -i ../octave-gcc6.patch
+  find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include 
/#include <\1.h>/'
+  find -name \*.h -o -name \*.cc | xargs sed -i -e 's//"config.h"/' 
-e 's//"base-list.h"/'
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: octave-gcc6.patch
===
--- octave-gcc6.patch   (rev 0)
+++ octave-gcc6.patch   2016-05-14 22:03:18 UTC (rev 268045)
@@ -0,0 +1,59 @@
+diff -up octave-4.0.0/libinterp/corefcn/pr-output.cc.abs 
octave-4.0.0/libinterp/corefcn/pr-output.cc
+--- octave-4.0.0/libinterp/corefcn/pr-output.cc.abs2015-05-23 
08:21:53.0 -0600
 octave-4.0.0/libinterp/corefcn/pr-output.cc2016-02-21 
08:59:30.966291273 -0700
+@@ -21,7 +21,7 @@ along with Octave; see the file COPYING.
+ */
+ 
+ #ifdef HAVE_CONFIG_H
+-#include 
++#include "config.h"
+ #endif
+ 
+ #include 
+@@ -3145,6 +3145,14 @@ PRINT_INT_SCALAR_INTERNAL (uint32_t)
+ PRINT_INT_SCALAR_INTERNAL (int64_t)
+ PRINT_INT_SCALAR_INTERNAL (uint64_t)
+ 
++inline unsigned int abs (unsigned int x) { return x; }
++inline long unsigned int abs (long unsigned int x) { return x; }
++inline long long unsigned int abs (long long unsigned int x) { return x; }
++inline short unsigned int abs (short unsigned int x) { return x; }
++inline unsigned char abs (unsigned char x) { return x; }
++inline signed char abs (signed char x) { return abs((int)x); }
++inline short int abs (short int x) { return abs((int)x); }
++
+ template 
+ /* static */ inline void
+ octave_print_internal_template (std::ostream& os, const intNDArray& nda,
+diff -up octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh.gnulib 
octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh
+--- octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh.gnulib   2015-05-23 
08:21:53.0 -0600
 octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh  2016-02-19 
19:50:04.693811663 -0700
+@@ -27,6 +27,7 @@
+ #ifndef FADDEEVA_HH
+ #define FADDEEVA_HH 1
+ 
++#include 
+ #include 
+ 
+ namespace Faddeeva {
+diff -up octave-4.0.1/libgnu/math.in.h.signbit octave-4.0.1/libgnu/math.in.h
+--- octave-4.0.1/libgnu/math.in.h.signbit  2015-05-14 01:31:01.0 
-0600
 octave-4.0.1/libgnu/math.in.h  2016-03-23 17:34:43.719131933 -0600
+@@ -1,6 +1,6 @@
+ /* A GNU-like .
+ 
+-   Copyright (C) 2002-2003, 2007-2015 Free Software Foundation, Inc.
++   Copyright (C) 2002-2003, 2007-2016 Free Software Foundation, Inc.
+ 
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+@@ -2205,7 +2205,8 @@ _GL_WARN_REAL_FLOATING_DECL (isnan);
+ 
+ 
+ #if @GNULIB_SIGNBIT@
+-# if @REPLACE_SIGNBIT_USING_GCC@
++# if (@REPLACE_SIGNBIT_USING_GCC@ \
++  && (!defined __cplusplus || __cplusplus < 201103L))
+ #  undef signbit
+/* GCC 4.0 and newer provides three built-ins for signbit.  */
+ #  define signbit(x) \

Deleted: octave.install
===
--- octave.install  2016-05-14 21:15:23 UTC (rev 268044)
+++ octave.install  2016-05-14 22:03:18 UTC (rev 268045)
@@ -1,20 +0,0 @@
-info_dir=/usr/share/info
-info_files=(octave.info octave.info-1 octave.info-2 

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

2016-05-14 Thread Dan McGee
Date: Saturday, May 14, 2016 @ 23:15:23
  Author: dan
Revision: 268044

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 21:15:16 UTC (rev 268043)
+++ PKGBUILD2016-05-14 21:15:23 UTC (rev 268044)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Sebastien Binet 
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=8.1.1
-pkgrel=1
-pkgdesc="The PyPA recommended tool for installing Python packages"
-url="https://pip.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('6b86f11841e89c8241d689956ba99ed7')
-sha256sums=('3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir/pip-$pkgver"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="$pkgdir"
-
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd "$srcdir/pip-$pkgver"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  
-  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 268043, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 21:15:23 UTC (rev 268044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(https://pypi.io/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('87083c0b9867963b29f7aba3613e8f4a')
+sha256sums=('4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd "$srcdir/pip-$pkgver"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd "$srcdir/pip-$pkgver"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-05-14 Thread Dan McGee
Date: Saturday, May 14, 2016 @ 23:15:16
  Author: dan
Revision: 268043

upgpkg: python-pip 8.1.2-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:09:27 UTC (rev 268042)
+++ PKGBUILD2016-05-14 21:15:16 UTC (rev 268043)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet 
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=8.1.1
+pkgver=8.1.2
 pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/;
@@ -10,9 +10,9 @@
 arch=('any')
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('6b86f11841e89c8241d689956ba99ed7')
-sha256sums=('3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798')
+source=(https://pypi.io/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('87083c0b9867963b29f7aba3613e8f4a')
+sha256sums=('4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')


[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (3 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:09:27
  Author: arojas
Revision: 268042

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
(from rev 268041, gnome-icon-theme-symbolic/trunk/PKGBUILD)
Deleted:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install

---+
 PKGBUILD  |   53 +---
 gnome-icon-theme-symbolic.install |   11 ---
 2 files changed, 26 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 21:09:09 UTC (rev 268041)
+++ PKGBUILD2016-05-14 21:09:27 UTC (rev 268042)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-icon-theme-symbolic
-pkgver=3.12.0
-pkgrel=3
-pkgdesc="GNOME icon theme, symbolic icons"
-arch=(any)
-depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
-makedepends=(intltool icon-naming-utils)
-url="http://www.gnome.org;
-license=(GPL)
-install=gnome-icon-theme-symbolic.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 268041, 
gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 21:09:27 UTC (rev 268042)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.12.0
+pkgrel=4
+pkgdesc="GNOME icon theme, symbolic icons"
+arch=(any)
+depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
+makedepends=(intltool icon-naming-utils)
+url="http://www.gnome.org;
+license=(GPL)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic.install   2016-05-14 21:09:09 UTC (rev 268041)
+++ gnome-icon-theme-symbolic.install   2016-05-14 21:09:27 UTC (rev 268042)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (2 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:09:09
  Author: arojas
Revision: 268041

Hooks

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD
Deleted:
  gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install

---+
 PKGBUILD  |3 +--
 gnome-icon-theme-symbolic.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:07:25 UTC (rev 268040)
+++ PKGBUILD2016-05-14 21:09:09 UTC (rev 268041)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-icon-theme-symbolic
 pkgver=3.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="GNOME icon theme, symbolic icons"
 arch=(any)
 depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
@@ -11,7 +11,6 @@
 makedepends=(intltool icon-naming-utils)
 url="http://www.gnome.org;
 license=(GPL)
-install=gnome-icon-theme-symbolic.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
 

Deleted: gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic.install   2016-05-14 21:07:25 UTC (rev 268040)
+++ gnome-icon-theme-symbolic.install   2016-05-14 21:09:09 UTC (rev 268041)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gnome-icon-theme-extras/repos/extra-any (3 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:07:25
  Author: arojas
Revision: 268040

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
(from rev 268039, gnome-icon-theme-extras/trunk/PKGBUILD)
Deleted:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
  gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install

-+
 PKGBUILD|   53 ++
 gnome-icon-theme-extras.install |   11 ---
 2 files changed, 26 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 21:06:57 UTC (rev 268039)
+++ PKGBUILD2016-05-14 21:07:25 UTC (rev 268040)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-icon-theme-extras
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME icon theme, extra icons"
-arch=(any)
-depends=('gnome-icon-theme')
-makedepends=('intltool' 'icon-naming-utils')
-url="http://www.gnome.org;
-license=('GPL')
-install=gnome-icon-theme-extras.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-extras/repos/extra-any/PKGBUILD (from rev 268039, 
gnome-icon-theme-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 21:07:25 UTC (rev 268040)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org;
+license=('GPL')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-extras.install
===
--- gnome-icon-theme-extras.install 2016-05-14 21:06:57 UTC (rev 268039)
+++ gnome-icon-theme-extras.install 2016-05-14 21:07:25 UTC (rev 268040)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gnome-icon-theme-extras/trunk (2 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:06:57
  Author: arojas
Revision: 268039

Hooks

Modified:
  gnome-icon-theme-extras/trunk/PKGBUILD
Deleted:
  gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install

-+
 PKGBUILD|3 +--
 gnome-icon-theme-extras.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:05:18 UTC (rev 268038)
+++ PKGBUILD2016-05-14 21:06:57 UTC (rev 268039)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-icon-theme-extras
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME icon theme, extra icons"
 arch=(any)
 depends=('gnome-icon-theme')
@@ -11,7 +11,6 @@
 makedepends=('intltool' 'icon-naming-utils')
 url="http://www.gnome.org;
 license=('GPL')
-install=gnome-icon-theme-extras.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
 

Deleted: gnome-icon-theme-extras.install
===
--- gnome-icon-theme-extras.install 2016-05-14 21:05:18 UTC (rev 268038)
+++ gnome-icon-theme-extras.install 2016-05-14 21:06:57 UTC (rev 268039)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:04:45
  Author: arojas
Revision: 268037

Hooks

Modified:
  gnu-netcat/trunk/PKGBUILD
Deleted:
  gnu-netcat/trunk/gnu-netcat.install

+
 PKGBUILD   |3 +--
 gnu-netcat.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:01:25 UTC (rev 268036)
+++ PKGBUILD2016-05-14 21:04:45 UTC (rev 268037)
@@ -3,7 +3,7 @@
 
 pkgname=gnu-netcat
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="GNU rewrite of netcat, the network piping application"
 depends=('glibc' 'texinfo')
 arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@
 license=('GPL')
 replaces=('netcat')
 provides=('netcat')
-install=gnu-netcat.install
 
source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
 md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
 

Deleted: gnu-netcat.install
===
--- gnu-netcat.install  2016-05-14 21:01:25 UTC (rev 268036)
+++ gnu-netcat.install  2016-05-14 21:04:45 UTC (rev 268037)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:05:18
  Author: arojas
Revision: 268038

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

Added:
  gnu-netcat/repos/extra-i686/PKGBUILD
(from rev 268037, gnu-netcat/trunk/PKGBUILD)
  gnu-netcat/repos/extra-x86_64/PKGBUILD
(from rev 268037, gnu-netcat/trunk/PKGBUILD)
Deleted:
  gnu-netcat/repos/extra-i686/PKGBUILD
  gnu-netcat/repos/extra-i686/gnu-netcat.install
  gnu-netcat/repos/extra-x86_64/PKGBUILD
  gnu-netcat/repos/extra-x86_64/gnu-netcat.install

-+
 /PKGBUILD   |   52 ++
 extra-i686/PKGBUILD |   27 ---
 extra-i686/gnu-netcat.install   |   13 -
 extra-x86_64/PKGBUILD   |   27 ---
 extra-x86_64/gnu-netcat.install |   13 -
 5 files changed, 52 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 21:04:45 UTC (rev 268037)
+++ extra-i686/PKGBUILD 2016-05-14 21:05:18 UTC (rev 268038)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K 
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=5
-pkgdesc="GNU rewrite of netcat, the network piping application"
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url="http://netcat.sourceforge.net/;
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd "${srcdir}/netcat-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/netcat-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnu-netcat/repos/extra-i686/PKGBUILD (from rev 268037, 
gnu-netcat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 21:05:18 UTC (rev 268038)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tom K 
+
+pkgname=gnu-netcat
+pkgver=0.7.1
+pkgrel=6
+pkgdesc="GNU rewrite of netcat, the network piping application"
+depends=('glibc' 'texinfo')
+arch=('i686' 'x86_64')
+url="http://netcat.sourceforge.net/;
+license=('GPL')
+replaces=('netcat')
+provides=('netcat')
+source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
+md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
+
+build() {
+  cd "${srcdir}/netcat-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}/netcat-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnu-netcat.install
===
--- extra-i686/gnu-netcat.install   2016-05-14 21:04:45 UTC (rev 268037)
+++ extra-i686/gnu-netcat.install   2016-05-14 21:05:18 UTC (rev 268038)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 21:04:45 UTC (rev 268037)
+++ extra-x86_64/PKGBUILD   2016-05-14 21:05:18 UTC (rev 268038)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K 
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=5
-pkgdesc="GNU rewrite of netcat, the network piping application"
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url="http://netcat.sourceforge.net/;
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd "${srcdir}/netcat-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/netcat-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnu-netcat/repos/extra-x86_64/PKGBUILD (from rev 268037, 
gnu-netcat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-14 21:05:18 UTC (rev 268038)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tom K 
+
+pkgname=gnu-netcat
+pkgver=0.7.1
+pkgrel=6
+pkgdesc="GNU rewrite of netcat, the network piping application"
+depends=('glibc' 'texinfo')
+arch=('i686' 'x86_64')
+url="http://netcat.sourceforge.net/;
+license=('GPL')
+replaces=('netcat')
+provides=('netcat')
+source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)

[arch-commits] Commit in cpio/repos (22 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:01:25
  Author: arojas
Revision: 268036

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

Added:
  cpio/repos/extra-i686/PKGBUILD
(from rev 268035, cpio/trunk/PKGBUILD)
  cpio/repos/extra-i686/cpio-2.11-CVE-2014-9112.patch
(from rev 268035, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/extra-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 268035, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/extra-i686/cpio-2.11-stdio.in.patch
(from rev 268035, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/extra-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 268035, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
  cpio/repos/extra-x86_64/PKGBUILD
(from rev 268035, cpio/trunk/PKGBUILD)
  cpio/repos/extra-x86_64/cpio-2.11-CVE-2014-9112.patch
(from rev 268035, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/extra-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
(from rev 268035, 
cpio/trunk/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch)
  cpio/repos/extra-x86_64/cpio-2.11-stdio.in.patch
(from rev 268035, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/extra-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 268035, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
Deleted:
  cpio/repos/extra-i686/PKGBUILD
  cpio/repos/extra-i686/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/extra-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
  cpio/repos/extra-i686/cpio-2.11-stdio.in.patch
  cpio/repos/extra-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/extra-i686/cpio.install
  cpio/repos/extra-x86_64/PKGBUILD
  cpio/repos/extra-x86_64/cpio-2.11-CVE-2014-9112.patch
  cpio/repos/extra-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch
  cpio/repos/extra-x86_64/cpio-2.11-stdio.in.patch
  cpio/repos/extra-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
  cpio/repos/extra-x86_64/cpio.install

---+
 /PKGBUILD |   66 +
 /cpio-2.11-CVE-2014-9112.patch|  424 ++
 /cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  304 +++
 /cpio-2.11-stdio.in.patch |   26 
 /cpio-2.11-testsuite-CVE-2014-9112.patch  |   60 +
 extra-i686/PKGBUILD   |   34 
 extra-i686/cpio-2.11-CVE-2014-9112.patch  |  212 -
 extra-i686/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch   |  152 ---
 extra-i686/cpio-2.11-stdio.in.patch   |   13 
 extra-i686/cpio-2.11-testsuite-CVE-2014-9112.patch|   30 
 extra-i686/cpio.install   |   21 
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/cpio-2.11-CVE-2014-9112.patch|  212 -
 extra-x86_64/cpio-2.11-check_for_symlinks-CVE-2015-1197.patch |  152 ---
 extra-x86_64/cpio-2.11-stdio.in.patch |   13 
 extra-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch  |   30 
 extra-x86_64/cpio.install |   21 
 17 files changed, 880 insertions(+), 924 deletions(-)

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


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

2016-05-14 Thread Jelle van der Waa
Date: Saturday, May 14, 2016 @ 23:01:19
  Author: jelle
Revision: 175405

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

Added:
  python-scipy/repos/community-i686/PKGBUILD
(from rev 175404, python-scipy/trunk/PKGBUILD)
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 175404, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-i686/PKGBUILD
  python-scipy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  182 
 community-i686/PKGBUILD   |   94 --
 community-x86_64/PKGBUILD |   94 --
 3 files changed, 182 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 21:01:03 UTC (rev 175404)
+++ community-i686/PKGBUILD 2016-05-14 21:01:19 UTC (rev 175405)
@@ -1,94 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
-arch=('i686' 'x86_64')
-url="http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz;)
-#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('5ff2971e1ce90e762c59d2cd84837224')
-# 'SKIP')
-
-build() {
-  export LDFLAGS="-Wall -shared"
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS="-Wall -shared"
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
-  cd ${srcdir}
-  python -c "from scipy import test; test('full')"
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c "from scipy import test; test('full')"
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS="-Wall -shared"
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy<0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS="-Wall -shared"
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 175404, 
python-scipy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 21:01:19 UTC (rev 175405)
@@ -0,0 +1,91 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('i686' 'x86_64')
+url="http://www.scipy.org/;

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

2016-05-14 Thread Jelle van der Waa
Date: Saturday, May 14, 2016 @ 23:01:03
  Author: jelle
Revision: 175404

upgpkg: python-scipy 0.17.1-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:37:16 UTC (rev 175403)
+++ PKGBUILD2016-05-14 21:01:03 UTC (rev 175404)
@@ -6,7 +6,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
@@ -14,11 +14,8 @@
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-#source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz;)
-#validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
-md5sums=('5ff2971e1ce90e762c59d2cd84837224')
-# 'SKIP')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+md5sums=('ddb93a497f2d3599baec97ade67f412f')
 
 build() {
   export LDFLAGS="-Wall -shared"


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

2016-05-14 Thread Dan McGee
Date: Saturday, May 14, 2016 @ 23:00:26
  Author: dan
Revision: 268033

upgpkg: django 1.9.6-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:58:32 UTC (rev 268032)
+++ PKGBUILD2016-05-14 21:00:26 UTC (rev 268033)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9.5
+pkgver=1.9.6
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('419835cef8d42a1a0a3fd6e1eaa24475')
-sha256sums=('e54667ad305a29f5895f14108127cc79dabebce2e80c7c6cf852a6495de26aa6')
+md5sums=('07d9b3883198caa847b917c94b665452')
+sha256sums=('e5a1d1a831c06475c708126c6a7e0ae0e67adac9d8a7c39cf0695ad79030b9d9')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2016-05-14 Thread Dan McGee
Date: Saturday, May 14, 2016 @ 23:00:35
  Author: dan
Revision: 268034

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 268033, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 21:00:26 UTC (rev 268033)
+++ PKGBUILD2016-05-14 21:00:35 UTC (rev 268034)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.9.5
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('419835cef8d42a1a0a3fd6e1eaa24475')
-sha256sums=('e54667ad305a29f5895f14108127cc79dabebce2e80c7c6cf852a6495de26aa6')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 268033, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 21:00:35 UTC (rev 268034)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.9.6
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('07d9b3883198caa847b917c94b665452')
+sha256sums=('e5a1d1a831c06475c708126c6a7e0ae0e67adac9d8a7c39cf0695ad79030b9d9')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 23:00:48
  Author: arojas
Revision: 268035

Hooks

Modified:
  cpio/trunk/PKGBUILD
Deleted:
  cpio/trunk/cpio.install

--+
 PKGBUILD |3 +--
 cpio.install |   21 -
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 21:00:35 UTC (rev 268034)
+++ PKGBUILD2016-05-14 21:00:48 UTC (rev 268035)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 pkgname=cpio
 pkgver=2.12
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(i686 x86_64)
 license=('GPL')
@@ -9,7 +9,6 @@
 url="http://www.gnu.org/software/cpio;
 depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz)
-install=cpio.install
 md5sums=('fc207561a86b63862eea4b8300313e86')
 
 build() {

Deleted: cpio.install
===
--- cpio.install2016-05-14 21:00:35 UTC (rev 268034)
+++ cpio.install2016-05-14 21:00:48 UTC (rev 268035)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(cpio.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:58:32
  Author: arojas
Revision: 268032

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

Added:
  chemtool/repos/extra-i686/PKGBUILD
(from rev 268031, chemtool/trunk/PKGBUILD)
  chemtool/repos/extra-i686/chemtool.desktop
(from rev 268031, chemtool/trunk/chemtool.desktop)
  chemtool/repos/extra-x86_64/PKGBUILD
(from rev 268031, chemtool/trunk/PKGBUILD)
  chemtool/repos/extra-x86_64/chemtool.desktop
(from rev 268031, chemtool/trunk/chemtool.desktop)
Deleted:
  chemtool/repos/extra-i686/PKGBUILD
  chemtool/repos/extra-i686/chemtool.desktop
  chemtool/repos/extra-i686/chemtool.install
  chemtool/repos/extra-x86_64/PKGBUILD
  chemtool/repos/extra-x86_64/chemtool.desktop
  chemtool/repos/extra-x86_64/chemtool.install

---+
 /PKGBUILD |   54 
 /chemtool.desktop |   26 +++
 extra-i686/PKGBUILD   |   28 
 extra-i686/chemtool.desktop   |   13 -
 extra-i686/chemtool.install   |   11 
 extra-x86_64/PKGBUILD |   28 
 extra-x86_64/chemtool.desktop |   13 -
 extra-x86_64/chemtool.install |   11 
 8 files changed, 80 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:58:01 UTC (rev 268031)
+++ extra-i686/PKGBUILD 2016-05-14 20:58:32 UTC (rev 268032)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=chemtool
-pkgver=1.6.14
-pkgrel=1
-pkgdesc="A small program for drawing chemical structures"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html;
-depends=('gtk2' 'desktop-file-utils')
-source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgver}.tar.gz
 chemtool.desktop)
-install=chemtool.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir}/ install
- install -D -m644 gnome/chemtool.png ${pkgdir}/usr/share/pixmaps/chemtool.png
- install -D -m644 ${srcdir}/chemtool.desktop 
${pkgdir}/usr/share/applications/chemtool.desktop
-}
-md5sums=('3a97680f0abe1327af1f0072551a68e2'
- '8cbb6f7021bd5aaa6f6a31fc4d95a06e')

Copied: chemtool/repos/extra-i686/PKGBUILD (from rev 268031, 
chemtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:58:32 UTC (rev 268032)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=chemtool
+pkgver=1.6.14
+pkgrel=2
+pkgdesc="A small program for drawing chemical structures"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html;
+depends=('gtk2' 'desktop-file-utils')
+source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgver}.tar.gz
 chemtool.desktop)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir}/ install
+ install -D -m644 gnome/chemtool.png ${pkgdir}/usr/share/pixmaps/chemtool.png
+ install -D -m644 ${srcdir}/chemtool.desktop 
${pkgdir}/usr/share/applications/chemtool.desktop
+}
+md5sums=('3a97680f0abe1327af1f0072551a68e2'
+ '8cbb6f7021bd5aaa6f6a31fc4d95a06e')

Deleted: extra-i686/chemtool.desktop
===
--- extra-i686/chemtool.desktop 2016-05-14 20:58:01 UTC (rev 268031)
+++ extra-i686/chemtool.desktop 2016-05-14 20:58:32 UTC (rev 268032)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Name=Chemtool
-Comment=Molecules 2D drawing
-Name[cs_CZ.ISO8859-2]=Chemtool
-Comment[cs_CZ.ISO8859-2]=Editor molekul
-Comment[de_DE.ISO8859-1]=Moleküleditor
-Exec=chemtool 
-Icon=chemtool.png
-Terminal=false
-MultipleArgs=false
-Type=Application
-Categories=Application;Graphics;2DGraphics;GTK;
-MimeType=application/x-chemtool;

Copied: chemtool/repos/extra-i686/chemtool.desktop (from rev 268031, 
chemtool/trunk/chemtool.desktop)
===
--- extra-i686/chemtool.desktop (rev 0)
+++ extra-i686/chemtool.desktop 2016-05-14 20:58:32 UTC (rev 268032)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Chemtool
+Comment=Molecules 2D drawing
+Name[cs_CZ.ISO8859-2]=Chemtool
+Comment[cs_CZ.ISO8859-2]=Editor molekul
+Comment[de_DE.ISO8859-1]=Moleküleditor
+Exec=chemtool 
+Icon=chemtool.png
+Terminal=false
+MultipleArgs=false
+Type=Application
+Categories=Application;Graphics;2DGraphics;GTK;
+MimeType=application/x-chemtool;

Deleted: extra-i686/chemtool.install

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:58:01
  Author: arojas
Revision: 268031

Hooks

Modified:
  chemtool/trunk/PKGBUILD
Deleted:
  chemtool/trunk/chemtool.install

--+
 PKGBUILD |3 +--
 chemtool.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:37:22 UTC (rev 268030)
+++ PKGBUILD2016-05-14 20:58:01 UTC (rev 268031)
@@ -3,7 +3,7 @@
 
 pkgname=chemtool
 pkgver=1.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A small program for drawing chemical structures"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -10,7 +10,6 @@
 url="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html;
 depends=('gtk2' 'desktop-file-utils')
 
source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgver}.tar.gz
 chemtool.desktop)
-install=chemtool.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: chemtool.install
===
--- chemtool.install2016-05-14 20:37:22 UTC (rev 268030)
+++ chemtool.install2016-05-14 20:58:01 UTC (rev 268031)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:37:22
  Author: arojas
Revision: 268030

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   37 
 extra-i686/wxmaxima.install   |   26 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/wxmaxima.install |   26 --
 5 files changed, 72 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:36:47 UTC (rev 268029)
+++ extra-i686/PKGBUILD 2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-install=wxmaxima.install
-sha1sums=('5a2c6e1755e12b565eeb841e4a7d07aef3ada679')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 268029, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:37:22 UTC (rev 268030)
@@ -0,0 +1,36 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Deleted: extra-i686/wxmaxima.install
===
--- extra-i686/wxmaxima.install 2016-05-14 20:36:47 UTC (rev 268029)
+++ extra-i686/wxmaxima.install 2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,26 +0,0 @@
-infodir=/usr/share/info
-filelist=(wxmaxima.info.gz)
-
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 20:36:47 UTC (rev 268029)
+++ extra-x86_64/PKGBUILD   2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')

[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2016-05-14 Thread Levente Polyak
Date: Saturday, May 14, 2016 @ 22:37:16
  Author: anthraxx
Revision: 175403

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 175402, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 175402, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 175402, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 175402, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   92 -
 idea.desktop |   22 ++---
 idea.install |   18 +--
 idea.sh  |8 ++--
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 20:35:02 UTC (rev 175402)
+++ PKGBUILD2016-05-14 20:37:16 UTC (rev 175403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2016.1.2
-_pkgver=145.971.21
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-
-  # remove the bundled jre
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/jre
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
175402, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 20:37:16 UTC (rev 175403)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2016.1.2
+_pkgver=145.971.21
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:36:47
  Author: arojas
Revision: 268029

Hooks

Modified:
  wxmaxima/trunk/PKGBUILD
Deleted:
  wxmaxima/trunk/wxmaxima.install

--+
 PKGBUILD |5 ++---
 wxmaxima.install |   26 --
 2 files changed, 2 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:30:57 UTC (rev 268028)
+++ PKGBUILD2016-05-14 20:36:47 UTC (rev 268029)
@@ -4,7 +4,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=16.04.0
+pkgver=16.04.2
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@
 license=('GPL2')
 depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-install=wxmaxima.install
-sha1sums=('5a2c6e1755e12b565eeb841e4a7d07aef3ada679')
+sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: wxmaxima.install
===
--- wxmaxima.install2016-05-14 20:30:57 UTC (rev 268028)
+++ wxmaxima.install2016-05-14 20:36:47 UTC (rev 268029)
@@ -1,26 +0,0 @@
-infodir=/usr/share/info
-filelist=(wxmaxima.info.gz)
-
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2016-05-14 Thread Levente Polyak
Date: Saturday, May 14, 2016 @ 22:34:52
  Author: anthraxx
Revision: 175401

upgpkg: intellij-idea-community-edition 1:2016.1.2-1 (security)

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:33:52 UTC (rev 175400)
+++ PKGBUILD2016-05-14 20:34:52 UTC (rev 175401)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2016.1.1
-_pkgver=145.597.3
+pkgver=2016.1.2
+_pkgver=145.971.21
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4'
+sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
 '6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
 


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2016-05-14 Thread Levente Polyak
Date: Saturday, May 14, 2016 @ 22:35:02
  Author: anthraxx
Revision: 175402

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 175401, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 175401, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 175401, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 175401, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   92 -
 idea.desktop |   22 ++---
 idea.install |   18 +--
 idea.sh  |8 ++--
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 20:34:52 UTC (rev 175401)
+++ PKGBUILD2016-05-14 20:35:02 UTC (rev 175402)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2016.1.1
-_pkgver=145.597.3
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
-'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-
-  # remove the bundled jre
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/jre
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
175401, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 20:35:02 UTC (rev 175402)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2016.1.2
+_pkgver=145.971.21
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 
'ttf-font')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6'
+'6f6445697ac16553e329a86d1ecb918db09493818650282a5d07c088defdbd91')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D 

[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2016-05-14 Thread Levente Polyak
Date: Saturday, May 14, 2016 @ 22:33:52
  Author: anthraxx
Revision: 175400

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 175399, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 175399, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 20:33:40 UTC (rev 175399)
+++ community-i686/PKGBUILD 2016-05-14 20:33:52 UTC (rev 175400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1.1
-_pkgver=145.597.3
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 175399, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 20:33:52 UTC (rev 175400)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=2016.1.2
+_pkgver=145.971.21
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995')
+
+package() {
+  cd "idea-IC-$_pkgver"
+
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-14 20:33:40 UTC (rev 175399)
+++ community-x86_64/PKGBUILD   2016-05-14 20:33:52 UTC (rev 175400)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=2016.1.1
-_pkgver=145.597.3
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4')
-
-package() {
-  cd "idea-IC-$_pkgver"
-
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 175399, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-14 20:33:52 UTC (rev 175400)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 

[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2016-05-14 Thread Levente Polyak
Date: Saturday, May 14, 2016 @ 22:33:40
  Author: anthraxx
Revision: 175399

upgpkg: intellij-idea-libs 1:2016.1.2-1 (security)

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:10:38 UTC (rev 175398)
+++ PKGBUILD2016-05-14 20:33:40 UTC (rev 175399)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=2016.1.1
-_pkgver=145.597.3
+pkgver=2016.1.2
+_pkgver=145.971.21
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-sha256sums=('46adaa6e19a605d2b439b0b58d18723b7947c1c56e4bbc142396a2b911de13e4')
+sha256sums=('3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995')
 
 package() {
   cd "idea-IC-$_pkgver"


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:30:57
  Author: arojas
Revision: 268028

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

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

--+
 /PKGBUILD|  126 +
 extra-i686/PKGBUILD  |   64 
 extra-i686/texmacs.install   |   14 
 extra-x86_64/PKGBUILD|   64 
 extra-x86_64/texmacs.install |   14 
 5 files changed, 126 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:30:19 UTC (rev 268027)
+++ extra-i686/PKGBUILD 2016-05-14 20:30:57 UTC (rev 268028)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.4
-pkgrel=1
-pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
-arch=('i686' 'x86_64')
-url="http://www.texmacs.org/;
-license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
- 'desktop-file-utils' 'qt4')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-install=texmacs.install
-options=('!emptydirs')
-sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
-   
-prepare() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  sed -i -e 's/guile18 /guile1.8 /g' \
- -e 's/guile18-config/guile-config1.8/g' \
- configure
-  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
-
- # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
-  sed -i '/update-mime-database/d' Makefile.in
-  sed -i '/gtk-update-icon-cache/d' Makefile.in
-  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
-
-}
-
-build() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  export QMAKE=qmake-qt4
-  export MOC=moc-qt4
-  export UIC=uic-qt4
-  export LDFLAGS="$LDFLAGS -lz"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/TeXmacs-${pkgver}-src"
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 268027, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:30:57 UTC (rev 268028)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+options=('!emptydirs')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:30:19
  Author: arojas
Revision: 268027

Hooks

Modified:
  texmacs/trunk/PKGBUILD
Deleted:
  texmacs/trunk/texmacs.install

-+
 PKGBUILD|3 +--
 texmacs.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:20:44 UTC (rev 268026)
+++ PKGBUILD2016-05-14 20:30:19 UTC (rev 268027)
@@ -4,7 +4,7 @@
 
 pkgname=texmacs
 pkgver=1.99.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
 arch=('i686' 'x86_64')
 url="http://www.texmacs.org/;
@@ -19,7 +19,6 @@
 'aspell: spell checking')
 makedepends=('ghostscript')
 
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-install=texmacs.install
 options=('!emptydirs')
 sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')


Deleted: texmacs.install
===
--- texmacs.install 2016-05-14 20:20:44 UTC (rev 268026)
+++ texmacs.install 2016-05-14 20:30:19 UTC (rev 268027)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  post_install
-}
-
-


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:20:44
  Author: arojas
Revision: 268026

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

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

--+
 /PKGBUILD|   72 +
 extra-i686/PKGBUILD  |   37 ---
 extra-i686/terminology.install   |   11 -
 extra-x86_64/PKGBUILD|   37 ---
 extra-x86_64/terminology.install |   11 -
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:19:59 UTC (rev 268025)
+++ extra-i686/PKGBUILD 2016-05-14 20:20:44 UTC (rev 268026)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org/p.php?p=about/terminology;
-license=('BSD')
-depends=('elementary')
-optdepends=('emotion_generic_players: video support')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-install=terminology.install
-sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-i686/PKGBUILD (from rev 268025, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:20:44 UTC (rev 268026)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('elementary')
+optdepends=('emotion_generic_players: video support')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/terminology.install
===
--- extra-i686/terminology.install  2016-05-14 20:19:59 UTC (rev 268025)
+++ extra-i686/terminology.install  2016-05-14 20:20:44 UTC (rev 268026)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 20:19:59 UTC (rev 268025)
+++ extra-x86_64/PKGBUILD   2016-05-14 20:20:44 UTC (rev 268026)
@@ -1,37 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org/p.php?p=about/terminology;
-license=('BSD')
-depends=('elementary')
-optdepends=('emotion_generic_players: video support')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-install=terminology.install
-sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:19:59
  Author: arojas
Revision: 268025

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

Added:
  tamu-anova/repos/extra-i686/PKGBUILD
(from rev 268024, tamu-anova/trunk/PKGBUILD)
  tamu-anova/repos/extra-x86_64/PKGBUILD
(from rev 268023, tamu-anova/trunk/PKGBUILD)
Deleted:
  tamu-anova/repos/extra-i686/PKGBUILD
  tamu-anova/repos/extra-i686/tamu-anova.install
  tamu-anova/repos/extra-x86_64/PKGBUILD
  tamu-anova/repos/extra-x86_64/tamu-anova.install

-+
 /PKGBUILD   |   58 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/tamu-anova.install   |   18 ---
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/tamu-anova.install |   18 ---
 5 files changed, 58 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:19:53 UTC (rev 268024)
+++ extra-i686/PKGBUILD 2016-05-14 20:19:59 UTC (rev 268025)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gergely Imreh 
-
-pkgname=tamu-anova
-pkgver=0.2.1
-pkgrel=3
-pkgdesc="ANOVA Extensions to the GNU Scientific Library"
-arch=('x86_64' 'i686')
-url="http://www.stat.tamu.edu/~aredd/tamuanova/;
-license=('GPL')
-depends=('gsl')
-makedepends=('gcc')
-install=tamu-anova.install
-options=('staticlibs')
-source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
-sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')
-
-build() {
-  cd ${srcdir}/tamu_anova-0.2
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --includedir=/usr/include
-  make
-}
-
-package() {
-  cd ${srcdir}/tamu_anova-0.2
-  make DESTDIR=${pkgdir} install
-}

Copied: tamu-anova/repos/extra-i686/PKGBUILD (from rev 268024, 
tamu-anova/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:19:59 UTC (rev 268025)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gergely Imreh 
+
+pkgname=tamu-anova
+pkgver=0.2.1
+pkgrel=4
+pkgdesc="ANOVA Extensions to the GNU Scientific Library"
+arch=('x86_64' 'i686')
+url="http://www.stat.tamu.edu/~aredd/tamuanova/;
+license=('GPL')
+depends=('gsl')
+makedepends=('gcc')
+options=('staticlibs')
+source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
+sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')
+
+build() {
+  cd ${srcdir}/tamu_anova-0.2
+  ./configure --prefix=/usr \
+  --infodir=/usr/share/info \
+  --includedir=/usr/include
+  make
+}
+
+package() {
+  cd ${srcdir}/tamu_anova-0.2
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/tamu-anova.install
===
--- extra-i686/tamu-anova.install   2016-05-14 20:19:53 UTC (rev 268024)
+++ extra-i686/tamu-anova.install   2016-05-14 20:19:59 UTC (rev 268025)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(tamu_anova.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 20:19:53 UTC (rev 268024)
+++ extra-x86_64/PKGBUILD   2016-05-14 20:19:59 UTC (rev 268025)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gergely Imreh 
-
-pkgname=tamu-anova
-pkgver=0.2.1
-pkgrel=3
-pkgdesc="ANOVA Extensions to the GNU Scientific Library"
-arch=('x86_64' 'i686')
-url="http://www.stat.tamu.edu/~aredd/tamuanova/;
-license=('GPL')
-depends=('gsl')
-makedepends=('gcc')
-install=tamu-anova.install
-options=('staticlibs')
-source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
-sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')
-
-build() {
-  cd ${srcdir}/tamu_anova-0.2
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --includedir=/usr/include
-  make
-}
-
-package() {
-  cd ${srcdir}/tamu_anova-0.2
-  make DESTDIR=${pkgdir} install
-}

Copied: tamu-anova/repos/extra-x86_64/PKGBUILD (from rev 268023, 
tamu-anova/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:19:53
  Author: arojas
Revision: 268024

Hooks

Modified:
  terminology/trunk/PKGBUILD
Deleted:
  terminology/trunk/terminology.install

-+
 PKGBUILD|3 +--
 terminology.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:10:45 UTC (rev 268023)
+++ PKGBUILD2016-05-14 20:19:53 UTC (rev 268024)
@@ -4,7 +4,7 @@
 
 pkgname=terminology
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="EFL based terminal emulator"
 arch=('i686' 'x86_64')
 url="https://www.enlightenment.org/about-terminology;
@@ -12,7 +12,6 @@
 depends=('elementary')
 optdepends=('emotion_generic_players: video support')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-install=terminology.install
 sha1sums=('5b3dd4f0ce8c8a2384c8019843664cfb71f0bc37')
 
 build() {

Deleted: terminology.install
===
--- terminology.install 2016-05-14 20:10:45 UTC (rev 268023)
+++ terminology.install 2016-05-14 20:19:53 UTC (rev 268024)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:10:36
  Author: arojas
Revision: 268022

Hooks

Modified:
  tamu-anova/trunk/PKGBUILD
Deleted:
  tamu-anova/trunk/tamu-anova.install

+
 PKGBUILD   |3 +--
 tamu-anova.install |   18 --
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:05:15 UTC (rev 268021)
+++ PKGBUILD2016-05-14 20:10:36 UTC (rev 268022)
@@ -4,7 +4,7 @@
 
 pkgname=tamu-anova
 pkgver=0.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="ANOVA Extensions to the GNU Scientific Library"
 arch=('x86_64' 'i686')
 url="http://www.stat.tamu.edu/~aredd/tamuanova/;
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('gsl')
 makedepends=('gcc')
-install=tamu-anova.install
 options=('staticlibs')
 
source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/tamu_anova-0.2.1.tar.gz)
 sha1sums=('8c7ffae14ebe92f27d20ff1f0e325875fa6ced53')

Deleted: tamu-anova.install
===
--- tamu-anova.install  2016-05-14 20:05:15 UTC (rev 268021)
+++ tamu-anova.install  2016-05-14 20:10:36 UTC (rev 268022)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(tamu_anova.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:10:45
  Author: arojas
Revision: 268023

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 268021, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 268021, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 268022, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 268022, stellarium/trunk/libpng14.patch)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.install
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.install

-+
 /PKGBUILD   |   58 ++
 /libpng14.patch |   42 +++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/libpng14.patch   |   21 -
 extra-i686/stellarium.install   |   14 -
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/libpng14.patch |   21 -
 extra-x86_64/stellarium.install |   14 -
 8 files changed, 100 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:10:36 UTC (rev 268022)
+++ extra-i686/PKGBUILD 2016-05-14 20:10:45 UTC (rev 268023)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.14.3
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("i686" "x86_64")
-url="http://stellarium.free.fr/;
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
-install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('50e9e2555316df5ae64230361c8970d89385b0f3')
-   
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 268021, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:10:45 UTC (rev 268023)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.14.3
+pkgrel=2
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('50e9e2555316df5ae64230361c8970d89385b0f3')
+   
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libpng14.patch
===
--- extra-i686/libpng14.patch   2016-05-14 20:10:36 UTC (rev 268022)
+++ extra-i686/libpng14.patch   2016-05-14 20:10:45 UTC (rev 268023)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
 stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
-@@ -513,7 +513,7 @@
-   fread (magic, 1, sizeof (magic), fp);
- 
-   /* check for valid magic number */
--  if (!png_check_sig (magic, sizeof (magic)))
-+  if (png_sig_cmp (magic, 0, sizeof (magic)))
-   {
-   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
-   fclose (fp);
-@@ -576,7 +576,7 @@
-   /* convert 1-2-4 bits grayscale images to 8 bits
-  grayscale. */
-   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--  png_set_gray_1_2_4_to_8 (png_ptr);
-+  png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
-   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
-   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-i686/libpng14.patch (from rev 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:05:15
  Author: arojas
Revision: 268021

Hooks

Modified:
  stellarium/trunk/PKGBUILD
Deleted:
  stellarium/trunk/stellarium.install

+
 PKGBUILD   |3 +--
 stellarium.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 20:01:21 UTC (rev 268020)
+++ PKGBUILD2016-05-14 20:05:15 UTC (rev 268021)
@@ -4,7 +4,7 @@
 
 pkgname=stellarium
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
 url="http://stellarium.org/;
@@ -11,7 +11,6 @@
 license=('GPL2')
 depends=('libpng' 'glu' 'libgl' 'freetype2' 'openssl' 'qt5-script'
'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
-install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('50e9e2555316df5ae64230361c8970d89385b0f3')

Deleted: stellarium.install
===
--- stellarium.install  2016-05-14 20:01:21 UTC (rev 268020)
+++ stellarium.install  2016-05-14 20:05:15 UTC (rev 268021)
@@ -1,14 +0,0 @@
-pkgname=stellarium
-
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 22:01:21
  Author: andyrtr
Revision: 268020

prepare next release

Modified:
  liborcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:59:46 UTC (rev 268019)
+++ PKGBUILD2016-05-14 20:01:21 UTC (rev 268020)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=liborcus
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libixion')
 makedepends=('boost' 'mdds')
 source=(http://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('02a6251a9b732c2c555c1be083411a2d0383dfd2ebc79f60ac282875b1ada49b')
+sha256sums=('6911dc65a4d8276e42d32764e9ebee920b325cf59cfa7070fc72744d43b259ad')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 21:59:46
  Author: andyrtr
Revision: 268019

prepare new release

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:56:49 UTC (rev 268018)
+++ PKGBUILD2016-05-14 19:59:46 UTC (rev 268019)
@@ -3,7 +3,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -10,9 +10,9 @@
 url="https://gitlab.com/mdds/mdds;
 license=('MIT')
 checkdepends=('boost')
-source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-#source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('6d342a3dfd4543226fac809fe3de80fc')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6')
 
 build() {
   cd ${pkgname}-${pkgver}*


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:56:49
  Author: arojas
Revision: 268018

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

Added:
  r/repos/testing-i686/
  r/repos/testing-i686/PKGBUILD
(from rev 268017, r/trunk/PKGBUILD)
  r/repos/testing-i686/R.conf
(from rev 268017, r/trunk/R.conf)
  r/repos/testing-i686/r.desktop
(from rev 268017, r/trunk/r.desktop)
  r/repos/testing-i686/r.install
(from rev 268017, r/trunk/r.install)
  r/repos/testing-i686/r.png
(from rev 268017, r/trunk/r.png)
  r/repos/testing-x86_64/
  r/repos/testing-x86_64/PKGBUILD
(from rev 268017, r/trunk/PKGBUILD)
  r/repos/testing-x86_64/R.conf
(from rev 268017, r/trunk/R.conf)
  r/repos/testing-x86_64/r.desktop
(from rev 268017, r/trunk/r.desktop)
  r/repos/testing-x86_64/r.install
(from rev 268017, r/trunk/r.install)
  r/repos/testing-x86_64/r.png
(from rev 268017, r/trunk/r.png)

--+
 testing-i686/PKGBUILD|   90 +
 testing-i686/R.conf  |2 +
 testing-i686/r.desktop   |   11 +
 testing-i686/r.install   |   15 +++
 testing-x86_64/PKGBUILD  |   90 +
 testing-x86_64/R.conf|2 +
 testing-x86_64/r.desktop |   11 +
 testing-x86_64/r.install |   15 +++
 8 files changed, 236 insertions(+)

Copied: r/repos/testing-i686/PKGBUILD (from rev 268017, r/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-14 19:56:49 UTC (rev 268018)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Language and environment for statistical computing and graphics"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.r-project.org/'
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=('!makeflags' '!emptydirs')
+install=r.install
+source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png'
+   'R.conf')
+sha1sums=('166a25a7996150c9c83cdafcc89bfcd81578a887'
+  'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
+  'a69a07ec363440efc18ce0a7f2af103375dea978'
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
+
+prepare() {
+   cd R-${pkgver}
+   # set texmf dir correctly in makefile
+   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
+   # fix for texinfo 5.X
+   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
+}
+
+build() {
+   cd R-${pkgver}
+   ./configure  --prefix=/usr \
+   --libdir=/usr/lib \
+   --sysconfdir=/etc/R \
+   --datarootdir=/usr/share \
+ rsharedir=/usr/share/R/ \
+ rincludedir=/usr/include/R/ \
+ rdocdir=/usr/share/doc/R/ \
+--with-x \
+   --enable-R-shlib \
+--with-lapack \
+   --with-blas \
+F77=gfortran \
+   LIBnn=lib
+   make
+
+# make libRmath.so
+   cd src/nmath/standalone
+   make shared
+}
+
+package() {
+   cd R-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+# install libRmath.so
+   cd src/nmath/standalone
+   make DESTDIR="${pkgdir}" install
+
+   #  Fixup R wrapper scripts.
+   sed -i "s|${pkgdir} ||" "${pkgdir}/usr/bin/R"
+   rm "${pkgdir}/usr/lib/R/bin/R"
+   cd "${pkgdir}/usr/lib/R/bin"
+   ln -s ../../../bin/R
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "${srcdir}/r.desktop" \
+   "${pkgdir}/usr/share/applications/r.desktop"
+  install -Dm644 "${srcdir}/r.png" \
+   "${pkgdir}/usr/share/pixmaps/r.png"
+
+  # move the config directory to /etc and create symlinks
+  install -d "${pkgdir}/etc/R"
+  cd "${pkgdir}/usr/lib/R/etc"
+  for i in *; do
+mv -f ${i} "${pkgdir}/etc/R"
+ln -s /etc/R/${i} ${i}
+  done
+
+  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
+  install -Dm644 "${srcdir}/R.conf" "${pkgdir}/etc/ld.so.conf.d/R.conf"
+}

Copied: r/repos/testing-i686/R.conf (from rev 268017, r/trunk/R.conf)
===
--- testing-i686/R.conf (rev 0)
+++ testing-i686/R.conf 2016-05-14 19:56:49 UTC (rev 268018)
@@ -0,0 +1,2 @@
+/usr/lib/R/lib
+

Copied: r/repos/testing-i686/r.desktop (from rev 268017, r/trunk/r.desktop)

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:55:51
  Author: arojas
Revision: 268017

Update to 3.3.0

Modified:
  r/trunk/PKGBUILD
  r/trunk/r.install

---+
 PKGBUILD  |   14 +++---
 r.install |1 -
 2 files changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:43:02 UTC (rev 268016)
+++ PKGBUILD2016-05-14 19:55:51 UTC (rev 268017)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche 
 
 pkgname=r
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Language and environment for statistical computing and graphics"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,17 +18,17 @@
 backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
 options=('!makeflags' '!emptydirs')
 install=r.install
-source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}-revised.tar.gz;
+source=("http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('54d8b02b4564655f1be84b4a830813f8452b5e9c'
+sha1sums=('166a25a7996150c9c83cdafcc89bfcd81578a887'
   'd7fa521345b230a4187d60d07d06ce4b6d573e3f'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')
 
 prepare() {
-   cd R-revised
+   cd R-${pkgver}
# set texmf dir correctly in makefile
sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
# fix for texinfo 5.X
@@ -36,7 +36,7 @@
 }
 
 build() {
-   cd R-revised
+   cd R-${pkgver}
./configure  --prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc/R \
@@ -58,7 +58,7 @@
 }
 
 package() {
-   cd R-revised
+   cd R-${pkgver}
make DESTDIR="${pkgdir}" install
 
 # install libRmath.so

Modified: r.install
===
--- r.install   2016-05-14 19:43:02 UTC (rev 268016)
+++ r.install   2016-05-14 19:55:51 UTC (rev 268017)
@@ -1,5 +1,4 @@
 post_install() {
-  update-desktop-database -q
   if [[ -x /usr/bin/mktexlsr ]]; then
  echo ">>> updating the filename database for texlive..."
  mktexlsr --quiet usr/share/texmf


[arch-commits] Commit in qtiplot/repos (62 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:43:02
  Author: arojas
Revision: 268016

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

Added:
  qtiplot/repos/extra-i686/PKGBUILD
(from rev 268015, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-i686/build.conf.archlinux
(from rev 268015, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-i686/pyqt-4.11.patch
(from rev 268015, qtiplot/trunk/pyqt-4.11.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-i686/qtiplot-0.9.8.9-private.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.9-private.patch)
  qtiplot/repos/extra-i686/qtiplot-gsl2.patch
(from rev 268015, qtiplot/trunk/qtiplot-gsl2.patch)
  qtiplot/repos/extra-i686/qtiplot.desktop
(from rev 268015, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-i686/qtiplot.png
(from rev 268015, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-i686/qtiplot.xml
(from rev 268015, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
(from rev 268015, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
(from rev 268015, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
(from rev 268015, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-i686/sip-4.15.patch
(from rev 268015, qtiplot/trunk/sip-4.15.patch)
  qtiplot/repos/extra-x86_64/PKGBUILD
(from rev 268015, qtiplot/trunk/PKGBUILD)
  qtiplot/repos/extra-x86_64/build.conf.archlinux
(from rev 268015, qtiplot/trunk/build.conf.archlinux)
  qtiplot/repos/extra-x86_64/pyqt-4.11.patch
(from rev 268015, qtiplot/trunk/pyqt-4.11.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-gold.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-kde.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.6-tamuanova.patch)
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.9-private.patch
(from rev 268015, qtiplot/trunk/qtiplot-0.9.8.9-private.patch)
  qtiplot/repos/extra-x86_64/qtiplot-gsl2.patch
(from rev 268015, qtiplot/trunk/qtiplot-gsl2.patch)
  qtiplot/repos/extra-x86_64/qtiplot.desktop
(from rev 268015, qtiplot/trunk/qtiplot.desktop)
  qtiplot/repos/extra-x86_64/qtiplot.png
(from rev 268015, qtiplot/trunk/qtiplot.png)
  qtiplot/repos/extra-x86_64/qtiplot.xml
(from rev 268015, qtiplot/trunk/qtiplot.xml)
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
(from rev 268015, qtiplot/trunk/qwtplot3d-libpng15.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
(from rev 268015, qtiplot/trunk/qwtplot3d-qt-4.8.0.patch)
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
(from rev 268015, qtiplot/trunk/qwtplot3d_gcc.patch)
  qtiplot/repos/extra-x86_64/sip-4.15.patch
(from rev 268015, qtiplot/trunk/sip-4.15.patch)
Deleted:
  qtiplot/repos/extra-i686/PKGBUILD
  qtiplot/repos/extra-i686/build.conf.archlinux
  qtiplot/repos/extra-i686/pyqt-4.11.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-i686/qtiplot-0.9.8.9-private.patch
  qtiplot/repos/extra-i686/qtiplot-gsl2.patch
  qtiplot/repos/extra-i686/qtiplot.desktop
  qtiplot/repos/extra-i686/qtiplot.install
  qtiplot/repos/extra-i686/qtiplot.png
  qtiplot/repos/extra-i686/qtiplot.xml
  qtiplot/repos/extra-i686/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-i686/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-i686/qwtplot3d_gcc.patch
  qtiplot/repos/extra-i686/sip-4.15.patch
  qtiplot/repos/extra-x86_64/PKGBUILD
  qtiplot/repos/extra-x86_64/build.conf.archlinux
  qtiplot/repos/extra-x86_64/pyqt-4.11.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-gold.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-kde.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.6-tamuanova.patch
  qtiplot/repos/extra-x86_64/qtiplot-0.9.8.9-private.patch
  qtiplot/repos/extra-x86_64/qtiplot-gsl2.patch
  qtiplot/repos/extra-x86_64/qtiplot.desktop
  qtiplot/repos/extra-x86_64/qtiplot.install
  qtiplot/repos/extra-x86_64/qtiplot.png
  qtiplot/repos/extra-x86_64/qtiplot.xml
  qtiplot/repos/extra-x86_64/qwtplot3d-libpng15.patch
  qtiplot/repos/extra-x86_64/qwtplot3d-qt-4.8.0.patch
  qtiplot/repos/extra-x86_64/qwtplot3d_gcc.patch
  qtiplot/repos/extra-x86_64/sip-4.15.patch

--+
 /PKGBUILD|  216 +
 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:41:45
  Author: arojas
Revision: 268015

Hooks

Modified:
  qtiplot/trunk/PKGBUILD
Deleted:
  qtiplot/trunk/qtiplot.install

-+
 PKGBUILD|5 ++---
 qtiplot.install |   12 
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:40:14 UTC (rev 268014)
+++ PKGBUILD2016-05-14 19:41:45 UTC (rev 268015)
@@ -5,7 +5,7 @@
 
 pkgname=qtiplot
 pkgver=0.9.8.9
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url="http://soft.proindependent.com/qtiplot.html;
 pkgdesc="Data analysis and scientific plotting - free clone of Origin"
@@ -15,7 +15,6 @@
 # as systemwide one doesn't provide all needed functions
 makedepends=('pkg-config' 'boost' 'mesa')
 license=('GPL2')
-install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/project/qtiplot.berlios/$pkgname-$pkgver.tar.bz2
 $pkgname.desktop
 $pkgname.png
@@ -90,7 +89,7 @@
   sed -i 's|||' 
src/core/ApplicationWindow.cpp
   sed -i 's#d_python_config_folder + "#"/usr/share/qtiplot#' 
src/core/ApplicationWindow.cpp
 
-  qmake-qt4 qtiplot.pro QMAKESPEC=linux-g++
+  qmake-qt4 qtiplot.pro QMAKESPEC=linux-g++ QMAKE_CXXFLAGS+="-std=gnu++98"
   make QTDIR=/usr/ QMAKESPEC=linux-g++
 }
 

Deleted: qtiplot.install
===
--- qtiplot.install 2016-05-14 19:40:14 UTC (rev 268014)
+++ qtiplot.install 2016-05-14 19:41:45 UTC (rev 268015)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  post_install
-}
-


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 21:40:14
  Author: andyrtr
Revision: 268014

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

Added:
  libevdev/repos/testing-i686/
  libevdev/repos/testing-i686/PKGBUILD
(from rev 268013, libevdev/trunk/PKGBUILD)
  libevdev/repos/testing-x86_64/
  libevdev/repos/testing-x86_64/PKGBUILD
(from rev 268013, libevdev/trunk/PKGBUILD)

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

Copied: libevdev/repos/testing-i686/PKGBUILD (from rev 268013, 
libevdev/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-14 19:40:14 UTC (rev 268014)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8c80cbc4b0a0b0c347867c6d03a5ef58a64b0dec52d0c725e279226c9ab442fc'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libevdev/repos/testing-x86_64/PKGBUILD (from rev 268013, 
libevdev/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-14 19:40:14 UTC (rev 268014)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8c80cbc4b0a0b0c347867c6d03a5ef58a64b0dec52d0c725e279226c9ab442fc'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 21:40:01
  Author: andyrtr
Revision: 268013

upgpkg: libevdev 1.5.0-1

upstream update 1.5.0

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:30:44 UTC (rev 268012)
+++ PKGBUILD2016-05-14 19:40:01 UTC (rev 268013)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.4.6
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7b2ae1a0c7f9f7a96198ddc8fd167f090f233d6cbd8168b847e4f968445132d3'
+sha256sums=('8c80cbc4b0a0b0c347867c6d03a5ef58a64b0dec52d0c725e279226c9ab442fc'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:30:44
  Author: arojas
Revision: 268012

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

Added:
  plotutils/repos/extra-i686/PKGBUILD
(from rev 268011, plotutils/trunk/PKGBUILD)
  plotutils/repos/extra-i686/plotutils-2.6-libpng-1.5.patch
(from rev 268011, plotutils/trunk/plotutils-2.6-libpng-1.5.patch)
  plotutils/repos/extra-x86_64/PKGBUILD
(from rev 268011, plotutils/trunk/PKGBUILD)
  plotutils/repos/extra-x86_64/plotutils-2.6-libpng-1.5.patch
(from rev 268011, plotutils/trunk/plotutils-2.6-libpng-1.5.patch)
Deleted:
  plotutils/repos/extra-i686/PKGBUILD
  plotutils/repos/extra-i686/plotutils-2.6-libpng-1.5.patch
  plotutils/repos/extra-i686/plotutils.install
  plotutils/repos/extra-x86_64/PKGBUILD
  plotutils/repos/extra-x86_64/plotutils-2.6-libpng-1.5.patch
  plotutils/repos/extra-x86_64/plotutils.install

-+
 /PKGBUILD   |   66 ++
 /plotutils-2.6-libpng-1.5.patch |   62 
 extra-i686/PKGBUILD |   34 -
 extra-i686/plotutils-2.6-libpng-1.5.patch   |   31 
 extra-i686/plotutils.install|   15 -
 extra-x86_64/PKGBUILD   |   34 -
 extra-x86_64/plotutils-2.6-libpng-1.5.patch |   31 
 extra-x86_64/plotutils.install  |   15 -
 8 files changed, 128 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 19:30:13 UTC (rev 268011)
+++ extra-i686/PKGBUILD 2016-05-14 19:30:44 UTC (rev 268012)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: damir 
-# Packager: Maksim Sipos (maxsipos at gmail dot com)
-
-pkgname=plotutils
-pkgver=2.6
-pkgrel=7
-arch=('x86_64' 'i686')
-pkgdesc="Set of utilities and libraries for plotting."
-url="http://directory.fsf.org/graphics/plotutils.html;
-license=("GPL")
-depends=("libpng" "gcc-libs" "libxaw>=1.0.5")
-install=plotutils.install
-source=(http://ftp.gnu.org/pub/gnu/plotutils/$pkgname-$pkgver.tar.gz{,.sig} 
-plotutils-2.6-libpng-1.5.patch)
-sha1sums=('7921301d9dfe8991e3df2829bd733df6b2a70838'
-  'ab78e2d06402aaac367da7a0e5810439d5b9853f'
-  '492f0e04f8265ab50d9ba0905a0f5adf3ec06ab8')
-validpgpkeys=('C7823604DFEA27BC29DD4F179DEB46C0D679F6CF') # Karl Berry
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i ../plotutils-2.6-libpng-1.5.patch
-  ./configure --prefix=/usr \
-   --with-gnu-ld \
-   --with-x \
-   --enable-libplotter
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: plotutils/repos/extra-i686/PKGBUILD (from rev 268011, 
plotutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 19:30:44 UTC (rev 268012)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: damir 
+# Packager: Maksim Sipos (maxsipos at gmail dot com)
+
+pkgname=plotutils
+pkgver=2.6
+pkgrel=8
+arch=('x86_64' 'i686')
+pkgdesc="Set of utilities and libraries for plotting."
+url="http://directory.fsf.org/graphics/plotutils.html;
+license=("GPL")
+depends=("libpng" "gcc-libs" "libxaw>=1.0.5")
+source=(http://ftp.gnu.org/pub/gnu/plotutils/$pkgname-$pkgver.tar.gz{,.sig} 
+plotutils-2.6-libpng-1.5.patch)
+sha1sums=('7921301d9dfe8991e3df2829bd733df6b2a70838'
+  'ab78e2d06402aaac367da7a0e5810439d5b9853f'
+  '492f0e04f8265ab50d9ba0905a0f5adf3ec06ab8')
+validpgpkeys=('C7823604DFEA27BC29DD4F179DEB46C0D679F6CF') # Karl Berry
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 -i ../plotutils-2.6-libpng-1.5.patch
+  ./configure --prefix=/usr \
+   --with-gnu-ld \
+   --with-x \
+   --enable-libplotter
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/plotutils-2.6-libpng-1.5.patch
===
--- extra-i686/plotutils-2.6-libpng-1.5.patch   2016-05-14 19:30:13 UTC (rev 
268011)
+++ extra-i686/plotutils-2.6-libpng-1.5.patch   2016-05-14 19:30:44 UTC (rev 
268012)
@@ -1,31 +0,0 @@
-fix building with libpng-1.5
-
 libplot/z_write.c
-+++ libplot/z_write.c
-@@ -164,7 +164,7 @@
- }
- 
-   /* cleanup after libpng errors (error handler does a longjmp) */
--  if (setjmp (png_ptr->jmpbuf))
-+  if (setjmp (png_jmpbuf (png_ptr)))
- {
-   png_destroy_write_struct (_ptr, (png_info **)NULL);
-   return -1;
-@@ -444,7 +444,7 @@
- #endif
- }
- 
--  longjmp (png_ptr->jmpbuf, 1);
-+  png_longjmp (png_ptr, 1);
- }
- 
- static void 
-@@ -515,7 +515,7 @@
- #endif
- }
- 
--  longjmp (png_ptr->jmpbuf, 1);
-+  png_longjmp (png_ptr, 1);
- }
- 
- static void 


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 21:30:13
  Author: arojas
Revision: 268011

Hooks

Modified:
  plotutils/trunk/PKGBUILD
Deleted:
  plotutils/trunk/plotutils.install

---+
 PKGBUILD  |3 +--
 plotutils.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:29:45 UTC (rev 268010)
+++ PKGBUILD2016-05-14 19:30:13 UTC (rev 268011)
@@ -4,13 +4,12 @@
 
 pkgname=plotutils
 pkgver=2.6
-pkgrel=7
+pkgrel=8
 arch=('x86_64' 'i686')
 pkgdesc="Set of utilities and libraries for plotting."
 url="http://directory.fsf.org/graphics/plotutils.html;
 license=("GPL")
 depends=("libpng" "gcc-libs" "libxaw>=1.0.5")
-install=plotutils.install
 source=(http://ftp.gnu.org/pub/gnu/plotutils/$pkgname-$pkgver.tar.gz{,.sig} 
 plotutils-2.6-libpng-1.5.patch)
 sha1sums=('7921301d9dfe8991e3df2829bd733df6b2a70838'

Deleted: plotutils.install
===
--- plotutils.install   2016-05-14 19:29:45 UTC (rev 268010)
+++ plotutils.install   2016-05-14 19:30:13 UTC (rev 268011)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/plotutils.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/plotutils.info.gz $infodir/dir 2> /dev/null
-}


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 21:29:45
  Author: andyrtr
Revision: 268010

archrelease: copy trunk to extra-any

Added:
  xproto/repos/extra-any/PKGBUILD
(from rev 268009, xproto/trunk/PKGBUILD)
Deleted:
  xproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 19:29:33 UTC (rev 268009)
+++ PKGBUILD2016-05-14 19:29:45 UTC (rev 268010)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xproto
-pkgver=7.0.28
-pkgrel=1
-pkgdesc="X11 core wire protocol and auxiliary headers"
-arch=(any)
-license=('custom')
-url="http://xorg.freedesktop.org/;
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xproto/repos/extra-any/PKGBUILD (from rev 268009, xproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 19:29:45 UTC (rev 268010)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xproto
+pkgver=7.0.29
+pkgrel=1
+pkgdesc="X11 core wire protocol and auxiliary headers"
+arch=(any)
+license=('custom')
+url="http://xorg.freedesktop.org/;
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('6c1a477092ca73233902b8d5f33012635c4b0208f17e7833cc7efe5c93ba9f8a'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+validpgpkeys+=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # "Julien Cristau 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2016-05-14 Thread Andreas Radke
Date: Saturday, May 14, 2016 @ 21:29:33
  Author: andyrtr
Revision: 268009

upgpkg: xproto 7.0.29-1

upstream update 7.0.29

Modified:
  xproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 19:04:43 UTC (rev 268008)
+++ PKGBUILD2016-05-14 19:29:33 UTC (rev 268009)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xproto
-pkgver=7.0.28
+pkgver=7.0.29
 pkgrel=1
 pkgdesc="X11 core wire protocol and auxiliary headers"
 arch=(any)
@@ -11,10 +11,11 @@
 url="http://xorg.freedesktop.org/;
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca'
+sha256sums=('6c1a477092ca73233902b8d5f33012635c4b0208f17e7833cc7efe5c93ba9f8a'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+validpgpkeys+=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # "Julien Cristau 
"
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-05-14 Thread Jelle van der Waa
Date: Saturday, May 14, 2016 @ 21:10:30
  Author: jelle
Revision: 175397

upgpkg: python-cherrypy 5.4.0-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:44:54 UTC (rev 175396)
+++ PKGBUILD2016-05-14 19:10:30 UTC (rev 175397)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti 
 # Contributor: Florian Richter 
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=5.1.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.cherrypy.org;
 license=('BSD')
 makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('15e2ea13792fa2c165f18bf89396d64c')
+source=("https://pypi.python.org/packages/a3/b8/b010a1803d4239caf320c364ba3d4e3bb64f7cf1cc350182f64048dfde69/CherryPy-5.4.0.tar.gz;)
+md5sums=('7801c069cf4affdd4ff43faa1a63b481')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}


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

2016-05-14 Thread Jelle van der Waa
Date: Saturday, May 14, 2016 @ 21:10:38
  Author: jelle
Revision: 175398

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 19:10:30 UTC (rev 175397)
+++ PKGBUILD2016-05-14 19:10:38 UTC (rev 175398)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('15e2ea13792fa2c165f18bf89396d64c')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-#  python2 ./setup.py test
-
-  cd ../CherryPy-${pkgver}
-#  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 175397, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 19:10:38 UTC (rev 175398)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=5.4.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/a3/b8/b010a1803d4239caf320c364ba3d4e3bb64f7cf1cc350182f64048dfde69/CherryPy-5.4.0.tar.gz;)
+md5sums=('7801c069cf4affdd4ff43faa1a63b481')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+#  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+#  python3 ./setup.py check
+}


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 21:04:43
  Author: tpowa
Revision: 268008

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  144 ++---
 archboot.install |   48 -
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 19:00:40 UTC (rev 268007)
+++ PKGBUILD2016-05-14 19:04:43 UTC (rev 268008)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2016.05
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/;
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 
'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind-tools>=9.9.2.P1-1'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.2.5-2' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
-'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
-'systemd-sysvcompat>=188-2' 

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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 21:00:32
  Author: tpowa
Revision: 268006

upgpkg: archboot 2016.05-1

fix prebootloader depend and bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:54:28 UTC (rev 268005)
+++ PKGBUILD2016-05-14 19:00:32 UTC (rev 268006)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2015.09
+pkgver=2016.05
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
@@ -46,7 +46,7 @@
 'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
  'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 
'gdbm>=1.10-1'
  'grml-zsh-config>=0.6.2-1' 'cpupower>=3.5-4' 'wvdial>=1.61-4' 
'xl2tpd>=1.3.0-2' 'usb_modeswitch>=1.2.4-1'
- 'refind-efi>=0.4.5-1' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 
'prebootloader>=20130206-1' 
+ 'refind-efi>=0.4.5-1' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 
'efitools>=1.7.0' 
  'lockdown-ms>=20130326-1' 'efivar>=0.4_18_gb8c524c-1' 
'ethtool>=1:3.13-1') 
 
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-$pkgrel.tar.bz2)
@@ -69,4 +69,4 @@
   cd "$srcdir"/$pkgname-$pkgver-1
   mv * "$pkgdir/"
 }
-md5sums=('7f6eafd206ea35902f9746ac573d124b')
+md5sums=('592096c72f83c890a55315f5913a25b3')


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 21:00:40
  Author: tpowa
Revision: 268007

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  144 ++---
 archboot.install |   48 -
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 19:00:32 UTC (rev 268006)
+++ PKGBUILD2016-05-14 19:00:40 UTC (rev 268007)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2015.09
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/;
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 
'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind-tools>=9.9.2.P1-1'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.2.5-2' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
-'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
-'systemd-sysvcompat>=188-2' 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:54:28
  Author: arojas
Revision: 268005

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 268004, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 268004, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 268004, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 268004, maxima/trunk/maxima.desktop)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

-+
 /PKGBUILD   |  114 ++
 /maxima.desktop |   22 
 extra-i686/PKGBUILD |   58 -
 extra-i686/maxima.desktop   |   11 
 extra-i686/maxima.install   |   19 ---
 extra-x86_64/PKGBUILD   |   58 -
 extra-x86_64/maxima.desktop |   11 
 extra-x86_64/maxima.install |   19 ---
 8 files changed, 136 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-i686/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.38.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 268004, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.38.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:53:55
  Author: arojas
Revision: 268004

Hooks

Modified:
  maxima/trunk/PKGBUILD
Deleted:
  maxima/trunk/maxima.install

+
 PKGBUILD   |3 +--
 maxima.install |   19 ---
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:45:57 UTC (rev 268003)
+++ PKGBUILD2016-05-14 18:53:55 UTC (rev 268004)
@@ -4,7 +4,7 @@
 
 pkgname=maxima
 pkgver=5.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,6 @@
 # needs rebuild when bash changes version
 # needs a rebuild when sbcl changes version
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
 sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
   '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')

Deleted: maxima.install
===
--- maxima.install  2016-05-14 18:45:57 UTC (rev 268003)
+++ maxima.install  2016-05-14 18:53:55 UTC (rev 268004)
@@ -1,19 +0,0 @@
-infodir=/usr/share/info
-filelist=(imaxima.info maxima.info xmaxima.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:45:57
  Author: arojas
Revision: 268003

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

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 268002, lyx/trunk/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 268002, lyx/trunk/lyx.desktop)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 268002, lyx/trunk/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 268002, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 268002, lyx/trunk/lyx.desktop)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 268002, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist

--+
 /PKGBUILD|  100 +
 /lyx.desktop |   28 
 /lyxrc.dist  |   28 
 extra-i686/PKGBUILD  |   51 --
 extra-i686/lyx.desktop   |   14 --
 extra-i686/lyx.install   |   15 --
 extra-i686/lyxrc.dist|   14 --
 extra-x86_64/PKGBUILD|   51 --
 extra-x86_64/lyx.desktop |   14 --
 extra-x86_64/lyx.install |   15 --
 extra-x86_64/lyxrc.dist  |   14 --
 11 files changed, 156 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:45:21 UTC (rev 268002)
+++ extra-i686/PKGBUILD 2016-05-14 18:45:57 UTC (rev 268003)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.1.4
-pkgrel=4
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('i686' 'x86_64')
-url="http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('956662191437685789a2ffc2eec3048a21d3e37b'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" \
-"${pkgdir}/usr/share/applications/lyx.desktop"
-  install -Dm644 "lib/images/lyx.png" \
-"${pkgdir}/usr/share/pixmaps/lyx.png"
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 268002, lyx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:45:57 UTC (rev 268003)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.1.4
+pkgrel=5
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('956662191437685789a2ffc2eec3048a21d3e37b'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:45:21
  Author: arojas
Revision: 268002

Hooks

Modified:
  lyx/trunk/PKGBUILD
Deleted:
  lyx/trunk/lyx.install

-+
 PKGBUILD|3 +--
 lyx.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:35:57 UTC (rev 268001)
+++ PKGBUILD2016-05-14 18:45:21 UTC (rev 268002)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org;
@@ -14,7 +14,6 @@
 'texlive-latexextra: float wrap support')
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)

Deleted: lyx.install
===
--- lyx.install 2016-05-14 18:35:57 UTC (rev 268001)
+++ lyx.install 2016-05-14 18:45:21 UTC (rev 268002)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  post_install
-}
-
-
-


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 20:44:54
  Author: arodseth
Revision: 175396

New version

Modified:
  nltk-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:18:51 UTC (rev 175395)
+++ PKGBUILD2016-05-14 18:44:54 UTC (rev 175396)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Anton Bazhenov 
 # Contributor: Michal Bozon 
 
 pkgname=nltk-data
-pkgver=3.0a3
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Corpora, grammars and other linguistic data for NLTK'
 arch=('any')
-url='http://nltk.sourceforge.net/'
+url='http://www.nltk.org/data.html'
 license=('custom')
-makedepends=('unzip' 'python-nltk')
+makedepends=('unzip' "python-nltk=$pkgver")
 source=('LICENSE')
 md5sums=('69998d5f493a60e7a1467b8003ab8e22')
 


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:35:57
  Author: arojas
Revision: 268001

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

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

-+
 /PKGBUILD   |   52 ++
 extra-i686/PKGBUILD |   27 -
 extra-i686/libxmi.install   |   20 
 extra-x86_64/PKGBUILD   |   27 -
 extra-x86_64/libxmi.install |   20 
 5 files changed, 52 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:35:26 UTC (rev 268000)
+++ extra-i686/PKGBUILD 2016-05-14 18:35:57 UTC (rev 268001)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=6
-pkgdesc="A library for rasterizing 2-D vector graphics"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-install=libxmi.install
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --force --install
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libxmi/repos/extra-i686/PKGBUILD (from rev 268000, 
libxmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:35:57 UTC (rev 268001)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=7
+pkgdesc="A library for rasterizing 2-D vector graphics"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libxmi/libxmi.html;
+license=('GPL')
+depends=('glibc')
+source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4e6935484f0ad71b531920bf4c546b47')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --force --install
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libxmi.install
===
--- extra-i686/libxmi.install   2016-05-14 18:35:26 UTC (rev 268000)
+++ extra-i686/libxmi.install   2016-05-14 18:35:57 UTC (rev 268001)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libxmi.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/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
-usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 18:35:26 UTC (rev 268000)
+++ extra-x86_64/PKGBUILD   2016-05-14 18:35:57 UTC (rev 268001)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tobias Kieslich [tobias.justdreams.de]
-
-pkgname=libxmi
-pkgver=1.2
-pkgrel=6
-pkgdesc="A library for rasterizing 2-D vector graphics"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libxmi/libxmi.html;
-license=('GPL')
-depends=('glibc')
-install=libxmi.install
-source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4e6935484f0ad71b531920bf4c546b47')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --force --install
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libxmi/repos/extra-x86_64/PKGBUILD (from rev 268000, 
libxmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-14 18:35:57 UTC (rev 268001)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tobias Kieslich [tobias.justdreams.de]
+
+pkgname=libxmi
+pkgver=1.2
+pkgrel=7
+pkgdesc="A library for rasterizing 2-D vector graphics"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libxmi/libxmi.html;

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:35:26
  Author: arojas
Revision: 268000

Hooks

Modified:
  libxmi/trunk/PKGBUILD
Deleted:
  libxmi/trunk/libxmi.install

+
 PKGBUILD   |3 +--
 libxmi.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:35:19 UTC (rev 267999)
+++ PKGBUILD2016-05-14 18:35:26 UTC (rev 268000)
@@ -4,13 +4,12 @@
 
 pkgname=libxmi
 pkgver=1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A library for rasterizing 2-D vector graphics"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libxmi/libxmi.html;
 license=('GPL')
 depends=('glibc')
-install=libxmi.install
 source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('4e6935484f0ad71b531920bf4c546b47')
 

Deleted: libxmi.install
===
--- libxmi.install  2016-05-14 18:35:19 UTC (rev 267999)
+++ libxmi.install  2016-05-14 18:35:26 UTC (rev 268000)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libxmi.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/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
-usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 20:35:19
  Author: tpowa
Revision: 267999

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

Added:
  dosfstools/repos/core-i686/PKGBUILD
(from rev 267998, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/core-x86_64/PKGBUILD
(from rev 267998, dosfstools/trunk/PKGBUILD)
Deleted:
  dosfstools/repos/core-i686/PKGBUILD
  dosfstools/repos/core-x86_64/PKGBUILD

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-14 18:35:07 UTC (rev 267998)
+++ core-i686/PKGBUILD  2016-05-14 18:35:19 UTC (rev 267999)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-# Committer: Judd Vinet 
-pkgname=dosfstools
-pkgver=4.0
-pkgrel=1
-pkgdesc="DOS filesystem utilities"
-arch=(i686 x86_64)
-depends=('glibc')
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-)
-url="https://github.com/dosfstools/dosfstools;
-license=('GPL2')
-validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
-md5sums=('20f8388b99702f276c973d228c7cff45'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: dosfstools/repos/core-i686/PKGBUILD (from rev 267998, 
dosfstools/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-14 18:35:19 UTC (rev 267999)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: dorphell 
+# Committer: Judd Vinet 
+pkgname=dosfstools
+pkgver=4.0
+pkgrel=2
+pkgdesc="DOS filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url="https://github.com/dosfstools/dosfstools;
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('20f8388b99702f276c973d228c7cff45'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc --enable-compat-symlinks
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-05-14 18:35:07 UTC (rev 267998)
+++ core-x86_64/PKGBUILD2016-05-14 18:35:19 UTC (rev 267999)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-# Committer: Judd Vinet 
-pkgname=dosfstools
-pkgver=4.0
-pkgrel=1
-pkgdesc="DOS filesystem utilities"
-arch=(i686 x86_64)
-depends=('glibc')
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-)
-url="https://github.com/dosfstools/dosfstools;
-license=('GPL2')
-validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
-md5sums=('20f8388b99702f276c973d228c7cff45'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: dosfstools/repos/core-x86_64/PKGBUILD (from rev 267998, 
dosfstools/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-05-14 18:35:19 UTC (rev 267999)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: dorphell 
+# Committer: Judd Vinet 
+pkgname=dosfstools
+pkgver=4.0
+pkgrel=2
+pkgdesc="DOS filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url="https://github.com/dosfstools/dosfstools;
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('20f8388b99702f276c973d228c7cff45'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man 

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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 20:35:07
  Author: tpowa
Revision: 267998

upgpkg: dosfstools 4.0-2

enable compat symlinks

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:32:49 UTC (rev 267997)
+++ PKGBUILD2016-05-14 18:35:07 UTC (rev 267998)
@@ -3,7 +3,7 @@
 # Committer: Judd Vinet 
 pkgname=dosfstools
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="DOS filesystem utilities"
 arch=(i686 x86_64)
 depends=('glibc')
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc --enable-compat-symlinks
 }
 
 build() {


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:32:49
  Author: arojas
Revision: 267997

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

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

--+
 /PKGBUILD|   68 +
 extra-i686/PKGBUILD  |   35 ---
 extra-i686/gsl.install   |   21 -
 extra-x86_64/PKGBUILD|   35 ---
 extra-x86_64/gsl.install |   21 -
 5 files changed, 68 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:32:11 UTC (rev 267996)
+++ extra-i686/PKGBUILD 2016-05-14 18:32:49 UTC (rev 267997)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Juergen Hoetzel 
-# Contributor: Tom Newsom 
-
-pkgname=gsl
-pkgver=2.1
-pkgrel=1
-pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
-url="http://www.gnu.org/software/gsl/gsl.html;
-source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
-install=gsl.install
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc' 'bash')
-sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
-
-build() {
-unset LDFLAGS
-
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr
-make
-}
-
-check() {
-[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gsl/repos/extra-i686/PKGBUILD (from rev 267996, gsl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:32:49 UTC (rev 267997)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Juergen Hoetzel 
+# Contributor: Tom Newsom 
+
+pkgname=gsl
+pkgver=2.1
+pkgrel=2
+pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
+url="http://www.gnu.org/software/gsl/gsl.html;
+source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc' 'bash')
+sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
+
+build() {
+unset LDFLAGS
+
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr
+make
+}
+
+check() {
+[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gsl.install
===
--- extra-i686/gsl.install  2016-05-14 18:32:11 UTC (rev 267996)
+++ extra-i686/gsl.install  2016-05-14 18:32:49 UTC (rev 267997)
@@ -1,21 +0,0 @@
-  infodir=/usr/share/info
-  filelist=(gsl-ref.info.gz)
-
-  post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-
-  post_upgrade() {
-post_install $1
-  }
-
-  pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 18:32:11 UTC (rev 267996)
+++ extra-x86_64/PKGBUILD   2016-05-14 18:32:49 UTC (rev 267997)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Juergen Hoetzel 
-# Contributor: Tom Newsom 
-
-pkgname=gsl
-pkgver=2.1
-pkgrel=1
-pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
-url="http://www.gnu.org/software/gsl/gsl.html;
-source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
-install=gsl.install
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc' 'bash')
-sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
-
-build() {
-unset LDFLAGS
-
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr
-make
-}
-
-check() {
-[[ $CARCH = 'i686' ]] && return 0 # 
https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gsl/repos/extra-x86_64/PKGBUILD (from rev 267996, gsl/trunk/PKGBUILD)

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:32:11
  Author: arojas
Revision: 267996

Hooks

Modified:
  gsl/trunk/PKGBUILD
Deleted:
  gsl/trunk/gsl.install

-+
 PKGBUILD|3 +--
 gsl.install |   21 -
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:26:35 UTC (rev 267995)
+++ PKGBUILD2016-05-14 18:32:11 UTC (rev 267996)
@@ -5,11 +5,10 @@
 
 pkgname=gsl
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
 url="http://www.gnu.org/software/gsl/gsl.html;
 source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz;)
-install=gsl.install
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('glibc' 'bash')

Deleted: gsl.install
===
--- gsl.install 2016-05-14 18:26:35 UTC (rev 267995)
+++ gsl.install 2016-05-14 18:32:11 UTC (rev 267996)
@@ -1,21 +0,0 @@
-  infodir=/usr/share/info
-  filelist=(gsl-ref.info.gz)
-
-  post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-
-  post_upgrade() {
-post_install $1
-  }
-
-  pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-
-  }
-


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:26:35
  Author: arojas
Revision: 267995

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

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 267994, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 267994, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 267994, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 267994, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 267994, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 267994, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  106 ++
 /gnuplot.install|   36 
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   53 ---
 extra-i686/gnuplot.install  |   31 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/gnuplot.install|   31 ---
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 168 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:25:53 UTC (rev 267994)
+++ extra-i686/PKGBUILD 2016-05-14 18:26:35 UTC (rev 267995)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-"lua53_compat.patch")
-sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt \
-  --with-bitmap-terminals
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 267994, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:26:35 UTC (rev 267995)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.3
+pkgrel=2
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+"lua53_compat.patch")
+sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:25:53
  Author: arojas
Revision: 267994

Hooks

Modified:
  gnuplot/trunk/PKGBUILD
  gnuplot/trunk/gnuplot.install

-+
 PKGBUILD|2 +-
 gnuplot.install |   13 -
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:19:44 UTC (rev 267993)
+++ PKGBUILD2016-05-14 18:25:53 UTC (rev 267994)
@@ -5,7 +5,7 @@
 
 pkgname=gnuplot
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info; 

Modified: gnuplot.install
===
--- gnuplot.install 2016-05-14 18:19:44 UTC (rev 267993)
+++ gnuplot.install 2016-05-14 18:25:53 UTC (rev 267994)
@@ -1,15 +1,8 @@
-info_dir=/usr/share/info
-info_files=(gnuplot.info)
-
 post_install() {
   if [ -f /usr/bin/mktexlsr ]; then
 echo "Updating TeX tree..."
 mktexlsr
   fi
-
-for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
 }
 
 post_upgrade() {
@@ -16,12 +9,6 @@
   post_install $1
 }
 
-pre_remove() {
- for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
 post_remove() {
   if [ -f /usr/bin/mktexlsr ]; then
 echo "Updating TeX tree..."


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:19:44
  Author: arojas
Revision: 267993

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

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

---+
 /PKGBUILD |  126 
 extra-i686/PKGBUILD   |   64 --
 extra-i686/fftw.install   |   24 
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/fftw.install |   24 
 5 files changed, 126 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:19:13 UTC (rev 267992)
+++ extra-i686/PKGBUILD 2016-05-14 18:19:44 UTC (rev 267993)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=fftw
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="A library for computing the discrete Fourier transform (DFT)"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.fftw.org/;
-depends=('bash' 'gcc-libs')
-makedepends=('gcc-fortran')
-source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-install=fftw.install
-sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
-
-# notes:
-# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
-# http://www.fftw.org/faq/section2.html#singleprec
-# http://www.fftw.org/fftw3_doc/Precision.html#Precision
-
-
-build() {
-  cd ${srcdir}
-  
-  cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
-  cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
-  mv ${pkgname}-${pkgver} ${pkgname}-${pkgver}-single
-  
-
-  # use upstream default CFLAGS while keeping our -march/-mtune
-  CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math"
-
-  CONFIGURE="./configure F77=gfortran --prefix=/usr \
- --enable-shared --enable-threads \
---enable-openmp"
-
-  # build double precision
-  cd ${srcdir}/${pkgname}-${pkgver}-double
-  $CONFIGURE --enable-sse2 --enable-avx
-  make
-
-  # build & install long double precission
-  cd ${srcdir}/${pkgname}-${pkgver}-long-double
-  $CONFIGURE --enable-long-double
-  make
-
-  # build & install single precision
-  cd ${srcdir}/${pkgname}-${pkgver}-single
-  $CONFIGURE --enable-float --enable-sse --enable-avx
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-double
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/${pkgname}-${pkgver}-long-double
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/${pkgname}-${pkgver}-single
-  make DESTDIR=${pkgdir} install  
-}

Copied: fftw/repos/extra-i686/PKGBUILD (from rev 267992, fftw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:19:44 UTC (rev 267993)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=fftw
+pkgver=3.3.4
+pkgrel=2
+pkgdesc="A library for computing the discrete Fourier transform (DFT)"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.fftw.org/;
+depends=('bash' 'gcc-libs')
+makedepends=('gcc-fortran')
+source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
+
+# notes:
+# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
+# http://www.fftw.org/faq/section2.html#singleprec
+# http://www.fftw.org/fftw3_doc/Precision.html#Precision
+
+
+build() {
+  cd ${srcdir}
+  
+  cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
+  cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
+  mv ${pkgname}-${pkgver} ${pkgname}-${pkgver}-single
+  
+
+  # use upstream default CFLAGS while keeping our -march/-mtune
+  CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math"
+
+  CONFIGURE="./configure F77=gfortran --prefix=/usr \
+ --enable-shared --enable-threads \
+--enable-openmp"
+
+  # build double precision
+  cd ${srcdir}/${pkgname}-${pkgver}-double
+  $CONFIGURE --enable-sse2 --enable-avx
+  make
+
+  # build & install long double precission
+  cd ${srcdir}/${pkgname}-${pkgver}-long-double
+  $CONFIGURE --enable-long-double
+  make
+
+  # build & install single precision
+  cd ${srcdir}/${pkgname}-${pkgver}-single
+  $CONFIGURE --enable-float --enable-sse --enable-avx
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-double
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgname}-${pkgver}-long-double
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgname}-${pkgver}-single
+  make DESTDIR=${pkgdir} install  
+}

Deleted: extra-i686/fftw.install

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

2016-05-14 Thread Johannes Löthberg
Date: Saturday, May 14, 2016 @ 20:18:51
  Author: demize
Revision: 175395

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

Added:
  haproxy/repos/community-testing-i686/
  haproxy/repos/community-testing-i686/PKGBUILD
(from rev 175394, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-i686/haproxy.cfg
(from rev 175394, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-i686/haproxy.install
(from rev 175394, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 175394, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 175394, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 175394, haproxy/trunk/haproxy.install)

--+
 community-testing-i686/PKGBUILD  |   71 +
 community-testing-i686/haproxy.cfg   |   49 
 community-testing-i686/haproxy.install   |4 +
 community-testing-x86_64/PKGBUILD|   71 +
 community-testing-x86_64/haproxy.cfg |   49 
 community-testing-x86_64/haproxy.install |4 +
 6 files changed, 248 insertions(+)

Copied: haproxy/repos/community-testing-i686/PKGBUILD (from rev 175394, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-14 18:18:51 UTC (rev 175395)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.5
+pkgrel=2
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('5290f278c04e682e42ab71fed26fc082'
+ '02241a8ca257d12f7eb131e2d7da3f3b')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+SPEC_CFLAGS="-fno-strict-aliasing -Wdeclaration-after-statement 
-fno-tree-sra" \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+EXTRA=haproxy-systemd-wrapper \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
+  done
+
+  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+  install -Dm644 contrib/systemd/haproxy.service \
+"$pkgdir"/usr/lib/systemd/system/haproxy.service
+
+  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
+  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
+  install -m644 examples/errorfiles/*.http \
+"$pkgdir"/usr/share/haproxy/examples/errorfiles/
+
+  install -Dm644 examples/haproxy.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
+}

Copied: haproxy/repos/community-testing-i686/haproxy.cfg (from rev 175394, 
haproxy/trunk/haproxy.cfg)
===
--- community-testing-i686/haproxy.cfg  (rev 0)
+++ community-testing-i686/haproxy.cfg  2016-05-14 18:18:51 UTC (rev 175395)
@@ -0,0 +1,49 @@
+#-
+# Example configuration.  See the full configuration manual online.
+#
+#   http://www.haproxy.org/download/1.6/doc/configuration.txt
+#
+#-
+
+global
+maxconn 2
+log 127.0.0.1 local0
+userhaproxy
+chroot  /usr/share/haproxy
+pidfile /run/haproxy.pid
+daemon
+
+frontend  main
+bind :5000
+mode http
+log  global
+option   httplog
+option   dontlognull
+option   http_proxy
+option forwardforexcept 127.0.0.0/8
+maxconn  8000
+timeout  client  30s
+
+acl url_static   path_beg   -i /static /images /javascript 
/stylesheets
+acl url_static   path_end   -i .jpg .gif .png .css .js
+
+use_backend static  if url_static
+default_backend app
+
+backend static
+mode

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:19:13
  Author: arojas
Revision: 267992

Hooks

Modified:
  fftw/trunk/PKGBUILD
Deleted:
  fftw/trunk/fftw.install

--+
 PKGBUILD |3 +--
 fftw.install |   24 
 2 files changed, 1 insertion(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 18:14:32 UTC (rev 267991)
+++ PKGBUILD2016-05-14 18:19:13 UTC (rev 267992)
@@ -4,7 +4,7 @@
 
 pkgname=fftw
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for computing the discrete Fourier transform (DFT)"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,6 @@
 depends=('bash' 'gcc-libs')
 makedepends=('gcc-fortran')
 source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-install=fftw.install
 sha1sums=('fd508bac8ac13b3a46152c54b7ac885b69734262')
 
 # notes:

Deleted: fftw.install
===
--- fftw.install2016-05-14 18:14:32 UTC (rev 267991)
+++ fftw.install2016-05-14 18:19:13 UTC (rev 267992)
@@ -1,24 +0,0 @@
-info_dir=/usr/share/info
-info_files=(fftw3.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-
-
-


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

2016-05-14 Thread Johannes Löthberg
Date: Saturday, May 14, 2016 @ 20:18:40
  Author: demize
Revision: 175394

upgpkg: haproxy 1.6.5-2

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 16:30:37 UTC (rev 175393)
+++ PKGBUILD2016-05-14 18:18:40 UTC (rev 175394)
@@ -4,7 +4,7 @@
 
 pkgname=haproxy
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'
@@ -30,7 +30,9 @@
 
 build() {
   cd haproxy-$pkgver
+
   make CPU=generic TARGET=linux2628 \
+SPEC_CFLAGS="-fno-strict-aliasing -Wdeclaration-after-statement 
-fno-tree-sra" \
 USE_GETADDRINFO=1 \
 USE_OPENSSL=1 \
 USE_PCRE=1 USE_PCRE_JIT=1 \


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:14:32
  Author: arojas
Revision: 267991

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 267990, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 267990, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 267990, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 267990, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 267990, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 267990, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 /PKGBUILD  |  142 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   72 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/efl.install |   16 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/efl.install   |   16 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 11 files changed, 240 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:13:06 UTC (rev 267990)
+++ extra-i686/PKGBUILD 2016-05-14 18:14:32 UTC (rev 267991)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('bcdc546fcd34ff04d876ab86ecfbc47afc623a69'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 267990, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:14:32 UTC (rev 267991)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.17.0
+pkgrel=2

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:13:06
  Author: arojas
Revision: 267990

Hooks

Modified:
  efl/trunk/PKGBUILD
Deleted:
  efl/trunk/efl.install

-+
 PKGBUILD|3 +--
 efl.install |   16 
 2 files changed, 1 insertion(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 17:58:09 UTC (rev 267989)
+++ PKGBUILD2016-05-14 18:13:06 UTC (rev 267990)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org;
@@ -22,7 +22,6 @@
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
-install=efl.install
 sha1sums=('bcdc546fcd34ff04d876ab86ecfbc47afc623a69'
   'ef2b961e793c711685623a149ab55b1bec9a3676')
 

Deleted: efl.install
===
--- efl.install 2016-05-14 17:58:09 UTC (rev 267989)
+++ efl.install 2016-05-14 18:13:06 UTC (rev 267990)
@@ -1,16 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-
-
-


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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 19:58:09
  Author: arojas
Revision: 267989

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

Added:
  bc/repos/extra-i686/PKGBUILD
(from rev 267988, bc/trunk/PKGBUILD)
  bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch
(from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
  bc/repos/extra-x86_64/PKGBUILD
(from rev 267988, bc/trunk/PKGBUILD)
  bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch
(from rev 267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
Deleted:
  bc/repos/extra-i686/PKGBUILD
  bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch
  bc/repos/extra-i686/bc.install
  bc/repos/extra-x86_64/PKGBUILD
  bc/repos/extra-x86_64/bc-1.06.95-void_uninitialized.patch
  bc/repos/extra-x86_64/bc.install

--+
 /PKGBUILD|   82 +
 /bc-1.06.95-void_uninitialized.patch |   28 +++
 extra-i686/PKGBUILD  |   43 ---
 extra-i686/bc-1.06.95-void_uninitialized.patch   |   14 ---
 extra-i686/bc.install|   20 -
 extra-x86_64/PKGBUILD|   43 ---
 extra-x86_64/bc-1.06.95-void_uninitialized.patch |   14 ---
 extra-x86_64/bc.install  |   20 -
 8 files changed, 110 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 17:57:36 UTC (rev 267988)
+++ extra-i686/PKGBUILD 2016-05-14 17:58:09 UTC (rev 267989)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-
-pkgname=bc
-pkgver=1.06.95
-pkgrel=1
-pkgdesc="An arbitrary precision calculator language"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/bc/;
-license=('GPL')
-depends=('readline')
-replaces=('bc-readline')
-conflicts=('bc-readline')
-install=bc.install
-source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-bc-1.06.95-void_uninitialized.patch)
-md5sums=('5126a721b73f97d715bb72c13c889035'
- 'SKIP'
- 'fe85d42dd4151801e9b8c2d2c4d990bf')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=349339
-  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---infodir=/usr/share/info --with-readline
-  make
-}
-
-check () {
-  cd "${pkgname}-${pkgver}"
-  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bc/repos/extra-i686/PKGBUILD (from rev 267988, bc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 17:58:09 UTC (rev 267989)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: dorphell 
+
+pkgname=bc
+pkgver=1.06.95
+pkgrel=2
+pkgdesc="An arbitrary precision calculator language"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/bc/;
+license=('GPL')
+depends=('readline')
+replaces=('bc-readline')
+conflicts=('bc-readline')
+source=(http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+bc-1.06.95-void_uninitialized.patch)
+md5sums=('5126a721b73f97d715bb72c13c889035'
+ 'fe85d42dd4151801e9b8c2d2c4d990bf')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # https://bugs.gentoo.org/show_bug.cgi?id=349339
+  patch -Np0 -i ${srcdir}/bc-1.06.95-void_uninitialized.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--infodir=/usr/share/info --with-readline
+  make
+}
+
+check () {
+  cd "${pkgname}-${pkgver}"
+  echo "quit" | ./bc/bc -l Test/checklib.b # 10 failures
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bc-1.06.95-void_uninitialized.patch
===
--- extra-i686/bc-1.06.95-void_uninitialized.patch  2016-05-14 17:57:36 UTC 
(rev 267988)
+++ extra-i686/bc-1.06.95-void_uninitialized.patch  2016-05-14 17:58:09 UTC 
(rev 267989)
@@ -1,14 +0,0 @@
-http://www.pixelbeat.org/programming/oss_bug_flow.html
-https://bugs.gentoo.org/349339
-
 bc/storage.c
-+++ bc/storage.c
-@@ -99,6 +99,7 @@
- {
-   f = [indx];
-   f->f_defined = FALSE;
-+  f->f_void = FALSE;
-   f->f_body = (char *) bc_malloc (BC_START_SIZE);
-   f->f_body_size = BC_START_SIZE;
-   f->f_code_size = 0;
-

Copied: bc/repos/extra-i686/bc-1.06.95-void_uninitialized.patch (from rev 
267988, bc/trunk/bc-1.06.95-void_uninitialized.patch)
===
--- extra-i686/bc-1.06.95-void_uninitialized.patch   

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 19:57:36
  Author: arojas
Revision: 267988

Hooks

Modified:
  bc/trunk/PKGBUILD
Deleted:
  bc/trunk/bc.install

+
 PKGBUILD   |6 ++
 bc.install |   20 
 2 files changed, 2 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 15:19:52 UTC (rev 267987)
+++ PKGBUILD2016-05-14 17:57:36 UTC (rev 267988)
@@ -3,7 +3,7 @@
 
 pkgname=bc
 pkgver=1.06.95
-pkgrel=1
+pkgrel=2
 pkgdesc="An arbitrary precision calculator language"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/bc/;
@@ -11,11 +11,9 @@
 depends=('readline')
 replaces=('bc-readline')
 conflicts=('bc-readline')
-install=bc.install
-source=(ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+source=(http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 bc-1.06.95-void_uninitialized.patch)
 md5sums=('5126a721b73f97d715bb72c13c889035'
- 'SKIP'
  'fe85d42dd4151801e9b8c2d2c4d990bf')
 
 prepare() {

Deleted: bc.install
===
--- bc.install  2016-05-14 15:19:52 UTC (rev 267987)
+++ bc.install  2016-05-14 17:57:36 UTC (rev 267988)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(bc.info.gz dc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 18:30:37
  Author: arodseth
Revision: 175393

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 76 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 16:30:22 UTC (rev 175392)
+++ community-i686/PKGBUILD 2016-05-14 16:30:37 UTC (rev 175393)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.0.2
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
-md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
-md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-
-  # Desktop icon / application shortcut
-  install -Dm644 "lib/icons/pde-128.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# getver: processing.org/download/?processing
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 175392, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 16:30:37 UTC (rev 175393)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
+makedepends=('gendesk')
+options=('!strip')
+source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
+source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
+md5sums_x86_64=('ce0ef29c656565d1b7040fa1c921c507')
+md5sums_i686=('e2592f9e4100143629c333551c33c33e')
+
+prepare() {
+  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
+  cp -r * "$pkgdir/usr/share/$pkgname/"
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+
+  # Desktop icon / application shortcut
+  install -Dm644 "lib/icons/pde-128.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-14 16:30:22 UTC (rev 175392)
+++ community-x86_64/PKGBUILD   2016-05-14 16:30:37 UTC (rev 175393)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.0.2
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
-md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
-md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln 

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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 18:30:13
  Author: arodseth
Revision: 175391

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 175390, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 16:30:05 UTC (rev 175390)
+++ PKGBUILD2016-05-14 16:30:13 UTC (rev 175391)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Panagiotis Mavrogiorgos 
-
-pkgname=nuitka
-pkgver=0.5.21.0
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-depends=('python')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('7708124902ecc9d3cb6557eb5b421d2e0ac868d70ad9d0d5d023e1c5a9123bec')
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 175390, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 16:30:13 UTC (rev 175391)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Panagiotis Mavrogiorgos 
+
+pkgname=nuitka
+pkgver=0.5.21.2
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+depends=('python')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
+sha256sums=('f0c489bedfc5962fe0415b5e27440b5e0a0e0ea7c5c32a2cc8c45c8935dc4818')
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 18:30:22
  Author: arodseth
Revision: 175392

upgpkg: processing 3.1-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 16:30:13 UTC (rev 175391)
+++ PKGBUILD2016-05-14 16:30:22 UTC (rev 175392)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=processing
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
 url='http://www.processing.org/'
@@ -13,8 +13,8 @@
 options=('!strip')
 source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
 source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
-md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
-md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
+md5sums_x86_64=('ce0ef29c656565d1b7040fa1c921c507')
+md5sums_i686=('e2592f9e4100143629c333551c33c33e')
 
 prepare() {
   gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
@@ -35,5 +35,4 @@
 "$pkgdir/usr/share/applications/$pkgname.desktop"
 }
 
-# getver: processing.org/download/?processing
 # vim:set ts=2 sw=2 et:


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 18:30:05
  Author: arodseth
Revision: 175390

upgpkg: nuitka 0.5.21.2-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 14:50:43 UTC (rev 175389)
+++ PKGBUILD2016-05-14 16:30:05 UTC (rev 175390)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos 
 
 pkgname=nuitka
-pkgver=0.5.21.0
+pkgver=0.5.21.2
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('7708124902ecc9d3cb6557eb5b421d2e0ac868d70ad9d0d5d023e1c5a9123bec')
+sha256sums=('f0c489bedfc5962fe0415b5e27440b5e0a0e0ea7c5c32a2cc8c45c8935dc4818')
 
 package() {
   cd "Nuitka-${pkgver%.0}"


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:19:39
  Author: tpowa
Revision: 267986

upgpkg: libiscsi 1.17.0-2

fix PKGBUILD to use correct tag and version

Modified:
  libiscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 15:11:34 UTC (rev 267985)
+++ PKGBUILD2016-05-14 15:19:39 UTC (rev 267986)
@@ -3,7 +3,7 @@
 # Contributor: Patryk Kowalczyk 
 pkgname=libiscsi
 pkgver=1.17.0
-pkgrel=1
+pkgrel=2
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:19:52
  Author: tpowa
Revision: 267987

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 15:19:39 UTC (rev 267986)
+++ extra-i686/PKGBUILD 2016-05-14 15:19:52 UTC (rev 267987)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Patryk Kowalczyk 
-pkgname=libiscsi
-pkgver=1.17.0
-pkgrel=1
-makedepends=('git')
-depends=('glibc' 'popt' 'libgcrypt')
-pkgdesc="Clientside library to implement the iSCSI protocol"
-arch=(i686 x86_64)
-url="https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}"
-  make check
-}
-
-package () {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libiscsi/repos/extra-i686/PKGBUILD (from rev 267986, 
libiscsi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 15:19:52 UTC (rev 267987)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Patryk Kowalczyk 
+pkgname=libiscsi
+pkgver=1.17.0
+pkgrel=2
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc="Clientside library to implement the iSCSI protocol"
+arch=(i686 x86_64)
+url="https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 15:19:39 UTC (rev 267986)
+++ extra-x86_64/PKGBUILD   2016-05-14 15:19:52 UTC (rev 267987)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Patryk Kowalczyk 
-pkgname=libiscsi
-pkgver=1.17.0
-pkgrel=1
-makedepends=('git')
-depends=('glibc' 'popt' 'libgcrypt')
-pkgdesc="Clientside library to implement the iSCSI protocol"
-arch=(i686 x86_64)
-url="https://github.com/sahlberg/libiscsi;
-license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
-md5sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}"
-  make check
-}
-
-package () {
-  cd "${srcdir}/${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libiscsi/repos/extra-x86_64/PKGBUILD (from rev 267986, 
libiscsi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-14 15:19:52 UTC (rev 267987)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Patryk Kowalczyk 
+pkgname=libiscsi
+pkgver=1.17.0
+pkgrel=2
+makedepends=('git')
+depends=('glibc' 'popt' 'libgcrypt')
+pkgdesc="Clientside library to implement the iSCSI protocol"
+arch=(i686 x86_64)
+url="https://github.com/sahlberg/libiscsi;
+license=('LGPL')
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-static --libdir=/usr/lib 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:11:34
  Author: tpowa
Revision: 267985

upgpkg: libiscsi 1.17.0-1

fix PKGBUILD to use correct tag and version

Modified:
  libiscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 15:00:38 UTC (rev 267984)
+++ PKGBUILD2016-05-14 15:11:34 UTC (rev 267985)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url="https://github.com/sahlberg/libiscsi;
 license=('LGPL')
-source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
+source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
 md5sums=('SKIP')
 
 build() {


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:00:38
  Author: tpowa
Revision: 267984

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Mirco Tischler 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver};)
-
-build() {
-   cd "${pkgname}"
-   make
-}
-
-package() {
-   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-   # http://blog.hansenpartnership.com/uefi-secure-boot/
-   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP')

Copied: efitools/repos/extra-i686/PKGBUILD (from rev 267983, 
efitools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Mirco Tischler 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver=1.7.0.3.g791e463
+pkgrel=1
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+#source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver};)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=791e4639ee837f70c8d5e1190e01dc3441d4a401;)
+
+pkgver() {
+   cd "${pkgname}"
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g' 
+}
+
+prepare() {
+cd "${pkgname}"
+   git clean -x -d -f
+}
+
+build() {
+cd "${pkgname}"
+   # fix PreLoader.efi building on x86_64 #49314
+export ARCH="${CARCH}"
+   make
+}
+
+package() {
+   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+   # http://blog.hansenpartnership.com/uefi-secure-boot/
+   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-x86_64/PKGBUILD   2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Mirco Tischler 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver};)
-
-build() {
-   cd "${pkgname}"
-   make
-}
-
-package() {
-   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-   # http://blog.hansenpartnership.com/uefi-secure-boot/
-   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-   cd 

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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:00:24
  Author: tpowa
Revision: 267983

upgpkg: efitools 1.7.0.3.g791e463-1

fix #49314 Preloader.efi

Modified:
  efitools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 14:29:28 UTC (rev 267982)
+++ PKGBUILD2016-05-14 15:00:24 UTC (rev 267983)
@@ -4,7 +4,7 @@
 # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
 pkgname="efitools"
-pkgver=1.7.0
+pkgver=1.7.0.3.g791e463
 pkgrel=1
 pkgdesc="Tools for manipulating UEFI secure boot platforms"
 url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 16:50:34
  Author: arodseth
Revision: 175388

upgpkg: python-nltk 3.2.1-1

Modified:
  python-nltk/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 14:33:58 UTC (rev 175387)
+++ PKGBUILD2016-05-14 14:50:34 UTC (rev 175388)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic 
 # Contributor: Chris Baker 
 
 pkgbase=python-nltk
 pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Natural language processing in Python'
 arch=('any')
@@ -23,10 +23,8 @@
 }
 
 build() {
-  cd nltk
-  python setup.py build
-  cd "$srcdir/nltk-py2"
-  python2 setup.py build
+  (cd nltk; python setup.py build)
+  (cd nltk-py2; python2 setup.py build)
 }
 
 package_python-nltk() {
@@ -35,8 +33,7 @@
   'python-matplotlib: used for plotting')
   depends=('python-yaml')
 
-  cd nltk
-  python setup.py install --root="$pkgdir" --optimize=1
+  (cd nltk; python setup.py install --root="$pkgdir" --optimize=1)
 }
 
 package_python2-nltk() {
@@ -45,8 +42,7 @@
   'python2-matplotlib: used for plotting')
   depends=('python2-yaml')
 
-  cd nltk-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  (cd nltk-py2; python2 setup.py install --root="$pkgdir" --optimize=1)
 }
 
 # getver: pypi.python.org/pypi/nltk


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 16:50:43
  Author: arodseth
Revision: 175389

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-14 14:50:34 UTC (rev 175388)
+++ PKGBUILD2016-05-14 14:50:43 UTC (rev 175389)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chris Baker 
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.1
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/nltk/nltk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -r nltk nltk-py2
-  # python 2 fix
-  cd nltk-py2
-  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
-  cd nltk
-  python setup.py build
-  cd "$srcdir/nltk-py2"
-  python2 setup.py build
-}
-
-package_python-nltk() {
-  optdepends=('nltk-data: test data'
-  'python-numpy: used for calculations'
-  'python-matplotlib: used for plotting')
-  depends=('python-yaml')
-
-  cd nltk
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-nltk() {
-  optdepends=('nltk-data: test data'
-  'python2-numpy: used for calculations'
-  'python2-matplotlib: used for plotting')
-  depends=('python2-yaml')
-
-  cd nltk-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: pypi.python.org/pypi/nltk
-# vim:set ts=2 sw=2 et:

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 175388, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-14 14:50:43 UTC (rev 175389)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Baker 
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/nltk/nltk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -r nltk nltk-py2
+  # python 2 fix
+  cd nltk-py2
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  (cd nltk; python setup.py build)
+  (cd nltk-py2; python2 setup.py build)
+}
+
+package_python-nltk() {
+  optdepends=('nltk-data: test data'
+  'python-numpy: used for calculations'
+  'python-matplotlib: used for plotting')
+  depends=('python-yaml')
+
+  (cd nltk; python setup.py install --root="$pkgdir" --optimize=1)
+}
+
+package_python2-nltk() {
+  optdepends=('nltk-data: test data'
+  'python2-numpy: used for calculations'
+  'python2-matplotlib: used for plotting')
+  depends=('python2-yaml')
+
+  (cd nltk-py2; python2 setup.py install --root="$pkgdir" --optimize=1)
+}
+
+# getver: pypi.python.org/pypi/nltk
+# vim:set ts=2 sw=2 et:


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 16:33:39
  Author: arodseth
Revision: 175386

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

Added:
  neko/repos/community-i686/PKGBUILD
(from rev 175385, neko/trunk/PKGBUILD)
  neko/repos/community-x86_64/PKGBUILD
(from rev 175385, neko/trunk/PKGBUILD)
Deleted:
  neko/repos/community-i686/PKGBUILD
  neko/repos/community-i686/neko.patch
  neko/repos/community-x86_64/PKGBUILD
  neko/repos/community-x86_64/neko.patch

-+
 /PKGBUILD   |   78 +
 community-i686/PKGBUILD |   53 -
 community-i686/neko.patch   |  237 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/neko.patch |  237 --
 5 files changed, 78 insertions(+), 580 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 14:33:26 UTC (rev 175385)
+++ community-i686/PKGBUILD 2016-05-14 14:33:39 UTC (rev 175386)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daichi Shinozaki 
-# Contributor: Dwight Schauer 
-# Contributor: Stefan Husmann 
-# Contributor: Christoph Zeiler 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Caleb McCombs 
-# Contributor: Christian Hesse 
-
-pkgname=neko
-pkgver=2.0.0
-pkgrel=8
-pkgdesc='High-level dynamically typed programming language'
-url='http://nekovm.org/'
-license=('LGPL')
-arch=('x86_64' 'i686')
-depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache')
-makedepends=('pkgconfig' 'apr' 'git')
-options=('!strip')
-source=("git://github.com/HaxeFoundation/neko.git#tag=v${pkgver/.0.0/-0}"
-'neko.patch')
-sha256sums=('SKIP'
-'306e70795a59600d30b5bfe448b57686bd6c3df11c7fe6413e0c7c48d83f6431')
-
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i "$srcdir/neko.patch"
-}
-
-build() {
-  cd "$pkgname"
-
-  [ $CARCH = x86_64 ] && export CFLAGS+=" -D_64BITS"
-
-  # The Neko Makefile is a bit broken
-  for cmd in clean libneko neko std createbin compiler libs; do
-make "$cmd"
-  done
-}
-
-check() {
-  make -C "$pkgname" test
-}
-
-package() {
-  install -d "$pkgdir/usr/"{bin,lib}
-  make -C "$pkgname" INSTALL_PREFIX="$pkgdir/usr" install
-  find "$pkgdir/usr/lib" -type f -exec chmod 644 {} \;
-}
-
-# getver: nekovm.org/download
-# vim:set ts=2 sw=2 et:

Copied: neko/repos/community-i686/PKGBUILD (from rev 175385, 
neko/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 14:33:39 UTC (rev 175386)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Dwight Schauer 
+# Contributor: Stefan Husmann 
+# Contributor: Christoph Zeiler 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Caleb McCombs 
+# Contributor: Christian Hesse 
+
+pkgname=neko
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='High-level dynamically typed programming language'
+url='http://nekovm.org/'
+license=('LGPL')
+arch=('x86_64' 'i686')
+depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache' 'mbedtls')
+makedepends=('pkgconfig' 'apr' 'git' 'ninja' 'mbedtls' 'cmake')
+options=('!strip')
+source=("git://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
+sha256sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: nekovm.org/download
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/neko.patch
===
--- community-i686/neko.patch   2016-05-14 14:33:26 UTC (rev 175385)
+++ community-i686/neko.patch   2016-05-14 14:33:39 UTC (rev 175386)
@@ -1,237 +0,0 @@
-# Thanks 
http://ftp.de.debian.org/debian/pool/main/n/neko/neko_2.0.0-3.debian.tar.gz
-diff --git a/Makefile b/Makefile
-index c6b01b9..835ccbc 100644
 a/Makefile
-+++ b/Makefile
-@@ -12,9 +12,9 @@
- 
- INSTALL_PREFIX = /usr
- 
--CFLAGS = -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I 
libs/common
-+CFLAGS += -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I libs/common
- EXTFLAGS = -pthread
--MAKESO = $(CC) -shared -Wl,-Bsymbolic
-+MAKESO = $(CC) -shared
- LIBNEKO_NAME = libneko.so
- LIBNEKO_LIBS = -ldl -lgc -lm
- NEKOVM_FLAGS = -Lbin -lneko
-@@ -36,7 +36,7 @@ NEKO_EXEC = LD_LIBRARY_PATH=../bin:${LD_LIBRARY_PATH} 
NEKOPATH=../boot:../bin ..
- ifeq (${os}, mingw)
- CFLAGS = -g 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 16:33:58
  Author: arojas
Revision: 175387

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

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

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   47 
 community-i686/supertuxkart.install   |   13 
 community-x86_64/PKGBUILD |   47 
 community-x86_64/supertuxkart.install |   13 
 5 files changed, 92 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-14 14:33:39 UTC (rev 175386)
+++ community-i686/PKGBUILD 2016-05-14 14:33:58 UTC (rev 175387)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz;)
-install=supertuxkart.install
-md5sums=('5d87d943f2e746043aed87dc80004701')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_128
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS"
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 175386, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-14 14:33:58 UTC (rev 175387)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz;)
+md5sums=('5d87d943f2e746043aed87dc80004701')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"_128
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2016-05-14 14:33:39 UTC (rev 175386)
+++ community-i686/supertuxkart.install 2016-05-14 14:33:58 UTC (rev 175387)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-14 14:33:39 UTC (rev 175386)
+++ community-x86_64/PKGBUILD   2016-05-14 14:33:58 UTC (rev 175387)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 

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

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 16:33:09
  Author: arojas
Revision: 175384

Hooks

Modified:
  supertuxkart/trunk/PKGBUILD
Deleted:
  supertuxkart/trunk/supertuxkart.install

--+
 PKGBUILD |5 ++---
 supertuxkart.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 14:06:13 UTC (rev 175383)
+++ PKGBUILD2016-05-14 14:33:09 UTC (rev 175384)
@@ -6,7 +6,7 @@
 
 pkgname=supertuxkart
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -14,7 +14,6 @@
 depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz;)
-install=supertuxkart.install
 md5sums=('5d87d943f2e746043aed87dc80004701')
 
 build() {
@@ -32,7 +31,7 @@
 -DIRRLICHT_DIR="$srcdir/irrlicht" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS"
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
 
   make
 }

Deleted: supertuxkart.install
===
--- supertuxkart.install2016-05-14 14:06:13 UTC (rev 175383)
+++ supertuxkart.install2016-05-14 14:33:09 UTC (rev 175384)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 16:33:26
  Author: arodseth
Revision: 175385

upgpkg: neko 2.1.0-1

Modified:
  neko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 14:33:09 UTC (rev 175384)
+++ PKGBUILD2016-05-14 14:33:26 UTC (rev 175385)
@@ -23,10 +23,10 @@
 build() {
   mkdir -p build
   cd build
+
   cmake "../$pkgname" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DRUN_LDCONFIG=OFF \
 -GNinja
   ninja
 }


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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 16:29:28
  Author: tpowa
Revision: 267982

upgpkg: efitools 1.7.0-1

fix #49314 Preloader.efi

Modified:
  efitools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 13:42:50 UTC (rev 267981)
+++ PKGBUILD2016-05-14 14:29:28 UTC (rev 267982)
@@ -4,8 +4,8 @@
 # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
 pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="2"
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Tools for manipulating UEFI secure boot platforms"
 url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;
 arch=('x86_64' 'i686')
@@ -19,12 +19,17 @@
 
 pkgver() {
cd "${pkgname}"
-   echo "$(git describe --tags)" | sed -e 's|efitools-||g' -e 's|-|\.|g'
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g' 
 }
 
+prepare() {
+cd "${pkgname}"
+   git clean -x -d -f
+}
+
 build() {
-   cd "${pkgname}"
-# fix PreLoader.efi building on x86_64 #49314
+cd "${pkgname}"
+   # fix PreLoader.efi building on x86_64 #49314
 export ARCH="${CARCH}"
make
 }


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 16:06:13
  Author: arodseth
Revision: 175383

Use CMake and Ninja

Modified:
  neko/trunk/PKGBUILD
Deleted:
  neko/trunk/neko.patch

+
 PKGBUILD   |   44 +++---
 neko.patch |  237 ---
 2 files changed, 15 insertions(+), 266 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 13:41:43 UTC (rev 175382)
+++ PKGBUILD2016-05-14 14:06:13 UTC (rev 175383)
@@ -8,45 +8,31 @@
 # Contributor: Christian Hesse 
 
 pkgname=neko
-pkgver=2.0.0
-pkgrel=8
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='High-level dynamically typed programming language'
 url='http://nekovm.org/'
 license=('LGPL')
 arch=('x86_64' 'i686')
-depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache')
-makedepends=('pkgconfig' 'apr' 'git')
+depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache' 'mbedtls')
+makedepends=('pkgconfig' 'apr' 'git' 'ninja' 'mbedtls' 'cmake')
 options=('!strip')
-source=("git://github.com/HaxeFoundation/neko.git#tag=v${pkgver/.0.0/-0}"
-'neko.patch')
-sha256sums=('SKIP'
-'306e70795a59600d30b5bfe448b57686bd6c3df11c7fe6413e0c7c48d83f6431')
+source=("git://github.com/HaxeFoundation/neko#tag=v${pkgver//./-}")
+sha256sums=('SKIP')
 
-prepare() {
-  cd "$pkgname"
-
-  patch -p1 -i "$srcdir/neko.patch"
-}
-
 build() {
-  cd "$pkgname"
-
-  [ $CARCH = x86_64 ] && export CFLAGS+=" -D_64BITS"
-
-  # The Neko Makefile is a bit broken
-  for cmd in clean libneko neko std createbin compiler libs; do
-make "$cmd"
-  done
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DRUN_LDCONFIG=OFF \
+-GNinja
+  ninja
 }
 
-check() {
-  make -C "$pkgname" test
-}
-
 package() {
-  install -d "$pkgdir/usr/"{bin,lib}
-  make -C "$pkgname" INSTALL_PREFIX="$pkgdir/usr" install
-  find "$pkgdir/usr/lib" -type f -exec chmod 644 {} \;
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # getver: nekovm.org/download

Deleted: neko.patch
===
--- neko.patch  2016-05-14 13:41:43 UTC (rev 175382)
+++ neko.patch  2016-05-14 14:06:13 UTC (rev 175383)
@@ -1,237 +0,0 @@
-# Thanks 
http://ftp.de.debian.org/debian/pool/main/n/neko/neko_2.0.0-3.debian.tar.gz
-diff --git a/Makefile b/Makefile
-index c6b01b9..835ccbc 100644
 a/Makefile
-+++ b/Makefile
-@@ -12,9 +12,9 @@
- 
- INSTALL_PREFIX = /usr
- 
--CFLAGS = -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I 
libs/common
-+CFLAGS += -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I libs/common
- EXTFLAGS = -pthread
--MAKESO = $(CC) -shared -Wl,-Bsymbolic
-+MAKESO = $(CC) -shared
- LIBNEKO_NAME = libneko.so
- LIBNEKO_LIBS = -ldl -lgc -lm
- NEKOVM_FLAGS = -Lbin -lneko
-@@ -36,7 +36,7 @@ NEKO_EXEC = LD_LIBRARY_PATH=../bin:${LD_LIBRARY_PATH} 
NEKOPATH=../boot:../bin ..
- ifeq (${os}, mingw)
- CFLAGS = -g -Wall -O3 -momit-leaf-frame-pointer -I vm -I /usr/local/include 
-I libs/common
- EXTFLAGS =
--MAKESO = $(CC) -O -shared
-+MAKESO = $(CC) -shared
- LIBNEKO_NAME = neko.dll
- LIBNEKO_LIBS = -Lbin -lgc
- STD_NDLL_FLAGS = ${NEKOVM_FLAGS} -lws2_32
-@@ -47,7 +47,7 @@ endif
- ifeq (${os}, osx)
- export MACOSX_DEPLOYMENT_TARGET=10.4
- EXTFLAGS =
--MAKESO = ${CC}
-+MAKESO = $(CC) -shared
- LIBNEKO_NAME = libneko.dylib
- LIBNEKO_INSTALL = -install_name @executable_path/${LIBNEKO_NAME}
- LIBNEKO_LIBS = -ldl /opt/local/lib/libgc.a -lm -dynamiclib -single_module 
${LIBNEKO_INSTALL}
-@@ -67,7 +67,7 @@ LIBNEKO_OBJECTS = vm/alloc.o vm/builtins.o vm/callback.o 
vm/interp.o vm/load.o v
- all: createbin libneko neko std compiler libs
- 
- createbin:
--  -mkdir bin 2>/dev/null
-+  mkdir -p bin 2>/dev/null
- 
- libneko: bin/${LIBNEKO_NAME}
- 
-@@ -101,7 +101,6 @@ bin/${LIBNEKO_NAME}: ${LIBNEKO_OBJECTS}
- 
- bin/neko: $(VM_OBJECTS)
-   ${CC} ${CFLAGS} ${EXTFLAGS} -o $@ ${VM_OBJECTS} ${NEKOVM_FLAGS}
--  strip bin/neko
- 
- bin/std.ndll: ${STD_OBJECTS}
-   ${MAKESO} -o $@ ${STD_OBJECTS} ${STD_NDLL_FLAGS}
-@@ -116,9 +115,9 @@ clean:
- install:
-   cp bin/${LIBNEKO_NAME} ${INSTALL_PREFIX}/lib
-   cp bin/neko bin/nekoc bin/nekotools bin/nekoml bin/nekoml.std 
${INSTALL_PREFIX}/bin
--  -mkdir ${INSTALL_PREFIX}/lib/neko
-+  mkdir -p ${INSTALL_PREFIX}/lib/neko
-   cp bin/*.ndll ${INSTALL_PREFIX}/lib/neko
--  -mkdir ${INSTALL_PREFIX}/include
-+  mkdir -p ${INSTALL_PREFIX}/include
-   cp vm/neko*.h ${INSTALL_PREFIX}/include
- 
- uninstall:
-diff --git a/libs/mod_neko/cgi.c b/libs/mod_neko/cgi.c
-index 6830c84..90751ba 100644
 a/libs/mod_neko/cgi.c
-+++ b/libs/mod_neko/cgi.c
-@@ -572,9 +572,9 @@ static value log_message( value message ) {
-   mcontext *c = CONTEXT();
-   val_check(message, string);
- #ifdef APACHE_2_X
--  ap_log_rerror(__FILE__, __LINE__, APLOG_NOTICE, APR_SUCCESS, c->r, 
"[mod_neko] %s", 

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

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 15:42:42
  Author: tpowa
Revision: 267976

upgpkg: efitools 1.7.0-2

fix #49314 building of Preloader.efi on x86_64

Modified:
  efitools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 13:34:38 UTC (rev 267975)
+++ PKGBUILD2016-05-14 13:42:42 UTC (rev 267976)
@@ -5,7 +5,7 @@
 
 pkgname="efitools"
 pkgver="1.7.0"
-pkgrel="1"
+pkgrel="2"
 pkgdesc="Tools for manipulating UEFI secure boot platforms"
 url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git;
 arch=('x86_64' 'i686')
@@ -14,10 +14,18 @@
 options=('!strip' '!makeflags')
 makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
 depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver};)
+#source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver};)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=791e4639ee837f70c8d5e1190e01dc3441d4a401;)
 
+pkgver() {
+   cd "${pkgname}"
+   echo "$(git describe --tags)" | sed -e 's|efitools-||g' -e 's|-|\.|g'
+}
+
 build() {
cd "${pkgname}"
+# fix PreLoader.efi building on x86_64 #49314
+export ARCH="${CARCH}"
make
 }
 


[arch-commits] Commit in quagga/repos (52 files)

2016-05-14 Thread Sébastien Luttringer
Date: Saturday, May 14, 2016 @ 15:34:38
  Author: seblu
Revision: 267975

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

Added:
  quagga/repos/extra-i686/PKGBUILD
(from rev 267974, quagga/trunk/PKGBUILD)
  quagga/repos/extra-i686/babeld.service
(from rev 267974, quagga/trunk/babeld.service)
  quagga/repos/extra-i686/bgpd.service
(from rev 267974, quagga/trunk/bgpd.service)
  quagga/repos/extra-i686/isisd.service
(from rev 267974, quagga/trunk/isisd.service)
  quagga/repos/extra-i686/ospf6d.service
(from rev 267974, quagga/trunk/ospf6d.service)
  quagga/repos/extra-i686/ospfd.service
(from rev 267974, quagga/trunk/ospfd.service)
  quagga/repos/extra-i686/pimd.service
(from rev 267974, quagga/trunk/pimd.service)
  quagga/repos/extra-i686/quagga.install
(from rev 267974, quagga/trunk/quagga.install)
  quagga/repos/extra-i686/quagga.sysusers
(from rev 267974, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-i686/quagga.tmpfiles
(from rev 267974, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-i686/ripd.service
(from rev 267974, quagga/trunk/ripd.service)
  quagga/repos/extra-i686/ripngd.service
(from rev 267974, quagga/trunk/ripngd.service)
  quagga/repos/extra-i686/zebra.service
(from rev 267974, quagga/trunk/zebra.service)
  quagga/repos/extra-x86_64/PKGBUILD
(from rev 267974, quagga/trunk/PKGBUILD)
  quagga/repos/extra-x86_64/babeld.service
(from rev 267974, quagga/trunk/babeld.service)
  quagga/repos/extra-x86_64/bgpd.service
(from rev 267974, quagga/trunk/bgpd.service)
  quagga/repos/extra-x86_64/isisd.service
(from rev 267974, quagga/trunk/isisd.service)
  quagga/repos/extra-x86_64/ospf6d.service
(from rev 267974, quagga/trunk/ospf6d.service)
  quagga/repos/extra-x86_64/ospfd.service
(from rev 267974, quagga/trunk/ospfd.service)
  quagga/repos/extra-x86_64/pimd.service
(from rev 267974, quagga/trunk/pimd.service)
  quagga/repos/extra-x86_64/quagga.install
(from rev 267974, quagga/trunk/quagga.install)
  quagga/repos/extra-x86_64/quagga.sysusers
(from rev 267974, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-x86_64/quagga.tmpfiles
(from rev 267974, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-x86_64/ripd.service
(from rev 267974, quagga/trunk/ripd.service)
  quagga/repos/extra-x86_64/ripngd.service
(from rev 267974, quagga/trunk/ripngd.service)
  quagga/repos/extra-x86_64/zebra.service
(from rev 267974, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/extra-i686/PKGBUILD
  quagga/repos/extra-i686/babeld.service
  quagga/repos/extra-i686/bgpd.service
  quagga/repos/extra-i686/isisd.service
  quagga/repos/extra-i686/ospf6d.service
  quagga/repos/extra-i686/ospfd.service
  quagga/repos/extra-i686/pimd.service
  quagga/repos/extra-i686/quagga.install
  quagga/repos/extra-i686/quagga.sysusers
  quagga/repos/extra-i686/quagga.tmpfiles
  quagga/repos/extra-i686/ripd.service
  quagga/repos/extra-i686/ripngd.service
  quagga/repos/extra-i686/zebra.service
  quagga/repos/extra-x86_64/PKGBUILD
  quagga/repos/extra-x86_64/babeld.service
  quagga/repos/extra-x86_64/bgpd.service
  quagga/repos/extra-x86_64/isisd.service
  quagga/repos/extra-x86_64/ospf6d.service
  quagga/repos/extra-x86_64/ospfd.service
  quagga/repos/extra-x86_64/pimd.service
  quagga/repos/extra-x86_64/quagga.install
  quagga/repos/extra-x86_64/quagga.sysusers
  quagga/repos/extra-x86_64/quagga.tmpfiles
  quagga/repos/extra-x86_64/ripd.service
  quagga/repos/extra-x86_64/ripngd.service
  quagga/repos/extra-x86_64/zebra.service

--+
 /PKGBUILD|  188 +
 /babeld.service  |   32 ++
 /bgpd.service|   32 ++
 /isisd.service   |   32 ++
 /ospf6d.service  |   32 ++
 /ospfd.service   |   32 ++
 /pimd.service|   30 ++
 /quagga.install  |   12 ++
 /quagga.sysusers |2 
 /quagga.tmpfiles |6 +
 /ripd.service|   32 ++
 /ripngd.service  |   32 ++
 /zebra.service   |   32 ++
 extra-i686/PKGBUILD  |   94 
 extra-i686/babeld.service|   16 ---
 extra-i686/bgpd.service  |   16 ---
 extra-i686/isisd.service |   16 ---
 extra-i686/ospf6d.service|   16 ---
 extra-i686/ospfd.service |   16 ---
 extra-i686/pimd.service  |   15 ---
 extra-i686/quagga.install|   23 -
 extra-i686/quagga.sysusers   |1 
 extra-i686/quagga.tmpfiles   |3 
 extra-i686/ripd.service  |   16 ---
 extra-i686/ripngd.service|   16 ---
 extra-i686/zebra.service |   16 ---
 extra-x86_64/PKGBUILD|   94 
 extra-x86_64/babeld.service  |   16 ---
 extra-x86_64/bgpd.service|   16 ---
 extra-x86_64/isisd.service   |   16 ---
 extra-x86_64/ospf6d.service  |   16 ---
 

  1   2   >