[arch-commits] Commit in pari-sage/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Oct 19 14:03:59 UTC 2016
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 <arojas at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-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 <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+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 <arojas at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-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 192583, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-10-19 14:03:59 UTC (rev 192584)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list