[arch-commits] Commit in (pari-sage)

2017-01-13 Thread Gaëtan Bisson
Date: Friday, January 13, 2017 @ 10:42:23
  Author: bisson
Revision: 207198

replaced by pari proper

Deleted:
  pari-sage/


[arch-commits] Commit in pari-sage/repos (community-x86_64)

2017-01-13 Thread Gaëtan Bisson
Date: Friday, January 13, 2017 @ 10:41:45
  Author: bisson
Revision: 207197

db-remove: pari-sage removed by bisson

Deleted:
  pari-sage/repos/community-x86_64/


[arch-commits] Commit in pari-sage/repos (community-i686)

2017-01-13 Thread Gaëtan Bisson
Date: Friday, January 13, 2017 @ 10:41:24
  Author: bisson
Revision: 207196

db-remove: pari-sage removed by bisson

Deleted:
  pari-sage/repos/community-i686/


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

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:50:26
  Author: arojas
Revision: 206861

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 206860, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 206860, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 206860, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.1
+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://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz;)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  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 206860, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-11 22:50:26 UTC (rev 206861)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.1
+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://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz;)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
+  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/trunk (PKGBUILD)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 22:49:51
  Author: arojas
Revision: 206860

Sync with main pari package

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 22:41:38 UTC (rev 206859)
+++ PKGBUILD2017-01-11 22:49:51 UTC (rev 206860)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.9.0
+_pkgver=2.9.1
 pkgver=${_pkgver//-/.}
 pkgrel=1
 epoch=1
@@ -16,12 +16,12 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
-md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz;)
+md5sums=('f997d6b526df6cd9145af0de5b822bf4')
 
 build() {
   cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --with-gmp
+  ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread
   make all
 }
 


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

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:08:50
  Author: arojas
Revision: 197452

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 197451, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 197451, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 197451, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-30 22:08:50 UTC (rev 197452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.0
+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;)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+
+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 197451, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-30 22:08:50 UTC (rev 197452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.9.0
+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;)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
+
+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/trunk (PKGBUILD)

2016-11-30 Thread Antonio Rojas
Date: Wednesday, November 30, 2016 @ 22:08:06
  Author: arojas
Revision: 197451

