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

Gaetan Bisson bisson at nymeria.archlinux.org
Wed May 15 13:56:58 UTC 2013


    Date: Wednesday, May 15, 2013 @ 15:56:58
  Author: bisson
Revision: 90928

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

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ---------------------
 community-x86_64/PKGBUILD |   36 ---------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-15 13:56:50 UTC (rev 90927)
+++ community-i686/PKGBUILD	2013-05-15 13:56:58 UTC (rev 90928)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=pari
-pkgver=2.5.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number theory'
-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')
-source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('de79eee7ae017a495dc0c648b6f7d5a4f6c7a522')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/\$addlib64/ /' -i config/get_libpth
-	./Configure --prefix=/usr --with-gmp --with-readline
-	make all
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make bench
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	# symlink pointing to a symlink that is going to be moved by zipman
-	rm "${pkgdir}"/usr/share/man/man1/pari.1
-	ln -s gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1.gz
-}

Copied: pari/repos/community-i686/PKGBUILD (from rev 90927, pari/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-15 13:56:58 UTC (rev 90928)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari
+pkgver=2.5.4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number theory'
+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')
+source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('471226fd86fea0ad1f236249a49bdaee16aa34bf' 'SKIP')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's/\$addlib64//g' -i config/get_libpth
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./Configure --prefix=/usr --with-gmp --with-readline
+	make all
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make bench
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-15 13:56:50 UTC (rev 90927)
+++ community-x86_64/PKGBUILD	2013-05-15 13:56:58 UTC (rev 90928)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=pari
-pkgver=2.5.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number theory'
-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')
-source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('de79eee7ae017a495dc0c648b6f7d5a4f6c7a522')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/\$addlib64/ /' -i config/get_libpth
-	./Configure --prefix=/usr --with-gmp --with-readline
-	make all
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make bench
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	# symlink pointing to a symlink that is going to be moved by zipman
-	rm "${pkgdir}"/usr/share/man/man1/pari.1
-	ln -s gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1.gz
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 90927, pari/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-15 13:56:58 UTC (rev 90928)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari
+pkgver=2.5.4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number theory'
+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')
+source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('471226fd86fea0ad1f236249a49bdaee16aa34bf' 'SKIP')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's/\$addlib64//g' -i config/get_libpth
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./Configure --prefix=/usr --with-gmp --with-readline
+	make all
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make bench
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${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