[arch-commits] Commit in eclib/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Thu Oct 20 06:20:33 UTC 2016
Date: Thursday, October 20, 2016 @ 06:20:32
Author: arojas
Revision: 192660
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
eclib/repos/community-testing-i686/PKGBUILD
(from rev 192659, eclib/trunk/PKGBUILD)
eclib/repos/community-testing-x86_64/PKGBUILD
(from rev 192659, eclib/trunk/PKGBUILD)
Deleted:
eclib/repos/community-testing-i686/PKGBUILD
eclib/repos/community-testing-x86_64/PKGBUILD
eclib/repos/testing-i686/
eclib/repos/testing-x86_64/
-----------------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 27 ------------------
community-testing-x86_64/PKGBUILD | 27 ------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2016-10-20 06:20:03 UTC (rev 192659)
+++ community-testing-i686/PKGBUILD 2016-10-20 06:20:32 UTC (rev 192660)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20160720
-pkgrel=5
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/"
-license=(GPL)
-depends=(flint pari-sage boost-libs)
-# makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr --with-flint=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make install DESTDIR="$pkgdir"
-}
-
Copied: eclib/repos/community-testing-i686/PKGBUILD (from rev 192659, eclib/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-20 06:20:32 UTC (rev 192660)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20160720
+pkgrel=6
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/"
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
+md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --with-flint=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
+
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2016-10-20 06:20:03 UTC (rev 192659)
+++ community-testing-x86_64/PKGBUILD 2016-10-20 06:20:32 UTC (rev 192660)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20160720
-pkgrel=5
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/"
-license=(GPL)
-depends=(flint pari-sage boost-libs)
-# makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
-md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr --with-flint=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make install DESTDIR="$pkgdir"
-}
-
Copied: eclib/repos/community-testing-x86_64/PKGBUILD (from rev 192659, eclib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-20 06:20:32 UTC (rev 192660)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20160720
+pkgrel=6
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/"
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz")
+md5sums=('6ba0a5b73184b2f36b7d52bc2d8a0338')
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --with-flint=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
+
More information about the arch-commits
mailing list