Update to 2.9.0

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 20:50:10 UTC (rev 197450)
+++ PKGBUILD2016-11-30 22:08:06 UTC (rev 197451)
@@ -3,9 +3,9 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8.0.alpha
+_pkgver=2.9.0
 pkgver=${_pkgver//-/.}
-pkgrel=2
+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/'
@@ -16,17 +16,9 @@
 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')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
 
-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


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:06:58
  Author: foutrelis
Revision: 194841

readline 7.0 rebuild

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 01:04:28 UTC (rev 194840)
+++ PKGBUILD2016-11-07 01:06:58 UTC (rev 194841)
@@ -5,7 +5,7 @@
 pkgname=pari-sage
 _pkgver=2.8.0.alpha
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 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/'


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 01:07:11
  Author: foutrelis
Revision: 194842

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 194841, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 194841, 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 194841, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 01:07:11 UTC (rev 194842)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=2
+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 194841, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 01:07:11 UTC (rev 194842)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8.0.alpha
+pkgver=${_pkgver//-/.}
+pkgrel=2
+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 @ 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'
- 

[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'
- 

[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'
- 

[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'
- 

[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'
- 

[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'
- 

[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'
- 

[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/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/trunk (PKGBUILD)

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:06:28
  Author: arojas
Revision: 185154

Downgrade to version required by sagemath 7.3

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 21:24:32 UTC (rev 185153)
+++ PKGBUILD2016-08-04 22:06:28 UTC (rev 185154)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
+_pkgver=2.8-2771-gb70b447
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -17,7 +17,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=('22641e7193ae7c88bd5548ccda9b3381'
+md5sums=('59f2e4c3c51f7652182400489cd76e6a'
  '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 22:06:55
  Author: arojas
Revision: 185155

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

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

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-08-04 22:06:28 UTC (rev 185154)
+++ community-staging-i686/PKGBUILD 2016-08-04 22:06:55 UTC (rev 185155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
-pkgver=${_pkgver//-/.}
-pkgrel=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=('22641e7193ae7c88bd5548ccda9b3381'
- '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
-}

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 185154, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 22:06:55 UTC (rev 185155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2771-gb70b447
+pkgver=${_pkgver//-/.}
+pkgrel=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=('59f2e4c3c51f7652182400489cd76e6a'
+ '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
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-08-04 22:06:28 UTC (rev 185154)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 22:06:55 UTC (rev 185155)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2972-gcc5b867
-pkgver=${_pkgver//-/.}
-pkgrel=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=('22641e7193ae7c88bd5548ccda9b3381'
- '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 

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:27:38
  Author: arojas
Revision: 185105

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 185104, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 185104, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 185104, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 20:27:38 UTC (rev 185105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2972-gcc5b867
+pkgver=${_pkgver//-/.}
+pkgrel=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=('22641e7193ae7c88bd5548ccda9b3381'
+ '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
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 185104, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 20:27:38 UTC (rev 185105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2972-gcc5b867
+pkgver=${_pkgver//-/.}
+pkgrel=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=('22641e7193ae7c88bd5548ccda9b3381'
+ '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
+}


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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 20:27:07
  Author: arojas
Revision: 185104

Update to 2.8.2972

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-04 20:04:07 UTC (rev 185103)
+++ PKGBUILD2016-08-04 20:27:07 UTC (rev 185104)
@@ -3,9 +3,9 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2341-g61b65cc
+_pkgver=2.8-2972-gcc5b867
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=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 +17,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=('03b83e4af898f456cae16c9ade1e1cb5'
+md5sums=('22641e7193ae7c88bd5548ccda9b3381'
  '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {


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

2016-04-04 Thread Antonio Rojas
Date: Monday, April 4, 2016 @ 18:40:53
  Author: arojas
Revision: 169446

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 169445, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 169445, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 169445, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-04 16:40:53 UTC (rev 169446)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=3
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 169445, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-04 16:40:53 UTC (rev 169446)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=3
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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
+}


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

2016-04-04 Thread Antonio Rojas
Date: Monday, April 4, 2016 @ 18:39:57
  Author: arojas
Revision: 169445

Disable pthread, causes segfaults when building sagemath-doc

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-04 14:52:09 UTC (rev 169444)
+++ PKGBUILD2016-04-04 16:39:57 UTC (rev 169445)
@@ -5,7 +5,7 @@
 pkgname=pari-sage
 _pkgver=2.8-2341-g61b65cc
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 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)
@@ -28,7 +28,7 @@
 
 build() {
   cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  ./Configure --prefix=/usr --with-readline --with-gmp
   make all
 }
 


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

2016-04-03 Thread Antonio Rojas
Date: Sunday, April 3, 2016 @ 19:40:41
  Author: arojas
Revision: 169404

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-04-03 17:36:35 UTC (rev 169403)
+++ community-testing-i686/PKGBUILD 2016-04-03 17:40:41 UTC (rev 169404)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2341-g61b65cc
-pkgver=${_pkgver//-/.}
-pkgrel=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;)
-md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-}

Copied: pari-sage/repos/community-testing-i686/PKGBUILD (from rev 169403, 
pari-sage/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-03 17:40:41 UTC (rev 169404)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=2
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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 --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-04-03 17:36:35 UTC (rev 169403)
+++ community-testing-x86_64/PKGBUILD   2016-04-03 17:40:41 UTC (rev 169404)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Gaetan Bisson 
-
-pkgname=pari-sage
-_pkgver=2.8-2341-g61b65cc
-pkgver=${_pkgver//-/.}
-pkgrel=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;)
-md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
-
-build() {
-  cd pari-${_pkgver}
-  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
-  make all
-}
-
-package() {
-  cd pari-${_pkgver}
-  make DESTDIR="$pkgdir" install
-  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
-}

Copied: pari-sage/repos/community-testing-x86_64/PKGBUILD (from rev 169403, 
pari-sage/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-03 17:40:41 UTC (rev 169404)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 

[arch-commits] Commit in pari-sage/repos (testing-i686 testing-x86_64)

2016-04-03 Thread Antonio Rojas
Date: Sunday, April 3, 2016 @ 19:40:44
  Author: arojas
Revision: 169405

Wrong repo

Deleted:
  pari-sage/repos/testing-i686/
  pari-sage/repos/testing-x86_64/


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

2016-04-03 Thread Antonio Rojas
Date: Sunday, April 3, 2016 @ 19:36:35
  Author: arojas
Revision: 169403

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

Added:
  pari-sage/repos/testing-i686/
  pari-sage/repos/testing-i686/PKGBUILD
(from rev 169402, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/testing-x86_64/
  pari-sage/repos/testing-x86_64/PKGBUILD
(from rev 169402, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/testing-i686/PKGBUILD (from rev 169402, 
pari-sage/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-03 17:36:35 UTC (rev 169403)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=2
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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 --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/testing-x86_64/PKGBUILD (from rev 169402, 
pari-sage/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-03 17:36:35 UTC (rev 169403)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=2
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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 --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}


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

2016-04-03 Thread Antonio Rojas
Date: Sunday, April 3, 2016 @ 19:33:21
  Author: arojas
Revision: 169402

Remove stack size increase warnings

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-03 16:24:58 UTC (rev 169401)
+++ PKGBUILD2016-04-03 17:33:21 UTC (rev 169402)
@@ -5,7 +5,7 @@
 pkgname=pari-sage
 _pkgver=2.8-2341-g61b65cc
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 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)
@@ -15,9 +15,17 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
-md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+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=('03b83e4af898f456cae16c9ade1e1cb5'
+ '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 --mt=pthread --with-gmp


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:01:52
  Author: arojas
Revision: 168382

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 168381, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 168381, pari-sage/trunk/PKGBUILD)

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

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 168381, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=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;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 168381, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 20:01:52 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2341-g61b65cc
+pkgver=${_pkgver//-/.}
+pkgrel=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;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}


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

2016-03-25 Thread Antonio Rojas
Date: Friday, March 25, 2016 @ 21:01:22
  Author: arojas
Revision: 168381

Update to 2.8.2341

Modified:
  pari-sage/trunk/PKGBUILD
Deleted:
  pari-sage/trunk/public_memory_functions.patch

---+
 PKGBUILD  |   15 +
 public_memory_functions.patch |   61 
 2 files changed, 3 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 19:49:59 UTC (rev 168380)
+++ PKGBUILD2016-03-25 20:01:22 UTC (rev 168381)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-2044-g89b0f1e
+_pkgver=2.8-2341-g61b65cc
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -15,18 +15,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch')
-md5sums=('ca27af679818f4cfef7e8eef9edc83cb'
- '9172b9faee975cd3fe0f97126ea61af8')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;)
+md5sums=('03b83e4af898f456cae16c9ade1e1cb5')
 
-prepare() {
-  cd pari-${_pkgver}
-
-# make some private functions public
-  patch -p1 -i "$srcdir"/public_memory_functions.patch
-}
-
 build() {
   cd pari-${_pkgver}
   ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp

Deleted: public_memory_functions.patch
===
--- public_memory_functions.patch   2016-03-25 19:49:59 UTC (rev 168380)
+++ public_memory_functions.patch   2016-03-25 20:01:22 UTC (rev 168381)
@@ -1,61 +0,0 @@
-diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
-index 7067183..4ede6ed 100644
 a/src/headers/paridecl.h
-+++ b/src/headers/paridecl.h
-@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
- voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
- GEN pari_version(void);
- voidpari_warn(int numerr, ...);
-+void *  pari_mainstack_malloc(size_t size);
-+voidpari_mainstack_mfree(void *s, size_t size);
-+voidpari_mainstack_free(struct pari_mainstack *st);
- voidparistack_alloc(size_t rsize, size_t vsize);
- voidparistack_newrsize(ulong newsize);
- voidparistack_resize(ulong newsize);
-diff --git a/src/language/init.c b/src/language/init.c
-index 7b5922d..2a578d7 100644
 a/src/language/init.c
-+++ b/src/language/init.c
-@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
- #ifndef MAP_NORESERVE
- #define MAP_NORESERVE 0
- #endif
--static void *
-+void *
- pari_mainstack_malloc(size_t size)
- {
-   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
-@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
-   return (b == MAP_FAILED) ? NULL: b;
- }
- 
--static void
-+void
- pari_mainstack_mfree(void *s, size_t size)
- {
-   munmap(s, size);
-@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
- 
- #else
- #define PARI_STACK_ALIGN (0x40UL)
--static void *
-+void *
- pari_mainstack_malloc(size_t s)
- {
-   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
- }
- 
--static void
-+void
- pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
- 
- static void
-@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
-   st->memused = 0;
- }
- 
--static void
-+void
- pari_mainstack_free(struct pari_mainstack *st)
- {
-   pari_mainstack_mfree((void*)st->vbot, st->vsize ? st->vsize : 
fix_size(st->rsize));


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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 17:30:50
  Author: arojas
Revision: 157694

Update to 2.8.2044

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 16:20:23 UTC (rev 157693)
+++ PKGBUILD2016-01-19 16:30:50 UTC (rev 157694)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-1813-g6157df4
+_pkgver=2.8-2044-g89b0f1e
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -15,10 +15,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-# source=("http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
  'public_memory_functions.patch')
-md5sums=('c753faaa4780de5ad8d461f0ffd70ecf'
+md5sums=('ca27af679818f4cfef7e8eef9edc83cb'
  '9172b9faee975cd3fe0f97126ea61af8')
 
 prepare() {
@@ -29,18 +28,13 @@
 }
 
 build() {
-   cd pari-${_pkgver}
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
 }
 
 package() {
-   cd pari-${_pkgver}
-   make DESTDIR="$pkgdir" install
-   ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
 }


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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 17:33:06
  Author: arojas
Revision: 157695

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 157694, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-i686/public_memory_functions.patch
(from rev 157694, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 157694, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/public_memory_functions.patch
(from rev 157694, pari-sage/trunk/public_memory_functions.patch)

+
 community-staging-i686/PKGBUILD|   40 +
 community-staging-i686/public_memory_functions.patch   |   61 +++
 community-staging-x86_64/PKGBUILD  |   40 +
 community-staging-x86_64/public_memory_functions.patch |   61 +++
 4 files changed, 202 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 157694, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-19 16:33:06 UTC (rev 157695)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-2044-g89b0f1e
+pkgver=${_pkgver//-/.}
+pkgrel=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;
+ 'public_memory_functions.patch')
+md5sums=('ca27af679818f4cfef7e8eef9edc83cb'
+ '9172b9faee975cd3fe0f97126ea61af8')
+
+prepare() {
+  cd pari-${_pkgver}
+
+# make some private functions public
+  patch -p1 -i "$srcdir"/public_memory_functions.patch
+}
+
+build() {
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
+}
+
+package() {
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-i686/public_memory_functions.patch 
(from rev 157694, pari-sage/trunk/public_memory_functions.patch)
===
--- community-staging-i686/public_memory_functions.patch
(rev 0)
+++ community-staging-i686/public_memory_functions.patch2016-01-19 
16:33:06 UTC (rev 157695)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size);
++voidpari_mainstack_mfree(void *s, size_t size);
++voidpari_mainstack_free(struct pari_mainstack *st);
+ voidparistack_alloc(size_t rsize, size_t vsize);
+ voidparistack_newrsize(ulong newsize);
+ voidparistack_resize(ulong newsize);
+diff --git a/src/language/init.c b/src/language/init.c
+index 7b5922d..2a578d7 100644
+--- a/src/language/init.c
 b/src/language/init.c
+@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
+ #ifndef MAP_NORESERVE
+ #define MAP_NORESERVE 0
+ #endif
+-static void *
++void *
+ pari_mainstack_malloc(size_t size)
+ {
+   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
+@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
+   return (b == MAP_FAILED) ? NULL: b;
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size)
+ {
+   munmap(s, size);
+@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
+ 
+ #else
+ #define PARI_STACK_ALIGN (0x40UL)
+-static void *
++void *
+ pari_mainstack_malloc(size_t s)
+ {
+   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
+ 
+ static void
+@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
+   st->memused = 0;
+ }
+ 
+-static void
++void
+ pari_mainstack_free(struct pari_mainstack *st)
+ {
+   pari_mainstack_mfree((void*)st->vbot, st->vsize ? st->vsize : 
fix_size(st->rsize));

Copied: pari-sage/repos/community-staging-x86_64/PKGBUILD (from rev 157694, 

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

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 19:57:47
  Author: arojas
Revision: 144814

Update to 2.8.1813

Modified:
  pari-sage/trunk/PKGBUILD
Deleted:
  pari-sage/trunk/perl_regex.patch

--+
 PKGBUILD |   13 +--
 perl_regex.patch |  201 -
 2 files changed, 5 insertions(+), 209 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 17:46:49 UTC (rev 144813)
+++ PKGBUILD2015-10-23 17:57:47 UTC (rev 144814)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari-sage
-_pkgver=2.8-1637-g489005a
+_pkgver=2.8-1813-g6157df4
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -10,7 +10,7 @@
 url='http://pari.math.u-bordeaux.fr/'
 license=(GPL)
 arch=(i686 x86_64)
-depends=(gmp readline libx11)
+depends=(gmp libx11)
 makedepends=(perl texlive-core)
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
@@ -17,10 +17,9 @@
 provides=(pari)
 # source=("http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch' 'perl_regex.patch')
-md5sums=('41936ce2dce6bd00a662bf43a772685f'
- '9172b9faee975cd3fe0f97126ea61af8'
- '92b24f7e61c6268a4978636b819fba78')
+ 'public_memory_functions.patch')
+md5sums=('c753faaa4780de5ad8d461f0ffd70ecf'
+ '9172b9faee975cd3fe0f97126ea61af8')
 
 prepare() {
   cd pari-${_pkgver}
@@ -27,8 +26,6 @@
 
 # make some private functions public
   patch -p1 -i "$srcdir"/public_memory_functions.patch
-# fix doc build with Perl 5.22
-  patch -p1 -i "$srcdir"/perl_regex.patch
 }
 
 build() {

Deleted: perl_regex.patch
===
--- perl_regex.patch2015-10-23 17:46:49 UTC (rev 144813)
+++ perl_regex.patch2015-10-23 17:57:47 UTC (rev 144814)
@@ -1,201 +0,0 @@
-commit 257750686ae1fe928a2b4b489844c1b57a108bd3
-Author: Karim Belabas 
-Date:   Tue Jul 14 15:23:42 2015 +0200
-
-doc_make: escape all {} in regexps [ perl-5.22 warns on these => fatal
-
-diff --git a/src/desc/doc_make b/src/desc/doc_make
-index bb41bc9..8521a9d 100755
 a/src/desc/doc_make
-+++ b/src/desc/doc_make
-@@ -38,13 +38,13 @@ while ()
- $v =~ s/\[\]/[\\,]/g;
- $v =~ s/(\w\w+)/\\var{$1}/g;
- $v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
--$v =~ s/\\var{flag}/\\fl/g;
--$v =~ s/\\var{(\d+)}/{$1}/g;
-+$v =~ s/\\var\{flag\}/\\fl/g;
-+$v =~ s/\\var\{(\d+)\}/{$1}/g;
- $v =~ s/_/\\_/g; # don't merge with first subst: \var{} rule kills it
- 
- $v = "\$($v)\$";
-   }
--  if ($doc !~ /\\syn\w*{/ && $sec !~ /programming\/control/) {
-+  if ($doc !~ /\\syn\w*\{/ && $sec !~ /programming\/control/) {
- $doc .= library_syntax($fun, $args);
-   }
-   s/_def_//;
-commit 742c70e505a7e75128720f619d63e882c03e9346
-Author: Karim Belabas 
-Date:   Tue Jul 14 13:20:07 2015 +0200
-
-gphelp: escape all {} in regexps [ perl-5.22 warns on these => fatal ]
-
-diff --git a/doc/gphelp.in b/doc/gphelp.in
-index 00ff6bd..89f2768 100755
 a/doc/gphelp.in
-+++ b/doc/gphelp.in
-@@ -298,7 +298,7 @@ sub treat {
-   if ($pat =~ /[a-zA-Z0-9]$/) { $pat .= '\b'; } else { $pat .= '}'; }
-   while ()
-   {
--if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label){$pat/)
-+if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label)\{$pat/)
-   { $first = $_; last; }
-   }
-   if (eof(DOC))
-@@ -380,7 +380,7 @@ sub apropos_check {
-   return if ($line !~ /$help/i);
- 
-   local($_) = $current;
--  s/\\b{(.)}/\\$1/;
-+  s/\\b\{(.)\}/\\$1/;
-   s/\{\}//g;
-   s/\\pow/^/;
-   s/\\%/%/;
-@@ -400,7 +400,7 @@ sub apropos {
-   @sentence_list = @list = "";
-   while ()
-   {
--if (/^\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter){/)
-+if (/^\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter)\{/)
- {
-   $new = _match($_,'{','}');
-   _check($line, $current);
-@@ -748,7 +748,7 @@ sub basic_subst {
-   
s/\\fun\s*\{([^{}]*)\}\s*\{((?:[^{}]|\{[^{}]*\})*)\}\s*\{((?:[^{}]|\{[^{}]*\})*)\}/\\kbd{$1
 \\key{$2}($3)}\\sidx{$2}/g;
- 
-   s/(?=[a-zA-Z])/\\bs /g;
--  s/\\b{}\\b{}/\\bs\\bs /g;
-+  s/\\b\{\}\\b\{\}/\\bs\\bs /g;
-   s//\\bs/g;
-   s/(\'\'|\`\`)/"/g unless $to_pod; # (english) double quotes
-   # asymptotic or isomorphic (~) [beware of ties]
-@@ -760,16 +760,16 @@ sub basic_subst {
-   s/\\(~|tilde)/~/g;
- 
-   s/\\(equiv)(?![a-zA-Z])/ = /g;
--  s/\\`a/$tr{agrave}/; s/\\`{a}/$tr{agrave}/;
--  s/\\"o/$tr{ouml}/;   s/\\"{o}/$tr{ouml}/;
--  s/\\"u/$tr{uuml}/;   s/\\"{u}/$tr{uuml}/;
--  s/\\'e/$tr{eacute}/; s/\\'{e}/$tr{eacute}/;
-+  s/\\`a/$tr{agrave}/; s/\\`\{a\}/$tr{agrave}/;

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

2015-10-23 Thread Antonio Rojas
Date: Friday, October 23, 2015 @ 19:58:37
  Author: arojas
Revision: 144815

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 144814, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-i686/public_memory_functions.patch
(from rev 144814, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 144814, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/public_memory_functions.patch
(from rev 144814, pari-sage/trunk/public_memory_functions.patch)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/public_memory_functions.patch   |   61 +++
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/public_memory_functions.patch |   61 +++
 4 files changed, 214 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 144814, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-23 17:58:37 UTC (rev 144815)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Gaetan Bisson 
+
+pkgname=pari-sage
+_pkgver=2.8-1813-g6157df4
+pkgver=${_pkgver//-/.}
+pkgrel=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://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+ 'public_memory_functions.patch')
+md5sums=('c753faaa4780de5ad8d461f0ffd70ecf'
+ '9172b9faee975cd3fe0f97126ea61af8')
+
+prepare() {
+  cd pari-${_pkgver}
+
+# make some private functions public
+  patch -p1 -i "$srcdir"/public_memory_functions.patch
+}
+
+build() {
+   cd pari-${_pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+package() {
+   cd pari-${_pkgver}
+   make DESTDIR="$pkgdir" install
+   ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-i686/public_memory_functions.patch 
(from rev 144814, pari-sage/trunk/public_memory_functions.patch)
===
--- community-staging-i686/public_memory_functions.patch
(rev 0)
+++ community-staging-i686/public_memory_functions.patch2015-10-23 
17:58:37 UTC (rev 144815)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size);
++voidpari_mainstack_mfree(void *s, size_t size);
++voidpari_mainstack_free(struct pari_mainstack *st);
+ voidparistack_alloc(size_t rsize, size_t vsize);
+ voidparistack_newrsize(ulong newsize);
+ voidparistack_resize(ulong newsize);
+diff --git a/src/language/init.c b/src/language/init.c
+index 7b5922d..2a578d7 100644
+--- a/src/language/init.c
 b/src/language/init.c
+@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
+ #ifndef MAP_NORESERVE
+ #define MAP_NORESERVE 0
+ #endif
+-static void *
++void *
+ pari_mainstack_malloc(size_t size)
+ {
+   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
+@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
+   return (b == MAP_FAILED) ? NULL: b;
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size)
+ {
+   munmap(s, size);
+@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
+ 
+ #else
+ #define PARI_STACK_ALIGN (0x40UL)
+-static void *
++void *
+ pari_mainstack_malloc(size_t s)
+ {
+   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
+ 
+ static void
+@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
+   st->memused = 0;
+ }
+ 
+-static void
++void
+ pari_mainstack_free(struct pari_mainstack *st)
+ 

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:04:53
  Author: arojas
Revision: 137433

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 137432, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-i686/perl_regex.patch
(from rev 137432, pari-sage/trunk/perl_regex.patch)
  pari-sage/repos/community-staging-i686/public_memory_functions.patch
(from rev 137432, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 137432, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/perl_regex.patch
(from rev 137432, pari-sage/trunk/perl_regex.patch)
  pari-sage/repos/community-staging-x86_64/public_memory_functions.patch
(from rev 137432, pari-sage/trunk/public_memory_functions.patch)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/perl_regex.patch|  201 +++
 community-staging-i686/public_memory_functions.patch   |   61 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/perl_regex.patch  |  201 +++
 community-staging-x86_64/public_memory_functions.patch |   61 
 6 files changed, 622 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 137432, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:04:53 UTC (rev 137433)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-sage
+_pkgver=2.8-1637-g489005a
+pkgver=${_pkgver//-/.}
+pkgrel=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 readline libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+# source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
+source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+ 'public_memory_functions.patch' 'perl_regex.patch')
+md5sums=('41936ce2dce6bd00a662bf43a772685f'
+ '9172b9faee975cd3fe0f97126ea61af8'
+ '92b24f7e61c6268a4978636b819fba78')
+
+prepare() {
+  cd pari-${_pkgver}
+
+# make some private functions public
+  patch -p1 -i $srcdir/public_memory_functions.patch
+# fix doc build with Perl 5.22
+  patch -p1 -i $srcdir/perl_regex.patch
+}
+
+build() {
+   cd pari-${_pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+package() {
+   cd pari-${_pkgver}
+   make DESTDIR=$pkgdir install
+   ln -sf gp.1.gz $pkgdir/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-i686/perl_regex.patch (from rev 
137432, pari-sage/trunk/perl_regex.patch)
===
--- community-staging-i686/perl_regex.patch (rev 0)
+++ community-staging-i686/perl_regex.patch 2015-07-26 17:04:53 UTC (rev 
137433)
@@ -0,0 +1,201 @@
+commit 257750686ae1fe928a2b4b489844c1b57a108bd3
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 15:23:42 2015 +0200
+
+doc_make: escape all {} in regexps [ perl-5.22 warns on these = fatal
+
+diff --git a/src/desc/doc_make b/src/desc/doc_make
+index bb41bc9..8521a9d 100755
+--- a/src/desc/doc_make
 b/src/desc/doc_make
+@@ -38,13 +38,13 @@ while (FILE)
+ $v =~ s/\[\]/[\\,]/g;
+ $v =~ s/(\w\w+)/\\var{$1}/g;
+ $v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
+-$v =~ s/\\var{flag}/\\fl/g;
+-$v =~ s/\\var{(\d+)}/{$1}/g;
++$v =~ s/\\var\{flag\}/\\fl/g;
++$v =~ s/\\var\{(\d+)\}/{$1}/g;
+ $v =~ s/_/\\_/g; # don't merge with first subst: \var{} rule kills it
+ 
+ $v = \$($v)\$;
+   }
+-  if ($doc !~ /\\syn\w*{/  $sec !~ /programming\/control/) {
++  if ($doc !~ /\\syn\w*\{/  $sec !~ /programming\/control/) {
+ $doc .= library_syntax($fun, $args);
+   }
+   s/_def_//;
+commit 742c70e505a7e75128720f619d63e882c03e9346
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 13:20:07 2015 +0200
+
+gphelp: escape all {} in regexps [ perl-5.22 warns on these = fatal ]
+
+diff --git a/doc/gphelp.in b/doc/gphelp.in
+index 00ff6bd..89f2768 100755
+--- a/doc/gphelp.in
 b/doc/gphelp.in
+@@ -298,7 +298,7 @@ sub treat 

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:02:13
  Author: arojas
Revision: 137432

New snapshot for SageMath 6.8, use upstream perl 5.22 fix

Added:
  pari-sage/trunk/perl_regex.patch
Modified:
  pari-sage/trunk/PKGBUILD
Deleted:
  pari-sage/trunk/no_warnings_fatal.patch

-+
 PKGBUILD|   28 +++---
 no_warnings_fatal.patch |8 -
 perl_regex.patch|  201 ++
 3 files changed, 215 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 16:46:57 UTC (rev 137431)
+++ PKGBUILD2015-07-26 17:02:13 UTC (rev 137432)
@@ -3,24 +3,24 @@
 # Contributor: Gaetan Bisson bis...@archlinux.org
 
 pkgname=pari-sage
-_pkgver=2.8-1564-gdeac36e
+_pkgver=2.8-1637-g489005a
 pkgver=${_pkgver//-/.}
 pkgrel=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' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp readline libx11)
+makedepends=(perl texlive-core)
 optdepends=('perl: gphelp, tex2mail')
-conflicts=('pari')
-provides=('pari')
+conflicts=(pari)
+provides=(pari)
 # source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
 source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch' 'no_warnings_fatal.patch')
-md5sums=('971950d42bd6d953b22f86a02a486878'
+ 'public_memory_functions.patch' 'perl_regex.patch')
+md5sums=('41936ce2dce6bd00a662bf43a772685f'
  '9172b9faee975cd3fe0f97126ea61af8'
- 'ee8dc8a52fb92392b2c82cc47b9af1a8')
+ '92b24f7e61c6268a4978636b819fba78')
 
 prepare() {
   cd pari-${_pkgver}
@@ -27,8 +27,8 @@
 
 # make some private functions public
   patch -p1 -i $srcdir/public_memory_functions.patch
-# don't treat Perl warnings as errors, fixed doc build with Perl 5.22
-  patch -p0 -i $srcdir/no_warnings_fatal.patch
+# fix doc build with Perl 5.22
+  patch -p1 -i $srcdir/perl_regex.patch
 }
 
 build() {
@@ -44,6 +44,6 @@
 
 package() {
cd pari-${_pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+   make DESTDIR=$pkgdir install
+   ln -sf gp.1.gz $pkgdir/usr/share/man/man1/pari.1
 }

Deleted: no_warnings_fatal.patch
===
--- no_warnings_fatal.patch 2015-07-26 16:46:57 UTC (rev 137431)
+++ no_warnings_fatal.patch 2015-07-26 17:02:13 UTC (rev 137432)
@@ -1,8 +0,0 @@
 src/desc/doc_make.orig 2015-07-04 11:03:38.247781017 +0200
-+++ src/desc/doc_make  2015-07-04 11:03:53.224517403 +0200
-@@ -1,5 +1,4 @@
- #!/usr/bin/perl
--use warnings FATAL = 'all';
- use strict;
- use PARI::822;
- 

Added: perl_regex.patch
===
--- perl_regex.patch(rev 0)
+++ perl_regex.patch2015-07-26 17:02:13 UTC (rev 137432)
@@ -0,0 +1,201 @@
+commit 257750686ae1fe928a2b4b489844c1b57a108bd3
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 15:23:42 2015 +0200
+
+doc_make: escape all {} in regexps [ perl-5.22 warns on these = fatal
+
+diff --git a/src/desc/doc_make b/src/desc/doc_make
+index bb41bc9..8521a9d 100755
+--- a/src/desc/doc_make
 b/src/desc/doc_make
+@@ -38,13 +38,13 @@ while (FILE)
+ $v =~ s/\[\]/[\\,]/g;
+ $v =~ s/(\w\w+)/\\var{$1}/g;
+ $v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
+-$v =~ s/\\var{flag}/\\fl/g;
+-$v =~ s/\\var{(\d+)}/{$1}/g;
++$v =~ s/\\var\{flag\}/\\fl/g;
++$v =~ s/\\var\{(\d+)\}/{$1}/g;
+ $v =~ s/_/\\_/g; # don't merge with first subst: \var{} rule kills it
+ 
+ $v = \$($v)\$;
+   }
+-  if ($doc !~ /\\syn\w*{/  $sec !~ /programming\/control/) {
++  if ($doc !~ /\\syn\w*\{/  $sec !~ /programming\/control/) {
+ $doc .= library_syntax($fun, $args);
+   }
+   s/_def_//;
+commit 742c70e505a7e75128720f619d63e882c03e9346
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 13:20:07 2015 +0200
+
+gphelp: escape all {} in regexps [ perl-5.22 warns on these = fatal ]
+
+diff --git a/doc/gphelp.in b/doc/gphelp.in
+index 00ff6bd..89f2768 100755
+--- a/doc/gphelp.in
 b/doc/gphelp.in
+@@ -298,7 +298,7 @@ sub treat {
+   if ($pat =~ /[a-zA-Z0-9]$/) { $pat .= '\b'; } else { $pat .= '}'; }
+   while (DOC)
+   {
+-if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label){$pat/)
++if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label)\{$pat/)
+   { $first = $_; last; }
+   }
+   if (eof(DOC))
+@@ -380,7 +380,7 @@ sub apropos_check {
+   return if ($line !~ /$help/i);
+ 
+   local($_) = $current;
+-  s/\\b{(.)}/\\$1/;
++  

[arch-commits] Commit in pari-sage/trunk (no_warnings_fatal.patch)

2015-07-04 Thread Antonio Rojas
Date: Saturday, July 4, 2015 @ 11:09:36
  Author: arojas
Revision: 136379

Fix doc build with Perl 5.22

Added:
  pari-sage/trunk/no_warnings_fatal.patch

-+
 no_warnings_fatal.patch |8 
 1 file changed, 8 insertions(+)

Added: no_warnings_fatal.patch
===
--- no_warnings_fatal.patch (rev 0)
+++ no_warnings_fatal.patch 2015-07-04 09:09:36 UTC (rev 136379)
@@ -0,0 +1,8 @@
+--- src/desc/doc_make.orig 2015-07-04 11:03:38.247781017 +0200
 src/desc/doc_make  2015-07-04 11:03:53.224517403 +0200
+@@ -1,5 +1,4 @@
+ #!/usr/bin/perl
+-use warnings FATAL = 'all';
+ use strict;
+ use PARI::822;
+ 


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

2015-07-04 Thread Antonio Rojas
Date: Saturday, July 4, 2015 @ 11:09:24
  Author: arojas
Revision: 136378

Fix doc build with Perl 5.22

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 06:10:21 UTC (rev 136377)
+++ PKGBUILD2015-07-04 09:09:24 UTC (rev 136378)
@@ -17,9 +17,10 @@
 provides=('pari')
 # source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
 source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch')
+ 'public_memory_functions.patch' 'no_warnings_fatal.patch')
 md5sums=('971950d42bd6d953b22f86a02a486878'
- '9172b9faee975cd3fe0f97126ea61af8')
+ '9172b9faee975cd3fe0f97126ea61af8'
+ 'ee8dc8a52fb92392b2c82cc47b9af1a8')
 
 prepare() {
   cd pari-${_pkgver}
@@ -26,6 +27,8 @@
 
 # make some private functions public
   patch -p1 -i $srcdir/public_memory_functions.patch
+# don't treat Perl warnings as errors, fixed doc build with Perl 5.22
+  patch -p0 -i $srcdir/no_warnings_fatal.patch
 }
 
 build() {


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

2015-05-18 Thread Antonio Rojas
Date: Monday, May 18, 2015 @ 11:25:34
  Author: arojas
Revision: 133702

New snapshot for SageMath 6.7

Modified:
  pari-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-18 08:42:28 UTC (rev 133701)
+++ PKGBUILD2015-05-18 09:25:34 UTC (rev 133702)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson bis...@archlinux.org
 
 pkgname=pari-sage
-_pkgver=2.8-1369-g0e48e9b
+_pkgver=2.8-1564-gdeac36e
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -15,13 +15,14 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=('pari')
 provides=('pari')
-source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz; 
'public_memory_functions.patch')
-md5sums=('2ae5684a10d557016fc1b6ad10b8bf80'
+# source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
+source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+ 'public_memory_functions.patch')
+md5sums=('971950d42bd6d953b22f86a02a486878'
  '9172b9faee975cd3fe0f97126ea61af8')
 
 prepare() {
-   cd pari-${_pkgver}
-   sed 's/\$addlib64//g' -i config/get_libpth
+  cd pari-${_pkgver}
 
 # make some private functions public
   patch -p1 -i $srcdir/public_memory_functions.patch


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

2015-05-18 Thread Antonio Rojas
Date: Monday, May 18, 2015 @ 11:27:12
  Author: arojas
Revision: 133703

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 133702, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-i686/public_memory_functions.patch
(from rev 133702, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 133702, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/public_memory_functions.patch
(from rev 133702, pari-sage/trunk/public_memory_functions.patch)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/public_memory_functions.patch   |   61 +++
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/public_memory_functions.patch |   61 +++
 4 files changed, 214 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 133702, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-18 09:27:12 UTC (rev 133703)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-sage
+_pkgver=2.8-1564-gdeac36e
+pkgver=${_pkgver//-/.}
+pkgrel=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' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+conflicts=('pari')
+provides=('pari')
+# source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
+source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+ 'public_memory_functions.patch')
+md5sums=('971950d42bd6d953b22f86a02a486878'
+ '9172b9faee975cd3fe0f97126ea61af8')
+
+prepare() {
+  cd pari-${_pkgver}
+
+# make some private functions public
+  patch -p1 -i $srcdir/public_memory_functions.patch
+}
+
+build() {
+   cd pari-${_pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+package() {
+   cd pari-${_pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-i686/public_memory_functions.patch 
(from rev 133702, pari-sage/trunk/public_memory_functions.patch)
===
--- community-staging-i686/public_memory_functions.patch
(rev 0)
+++ community-staging-i686/public_memory_functions.patch2015-05-18 
09:27:12 UTC (rev 133703)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size);
++voidpari_mainstack_mfree(void *s, size_t size);
++voidpari_mainstack_free(struct pari_mainstack *st);
+ voidparistack_alloc(size_t rsize, size_t vsize);
+ voidparistack_newrsize(ulong newsize);
+ voidparistack_resize(ulong newsize);
+diff --git a/src/language/init.c b/src/language/init.c
+index 7b5922d..2a578d7 100644
+--- a/src/language/init.c
 b/src/language/init.c
+@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
+ #ifndef MAP_NORESERVE
+ #define MAP_NORESERVE 0
+ #endif
+-static void *
++void *
+ pari_mainstack_malloc(size_t size)
+ {
+   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
+@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
+   return (b == MAP_FAILED) ? NULL: b;
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size)
+ {
+   munmap(s, size);
+@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
+ 
+ #else
+ #define PARI_STACK_ALIGN (0x40UL)
+-static void *
++void *
+ pari_mainstack_malloc(size_t s)
+ {
+   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
+ 
+ static void
+@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
+   st-memused = 0;
+ }
+ 
+-static void
++void
+ pari_mainstack_free(struct 

[arch-commits] Commit in pari-sage (7 files)

2015-04-14 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 00:32:56
  Author: arojas
Revision: 131370

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

Added:
  pari-sage/repos/
  pari-sage/repos/community-i686/
  pari-sage/repos/community-i686/PKGBUILD
(from rev 131369, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-i686/public_memory_functions.patch
(from rev 131369, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-x86_64/
  pari-sage/repos/community-x86_64/PKGBUILD
(from rev 131369, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-x86_64/public_memory_functions.patch
(from rev 131369, pari-sage/trunk/public_memory_functions.patch)

+
 community-i686/PKGBUILD|   45 
 community-i686/public_memory_functions.patch   |   61 +++
 community-x86_64/PKGBUILD  |   45 
 community-x86_64/public_memory_functions.patch |   61 +++
 4 files changed, 212 insertions(+)

Copied: pari-sage/repos/community-i686/PKGBUILD (from rev 131369, 
pari-sage/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-04-14 22:32:56 UTC (rev 131370)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-sage
+_pkgver=2.8-1369-g0e48e9b
+pkgver=${_pkgver//-/.}
+pkgrel=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' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+conflicts=('pari')
+provides=('pari')
+source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz; 
'public_memory_functions.patch')
+md5sums=('2ae5684a10d557016fc1b6ad10b8bf80'
+ '9172b9faee975cd3fe0f97126ea61af8')
+
+prepare() {
+   cd pari-${_pkgver}
+   sed 's/\$addlib64//g' -i config/get_libpth
+
+# make some private functions public
+  patch -p1 -i $srcdir/public_memory_functions.patch
+}
+
+build() {
+   cd pari-${_pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+package() {
+   cd pari-${_pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-i686/public_memory_functions.patch (from rev 
131369, pari-sage/trunk/public_memory_functions.patch)
===
--- repos/community-i686/public_memory_functions.patch  
(rev 0)
+++ repos/community-i686/public_memory_functions.patch  2015-04-14 22:32:56 UTC 
(rev 131370)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size);
++voidpari_mainstack_mfree(void *s, size_t size);
++voidpari_mainstack_free(struct pari_mainstack *st);
+ voidparistack_alloc(size_t rsize, size_t vsize);
+ voidparistack_newrsize(ulong newsize);
+ voidparistack_resize(ulong newsize);
+diff --git a/src/language/init.c b/src/language/init.c
+index 7b5922d..2a578d7 100644
+--- a/src/language/init.c
 b/src/language/init.c
+@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
+ #ifndef MAP_NORESERVE
+ #define MAP_NORESERVE 0
+ #endif
+-static void *
++void *
+ pari_mainstack_malloc(size_t size)
+ {
+   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
+@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
+   return (b == MAP_FAILED) ? NULL: b;
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size)
+ {
+   munmap(s, size);
+@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
+ 
+ #else
+ #define PARI_STACK_ALIGN (0x40UL)
+-static void *
++void *
+ pari_mainstack_malloc(size_t s)
+ {
+   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
+ 
+ static void
+@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
+   st-memused = 0;
+ }
+ 
+-static void
++void
+ pari_mainstack_free(struct pari_mainstack *st)
+ {
+   pari_mainstack_mfree((void*)st-vbot, st-vsize ? st-vsize : 
fix_size(st-rsize));