[arch-commits] Commit in eclib/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Feb 28 18:48:59 UTC 2015
Date: Saturday, February 28, 2015 @ 19:48:59
Author: arojas
Revision: 128424
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
eclib/repos/community-staging-i686/PKGBUILD
(from rev 128423, eclib/trunk/PKGBUILD)
eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 128423, eclib/trunk/PKGBUILD)
Deleted:
eclib/repos/community-staging-i686/PKGBUILD
eclib/repos/community-staging-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++
community-staging-i686/PKGBUILD | 26 ------------------
community-staging-x86_64/PKGBUILD | 26 ------------------
3 files changed, 52 insertions(+), 52 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2015-02-28 18:48:38 UTC (rev 128423)
+++ community-staging-i686/PKGBUILD 2015-02-28 18:48:59 UTC (rev 128424)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20141106
-pkgrel=2
-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)
-source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('dd65b29741461a7abd02c721b9f0c80d')
-
-build() {
- cd eclib-$pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr --with-ntl=/usr --with-flint=/usr
- make
-}
-
-package() {
- cd eclib-$pkgname-$pkgver
- make install DESTDIR="$pkgdir"
-}
-
Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 128423, eclib/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-28 18:48:59 UTC (rev 128424)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20150228
+pkgrel=1
+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)
+source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('948e6da1b4dcaf9f8c2c8c66fad11f91')
+
+build() {
+ cd eclib-$pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --with-flint=/usr
+ make
+}
+
+package() {
+ cd eclib-$pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
+
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2015-02-28 18:48:38 UTC (rev 128423)
+++ community-staging-x86_64/PKGBUILD 2015-02-28 18:48:59 UTC (rev 128424)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=eclib
-pkgver=20141106
-pkgrel=2
-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)
-source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('dd65b29741461a7abd02c721b9f0c80d')
-
-build() {
- cd eclib-$pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr --with-ntl=/usr --with-flint=/usr
- make
-}
-
-package() {
- cd eclib-$pkgname-$pkgver
- make install DESTDIR="$pkgdir"
-}
-
Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 128423, eclib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-02-28 18:48:59 UTC (rev 128424)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=eclib
+pkgver=20150228
+pkgrel=1
+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)
+source=("https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('948e6da1b4dcaf9f8c2c8c66fad11f91')
+
+build() {
+ cd eclib-$pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr --with-flint=/usr
+ make
+}
+
+package() {
+ cd eclib-$pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
+
More information about the arch-commits
mailing list