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

Antonio Rojas arojas at archlinux.org
Thu Aug 4 22:06:55 UTC 2016


    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 <arojas at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-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 <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+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 <arojas at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-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 185154, pari-sage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-04 22:06:55 UTC (rev 185155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list