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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:07:10
  Author: juergen
Revision: 278983

upgpkg: ocaml 4.03.0-1

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 06:32:45 UTC (rev 278982)
+++ PKGBUILD2016-10-19 07:07:10 UTC (rev 278983)
@@ -3,8 +3,8 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.3
-pkgrel=2
+pkgver=4.03.0
+pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
 license=('LGPL2.1' 'custom: QPL-1.0')
@@ -12,8 +12,8 @@
 depends=('gdbm')
 makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ef1a324608c97031cbd92a442d685ab7')
+source=(http://caml.inria.fr/distrib/ocaml-4.03/${pkgname}-${pkgver}.tar.xz)
+md5sums=('89f62881e03dfad0cf04991fbc03f955')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 
 build() {


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:07:24
  Author: juergen
Revision: 278984

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:07:10 UTC (rev 278983)
+++ extra-i686/PKGBUILD 2016-10-19 07:07:24 UTC (rev 278984)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.3
-pkgrel=2
-pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="http://caml.inria.fr/";
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ef1a324608c97031cbd92a442d685ab7')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include 
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Install compiler libraries
-  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
-  mkdir -p "$compiler_libs"/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
-  # duplicated by installation
-  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 278983, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:07:24 UTC (rev 278984)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.03.0
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/";
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.03/${pkgname}-${pkgver}.tar.xz)
+md5sums=('89f62881e03dfad0cf04991fbc03f955')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Install compiler libraries
+  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
+  mkdir -p "$compiler_libs"/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
+  # duplicated by installation
+  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgna

[arch-commits] Commit in (4 files)

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:21:13
  Author: juergen
Revision: 278985

New package: ocamlbuild (was split from ocaml)

Added:
  ocamlbuild/
  ocamlbuild/repos/
  ocamlbuild/trunk/
  ocamlbuild/trunk/PKGBUILD

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

Added: ocamlbuild/trunk/PKGBUILD
===
--- ocamlbuild/trunk/PKGBUILD   (rev 0)
+++ ocamlbuild/trunk/PKGBUILD   2016-10-19 07:21:13 UTC (rev 278985)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+


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


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:22:25
  Author: juergen
Revision: 278986

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

Added:
  ocamlbuild/repos/extra-i686/
  ocamlbuild/repos/extra-i686/PKGBUILD
(from rev 278985, ocamlbuild/trunk/PKGBUILD)
  ocamlbuild/repos/extra-x86_64/
  ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 278985, ocamlbuild/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   27 +++
 extra-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:30:45
  Author: juergen
Revision: 278988

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

Added:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
(from rev 278987, ocaml-ctypes/trunk/PKGBUILD)
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 278987, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:30:35 UTC (rev 278987)
+++ extra-i686/PKGBUILD 2016-10-19 07:30:45 UTC (rev 278988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes";
-license=('MIT')
-depends=('ocaml' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 278987, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:30:45 UTC (rev 278988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes";
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 07:30:35 UTC (rev 278987)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:30:45 UTC (rev 278988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes";
-license=('MIT')
-depends=('ocaml' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 278987, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:30:45 UTC (rev 278988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes";
+license=('MIT')
+depends=('ocaml' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
+

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:30:35
  Author: juergen
Revision: 278987

upgpkg: ocaml-ctypes 0.9.0-1

Rebuild against OCaml 4.03.0

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:22:25 UTC (rev 278986)
+++ PKGBUILD2016-10-19 07:30:35 UTC (rev 278987)
@@ -3,8 +3,8 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes";
@@ -13,7 +13,7 @@
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5')
+sha256sums=('6a8e29447c2b24c8f4c4e5ae6f9580f427c59ef92ed1a2944b097d87b9f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:32:16
  Author: juergen
Revision: 192558

upgpkg: camlp4 4.03+1-1

Rebuild against OCaml 4.03.0

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 06:17:36 UTC (rev 192557)
+++ PKGBUILD2016-10-19 07:32:16 UTC (rev 192558)
@@ -3,14 +3,14 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=camlp4
-pkgver=4.02+6
+pkgver=4.03+1
 pkgrel=1
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64' 'i686')
 license=('GPL2')
 url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 source=("git://github.com/ocaml/camlp4#tag=$pkgver")
 md5sums=('SKIP')


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:32:26
  Author: juergen
Revision: 192559

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 07:32:16 UTC (rev 192558)
+++ community-i686/PKGBUILD 2016-10-19 07:32:26 UTC (rev 192559)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.02+6
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 192558, 
camlp4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 07:32:26 UTC (rev 192559)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.03+1
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-19 07:32:16 UTC (rev 192558)
+++ community-x86_64/PKGBUILD   2016-10-19 07:32:26 UTC (rev 192559)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.02+6
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 192558, 
camlp4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-19 07:32:26 UTC (rev 192559)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.03+1
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.03.0')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:38:19
  Author: juergen
Revision: 278989

upgpkg: lablgtk2 2.18.5-1

Rebuild against OCaml 4.03.0

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:30:45 UTC (rev 278988)
+++ PKGBUILD2016-10-19 07:38:19 UTC (rev 278989)
@@ -2,17 +2,18 @@
 #Maintainer: Tobias Powalowski 
 
 pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
+pkgver=2.18.5
+pkgrel=1
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/";
 depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
 options=(!makeflags staticlibs)
 
 build() {
@@ -27,4 +28,3 @@
   make DESTDIR=${pkgdir} old-install
   install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
 }
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:38:31
  Author: juergen
Revision: 278990

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:38:19 UTC (rev 278989)
+++ extra-i686/PKGBUILD 2016-10-19 07:38:31 UTC (rev 278990)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 278989, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:38:31 UTC (rev 278990)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 07:38:19 UTC (rev 278989)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:38:31 UTC (rev 278990)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.3
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 278989, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 07:38:31 UTC (rev 278990)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:41:24
  Author: juergen
Revision: 192561

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

Added:
  ocaml-findlib/repos/community-i686/PKGBUILD
(from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-i686/makefile.patch
(from rev 192560, ocaml-findlib/trunk/makefile.patch)
  ocaml-findlib/repos/community-x86_64/PKGBUILD
(from rev 192560, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/makefile.patch
(from rev 192560, ocaml-findlib/trunk/makefile.patch)
Deleted:
  ocaml-findlib/repos/community-i686/PKGBUILD
  ocaml-findlib/repos/community-i686/makefile.patch
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/makefile.patch

-+
 /PKGBUILD   |  108 ++
 /makefile.patch |   26 +
 community-i686/PKGBUILD |   54 ---
 community-i686/makefile.patch   |   13 
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/makefile.patch |   13 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/PKGBUILD 2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-# Contributor: Alif 
-
-pkgname=ocaml-findlib
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml')
-makedepends=('setconf')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
-'makefile.patch')
-sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
-'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-prepare() {
-  cd "findlib-$pkgver"
-
-  patch -i "$srcdir/makefile.patch"
-}
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
--sitelib /usr/lib/ocaml \
--config /etc/findlib.conf \
--mandir /usr/share/man
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  # Add a directory to the path for compatibility with old-style packages
-  setconf "$pkgdir/etc/findlib.conf" \
-path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
-
-  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 192560, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 07:41:24 UTC (rev 192561)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.6.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml>=4.03.0')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
+'makefile.patch')
+sha256sums=('3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946'
+'ed9348ffee0ba5ba17a96c46a2db429870f1cae69deec8bcce67a998cf33fdb3')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+prepare() {
+  cd "findlib-$pkgver"
+
+  patch -i "$srcdir/makefile.patch"
+}
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  setconf "$pkgdir/etc/findlib.conf" \
+path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/makefile.patch
===
--- community-i686/makefile.patch   2016-10-19 07:41:15 UTC (rev 192560)
+++ community-i686/makefile.patch   2016-10-19 07:41:24 UTC (rev 192561)
@@ -1,13 +0,0 @@
-Index: b/Makefile
-

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:41:15
  Author: juergen
Revision: 192560

upgpkg: ocaml-findlib 1.6.2-3

OCaml 4.03.0 rebuild

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:32:26 UTC (rev 192559)
+++ PKGBUILD2016-10-19 07:41:15 UTC (rev 192560)
@@ -9,12 +9,12 @@
 
 pkgname=ocaml-findlib
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://projects.camlcity.org/projects/findlib.html'
 license=('MIT')
-depends=('ocaml')
+depends=('ocaml>=4.03.0')
 makedepends=('setconf')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";
 'makefile.patch')


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:47:15
  Author: juergen
Revision: 192562

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

Added:
  
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 192561, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 192561, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-i686/PKGBUILD
(from rev 192561, pfff/trunk/PKGBUILD)
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 192561, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
(from rev 192561, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  
pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 192561, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 192561, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-x86_64/PKGBUILD
(from rev 192561, pfff/trunk/PKGBUILD)
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 192561, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 192561, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
Deleted:
  pfff/repos/community-i686/PKGBUILD
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
  pfff/repos/community-x86_64/PKGBUILD
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch

-+
 /PKGBUILD  
 |  106 ++
 /lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |  160 ++
 /lang_js-analyze-utils_js.mli.patch
 |   60 +++
 community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch  
 |   39 ++
 community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch  
 |   27 +
 community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch  
 |   26 +
 community-i686/PKGBUILD
 |   44 --
 community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
 |   80 -
 community-i686/lang_js-analyze-utils_js.mli.patch  
 |   30 -
 community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 |   39 ++
 
community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch 
|   27 +
 community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
 |   26 +
 community-x86_64/PKGBUILD  
 |   44 --
 community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |   80 -
 community-x86_64/lang_js-analyze-utils_js.mli.patch
 |   30 -
 15 files changed, 510 insertions(+), 308 deletions(-)

Copied: 
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 (from rev 192561, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
===
--- community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
(rev 0)
+++ community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
2016-10-19 07:47:15 UTC (rev 192562)
@@ -0,0 +1,39 @@
+From 2c3dfc748e84fbfd99cf64bdedfa150a1b30286f Mon Sep 17 00:00:00 2001
+From: tychota 
+Date: Sun, 17 Jul 2016 10:52:08 +0200
+Subject: [PATCH] Replace use of uint32 by standard/ complient way
+
+This closes #142.
+
+Uint32 semms to be platform specific :
+- 
http://stackoverflow.com/questions/13362084/difference-between-uint32-and-uint32-t
+
+This I'm importing stdint and using the standard uint32_t type.
+---
+ external/ocamlzip/zlibstubs.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/externa

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:51:27
  Author: juergen
Revision: 278992

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 278991, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/format-string.patch
(from rev 278991, graphviz/trunk/format-string.patch)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 278991, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 278991, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 278991, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/format-string.patch
(from rev 278991, graphviz/trunk/format-string.patch)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 278991, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 278991, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/format-string.patch
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/format-string.patch
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  130 
 /format-string.patch  |   42 +++
 /ghostscript918.patch |   36 +
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 -
 extra-i686/format-string.patch|   21 -
 extra-i686/ghostscript918.patch   |   18 
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 -
 extra-x86_64/format-string.patch  |   21 -
 extra-x86_64/ghostscript918.patch |   18 
 extra-x86_64/install  |   12 ---
 12 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 07:51:14 UTC (rev 278991)
+++ extra-i686/PKGBUILD 2016-10-19 07:51:27 UTC (rev 278992)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.38.0
-pkgrel=14
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'format-string.patch'
-'ghostscript918.patch')
-sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
-  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
-  'bcce75a535c277556e196638e59ea019b0a63fa1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../format-string.patch # FS#42983
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 278991, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:51:27 UTC (rev 278992)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=15
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua b

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 07:51:14
  Author: juergen
Revision: 278991

upgpkg: graphviz 2.38.0-15

OCaml 4.03.0 rebuild/fixes: Need "nonstd" int64 definition

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:38:31 UTC (rev 278990)
+++ PKGBUILD2016-10-19 07:51:14 UTC (rev 278991)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=14
+pkgrel=15
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -30,6 +30,7 @@
   '271d116bc022596a64b6ee061f3d2e50fa2e6025'
   'bcce75a535c277556e196638e59ea019b0a63fa1')
 
+
 install=install
 
 prepare() {
@@ -44,7 +45,7 @@
export PYTHON=python2
export LUA=lua5.1
 
-   ./configure --prefix=/usr
+   CXXFLAGS="${CXXFLAGS} -Dint64=int64_t" ./configure --prefix=/usr
make
 }
 


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:31:46
  Author: juergen
Revision: 278994

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 08:31:32 UTC (rev 278993)
+++ extra-i686/PKGBUILD 2016-10-19 08:31:46 UTC (rev 278994)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.13
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org";
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool' 'gcc' 'pkgconfig')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 278993, 
gnucash/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 08:31:46 UTC (rev 278994)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.14
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas' 'dconf')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5e23aa7240ead9254e8ca6fb3bb79ca3143bab55')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 08:31:32 UTC (rev 278993)
+++ extra-x86_64/PKGBUILD   2016-10-19 08:31:

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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:31:32
  Author: juergen
Revision: 278993

upgpkg: gnucash 2.6.14-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:51:27 UTC (rev 278992)
+++ PKGBUILD2016-10-19 08:31:32 UTC (rev 278993)
@@ -3,13 +3,13 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=2.6.13
+pkgver=2.6.14
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
 url="http://www.gnucash.org";
 license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas' 'dconf')
 makedepends=('intltool' 'gcc' 'pkgconfig')
 optdepends=('evince: for print preview'
'yelp: help browser'
@@ -17,12 +17,8 @@
 'perl-date-manip: for stock information lookups')
 options=('!makeflags' '!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6ae9476141d98d9c986018d5ee593bbb80c0942d')
+sha1sums=('5e23aa7240ead9254e8ca6fb3bb79ca3143bab55')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \


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

2016-10-19 Thread Jan Steffens
Date: Wednesday, October 19, 2016 @ 08:34:28
  Author: heftig
Revision: 192563

0.10.0-3

Modified:
  valabind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 07:47:15 UTC (rev 192562)
+++ PKGBUILD2016-10-19 08:34:28 UTC (rev 192563)
@@ -2,7 +2,7 @@
 
 pkgname=valabind
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
 url="http://radare.org";
 arch=('i686' 'x86_64')


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

2016-10-19 Thread Jan Steffens
Date: Wednesday, October 19, 2016 @ 08:35:26
  Author: heftig
Revision: 192564

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 08:34:28 UTC (rev 192563)
+++ community-i686/PKGBUILD 2016-10-19 08:35:26 UTC (rev 192564)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-i686/PKGBUILD (from rev 192563, 
valabind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 08:35:26 UTC (rev 192564)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-19 08:34:28 UTC (rev 192563)
+++ community-x86_64/PKGBUILD   2016-10-19 08:35:26 UTC (rev 192564)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
-url="http://radare.org";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('vala' 'swig' 'sh')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 192563, 
valabind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-19 08:35:26 UTC (rev 192564)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR"
+url="http://radare.org";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8a1cb5d9c0960df0832d7c72a5204a24ec56f7ced9defe80636670502d6807db63af31fb3d0b0970bb35e27c907455270aa1b898ab1a8818373a271849fb388d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:39:24
  Author: juergen
Revision: 278995

upgpkg: gnucash-docs 2.6.14-1

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:31:46 UTC (rev 278994)
+++ PKGBUILD2016-10-19 08:39:24 UTC (rev 278995)
@@ -1,6 +1,6 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=gnucash-docs
-pkgver=2.6.13
+pkgver=2.6.14
 pkgrel=1
 pkgdesc="GnuCash documentation package"
 arch=('any')
@@ -9,7 +9,7 @@
 depends=('yelp')
 makedepends=('rarian' 'libxslt')
 
source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('53f92ff1ea4c5225cb76b7221c47181c')
+sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
 
 build() {
   cd $pkgname-$pkgver


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

2016-10-19 Thread Jürgen Hötzel
Date: Wednesday, October 19, 2016 @ 08:39:31
  Author: juergen
Revision: 278996

archrelease: copy trunk to extra-any

Added:
  gnucash-docs/repos/extra-any/PKGBUILD
(from rev 278995, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:39:24 UTC (rev 278995)
+++ PKGBUILD2016-10-19 08:39:31 UTC (rev 278996)
@@ -1,33 +0,0 @@
-# Maintainer: Juergen Hoetzel 
-pkgname=gnucash-docs
-pkgver=2.6.13
-pkgrel=1
-pkgdesc="GnuCash documentation package"
-arch=('any')
-url="http://www.gnucash.org/docs.phtml";
-license=('GPL')
-depends=('yelp')
-makedepends=('rarian' 'libxslt')
-source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('53f92ff1ea4c5225cb76b7221c47181c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnucash-docs/repos/extra-any/PKGBUILD (from rev 278995, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:39:31 UTC (rev 278996)
@@ -0,0 +1,33 @@
+# Maintainer: Juergen Hoetzel 
+pkgname=gnucash-docs
+pkgver=2.6.14
+pkgrel=1
+pkgdesc="GnuCash documentation package"
+arch=('any')
+url="http://www.gnucash.org/docs.phtml";
+license=('GPL')
+depends=('yelp')
+makedepends=('rarian' 'libxslt')
+source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
+sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:57:55
  Author: jsteel
Revision: 192566

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:57:46 UTC (rev 192565)
+++ PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.63
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6bc45558e6c4140f86125bc0ea5548e2')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 192565, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.64
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('170138d94467597b9cab30e6813a088b')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:58:10
  Author: jsteel
Revision: 192568

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 192567, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 08:58:03 UTC (rev 192567)
+++ PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.6
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('278f1be91461c8c5dd09e6f56a788c42')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 192567, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.7
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('a8309567af0ccde2f0a60c45242a1ca5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:58:03
  Author: jsteel
Revision: 192567

upgpkg: aws-cli 1.11.7-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:57:55 UTC (rev 192566)
+++ PKGBUILD2016-10-19 08:58:03 UTC (rev 192567)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.6
+pkgver=1.11.7
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('278f1be91461c8c5dd09e6f56a788c42')
+md5sums=('a8309567af0ccde2f0a60c45242a1ca5')
 
 build() {
   cd $pkgname-$pkgver


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

2016-10-19 Thread Jonathan Steel
Date: Wednesday, October 19, 2016 @ 08:57:46
  Author: jsteel
Revision: 192565

upgpkg: python-botocore 1.4.64-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:35:26 UTC (rev 192564)
+++ PKGBUILD2016-10-19 08:57:46 UTC (rev 192565)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.63
+pkgver=1.4.64
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6bc45558e6c4140f86125bc0ea5548e2')
+md5sums=('170138d94467597b9cab30e6813a088b')
 
 build() {
   cd botocore-$pkgver


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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:19:51
  Author: eworm
Revision: 192569

upgpkg: virtualbox 5.1.8-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 08:58:10 UTC (rev 192568)
+++ PKGBUILD2016-10-19 09:19:51 UTC (rev 192569)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.1.6
+pkgver=5.1.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -70,7 +70,7 @@
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
 )
-md5sums=('8c2331a718cfc038963c1214c2ba9811'
+md5sums=('6a294ccb318cd605ca99df5dc2c20477'
  'a19774e8c56f2c4d12c528992525c444'
  '331f69783ea9d4e762f7103954c500a3'
  '984412a63aa9c07ddc3cfd970381d5df'


[arch-commits] Commit in virtualbox/repos (48 files)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:20:24
  Author: eworm
Revision: 192570

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

Added:
  virtualbox/repos/community-testing-i686/
  virtualbox/repos/community-testing-i686/002-dri-driver-path.patch
(from rev 192569, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-i686/003-ogl-include-path.patch
(from rev 192569, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-i686/005-gsoap-build.patch
(from rev 192569, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 192569, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-i686/007-python2-path.patch
(from rev 192569, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-i686/60-vboxdrv.rules
(from rev 192569, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-i686/60-vboxguest.rules
(from rev 192569, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-i686/LocalConfig.kmk
(from rev 192569, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-i686/PKGBUILD
(from rev 192569, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-i686/build.sh
(from rev 192569, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-i686/vboxreload
(from rev 192569, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-i686/vboxservice-nox.service
(from rev 192569, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-i686/vboxservice.service
(from rev 192569, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-i686/vboxweb.service
(from rev 192569, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-i686/virtualbox-ext-vnc.install
(from rev 192569, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.conf
(from rev 192569, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.install
(from rev 192569, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.install
(from rev 192569, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.sysusers
(from rev 192569, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.conf
(from rev 192569, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.install
(from rev 192569, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox.install
(from rev 192569, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-i686/virtualbox.sysusers
(from rev 192569, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 192569, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/003-ogl-include-path.patch
(from rev 192569, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 192569, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 192569, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/007-python2-path.patch
(from rev 192569, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 192569, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 192569, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 192569, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 192569, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 192569, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 192569, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 192569, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 192569, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 192569, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 192569, virtual

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:07
  Author: eworm
Revision: 192571

upgpkg: virtualbox-guest-iso 5.1.8-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:20:24 UTC (rev 192570)
+++ PKGBUILD2016-10-19 09:21:07 UTC (rev 192571)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.1.6
+pkgver=5.1.8
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('712a7264ccdc0af459faa2c396f31d98'
+md5sums=('c05f0eb1d92b979ae29330558dfc7095'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:11
  Author: eworm
Revision: 192572

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 192571, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 192571, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 192571, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   30 ++
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 82 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
192571, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-10-19 09:21:11 UTC (rev 192572)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.1.8
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('c05f0eb1d92b979ae29330558dfc7095'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
192571, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2016-10-19 09:21:11 UTC (rev 192572)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any use in an academic institution 
(schools, colleges and universities, by teachers 

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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:42
  Author: eworm
Revision: 192573

upgpkg: virtualbox-modules-arch 5.1.8-1

new upstream release

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:21:11 UTC (rev 192572)
+++ PKGBUILD2016-10-19 09:21:42 UTC (rev 192573)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.6
-pkgrel=2
+pkgver=5.1.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 09:21:50
  Author: eworm
Revision: 192574

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 192573, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 192573, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 192573, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 192573, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 192573, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 192573, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-testing-i686/PKGBUILD  |   74 +
 community-testing-i686/build.sh  |   61 ++
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/build.sh|   61 ++
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 6 files changed, 316 insertions(+)

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
192573, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-19 09:21:50 UTC (rev 192574)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.8' 'linux<4.9'
+ 'linux-headers>=4.8' 'linux-headers<4.9'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.8-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.8' 'linux<4.9')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.8' 'linux<4.9')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: virtualbox-modules-arch/repos/community-testing-i686/build.sh (from rev 
192573, virtualbox-modules-arch/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2016-10-19 09:21:50 UTC (rev 192574)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness

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

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:24:46
  Author: bpiotrowski
Revision: 278998

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

Added:
  re2/repos/extra-i686/
  re2/repos/extra-i686/PKGBUILD
(from rev 278997, re2/trunk/PKGBUILD)
  re2/repos/extra-i686/gcc-61-fix.patch
(from rev 278997, re2/trunk/gcc-61-fix.patch)
  re2/repos/extra-x86_64/
  re2/repos/extra-x86_64/PKGBUILD
(from rev 278997, re2/trunk/PKGBUILD)
  re2/repos/extra-x86_64/gcc-61-fix.patch
(from rev 278997, re2/trunk/gcc-61-fix.patch)

---+
 extra-i686/PKGBUILD   |   40 
 extra-i686/gcc-61-fix.patch   |   13 +
 extra-x86_64/PKGBUILD |   40 
 extra-x86_64/gcc-61-fix.patch |   13 +
 4 files changed, 106 insertions(+)

Copied: re2/repos/extra-i686/PKGBUILD (from rev 278997, re2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: re2/repos/extra-i686/gcc-61-fix.patch (from rev 278997, 
re2/trunk/gcc-61-fix.patch)
===
--- extra-i686/gcc-61-fix.patch (rev 0)
+++ extra-i686/gcc-61-fix.patch 2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[];// Outgoing arrows from State,
++std::atomic next_[0];// Outgoing arrows from State,
+ // one per input byte class
+   };
+ 

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 278997, re2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: re2/repos/extra-x86_64/gcc-61-fix.patch (from rev 278997, 
re2/trunk/gcc-61-fix.patch)
===
--- extra-x86_64/gcc-61-fix.patch   (rev 0)
+++ extra-x86_64/gcc-61-fix.patch   2016-10-19 09:24:46 UTC (rev 278998)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[]

[arch-commits] Commit in (5 files)

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:24:41
  Author: bpiotrowski
Revision: 278997

community2extra: Moving re2 from community to extra

Added:
  re2/
  re2/repos/
  re2/trunk/
  re2/trunk/PKGBUILD
  re2/trunk/gcc-61-fix.patch

--+
 PKGBUILD |   40 
 gcc-61-fix.patch |   13 +
 2 files changed, 53 insertions(+)

Added: re2/trunk/PKGBUILD
===
--- re2/trunk/PKGBUILD  (rev 0)
+++ re2/trunk/PKGBUILD  2016-10-19 09:24:41 UTC (rev 278997)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_tag='2016-09-01'
+pkgver=${_tag//-/}
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='https://github.com/google/re2'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip
+gcc-61-fix.patch)
+sha1sums=('fbde84ba1661ac4ff7dea657c01b0e69c1c26eb4'
+  'd233c798c40dab4c9ba973316145715308df02f1')
+
+prepare() {
+  cd re2-$_tag
+  # fix for https://github.com/google/re2/issues/102
+  patch -p1 < ../gcc-61-fix.patch
+}
+
+build() {
+  cd re2-$_tag
+  make prefix=/usr
+}
+
+check() {
+  cd re2-$_tag
+  make prefix=/usr test
+}
+
+package() {
+  cd re2-$_tag
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: re2/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: re2/trunk/gcc-61-fix.patch
===
--- re2/trunk/gcc-61-fix.patch  (rev 0)
+++ re2/trunk/gcc-61-fix.patch  2016-10-19 09:24:41 UTC (rev 278997)
@@ -0,0 +1,13 @@
+diff --git a/re2/dfa.cc b/re2/dfa.cc
+index 1fc8a5a..43dddac 100644
+--- a/re2/dfa.cc
 b/re2/dfa.cc
+@@ -123,7 +123,7 @@ class DFA {
+ uint32_t flag_; // Empty string bitfield flags in effect on the way
+ // into this state, along with kFlagMatch if this
+ // is a matching state.
+-std::atomic next_[];// Outgoing arrows from State,
++std::atomic next_[0];// Outgoing arrows from State,
+ // one per input byte class
+   };
+ 


[arch-commits] Commit in (re2)

2016-10-19 Thread Bartłomiej Piotrowski
Date: Wednesday, October 19, 2016 @ 09:39:31
  Author: bpiotrowski
Revision: 192577

move re2 to extra

Deleted:
  re2/


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 10:13:11
  Author: arojas
Revision: 192578

Update to 0.2.3dev

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:39:31 UTC (rev 192577)
+++ PKGBUILD2016-10-19 10:13:11 UTC (rev 192578)
@@ -2,22 +2,20 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
+pkgver=0.2.3dev
+pkgrel=1
 pkgdesc="A Python interface for fplll"
 arch=(i686 x86_64)
 url="https://github.com/fplll/fpylll";
 license=(GPL2)
 depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
 
source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
 
 build() {
   cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
   python2 setup.py build
 }
 


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 10:15:06
  Author: arojas
Revision: 192579

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

Added:
  fpylll/repos/community-staging-i686/PKGBUILD
(from rev 192578, fpylll/trunk/PKGBUILD)
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 192578, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-staging-i686/PKGBUILD
  fpylll/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-staging-i686/PKGBUILD   |   28 ---
 community-staging-x86_64/PKGBUILD |   28 ---
 3 files changed, 52 insertions(+), 56 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 10:13:11 UTC (rev 192578)
+++ community-staging-i686/PKGBUILD 2016-10-19 10:15:06 UTC (rev 192579)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll";
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-staging-i686/PKGBUILD (from rev 192578, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 10:15:06 UTC (rev 192579)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll";
+license=(GPL2)
+depends=(fplll python2-numpy)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 10:13:11 UTC (rev 192578)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 10:15:06 UTC (rev 192579)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fpylll
-pkgver=0.2.2dev
-pkgrel=2
-pkgdesc="A Python interface for fplll"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fpylll";
-license=(GPL2)
-depends=(fplll python2-numpy)
-makedepends=(cysignals cython2 sagemath)
-source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('199592d6870baa8db6222a1e8eca45df')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ln -s /usr/lib/python2.7/site-packages/sage src
-  export SAGE_ROOT=$PWD
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 192578, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 10:15:06 UTC (rev 192579)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fpylll
+pkgver=0.2.3dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fpylll";
+license=(GPL2)
+depends=(fplll python2-numpy)
+makedepends=(cysignals cython2)
+optdepends=('sagemath: use Sage integers implementation')
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('bebeead2e4a6f2fdb82410f04f0d1f4f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


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

2016-10-19 Thread Kyle Keen
Date: Wednesday, October 19, 2016 @ 10:55:37
  Author: kkeen
Revision: 192580

upgpkg: python-prompt_toolkit 1.0.8-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 10:15:06 UTC (rev 192579)
+++ PKGBUILD2016-10-19 10:55:37 UTC (rev 192580)
@@ -5,7 +5,7 @@
 pkgbase=python-prompt_toolkit
 pkgname=(python-prompt_toolkit python2-prompt_toolkit)
 _name=prompt_toolkit
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
@@ -18,8 +18,8 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
-sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
+md5sums=('0ebe1d83d88a458839f69007d233fe92')
+sha256sums=('b686ff216fc016dcbdf9ddf18d0ded480457213886ed4cda9fbc21002d18be54')
 
 prepare() {
   cd "$srcdir"


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

2016-10-19 Thread Kyle Keen
Date: Wednesday, October 19, 2016 @ 10:56:05
  Author: kkeen
Revision: 192581

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 10:55:37 UTC (rev 192580)
+++ PKGBUILD2016-10-19 10:56:05 UTC (rev 192581)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
-_name=prompt_toolkit
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-six'
- 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
-url="https://github.com/jonathanslenders/python-prompt-toolkit";
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('f74cd8ac84176fac1cdb136843ccb0d6')
-sha256sums=('ef0b8188179fe7d052161ed274b43e18f5a680ff84d01462293b327e1668d2ef')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
-}
-
-package_python-prompt_toolkit() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 192580, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 10:56:05 UTC (rev 192581)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-prompt_toolkit
+pkgname=(python-prompt_toolkit python2-prompt_toolkit)
+_name=prompt_toolkit
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-six'
+ 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python2-pygments' 'python2-six' 'python2-wcwidth')
+url="https://github.com/jonathanslenders/python-prompt-toolkit";
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
+md5sums=('0ebe1d83d88a458839f69007d233fe92')
+sha256sums=('b686ff216fc016dcbdf9ddf18d0ded480457213886ed4cda9fbc21002d18be54')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py build
+}
+
+package_python-prompt_toolkit() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-prompt_toolkit() {
+  depends=('python2-pygments'
+   'python2-six'
+   'python2-wcwidth')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 13:52:48
  Author: arojas
Revision: 192582

Update to 2.8.0.alpha

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 10:56:05 UTC (rev 192581)
+++ PKGBUILD2016-10-19 13:52:48 UTC (rev 192582)
@@ -3,9 +3,10 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2771-gb70b447
+_pkgver=2.8.0.alpha
 pkgver=${_pkgver//-/.}
 pkgrel=1
+epoch=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
 license=(GPL)
@@ -17,7 +18,7 @@
 provides=(pari)
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";

https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('59f2e4c3c51f7652182400489cd76e6a'
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
  '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {
@@ -36,4 +37,7 @@
   cd pari-${_pkgver}
   make DESTDIR="$pkgdir" install
   ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
 }


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 13:59:04
  Author: arojas
Revision: 192583

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192582, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192582, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192582, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 13:59:04 UTC (rev 192583)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 192582, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 13:59:04 UTC (rev 192583)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:05:07
  Author: arojas
Revision: 192585

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192584, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192584, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:03:59 UTC (rev 192584)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:05:07 UTC (rev 192585)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192584, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:05:07 UTC (rev 192585)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:03:59 UTC (rev 192584)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:05:07 UTC (rev 192585)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:07:19
  Author: arojas
Revision: 192586

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192585, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192585, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:05:07 UTC (rev 192585)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:07:19 UTC (rev 192586)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192585, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:07:19 UTC (rev 192586)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:05:07 UTC (rev 192585)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:07:19 UTC (rev 192586)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:09:07
  Author: arojas
Revision: 192587

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192586, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192586, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:07:19 UTC (rev 192586)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:09:07 UTC (rev 192587)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192586, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:09:07 UTC (rev 192587)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:07:19 UTC (rev 192586)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:09:07 UTC (rev 192587)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:03:59
  Author: arojas
Revision: 192584

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192583, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192583, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 13:59:04 UTC (rev 192583)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:03:59 UTC (rev 192584)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192583, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:03:59 UTC (rev 192584)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 13:59:04 UTC (rev 192583)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:03:59 UTC (rev 192584)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:11:04
  Author: arojas
Revision: 192588

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192587, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192587, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:09:07 UTC (rev 192587)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:11:04 UTC (rev 192588)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192587, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:11:04 UTC (rev 192588)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:09:07 UTC (rev 192587)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:11:04 UTC (rev 192588)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:17:48
  Author: arojas
Revision: 192589

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192588, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192588, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:11:04 UTC (rev 192588)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:17:48 UTC (rev 192589)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192588, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:17:48 UTC (rev 192589)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:11:04 UTC (rev 192588)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:17:48 UTC (rev 192589)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:31:34
  Author: arojas
Revision: 192590

Update to 4.0.3.p4

Modified:
  singular/trunk/PKGBUILD
Deleted:
  singular/trunk/singular-datadir.patch

+
 PKGBUILD   |   16 
 singular-datadir.patch |   19 ---
 2 files changed, 8 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 14:17:48 UTC (rev 192589)
+++ PKGBUILD2016-10-19 14:31:34 UTC (rev 192590)
@@ -4,9 +4,9 @@
 
 pkgname=singular
 _majver=4-0-3
-_patchver=3
+_patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=2
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(i686 x86_64)
 url="http://www.singular.uni-kl.de/";
@@ -14,15 +14,15 @@
 depends=(flint cddlib) # polymake
 makedepends=(doxygen python2)
 optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
 
-singular-datadir.patch)
-md5sums=('129a642d9dca9efe6015e38935b0c6f7'
- '489a368564957ce863941612fed038a3')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
 
 prepare() {
   cd singular-${_majver//-/.}
-# Fix paths in .desktop files
-  patch -p1 -i ../singular-datadir.patch
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
 }
 
 build() {

Deleted: singular-datadir.patch
===
--- singular-datadir.patch  2016-10-19 14:17:48 UTC (rev 192589)
+++ singular-datadir.patch  2016-10-19 14:31:34 UTC (rev 192590)
@@ -1,19 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index b90379a..822c9d6 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -202,12 +202,12 @@ AC_DEFINE_UNQUOTED([BIN_DIR],"$config_bindir",[bindir])
- AX_RECURSIVE_EVAL([[$]datadir], [config_datadir])
- AX_NORMALIZE_PATH([config_datadir],['/'])
- AC_DEFINE_UNQUOTED([DATA_DIR],"$config_datadir",[datadir])
--AC_SUBST(DATA_DIR)
-+AC_SUBST(DATA_DIR, "$config_datadir")
- 
- AX_RECURSIVE_EVAL([[$]docdir], [config_docdir])
- AX_NORMALIZE_PATH([config_docdir],['/'])
- AC_DEFINE_UNQUOTED([DOC_DIR],"$config_docdir",[docdir])
--AC_SUBST(DOC_DIR)
-+AC_SUBST(DOC_DIR, "$config_docdir")
- 
- SING_SHOW_FLAGS([Compiler/linker flags: ])
- 


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 14:32:05
  Author: arojas
Revision: 192591

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

Added:
  singular/repos/community-staging-i686/
  singular/repos/community-staging-i686/PKGBUILD
(from rev 192590, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 192590, singular/trunk/PKGBUILD)

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

Copied: singular/repos/community-staging-i686/PKGBUILD (from rev 192590, 
singular/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 14:32:05 UTC (rev 192591)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/";
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+  cd singular-${_majver//-/.}
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Copied: singular/repos/community-staging-x86_64/PKGBUILD (from rev 192590, 
singular/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 14:32:05 UTC (rev 192591)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/";
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+  cd singular-${_majver//-/.}
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}


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

2016-10-19 Thread Maxime Gauduin
Date: Wednesday, October 19, 2016 @ 15:09:37
  Author: alucryd
Revision: 278999

upgpkg: mkvtoolnix 9.5.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 09:24:46 UTC (rev 278998)
+++ PKGBUILD2016-10-19 15:09:37 UTC (rev 278999)
@@ -5,8 +5,8 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.4.2
-pkgrel=3
+pkgver=9.5.0
+pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
@@ -14,7 +14,7 @@
 makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
  'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('55c246e54ff0e0e8c9c61320f1730ef9')
+md5sums=('565ba79a494ed25f18840be9bebbd45f')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2016-10-19 Thread Maxime Gauduin
Date: Wednesday, October 19, 2016 @ 15:09:52
  Author: alucryd
Revision: 279000

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 15:09:37 UTC (rev 278999)
+++ extra-i686/PKGBUILD 2016-10-19 15:09:52 UTC (rev 279000)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.4.2
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('55c246e54ff0e0e8c9c61320f1730ef9')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-curl \
---disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 278999, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 15:09:52 UTC (rev 279000)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.5.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('565ba79a494ed25f18840be9bebbd45f')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 15:09:37 UTC (rev 278999)
+++ extra-x86_64/PKGBUILD   2016-10-19 15:09:52 UTC (rev 279000)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkg

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 15:13:55
  Author: arojas
Revision: 192592

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

Added:
  singular/repos/community-staging-i686/PKGBUILD
(from rev 192591, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 192591, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-staging-i686/PKGBUILD
  singular/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-staging-i686/PKGBUILD   |   42 --
 community-staging-x86_64/PKGBUILD |   42 --
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 14:32:05 UTC (rev 192591)
+++ community-staging-i686/PKGBUILD 2016-10-19 15:13:55 UTC (rev 192592)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/";
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
-  cd singular-${_majver//-/.}
-# Fix build with NTL 10
-  patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-# move singular.hlp to the path expected by SageMath
-  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}

Copied: singular/repos/community-staging-i686/PKGBUILD (from rev 192591, 
singular/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 15:13:55 UTC (rev 192592)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-0-3
+_patchver=4
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/";
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
+
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
+md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
+ '3dce1e6533a1b4686f9730e0b534df65')
+
+prepare() {
+  cd singular-${_majver//-/.}
+# Fix build with NTL 10
+  patch -p1 -i ../singular-ntl10.patch
+}
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+# move singular.hlp to the path expected by SageMath
+  cp "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 14:32:05 UTC (rev 192591)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 15:13:55 UTC (rev 192592)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-0-3
-_patchver=4
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/";
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz";
-
singular-ntl10.patch::"https://github.com/Singular/Sources/commit/861b7899.patch";)
-md5sums=('5b5c67b2ff2e8fa12d2fc5afc327e2d8'
- '3dce1e6533a1b4686f9730e0b534df65')
-
-prepare() {
-  cd singular-${_majver//-/.}
-# Fix build with NTL 10
-  patch -p1 -i ../singular-ntl10.patch
-}
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  ma

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

2016-10-19 Thread Maxime Gauduin
Date: Wednesday, October 19, 2016 @ 15:13:59
  Author: alucryd
Revision: 279001

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 15:09:52 UTC (rev 279000)
+++ extra-i686/PKGBUILD 2016-10-19 15:13:59 UTC (rev 279001)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.5.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('565ba79a494ed25f18840be9bebbd45f')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-curl \
---disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 279000, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 15:13:59 UTC (rev 279001)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.5.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('565ba79a494ed25f18840be9bebbd45f')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 15:09:52 UTC (rev 279000)
+++ extra-x86_64/PKGBUILD   2016-10-19 15:13:59 UTC (rev 279001)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkg

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

2016-10-19 Thread Maxime Gauduin
Date: Wednesday, October 19, 2016 @ 15:14:51
  Author: alucryd
Revision: 279002

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 15:13:59 UTC (rev 279001)
+++ extra-i686/PKGBUILD 2016-10-19 15:14:51 UTC (rev 279002)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=9.5.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-md5sums=('565ba79a494ed25f18840be9bebbd45f')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---without-curl \
---disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 279001, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 15:14:51 UTC (rev 279002)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=9.5.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+md5sums=('565ba79a494ed25f18840be9bebbd45f')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl \
+--disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
+   'qt5-base' 'shared-mime-info' 'xdg-utils')
+  replaces=('mkvtoolnix-gtk')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-19 15:13:59 UTC (rev 279001)
+++ extra-x86_64/PKGBUILD   2016-10-19 15:14:51 UTC (rev 279002)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkg

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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 15:47:21
  Author: eworm
Revision: 279004

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

Added:
  gparted/repos/community-testing-i686/
  gparted/repos/community-testing-i686/PKGBUILD
(from rev 279003, gparted/trunk/PKGBUILD)
  gparted/repos/community-testing-i686/gparted_polkit
(from rev 279003, gparted/trunk/gparted_polkit)
  gparted/repos/community-testing-i686/org.archlinux.pkexec.gparted.policy
(from rev 279003, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/community-testing-x86_64/
  gparted/repos/community-testing-x86_64/PKGBUILD
(from rev 279003, gparted/trunk/PKGBUILD)
  gparted/repos/community-testing-x86_64/gparted_polkit
(from rev 279003, gparted/trunk/gparted_polkit)
  gparted/repos/community-testing-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 279003, gparted/trunk/org.archlinux.pkexec.gparted.policy)

--+
 community-testing-i686/PKGBUILD  |   64 ++
 community-testing-i686/gparted_polkit|6 
 community-testing-i686/org.archlinux.pkexec.gparted.policy   |   20 +++
 community-testing-x86_64/PKGBUILD|   64 ++
 community-testing-x86_64/gparted_polkit  |6 
 community-testing-x86_64/org.archlinux.pkexec.gparted.policy |   20 +++
 6 files changed, 180 insertions(+)

Copied: gparted/repos/community-testing-i686/PKGBUILD (from rev 279003, 
gparted/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-19 15:47:21 UTC (rev 279004)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.sourceforge.net";
+license=('GPL')
+depends=('parted' 'gtkmm')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfat-utils: for exFAT partitions'
+'ntfs-3g: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools: utilities to access MS-DOS disks')
+validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'org.archlinux.pkexec.gparted.policy'
+'gparted_polkit')
+sha256sums=('208cf60c061b86bee4f658d568a3b5d843dce3ab9847f66b452298268799e7bd'
+'SKIP'
+'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
+'7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-online-resize \
+  --enable-libparted-dmraid
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
+ 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+  # Install launcher script
+  install -m755 "${srcdir}/gparted_polkit" \
+"${pkgdir}/usr/bin/gparted_polkit"
+}

Copied: gparted/repos/community-testing-i686/gparted_polkit (from rev 279003, 
gparted/trunk/gparted_polkit)
===
--- community-testing-i686/gparted_polkit   (rev 0)
+++ community-testing-i686/gparted_polkit   2016-10-19 15:47:21 UTC (rev 
279004)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+   pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+   /usr/bin/gparted "$@"
+fi

Copied: 
gparted/repos/community-testing-i686/org.archlinux.pkexec.gparted.policy (from 
rev 279003, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===
--- community-testing-i686/org.archlinux.pkexec.gparted.policy  
(rev 0)
+++ community-testing

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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 15:47:14
  Author: eworm
Revision: 279003

upgpkg: gparted 0.27.0-1

new upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 15:14:51 UTC (rev 279002)
+++ PKGBUILD2016-10-19 15:47:14 UTC (rev 279003)
@@ -4,7 +4,7 @@
 # Contributor: György Balló 
 
 pkgname=gparted
-pkgver=0.26.1
+pkgver=0.27.0
 pkgrel=1
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
@@ -24,14 +24,14 @@
 'polkit: to run gparted directly from menu'
 'gpart: for recovering corrupt partition tables'
 'mtools: utilities to access MS-DOS disks')
+validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
 'org.archlinux.pkexec.gparted.policy'
 'gparted_polkit')
-validpgpkeys=(BB09FFB87563FA2E1A22146817A6D3FF338C9570) # "Curtis Gedak 
"
-md5sums=('b9c5f6b5ffd37400bd4bf5929e9b1781'
- 'SKIP'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
+sha256sums=('208cf60c061b86bee4f658d568a3b5d843dce3ab9847f66b452298268799e7bd'
+'SKIP'
+'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
+'7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 15:58:48
  Author: arojas
Revision: 192593

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

Added:
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 192592, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 192592, pari-sage/trunk/PKGBUILD)
Deleted:
  pari-sage/repos/community-staging-i686/PKGBUILD
  pari-sage/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-staging-i686/PKGBUILD   |   43 --
 community-staging-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 15:13:55 UTC (rev 192592)
+++ community-staging-i686/PKGBUILD 2016-10-19 15:58:48 UTC (rev 192593)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-
-# Intall header needed by SageMath
-  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 192592, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 15:58:48 UTC (rev 192593)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=1
+epoch=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
+   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
+ '8cc6dc97128ae6ab965e5d1924d2318c')
+
+prepare() {
+  cd pari-${_pkgver}
+# Silence warnings when increasing stack size
+  patch -p1 -i ../stackwarn.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 15:13:55 UTC (rev 192592)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 15:58:48 UTC (rev 192593)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8.0.alpha
-pkgver=${_pkgver//-/.}
-pkgrel=1
-epoch=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
-url='http://pari.math.u-bordeaux.fr/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-core)
-optdepends=('perl: gphelp, tex2mail')
-conflicts=(pari)
-provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
-   
https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
- '8cc6dc97128ae6ab965e5d1924d2318c')
-
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:00:30
  Author: arojas
Revision: 192594

pari-sage 2.8.0.alpha rebuild

Modified:
  cysignals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 15:58:48 UTC (rev 192593)
+++ PKGBUILD2016-10-19 16:00:30 UTC (rev 192594)
@@ -3,7 +3,7 @@
 
 pkgname=cysignals
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Interrupt and signal handling for Cython"
 arch=(i686 x86_64)
 url="https://www.sagemath.org";


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:01:06
  Author: arojas
Revision: 192595

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

Added:
  cysignals/repos/community-staging-i686/
  cysignals/repos/community-staging-i686/PKGBUILD
(from rev 192594, cysignals/trunk/PKGBUILD)
  cysignals/repos/community-staging-x86_64/
  cysignals/repos/community-staging-x86_64/PKGBUILD
(from rev 192594, cysignals/trunk/PKGBUILD)

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

Copied: cysignals/repos/community-staging-i686/PKGBUILD (from rev 192594, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:01:06 UTC (rev 192595)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cysignals
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('bf8a23b71a6e14009829bb1b6e294555')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+

Copied: cysignals/repos/community-staging-x86_64/PKGBUILD (from rev 192594, 
cysignals/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:01:06 UTC (rev 192595)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=cysignals
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Interrupt and signal handling for Cython"
+arch=(i686 x86_64)
+url="https://www.sagemath.org";
+license=(LGPL)
+depends=(python2 pari-sage)
+makedepends=(python2-sphinx cython2)
+source=("https://github.com/sagemath/cysignals/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('bf8a23b71a6e14009829bb1b6e294555')
+
+prepare() {
+  sed -e 's|sphinx-build|sphinx-build2|g' -i $pkgname-$pkgver/docs/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}
+


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:07:48
  Author: arojas
Revision: 192597

pari-sage 2.8.0.alpha rebuild, temporarily disable boost to bypass the 
boost-1.62 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:04:41 UTC (rev 192596)
+++ PKGBUILD2016-10-19 16:07:48 UTC (rev 192597)
@@ -3,13 +3,13 @@
 
 pkgname=eclib
 pkgver=20160720
-pkgrel=4
+pkgrel=5
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/";
 license=(GPL)
 depends=(flint pari-sage boost-libs)
-makedepends=(boost)
+# makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
 md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
 


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:08:17
  Author: arojas
Revision: 192598

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

Added:
  eclib/repos/community-staging-i686/PKGBUILD
(from rev 192597, eclib/trunk/PKGBUILD)
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 192597, eclib/trunk/PKGBUILD)
Deleted:
  eclib/repos/community-staging-i686/PKGBUILD
  eclib/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-staging-i686/PKGBUILD   |   27 --
 community-staging-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 16:07:48 UTC (rev 192597)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:08:17 UTC (rev 192598)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20160720
-pkgrel=4
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/";
-license=(GPL)
-depends=(flint pari-sage boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
-md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 192597, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:08:17 UTC (rev 192598)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160720
+pkgrel=5
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+# makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 16:07:48 UTC (rev 192597)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:08:17 UTC (rev 192598)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20160720
-pkgrel=4
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/";
-license=(GPL)
-depends=(flint pari-sage boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
-md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 192597, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:08:17 UTC (rev 192598)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160720
+pkgrel=5
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+# makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:19:30
  Author: arojas
Revision: 192599

pari-sage 2.8.0.alpha rebuild

Modified:
  lcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:08:17 UTC (rev 192598)
+++ PKGBUILD2016-10-19 16:19:30 UTC (rev 192599)
@@ -3,7 +3,7 @@
 
 pkgname=lcalc
 pkgver=1.23
-pkgrel=12
+pkgrel=13
 pkgdesc="C++ L-function class library and command line interface"
 arch=(i686 x86_64)
 url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
@@ -25,6 +25,8 @@
   patch -p1 -i "$srcdir"/gcc-5.patch
 # port to PARI 2.7 API
   patch -p1 -i "$srcdir"/pari-2.7.patch
+# Install headers where Sage expects them
+  sed -e 's|include/Lfunction|include/libLfunction|g' -i src/Makefile
 }
 
 build() {
@@ -38,9 +40,9 @@
   make INSTALL_DIR="$pkgdir"/usr install
 
 # remove leftover files
-  rm 
"$pkgdir"/usr/include/Lfunction/{Lexplicit_formula.h.swap.crap,.*.swp,.DS*}
+  rm 
"$pkgdir"/usr/include/libLfunction/{Lexplicit_formula.h.swap.crap,.*.swp,.DS*}
 # fix wrong permissions
-  chmod 644 "$pkgdir"/usr/include/Lfunction/Ldokchitser.h
+  chmod 644 "$pkgdir"/usr/include/libLfunction/Ldokchitser.h
 # fix insecure rpath
   chrpath -d "$pkgdir"/usr/bin/lcalc
 }


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:20:19
  Author: arojas
Revision: 192600

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

Added:
  lcalc/repos/community-staging-i686/
  lcalc/repos/community-staging-i686/Lcommon.h.patch
(from rev 192599, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-i686/PKGBUILD
(from rev 192599, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-i686/gcc-4.9.patch
(from rev 192599, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-i686/gcc-5.patch
(from rev 192599, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-i686/pari-2.7.patch
(from rev 192599, lcalc/trunk/pari-2.7.patch)
  lcalc/repos/community-staging-x86_64/
  lcalc/repos/community-staging-x86_64/Lcommon.h.patch
(from rev 192599, lcalc/trunk/Lcommon.h.patch)
  lcalc/repos/community-staging-x86_64/PKGBUILD
(from rev 192599, lcalc/trunk/PKGBUILD)
  lcalc/repos/community-staging-x86_64/gcc-4.9.patch
(from rev 192599, lcalc/trunk/gcc-4.9.patch)
  lcalc/repos/community-staging-x86_64/gcc-5.patch
(from rev 192599, lcalc/trunk/gcc-5.patch)
  lcalc/repos/community-staging-x86_64/pari-2.7.patch
(from rev 192599, lcalc/trunk/pari-2.7.patch)

--+
 community-staging-i686/Lcommon.h.patch   |   23 +
 community-staging-i686/PKGBUILD  |   48 
 community-staging-i686/gcc-4.9.patch |   24 ++
 community-staging-i686/gcc-5.patch   |   56 
 community-staging-i686/pari-2.7.patch|   67 +
 community-staging-x86_64/Lcommon.h.patch |   23 +
 community-staging-x86_64/PKGBUILD|   48 
 community-staging-x86_64/gcc-4.9.patch   |   24 ++
 community-staging-x86_64/gcc-5.patch |   56 
 community-staging-x86_64/pari-2.7.patch  |   67 +
 10 files changed, 436 insertions(+)

Copied: lcalc/repos/community-staging-i686/Lcommon.h.patch (from rev 192599, 
lcalc/trunk/Lcommon.h.patch)
===
--- community-staging-i686/Lcommon.h.patch  (rev 0)
+++ community-staging-i686/Lcommon.h.patch  2016-10-19 16:20:19 UTC (rev 
192600)
@@ -0,0 +1,23 @@
+--- L-1.23/include/Lcommon.h.orig  2011-04-09 04:09:25.984121006 -0300
 L-1.23/include/Lcommon.h   2011-04-09 04:09:58.750265003 -0300
+@@ -25,6 +25,8 @@ inline double lcalc_to_double(const Doub
+ #ifdef USE_MPFR
+ inline double lcalc_to_double(const double& x) { return x; }
+ #endif
++
++#if 0
+ //inline double lcalc_to_double(const long double& x) { return x; }
+ inline double lcalc_to_double(const int& x) { return x; }
+ inline double lcalc_to_double(const long long& x) { return x; }
+@@ -33,6 +35,10 @@ inline double lcalc_to_double(const char
+ inline double lcalc_to_double(const long int& x) { return x; }
+ inline double lcalc_to_double(const unsigned int& x) { return x; }
+ inline double lcalc_to_double(const long unsigned int& x) { return x; }
++#else
++#  define lcalc_to_double(x)  ((double)(x))
++#endif
++
+ #define Int(x) (int)(lcalc_to_double(x))
+ #define Long(x) (Long)(lcalc_to_double(x))
+ #define double(x) (double)(lcalc_to_double(x))
+ 
\ No newline at end of file

Copied: lcalc/repos/community-staging-i686/PKGBUILD (from rev 192599, 
lcalc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:20:19 UTC (rev 192600)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=lcalc
+pkgver=1.23
+pkgrel=13
+pkgdesc="C++ L-function class library and command line interface"
+arch=(i686 x86_64)
+url="http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html";
+license=(GPL2)
+depends=(pari-sage)
+makedepends=(chrpath)
+source=("http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/L-$pkgver.tar.gz";
+ 'Lcommon.h.patch' 'gcc-4.9.patch' 'pari-2.7.patch' 'gcc-5.patch')
+md5sums=('8262d4495e0bbe0283e5341ef8694c23'
+ '8af1dd6d3118bb785f193283a31305a2'
+ '436dd35b06766dffad0941bcfb511e89'
+ '187024b6d6f259209645af68ca8787f2'
+ '88d8a28a75e0bc143d0898f2797d1c54')
+
+prepare() {
+  cd L-$pkgver
+  patch -p1 -i "$srcdir"/Lcommon.h.patch  
+  patch -p1 -i "$srcdir"/gcc-4.9.patch
+  patch -p1 -i "$srcdir"/gcc-5.patch
+# port to PARI 2.7 API
+  patch -p1 -i "$srcdir"/pari-2.7.patch
+# Install headers where Sage expects them
+  sed -e 's|include/Lfunction|include/libLfunction|g' -i src/Makefile
+}
+
+build() {
+  cd L-$pkgver/src
+  make PARI_DEFINE="-DINCLUDE_PARI" LOCATION_PARI_H="/usr/include/pari"
LOCATION_PARI_LIBRARY="/usr/lib" all
+}
+
+package() {
+  cd L-$pkgver/src
+  mkdir -p "$pkgdir"/usr/{bin,include,lib}
+  make INSTALL_DIR="$pkgdir"/usr install
+
+# remo

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:32:20
  Author: arojas
Revision: 192601

Update to 1.2.2.95

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:20:19 UTC (rev 192600)
+++ PKGBUILD2016-10-19 16:32:20 UTC (rev 192601)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.2-91
+_pkgver=1.2.2-95
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
-md5sums=('3226655fa25812da5a322109a95af97c')
+md5sums=('e94b849c212173478fb82e891fbaebf1')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:32:47
  Author: arojas
Revision: 192602

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

Added:
  giac/repos/community-staging-i686/
  giac/repos/community-staging-i686/PKGBUILD
(from rev 192601, giac/trunk/PKGBUILD)
  giac/repos/community-staging-x86_64/
  giac/repos/community-staging-x86_64/PKGBUILD
(from rev 192601, giac/trunk/PKGBUILD)

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

Copied: giac/repos/community-staging-i686/PKGBUILD (from rev 192601, 
giac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:32:47 UTC (rev 192602)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.2-95
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+md5sums=('e94b849c212173478fb82e891fbaebf1')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Copied: giac/repos/community-staging-x86_64/PKGBUILD (from rev 192601, 
giac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:32:47 UTC (rev 192602)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.2-95
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz";)
+md5sums=('e94b849c212173478fb82e891fbaebf1')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 16:34:34
  Author: jlichtblau
Revision: 192603

upgpkg: gnome-commander 1.6.1-1 - new upstream release

Modified:
  gnome-commander/trunk/PKGBUILD
  gnome-commander/trunk/gnome-commander.changelog

---+
 PKGBUILD  |4 ++--
 gnome-commander.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:32:47 UTC (rev 192602)
+++ PKGBUILD2016-10-19 16:34:34 UTC (rev 192603)
@@ -6,7 +6,7 @@
 # Contributor: Johannes Sjolund 
 
 pkgname=gnome-commander
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Graphical two-pane filemanager for Gnome'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
 changelog=$pkgname.changelog
 
source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1703b7bf2fa4e357789688a810640060c5c6b16d9279a8979c42a4a255b3403')
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: gnome-commander.changelog
===
--- gnome-commander.changelog   2016-10-19 16:32:47 UTC (rev 192602)
+++ gnome-commander.changelog   2016-10-19 16:34:34 UTC (rev 192603)
@@ -1,3 +1,6 @@
+2016-10-19 Jaroslav Lichtblau 
+   * gnome-commander 1.6.1-1
+
 2016-10-04 Jaroslav Lichtblau 
* gnome-commander 1.6.0-1
 


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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 16:34:48
  Author: jlichtblau
Revision: 192604

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 192603, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 192603, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 192603, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 192603, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   82 ++
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   38 
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   38 
 6 files changed, 166 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 16:34:34 UTC (rev 192603)
+++ community-i686/PKGBUILD 2016-10-19 16:34:48 UTC (rev 192604)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1703b7bf2fa4e357789688a810640060c5c6b16d9279a8979c42a4a255b3403')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 192603, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 16:34:48 UTC (rev 192604)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- community-i686/gnome-commander.changelog2016-10-19 16:34:34 UTC (rev 
192603)
+++ community-i686/gnome-commander.changelog2016-10-19 16:34:48 UTC (rev 
192604)
@@ -1,38 +0,0 @@
-2016-10-04 Jaroslav Lichtbla

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:39:50
  Author: arojas
Revision: 192605

NTL 10.1 rebuild

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:34:48 UTC (rev 192604)
+++ PKGBUILD2016-10-19 16:39:50 UTC (rev 192605)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/";


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:40:15
  Author: arojas
Revision: 192607

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

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 192605, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 192606, linbox/trunk/PKGBUILD)

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

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 192605, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:40:15 UTC (rev 192607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/";
+license=(LGPL)
+depends=(m4rie lapack flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 192606, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:40:15 UTC (rev 192607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/";
+license=(LGPL)
+depends=(m4rie lapack flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 16:40:10
  Author: jlichtblau
Revision: 192606

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 192605, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 192605, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 192605, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 192605, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   82 ++
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   41 -
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   41 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 16:39:50 UTC (rev 192605)
+++ community-i686/PKGBUILD 2016-10-19 16:40:10 UTC (rev 192606)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 192605, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 16:40:10 UTC (rev 192606)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- community-i686/gnome-commander.changelog2016-10-19 16:39:50 UTC (rev 
192605)
+++ community-i686/gnome-commander.changelog2016-10-19 16:40:10 UTC (rev 
192606)
@@ -1,41 +0,0 @@
-2016-10-19 Jaroslav Lichtb

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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 16:42:12
  Author: jlichtblau
Revision: 192608

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 192607, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 192607, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 192607, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 192607, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   82 ++
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   41 -
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   41 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 16:40:15 UTC (rev 192607)
+++ community-i686/PKGBUILD 2016-10-19 16:42:12 UTC (rev 192608)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 192607, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 16:42:12 UTC (rev 192608)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- community-i686/gnome-commander.changelog2016-10-19 16:40:15 UTC (rev 
192607)
+++ community-i686/gnome-commander.changelog2016-10-19 16:42:12 UTC (rev 
192608)
@@ -1,41 +0,0 @@
-2016-10-19 Jaroslav Lichtb

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 17:03:24
  Author: arojas
Revision: 192609

Fix build with fplll 5.0

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 16:42:12 UTC (rev 192608)
+++ PKGBUILD2016-10-19 17:03:24 UTC (rev 192609)
@@ -8,11 +8,20 @@
 arch=(i686 x86_64)
 url="http://linalg.org/";
 license=(LGPL)
-depends=(m4rie lapack flint libfplll iml givaro) 
+depends=(m4rie lapack flint fplll iml givaro) 
 makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";
+
linbox-fplll5.patch::"https://github.com/fingolfin/linbox/commit/95355873.patch";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c'
+ '47d5fa608972cd6807b9facc5d828e53')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with fplll 5.0
+  patch -p1 -i ../linbox-fplll5.patch
+  sed -e 's|fplll/dpe.h|fplll/nr/dpe.h|g' -i linbox/algorithms/short-vector.h
+}
+
 build() {
   cd $pkgname-$pkgver
 


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 17:03:54
  Author: arojas
Revision: 192610

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

Added:
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 192609, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 192609, linbox/trunk/PKGBUILD)
Deleted:
  linbox/repos/community-staging-i686/PKGBUILD
  linbox/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 17:03:24 UTC (rev 192609)
+++ community-staging-i686/PKGBUILD 2016-10-19 17:03:54 UTC (rev 192610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
-arch=(i686 x86_64)
-url="http://linalg.org/";
-license=(LGPL)
-depends=(m4rie lapack flint libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 192609, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 17:03:54 UTC (rev 192610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/";
+license=(LGPL)
+depends=(m4rie lapack flint fplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";
+
linbox-fplll5.patch::"https://github.com/fingolfin/linbox/commit/95355873.patch";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with fplll 5.0
+  patch -p1 -i ../linbox-fplll5.patch
+  sed -e 's|fplll/dpe.h|fplll/nr/dpe.h|g' -i linbox/algorithms/short-vector.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 17:03:24 UTC (rev 192609)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 17:03:54 UTC (rev 192610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
-arch=(i686 x86_64)
-url="http://linalg.org/";
-license=(LGPL)
-depends=(m4rie lapack flint libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 192609, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 17:03:54 UTC (rev 192610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the i

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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:17:27
  Author: jelle
Revision: 192611

upgpkg: vim-pastie 2.0-8

add to vim-plugins group

Modified:
  vim-pastie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 17:03:54 UTC (rev 192610)
+++ PKGBUILD2016-10-19 17:17:27 UTC (rev 192611)
@@ -4,12 +4,13 @@
 pkgname=vim-pastie
 pkgver=2.0
 _scriptid=10260
-pkgrel=7
+pkgrel=8
 pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=1624'
 license=('custom:vim')
 depends=('ruby' 'vim')
+groups=('vim-plugins')
 source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
 md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
 


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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:17:34
  Author: jelle
Revision: 192612

archrelease: copy trunk to community-any

Added:
  vim-pastie/repos/community-any/PKGBUILD
(from rev 192611, vim-pastie/trunk/PKGBUILD)
  vim-pastie/repos/community-any/license.txt
(from rev 192611, vim-pastie/trunk/license.txt)
Deleted:
  vim-pastie/repos/community-any/PKGBUILD
  vim-pastie/repos/community-any/license.txt

-+
 PKGBUILD|   45 ++--
 license.txt |  574 +-
 2 files changed, 310 insertions(+), 309 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 17:17:27 UTC (rev 192611)
+++ PKGBUILD2016-10-19 17:17:34 UTC (rev 192612)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer 
-
-pkgname=vim-pastie
-pkgver=2.0
-_scriptid=10260
-pkgrel=7
-pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1624'
-license=('custom:vim')
-depends=('ruby' 'vim')
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
-md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd "$srcdir"
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-
-  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
-  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-pastie/repos/community-any/PKGBUILD (from rev 192611, 
vim-pastie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 17:17:34 UTC (rev 192612)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Aaron Schaefer 
+
+pkgname=vim-pastie
+pkgver=2.0
+_scriptid=10260
+pkgrel=8
+pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1624'
+license=('custom:vim')
+depends=('ruby' 'vim')
+groups=('vim-plugins')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
+md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd "$srcdir"
+  local installpath="$pkgdir/usr/share/vim/vimfiles"
+
+  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
+  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license.txt
===
--- license.txt 2016-10-19 17:17:27 UTC (rev 192611)
+++ license.txt 2016-10-19 17:17:34 UTC (rev 192612)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following five ways:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the distribution how to contact you.  When the maintainer asks you
- (in any way) for a copy of the modified Vim you distributed, you
- must make your changes, including source code, available to the
- maintainer without fee.  The maintainer reserves the right to
- include your changes in the official version of Vim.  What the
- maintainer will do with your changes and under what license they
- will be distributed is negotiable.  If there has been no negotiation
-  

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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:21:39
  Author: jelle
Revision: 192613

archrelease: copy trunk to community-any

Added:
  vim-pastie/repos/community-any/PKGBUILD
(from rev 192612, vim-pastie/trunk/PKGBUILD)
  vim-pastie/repos/community-any/license.txt
(from rev 192612, vim-pastie/trunk/license.txt)
Deleted:
  vim-pastie/repos/community-any/PKGBUILD
  vim-pastie/repos/community-any/license.txt

-+
 PKGBUILD|   46 ++--
 license.txt |  574 +-
 2 files changed, 310 insertions(+), 310 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 17:17:34 UTC (rev 192612)
+++ PKGBUILD2016-10-19 17:21:39 UTC (rev 192613)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer 
-
-pkgname=vim-pastie
-pkgver=2.0
-_scriptid=10260
-pkgrel=8
-pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1624'
-license=('custom:vim')
-depends=('ruby' 'vim')
-groups=('vim-plugins')
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
-md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd "$srcdir"
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-
-  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
-  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-pastie/repos/community-any/PKGBUILD (from rev 192612, 
vim-pastie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 17:21:39 UTC (rev 192613)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Aaron Schaefer 
+
+pkgname=vim-pastie
+pkgver=2.0
+_scriptid=10260
+pkgrel=8
+pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1624'
+license=('custom:vim')
+depends=('ruby' 'vim')
+groups=('vim-plugins')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
+md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd "$srcdir"
+  local installpath="$pkgdir/usr/share/vim/vimfiles"
+
+  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
+  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license.txt
===
--- license.txt 2016-10-19 17:17:34 UTC (rev 192612)
+++ license.txt 2016-10-19 17:21:39 UTC (rev 192613)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following five ways:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the distribution how to contact you.  When the maintainer asks you
- (in any way) for a copy of the modified Vim you distributed, you
- must make your changes, including source code, available to the
- maintainer without fee.  The maintainer reserves the right to
- include your changes in the official version of Vim.  What the
- maintainer will do with your changes and under what license they
- will be distributed is negotiable.  If there has

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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:22:07
  Author: jelle
Revision: 192614

archrelease: copy trunk to community-any

Added:
  vim-pastie/repos/community-any/PKGBUILD
(from rev 192613, vim-pastie/trunk/PKGBUILD)
  vim-pastie/repos/community-any/license.txt
(from rev 192613, vim-pastie/trunk/license.txt)
Deleted:
  vim-pastie/repos/community-any/PKGBUILD
  vim-pastie/repos/community-any/license.txt

-+
 PKGBUILD|   46 ++--
 license.txt |  574 +-
 2 files changed, 310 insertions(+), 310 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 17:21:39 UTC (rev 192613)
+++ PKGBUILD2016-10-19 17:22:07 UTC (rev 192614)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer 
-
-pkgname=vim-pastie
-pkgver=2.0
-_scriptid=10260
-pkgrel=8
-pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1624'
-license=('custom:vim')
-depends=('ruby' 'vim')
-groups=('vim-plugins')
-source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
-md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd "$srcdir"
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-
-  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
-  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-pastie/repos/community-any/PKGBUILD (from rev 192613, 
vim-pastie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 17:22:07 UTC (rev 192614)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Aaron Schaefer 
+
+pkgname=vim-pastie
+pkgver=2.0
+_scriptid=10260
+pkgrel=8
+pkgdesc='A Vim plugin that lets you read and create pastes at 
http://pastie.org/'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1624'
+license=('custom:vim')
+depends=('ruby' 'vim')
+groups=('vim-plugins')
+source=("http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"; 
license.txt)
+md5sums=('4ba364a003903ace6fd51ccbe6b86d78' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+package() {
+  cd "$srcdir"
+  local installpath="$pkgdir/usr/share/vim/vimfiles"
+
+  install -D -m644 "download_script.php?src_id=$_scriptid" 
"$installpath/plugin/pastie.vim"
+  install -D -m644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license.txt
===
--- license.txt 2016-10-19 17:21:39 UTC (rev 192613)
+++ license.txt 2016-10-19 17:22:07 UTC (rev 192614)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The modified Vim must be distributed in one of the following five ways:
-   a) If you make changes to Vim yourself, you must clearly describe in
- the distribution how to contact you.  When the maintainer asks you
- (in any way) for a copy of the modified Vim you distributed, you
- must make your changes, including source code, available to the
- maintainer without fee.  The maintainer reserves the right to
- include your changes in the official version of Vim.  What the
- maintainer will do with your changes and under what license they
- will be distributed is negotiable.  If there has

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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:25:09
  Author: jelle
Revision: 192615

upgpkg: vim-align 37.43-1

add to vim-plugins group

Modified:
  vim-align/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 17:22:07 UTC (rev 192614)
+++ PKGBUILD2016-10-19 17:25:09 UTC (rev 192615)
@@ -11,6 +11,7 @@
 url='http://www.vim.org/scripts/script.php?script_id=294'
 license=('custom')
 depends=('vim')
+groups=('vim-plugins')
 install=vimdoc.install
 md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
  'b924ab4f0d09585ac4482208cc32bd2f')


[arch-commits] Commit in vim-align/repos/community-any (6 files)

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:25:16
  Author: jelle
Revision: 192616

archrelease: copy trunk to community-any

Added:
  vim-align/repos/community-any/LICENSE
(from rev 192615, vim-align/trunk/LICENSE)
  vim-align/repos/community-any/PKGBUILD
(from rev 192615, vim-align/trunk/PKGBUILD)
  vim-align/repos/community-any/vimdoc.install
(from rev 192615, vim-align/trunk/vimdoc.install)
Deleted:
  vim-align/repos/community-any/LICENSE
  vim-align/repos/community-any/PKGBUILD
  vim-align/repos/community-any/vimdoc.install

+
 LICENSE|   14 +++---
 PKGBUILD   |   55 ---
 vimdoc.install |   42 +-
 3 files changed, 56 insertions(+), 55 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-10-19 17:25:09 UTC (rev 192615)
+++ LICENSE 2016-10-19 17:25:16 UTC (rev 192616)
@@ -1,7 +0,0 @@
-Copyright (C) 1999-2007 Charles E. Campbell, Jr.
-Permission is hereby granted to use and distribute this code, with or without
-modifications, provided that this copyright notice is copied with it. Like
-anything else that's free, Align.vim is provided *as is* and comes with no
-warranty of any kind, either expressed or implied. By using this plugin, you
-agree that in no event will the copyright holder be liable for any damages
-resulting from the use of this software.

Copied: vim-align/repos/community-any/LICENSE (from rev 192615, 
vim-align/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-10-19 17:25:16 UTC (rev 192616)
@@ -0,0 +1,7 @@
+Copyright (C) 1999-2007 Charles E. Campbell, Jr.
+Permission is hereby granted to use and distribute this code, with or without
+modifications, provided that this copyright notice is copied with it. Like
+anything else that's free, Align.vim is provided *as is* and comes with no
+warranty of any kind, either expressed or implied. By using this plugin, you
+agree that in no event will the copyright holder be liable for any damages
+resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 17:25:09 UTC (rev 192615)
+++ PKGBUILD2016-10-19 17:25:16 UTC (rev 192616)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen 
-# Contributor : vti 
-
-pkgname=vim-align
-pkgver=37.43
-_scriptid='19633'
-pkgrel=1
-pkgdesc='Lets you align lines using regular expressions'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=294'
-license=('custom')
-depends=('vim')
-install=vimdoc.install
-md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
- 'b924ab4f0d09585ac4482208cc32bd2f')
-source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";
-  'LICENSE')
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
-  cd "${pkgdir}/usr/share/vim/vimfiles"
-
-  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
-  rm -f '.VimballRecord' 'doc/tags'
-  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-align/repos/community-any/PKGBUILD (from rev 192615, 
vim-align/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 17:25:16 UTC (rev 192616)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen 
+# Contributor : vti 
+
+pkgname=vim-align
+pkgver=37.43
+_scriptid='19633'
+pkgrel=1
+pkgdesc='Lets you align lines using regular expressions'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=294'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
+ 'b924ab4f0d09585ac4482208cc32bd2f')
+source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";
+  'LICENSE')
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
+  cd "${pkgdir}/usr/share/vim/vimfiles"
+
+  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
+  rm -f '.VimballRecord' 'doc/tags'
+  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2016-10-19 17:25:09 UTC (rev 192615)
+++ vimdoc.install  2016-10-19 17:25:16 UTC (rev 192616)
@@ -1,21 +0,0 @@
-post_install() {
-  echo -n 'Updating vim help tags...'
-  /usr/bin/vim --noplugins \
--u NONE -U NONE \
---cmd ':helptags /usr/share/vim/vimfiles/doc' \
---cmd ':q' > /dev/null 2>&1
-  echo 'done.'
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-align/repos/community-any/vimdo

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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 17:29:13
  Author: jlichtblau
Revision: 192617

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 192616, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 192616, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 192616, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 192616, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   82 ++
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   41 -
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   41 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 17:25:16 UTC (rev 192616)
+++ community-i686/PKGBUILD 2016-10-19 17:29:13 UTC (rev 192617)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 192616, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 17:29:13 UTC (rev 192617)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- community-i686/gnome-commander.changelog2016-10-19 17:25:16 UTC (rev 
192616)
+++ community-i686/gnome-commander.changelog2016-10-19 17:29:13 UTC (rev 
192617)
@@ -1,41 +0,0 @@
-2016-10-19 Jaroslav Lichtb

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

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:50:39
  Author: jelle
Revision: 192618

upgpkg: vim-align 37.43-2

add to vim-plugins group

Modified:
  vim-align/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 17:29:13 UTC (rev 192617)
+++ PKGBUILD2016-10-19 17:50:39 UTC (rev 192618)
@@ -5,7 +5,7 @@
 pkgname=vim-align
 pkgver=37.43
 _scriptid='19633'
-pkgrel=1
+pkgrel=2
 pkgdesc='Lets you align lines using regular expressions'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=294'


[arch-commits] Commit in vim-align/repos/community-any (6 files)

2016-10-19 Thread Jelle van der Waa
Date: Wednesday, October 19, 2016 @ 17:50:46
  Author: jelle
Revision: 192619

archrelease: copy trunk to community-any

Added:
  vim-align/repos/community-any/LICENSE
(from rev 192618, vim-align/trunk/LICENSE)
  vim-align/repos/community-any/PKGBUILD
(from rev 192618, vim-align/trunk/PKGBUILD)
  vim-align/repos/community-any/vimdoc.install
(from rev 192618, vim-align/trunk/vimdoc.install)
Deleted:
  vim-align/repos/community-any/LICENSE
  vim-align/repos/community-any/PKGBUILD
  vim-align/repos/community-any/vimdoc.install

+
 LICENSE|   14 ++---
 PKGBUILD   |   56 +++
 vimdoc.install |   42 -
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-10-19 17:50:39 UTC (rev 192618)
+++ LICENSE 2016-10-19 17:50:46 UTC (rev 192619)
@@ -1,7 +0,0 @@
-Copyright (C) 1999-2007 Charles E. Campbell, Jr.
-Permission is hereby granted to use and distribute this code, with or without
-modifications, provided that this copyright notice is copied with it. Like
-anything else that's free, Align.vim is provided *as is* and comes with no
-warranty of any kind, either expressed or implied. By using this plugin, you
-agree that in no event will the copyright holder be liable for any damages
-resulting from the use of this software.

Copied: vim-align/repos/community-any/LICENSE (from rev 192618, 
vim-align/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-10-19 17:50:46 UTC (rev 192619)
@@ -0,0 +1,7 @@
+Copyright (C) 1999-2007 Charles E. Campbell, Jr.
+Permission is hereby granted to use and distribute this code, with or without
+modifications, provided that this copyright notice is copied with it. Like
+anything else that's free, Align.vim is provided *as is* and comes with no
+warranty of any kind, either expressed or implied. By using this plugin, you
+agree that in no event will the copyright holder be liable for any damages
+resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 17:50:39 UTC (rev 192618)
+++ PKGBUILD2016-10-19 17:50:46 UTC (rev 192619)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen 
-# Contributor : vti 
-
-pkgname=vim-align
-pkgver=37.43
-_scriptid='19633'
-pkgrel=1
-pkgdesc='Lets you align lines using regular expressions'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=294'
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
- 'b924ab4f0d09585ac4482208cc32bd2f')
-source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";
-  'LICENSE')
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
-  cd "${pkgdir}/usr/share/vim/vimfiles"
-
-  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
-  rm -f '.VimballRecord' 'doc/tags'
-  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-align/repos/community-any/PKGBUILD (from rev 192618, 
vim-align/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 17:50:46 UTC (rev 192619)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kaiting Chen 
+# Contributor : vti 
+
+pkgname=vim-align
+pkgver=37.43
+_scriptid='19633'
+pkgrel=2
+pkgdesc='Lets you align lines using regular expressions'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=294'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
+ 'b924ab4f0d09585ac4482208cc32bd2f')
+source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";
+  'LICENSE')
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
+  cd "${pkgdir}/usr/share/vim/vimfiles"
+
+  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
+  rm -f '.VimballRecord' 'doc/tags'
+  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2016-10-19 17:50:39 UTC (rev 192618)
+++ vimdoc.install  2016-10-19 17:50:46 UTC (rev 192619)
@@ -1,21 +0,0 @@
-post_install() {
-  echo -n 'Updating vim help tags...'
-  /usr/bin/vim --noplugins \
--u NONE -U NONE \
---cmd ':helptags /usr/share/vim/vimfiles/doc' \
---cmd ':q' > /dev/null 2>&1
-  echo 'done.'
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-align/rep

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

2016-10-19 Thread Jaroslav Lichtblau
Date: Wednesday, October 19, 2016 @ 17:50:51
  Author: jlichtblau
Revision: 192620

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

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 192618, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 192618, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 192619, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 192619, gnome-commander/trunk/gnome-commander.changelog)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog

+
 /PKGBUILD  |   84 +++
 /gnome-commander.changelog |   82 ++
 community-i686/PKGBUILD|   42 -
 community-i686/gnome-commander.changelog   |   41 -
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/gnome-commander.changelog |   41 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 17:50:46 UTC (rev 192619)
+++ community-i686/PKGBUILD 2016-10-19 17:50:51 UTC (rev 192620)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=gnome-commander
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
-source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
---domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 192618, 
gnome-commander/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-19 17:50:51 UTC (rev 192620)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=gnome-commander
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+changelog=$pkgname.changelog
+source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f796c65b17e7d3a125e8298638d16d3b0ba7ea155371d7b8d413e7f8b4aeee0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+--domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}

Deleted: community-i686/gnome-commander.changelog
===
--- community-i686/gnome-commander.changelog2016-10-19 17:50:46 UTC (rev 
192619)
+++ community-i686/gnome-commander.changelog2016-10-19 17:50:51 UTC (rev 
192620)
@@ -1,41 +0,0 @@
-2016-10-19 Jaroslav Lichtb

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

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 18:55:02
  Author: eworm
Revision: 279005

this is [extra], not [community]

Added:
  gparted/repos/testing-i686/
  gparted/repos/testing-x86_86/
Deleted:
  gparted/repos/community-testing-i686/
  gparted/repos/community-testing-x86_64/


[arch-commits] Commit in gparted/repos (testing-x86_64 testing-x86_86)

2016-10-19 Thread Christian Hesse
Date: Wednesday, October 19, 2016 @ 18:57:06
  Author: eworm
Revision: 279006

and the arch is x86_64...

Added:
  gparted/repos/testing-x86_64/
Deleted:
  gparted/repos/testing-x86_86/


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

2016-10-19 Thread Gaëtan Bisson
Date: Wednesday, October 19, 2016 @ 19:52:42
  Author: bisson
Revision: 279007

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 18:57:06 UTC (rev 279006)
+++ PKGBUILD2016-10-19 19:52:42 UTC (rev 279007)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.8.12
+pkgver=14.8.13
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha1sums=('528a7b03353ffb09e7fca7af59a5b872b56fe637' 'SKIP')
+sha1sums=('52ceb1d26c36e2191742985cf132090c436e330b' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')


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

2016-10-19 Thread Gaëtan Bisson
Date: Wednesday, October 19, 2016 @ 19:53:36
  Author: bisson
Revision: 279008

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

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

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 279007, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-19 19:53:36 UTC (rev 279008)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.13
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('52ceb1d26c36e2191742985cf132090c436e330b' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 279007, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-19 19:53:36 UTC (rev 279008)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.8.13
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('52ceb1d26c36e2191742985cf132090c436e330b' 'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   LIBEXECDIR=/usr/lib \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 20:01:00
  Author: schiv
Revision: 279009

upgpkg: jack 0.125.0-1

Extremely delayed upstream sync

Modified:
  jack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 19:53:36 UTC (rev 279008)
+++ PKGBUILD2016-10-19 20:01:00 UTC (rev 279009)
@@ -5,8 +5,8 @@
 
 pkgname=jack
 _longname=jack-audio-connection-kit
-pkgver=0.124.1
-pkgrel=6
+pkgver=0.125.0
+pkgrel=1
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
@@ -23,7 +23,7 @@
 source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz";
 '99-audio.conf'
 '40-hpet-permissions.rules')
-md5sums=('d64e90121be8a54860b870a726fb5b5d'
+md5sums=('d9b7e230aeae2d5b45c7a822b2d2dd15'
  'ae65b7c9ebe0fff6c918ba9d97ae342d'
  '471aad533ff56c5d3cbbf65ce32cadef')
 


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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 20:01:18
  Author: schiv
Revision: 279010

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

Added:
  jack/repos/extra-i686/40-hpet-permissions.rules
(from rev 279009, jack/trunk/40-hpet-permissions.rules)
  jack/repos/extra-i686/99-audio.conf
(from rev 279009, jack/trunk/99-audio.conf)
  jack/repos/extra-i686/PKGBUILD
(from rev 279009, jack/trunk/PKGBUILD)
  jack/repos/extra-i686/jack.install
(from rev 279009, jack/trunk/jack.install)
  jack/repos/extra-x86_64/40-hpet-permissions.rules
(from rev 279009, jack/trunk/40-hpet-permissions.rules)
  jack/repos/extra-x86_64/99-audio.conf
(from rev 279009, jack/trunk/99-audio.conf)
  jack/repos/extra-x86_64/PKGBUILD
(from rev 279009, jack/trunk/PKGBUILD)
  jack/repos/extra-x86_64/jack.install
(from rev 279009, jack/trunk/jack.install)
Deleted:
  jack/repos/extra-i686/40-hpet-permissions.rules
  jack/repos/extra-i686/99-audio.conf
  jack/repos/extra-i686/PKGBUILD
  jack/repos/extra-i686/jack.install
  jack/repos/extra-x86_64/40-hpet-permissions.rules
  jack/repos/extra-x86_64/99-audio.conf
  jack/repos/extra-x86_64/PKGBUILD
  jack/repos/extra-x86_64/jack.install

+
 /40-hpet-permissions.rules |4 +
 /99-audio.conf |4 +
 /PKGBUILD  |  114 +++
 /jack.install  |   10 ++
 extra-i686/40-hpet-permissions.rules   |2 
 extra-i686/99-audio.conf   |2 
 extra-i686/PKGBUILD|   57 ---
 extra-i686/jack.install|5 -
 extra-x86_64/40-hpet-permissions.rules |2 
 extra-x86_64/99-audio.conf |2 
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/jack.install  |5 -
 12 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/40-hpet-permissions.rules
===
--- extra-i686/40-hpet-permissions.rules2016-10-19 20:01:00 UTC (rev 
279009)
+++ extra-i686/40-hpet-permissions.rules2016-10-19 20:01:18 UTC (rev 
279010)
@@ -1,2 +0,0 @@
-KERNEL=="rtc0", GROUP="audio"
-KERNEL=="hpet", GROUP="audio"

Copied: jack/repos/extra-i686/40-hpet-permissions.rules (from rev 279009, 
jack/trunk/40-hpet-permissions.rules)
===
--- extra-i686/40-hpet-permissions.rules(rev 0)
+++ extra-i686/40-hpet-permissions.rules2016-10-19 20:01:18 UTC (rev 
279010)
@@ -0,0 +1,2 @@
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"

Deleted: extra-i686/99-audio.conf
===
--- extra-i686/99-audio.conf2016-10-19 20:01:00 UTC (rev 279009)
+++ extra-i686/99-audio.conf2016-10-19 20:01:18 UTC (rev 279010)
@@ -1,2 +0,0 @@
-@audio - rtprio99
-@audio - memlock   unlimited

Copied: jack/repos/extra-i686/99-audio.conf (from rev 279009, 
jack/trunk/99-audio.conf)
===
--- extra-i686/99-audio.conf(rev 0)
+++ extra-i686/99-audio.conf2016-10-19 20:01:18 UTC (rev 279010)
@@ -0,0 +1,2 @@
+@audio - rtprio99
+@audio - memlock   unlimited

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-19 20:01:00 UTC (rev 279009)
+++ extra-i686/PKGBUILD 2016-10-19 20:01:18 UTC (rev 279010)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: tobias 
-# Contributor: Robert Emil Berge 
-
-pkgname=jack
-_longname=jack-audio-connection-kit
-pkgver=0.124.1
-pkgrel=6
-pkgdesc="A low-latency audio server"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libsamplerate' 'db' 'zita-alsa-pcmi' 'zita-resampler')
-makedepends=('doxygen' 'libffado' 'celt')
-optdepends=('libffado: FireWire support'
-'celt: NetJACK driver')
-url="http://jackaudio.org/";
-backup=(etc/security/limits.d/99-audio.conf)
-provides=("$_longname=$pkgver")
-conflicts=("$_longname")
-replaces=("$_longname")
-install=$pkgname.install
-source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz";
-'99-audio.conf'
-'40-hpet-permissions.rules')
-md5sums=('d64e90121be8a54860b870a726fb5b5d'
- 'ae65b7c9ebe0fff6c918ba9d97ae342d'
- '471aad533ff56c5d3cbbf65ce32cadef')
-
-build() {
-  cd "$srcdir/$_longname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$_longname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # configure realtime access/scheduling
-  # see https://bugs.archlinux.org/task/26343
-  install -Dm644 "$srcdir/99-audio.conf" \
-"$pkgdir/etc/security/limits.d/99-audio.conf"
-
-  install -Dm64

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

2016-10-19 Thread Gaëtan Bisson
Date: Wednesday, October 19, 2016 @ 20:06:22
  Author: bisson
Revision: 279011

better yet

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:01:18 UTC (rev 279010)
+++ PKGBUILD2016-10-19 20:06:22 UTC (rev 279011)
@@ -41,11 +41,12 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
export LIBPOSTFIX=/
export PYTHON=python2
export LUA=lua5.1
 
-   CXXFLAGS="${CXXFLAGS} -Dint64=int64_t" ./configure --prefix=/usr
+   ./configure --prefix=/usr
make
 }
 


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

2016-10-19 Thread Johannes Löthberg
Date: Wednesday, October 19, 2016 @ 20:17:06
  Author: demize
Revision: 192622

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  160 ++---
 salt.install |   37 +++--
 2 files changed, 84 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-19 20:16:57 UTC (rev 192621)
+++ PKGBUILD2016-10-19 20:17:06 UTC (rev 192622)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2016.3.3
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("salt-$pkgver.tar.gz::https://github.com/saltstack/salt/archive/v$pkgver.tar.gz";)
-md5sums=('5db25ad762a0780ff5d74561516a97fa')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 192621, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-19 20:17:06 UTC (rev 192622)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2016.3.3
+pkgrel=2
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=(
+  'python2-jinja'
+  'python2-msgpack'
+  'python2-yaml'
+  'python2-markupsafe'
+  'python2-requests'
+  'python2-pyzmq'
+  'python2-crypto'
+  'pyth

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

2016-10-19 Thread Johannes Löthberg
Date: Wednesday, October 19, 2016 @ 20:16:57
  Author: demize
Revision: 192621

upgpkg: salt 2016.3.3-2

Drop RAET support which is dead anyway, and rename salt-zeromq to salt.

Modified:
  salt/trunk/PKGBUILD
  salt/trunk/salt.install

--+
 PKGBUILD |  100 ++---
 salt.install |   11 +-
 2 files changed, 41 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 17:50:51 UTC (rev 192620)
+++ PKGBUILD2016-10-19 20:16:57 UTC (rev 192621)
@@ -4,88 +4,52 @@
 # Contributor: Daniel Wallace 
 # Contributor: Christer Edwards 
 
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
+pkgname=salt
 pkgver=2016.3.3
-pkgrel=1
+pkgrel=2
+
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
 license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("salt-$pkgver.tar.gz::https://github.com/saltstack/salt/archive/v$pkgver.tar.gz";)
-md5sums=('5db25ad762a0780ff5d74561516a97fa')
 
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
 
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+depends=(
+  'python2-jinja'
+  'python2-msgpack'
+  'python2-yaml'
+  'python2-markupsafe'
+  'python2-requests'
+  'python2-pyzmq'
+  'python2-crypto'
+  'python2-m2crypto'
+  'python2-systemd'
+  'python2-tornado'
+)
+optdepends=(
+  'dmidecode: decode SMBIOS/DMI tables'
+  'python2-pygit2: gitfs support'
+)
 
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
+backup=(
+  'etc/salt/master'
+  'etc/salt/minion'
+)
 
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
+md5sums=('47dc52c372c42535b99cb04ebb21947b')
+
+package() {
+  cd salt-$pkgver
   python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
 
   # default config
   install -Dm644 conf/master "$pkgdir/etc/salt/master"
   install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
 
   # systemd services
   for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do

Modified: salt.install
===
--- salt.install2016-10-19 17:50:51 UTC (rev 192620)
+++ salt.install2016-10-19 20:16:57 UTC (rev 192621)
@@ -3,13 +3,20 @@
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  if [ "$(vercmp $2 2014.1.1-1)" -le 0 ]; then
+  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
 cat << EOF
 ==> Since version 2014.1.1-2, salt-master runs by default as root user.
 ==> You need to manually update your configuration and remove the salt user and
 

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

2016-10-19 Thread Johannes Löthberg
Date: Wednesday, October 19, 2016 @ 20:19:56
  Author: demize
Revision: 192623

db-remove: salt removed by demize

Deleted:
  salt/repos/community-any/


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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 20:29:25
  Author: schiv
Revision: 279012

schedtool: url dead, found reliable fedora cache

Modified:
  schedtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:06:22 UTC (rev 279011)
+++ PKGBUILD2016-10-19 20:29:25 UTC (rev 279012)
@@ -9,7 +9,9 @@
 arch=('i686' 'x86_64')
 url="http://freequaos.host.sk/schedtool/";
 license=('GPL')
-source=(http://freequaos.host.sk/schedtool/$pkgname-$pkgver.tar.bz2)
+#source=(http://freequaos.host.sk/schedtool/$pkgname-$pkgver.tar.bz2)
+_altsrc="http://pkgs.fedoraproject.org/repo/pkgs/schedtool/schedtool-1.3.0.tar.bz2";
+source=("$_altsrc/0d968f05d3ad7675f1f33ef1f6d0a3fb/schedtool-1.3.0.tar.bz2")
 md5sums=('0d968f05d3ad7675f1f33ef1f6d0a3fb')
 
 build() {


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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 20:35:47
  Author: schiv
Revision: 279014

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

Added:
  ardour/repos/testing-i686/
  ardour/repos/testing-i686/.contrib
(from rev 279013, ardour/trunk/.contrib)
  ardour/repos/testing-i686/PKGBUILD
(from rev 279013, ardour/trunk/PKGBUILD)
  ardour/repos/testing-i686/ardour.desktop
(from rev 279013, ardour/trunk/ardour.desktop)
  ardour/repos/testing-x86_64/
  ardour/repos/testing-x86_64/.contrib
(from rev 279013, ardour/trunk/.contrib)
  ardour/repos/testing-x86_64/PKGBUILD
(from rev 279013, ardour/trunk/PKGBUILD)
  ardour/repos/testing-x86_64/ardour.desktop
(from rev 279013, ardour/trunk/ardour.desktop)

---+
 testing-i686/.contrib |2 +
 testing-i686/PKGBUILD |   55 
 testing-i686/ardour.desktop   |9 ++
 testing-x86_64/.contrib   |2 +
 testing-x86_64/PKGBUILD   |   55 
 testing-x86_64/ardour.desktop |9 ++
 6 files changed, 132 insertions(+)

Copied: ardour/repos/testing-i686/.contrib (from rev 279013, 
ardour/trunk/.contrib)
===
--- testing-i686/.contrib   (rev 0)
+++ testing-i686/.contrib   2016-10-19 20:35:47 UTC (rev 279014)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Copied: ardour/repos/testing-i686/PKGBUILD (from rev 279013, 
ardour/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-19 20:35:47 UTC (rev 279014)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=5.4
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/";
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver";
+"$pkgname.desktop")
+md5sums=('SKIP'
+ 'c376b07a961137386d6b47594acb38ca')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa" \
+--libjack=weak \
+--optimize \
+--docs \
+--cxx11 \
+--no-phone-home
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # install some freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ardour/repos/testing-i686/ardour.desktop (from rev 279013, 
ardour/trunk/ardour.desktop)
===
--- testing-i686/ardour.desktop (rev 0)
+++ testing-i686/ardour.desktop 2016-10-19 20:35:47 UTC (rev 279014)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Ardour 4
+Comment=Multitrack hard disk recorder
+Exec=ardour4
+Icon=/usr/share/ardour4/icons/ardour_icon_256px.png
+Terminal=false
+Type=Application
+X-MultipleArgs=false
+Categories=GTK;Audio;AudioVideoEditing;AudioVideo;Video;

Copied: ardour/repos/testing-x86_64/.contrib (from rev 279013, 
ardour/trunk/.contrib)
===
--- testing-x86_64/.contrib (rev 0)
+++ testing-x86_64/.contrib 2016-10-19 20:35:47 UTC (rev 279014)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Copied: ardour/repos/testing-x86_64/PKGBUILD (from rev 279013, 
ardour/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-19 20:35:47 UTC (rev 279014)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=5.4
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/";
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+  

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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 20:35:35
  Author: schiv
Revision: 279013

upgpkg: ardour 5.4-1

Uber delayed upstream sync - please test!

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:29:25 UTC (rev 279012)
+++ PKGBUILD2016-10-19 20:35:35 UTC (rev 279013)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=4.7
+pkgver=5.4
 pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')


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

2016-10-19 Thread Levente Polyak
Date: Wednesday, October 19, 2016 @ 20:44:29
  Author: anthraxx
Revision: 192624

upgpkg: veracrypt 1.19-1

Modified:
  veracrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:19:56 UTC (rev 192623)
+++ PKGBUILD2016-10-19 20:44:29 UTC (rev 192624)
@@ -2,9 +2,12 @@
 # Contributor: Sebastian Lau 
 # Contributor: Eric Ozwigh 
 
+# Nice unique path name in an archive. we are also using the zip archive 
because
+# it seems like its too fucking hard to create a proper tarball with gzip /o\
+_incompetencepath=VeraCrypt-master-8220ae94c64722fbe39e92dfcfce84f8da96a91e
 pkgname=veracrypt
 _pkgname=VeraCrypt
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc='Disk encryption with strong security based on TrueCrypt'
 url='http://veracrypt.codeplex.com/'
@@ -13,14 +16,14 @@
 depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper')
 optdepends=('sudo: mounting encrypted volumes as nonroot users'
 'desktop-file-utils: update desktop database')
-makedepends=('nasm' 'pkg-config')
-source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2/download"
-
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2.sig/download"
+makedepends=('nasm' 'pkg-config' 'unzip')
+source=("${pkgname}_${pkgver}_Source.zip::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.zip/download"
+
"${pkgname}_${pkgver}_Source.zip.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.zip.sig/download"
 no-makeself.patch
 no-exec-stack.patch
 veracrypt.desktop)
-sha512sums=('cf2140253179c8d130b890a00d4ef448695b726abcad5099bce84b1721eec833c84dc72995d54f48317f5ecd8e517e75462c809b65606f15be988d4d41a2234e'
-
'ca246c8725d47a880266c0cdb7ada26bf50a159bc78581b32c1ac181787a195a93fdb8e61e975028cebf8be27e535ab3ca28fa9c03c1cf5bf91f762d9ff9'
+sha512sums=('66d838fbc685e2790e50a2583445525436422e1bd6ddbf8bafbc868a31571d30476a7f3b0f1fade249d0e5dcd60db4fb043cb25cca5a45de4805665961cac516'
+
'ea9b76b7fc5f4d2716b13ea73f3d1d94697a97f76deb105880bb4172c23f345ebd45b0ed47fcbad10150d58e2aa63870719caf24134d54b12f06486524996149'
 
'e3972fd239fd83807c5ea9dd9268a0e962b0bd9cb9cf8f6251ac51a44a94f3c57f0b1e6857b42e4296cff531030c8278c543b386ebf463d4e19fe9a536acbcf9'
 
'94f1b0bd00a84a8294c8efa72058dba71acbe5c846c9761874faa36ba9c3f1ac3d8a7d3b7452c62e2baf770efa4eecf2d989fc6d2181b3b3e11808e5cd6eb726'
 
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
@@ -27,13 +30,13 @@
 validpgpkeys=('993B7D7E8E413809828F0F29EB559C7C54DDD393') # VeraCrypt Team 

 
 prepare() {
-  cd src
+  cd ${_incompetencepath}/src
   patch -p1 < "${srcdir}/no-makeself.patch"
   patch -p0 < "${srcdir}/no-exec-stack.patch"
 }
 
 build() {
-  cd src
+  cd ${_incompetencepath}/src
   make PKG_CONFIG_PATH=/usr/lib/pkgconfig \
 WX_CONFIG=/usr/bin/wx-config \
 TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
@@ -42,7 +45,7 @@
 }
 
 package() {
-  cd src
+  cd ${_incompetencepath}/src
   install -Dm 755 Main/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
   install -Dm 644 "${srcdir}/veracrypt.desktop" -t 
"${pkgdir}/usr/share/applications"
   install -Dm 644 Resources/Icons/VeraCrypt-256x256.xpm 
"${pkgdir}/usr/share/pixmaps/veracrypt.xpm"


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

2016-10-19 Thread Levente Polyak
Date: Wednesday, October 19, 2016 @ 20:44:44
  Author: anthraxx
Revision: 192625

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

Added:
  veracrypt/repos/community-i686/PKGBUILD
(from rev 192624, veracrypt/trunk/PKGBUILD)
  veracrypt/repos/community-i686/no-exec-stack.patch
(from rev 192624, veracrypt/trunk/no-exec-stack.patch)
  veracrypt/repos/community-i686/no-makeself.patch
(from rev 192624, veracrypt/trunk/no-makeself.patch)
  veracrypt/repos/community-i686/veracrypt.desktop
(from rev 192624, veracrypt/trunk/veracrypt.desktop)
  veracrypt/repos/community-x86_64/PKGBUILD
(from rev 192624, veracrypt/trunk/PKGBUILD)
  veracrypt/repos/community-x86_64/no-exec-stack.patch
(from rev 192624, veracrypt/trunk/no-exec-stack.patch)
  veracrypt/repos/community-x86_64/no-makeself.patch
(from rev 192624, veracrypt/trunk/no-makeself.patch)
  veracrypt/repos/community-x86_64/veracrypt.desktop
(from rev 192624, veracrypt/trunk/veracrypt.desktop)
Deleted:
  veracrypt/repos/community-i686/PKGBUILD
  veracrypt/repos/community-i686/no-exec-stack.patch
  veracrypt/repos/community-i686/no-makeself.patch
  veracrypt/repos/community-i686/veracrypt.desktop
  veracrypt/repos/community-x86_64/PKGBUILD
  veracrypt/repos/community-x86_64/no-exec-stack.patch
  veracrypt/repos/community-x86_64/no-makeself.patch
  veracrypt/repos/community-x86_64/veracrypt.desktop

--+
 /PKGBUILD|  110 ++
 /no-exec-stack.patch |  120 +
 /no-makeself.patch   |   22 ++
 /veracrypt.desktop   |   18 
 community-i686/PKGBUILD  |   52 --
 community-i686/no-exec-stack.patch   |   60 
 community-i686/no-makeself.patch |   11 ---
 community-i686/veracrypt.desktop |9 --
 community-x86_64/PKGBUILD|   52 --
 community-x86_64/no-exec-stack.patch |   60 
 community-x86_64/no-makeself.patch   |   11 ---
 community-x86_64/veracrypt.desktop   |9 --
 12 files changed, 270 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-19 20:44:29 UTC (rev 192624)
+++ community-i686/PKGBUILD 2016-10-19 20:44:44 UTC (rev 192625)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sebastian Lau 
-# Contributor: Eric Ozwigh 
-
-pkgname=veracrypt
-_pkgname=VeraCrypt
-pkgver=1.18
-pkgrel=1
-pkgdesc='Disk encryption with strong security based on TrueCrypt'
-url='http://veracrypt.codeplex.com/'
-arch=('i686' 'x86_64')
-license=('custom:TrueCrypt')
-depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper')
-optdepends=('sudo: mounting encrypted volumes as nonroot users'
-'desktop-file-utils: update desktop database')
-makedepends=('nasm' 'pkg-config')
-source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2/download"
-
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${_pkgname}_${pkgver}_Source.tar.bz2.sig/download"
-no-makeself.patch
-no-exec-stack.patch
-veracrypt.desktop)
-sha512sums=('cf2140253179c8d130b890a00d4ef448695b726abcad5099bce84b1721eec833c84dc72995d54f48317f5ecd8e517e75462c809b65606f15be988d4d41a2234e'
-
'ca246c8725d47a880266c0cdb7ada26bf50a159bc78581b32c1ac181787a195a93fdb8e61e975028cebf8be27e535ab3ca28fa9c03c1cf5bf91f762d9ff9'
-
'e3972fd239fd83807c5ea9dd9268a0e962b0bd9cb9cf8f6251ac51a44a94f3c57f0b1e6857b42e4296cff531030c8278c543b386ebf463d4e19fe9a536acbcf9'
-
'94f1b0bd00a84a8294c8efa72058dba71acbe5c846c9761874faa36ba9c3f1ac3d8a7d3b7452c62e2baf770efa4eecf2d989fc6d2181b3b3e11808e5cd6eb726'
-
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
-validpgpkeys=('993B7D7E8E413809828F0F29EB559C7C54DDD393') # VeraCrypt Team 

-
-prepare() {
-  cd src
-  patch -p1 < "${srcdir}/no-makeself.patch"
-  patch -p0 < "${srcdir}/no-exec-stack.patch"
-}
-
-build() {
-  cd src
-  make PKG_CONFIG_PATH=/usr/lib/pkgconfig \
-WX_CONFIG=/usr/bin/wx-config \
-TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
-TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
-TC_EXTRA_CFLAGS="${CFLAGS}"
-}
-
-package() {
-  cd src
-  install -Dm 755 Main/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "${srcdir}/veracrypt.desktop" -t 
"${pkgdir}/usr/share/applications"
-  install -Dm 644 Resources/Icons/VeraCrypt-256x256.xpm 
"${pkgdir}/usr/share/pixmaps/veracrypt.xpm"
-  install -Dm 644 License.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: veracrypt/repos/community-i686/PKGBUILD (f

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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 21:18:50
  Author: arojas
Revision: 192627

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

Added:
  fplll/repos/community-staging-i686/PKGBUILD
(from rev 192626, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 192626, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-staging-i686/PKGBUILD
  fplll/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 21:18:01 UTC (rev 192626)
+++ community-staging-i686/PKGBUILD 2016-10-19 21:18:50 UTC (rev 192627)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=2
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll";
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 192626, 
fplll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 21:18:50 UTC (rev 192627)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll";
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('111ea027e447878d656414f24867f289')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 21:18:01 UTC (rev 192626)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 21:18:50 UTC (rev 192627)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=2
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll";
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-provides=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 192626, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 21:18:50 UTC (rev 192627)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll";
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('111ea027e447878d656414f24867f289')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-10-19 Thread Ray Rashif
Date: Wednesday, October 19, 2016 @ 21:18:52
  Author: schiv
Revision: 279015

upgpkg: qjackctl 0.4.3-1

Delayed upstream sync

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:35:47 UTC (rev 279014)
+++ PKGBUILD2016-10-19 21:18:52 UTC (rev 279015)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=qjackctl
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/";
@@ -12,7 +12,7 @@
 depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('272cacd4878521e4ba43fd23b19da8a5')
+md5sums=('cc4ec4c8e8fadbe8df3f38d4294402eb')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,7 +21,7 @@
   # 
https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/Q5SWCUUMWQ4EMS7CU2CBOZHV3WZYOOTT/
   # 
http://pkgs.fedoraproject.org/cgit/rpms/qjackctl.git/commit/?id=c00a81a701e6d4a82aff6ae99ae7af3d162ca542
   # not so sure this is a proper fix, but seems to be the problem described -- 
schiv
-  sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure
+  #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure
 }
 
 build() {


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

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 21:18:01
  Author: arojas
Revision: 192626

Update to 5.0.3

Modified:
  fplll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 20:44:44 UTC (rev 192625)
+++ PKGBUILD2016-10-19 21:18:01 UTC (rev 192626)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=2
+pkgver=5.0.3
+pkgrel=1
 pkgdesc="Lattice algorithms using floating-point arithmetic"
 arch=(i686 x86_64)
 url="https://github.com/fplll/fplll";
@@ -13,7 +13,7 @@
 provides=(libfplll)
 replaces=(libfplll)
 
source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('b457c99950de200240596abf0368b70a')
+md5sums=('111ea027e447878d656414f24867f289')
 
 build() {
   cd $pkgname-$pkgver


  1   2   >