[arch-commits] Commit in gmp-ecm/repos (4 files)
Gaëtan Bisson
bisson at archlinux.org
Wed Oct 26 18:42:09 UTC 2016
Date: Wednesday, October 26, 2016 @ 18:42:08
Author: bisson
Revision: 193733
archrelease: copy trunk to community-i686, community-x86_64
Added:
gmp-ecm/repos/community-i686/PKGBUILD
(from rev 193730, gmp-ecm/trunk/PKGBUILD)
gmp-ecm/repos/community-x86_64/PKGBUILD
(from rev 193731, gmp-ecm/trunk/PKGBUILD)
Deleted:
gmp-ecm/repos/community-i686/PKGBUILD
gmp-ecm/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 32 ----------------------
community-x86_64/PKGBUILD | 32 ----------------------
3 files changed, 64 insertions(+), 64 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-26 18:42:04 UTC (rev 193732)
+++ community-i686/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=gmp-ecm
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz")
-sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
-
-build() {
- cd "${srcdir}/ecm-${pkgver}"
- [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
- ./configure --prefix=/usr --enable-shared --enable-openmp
- # make ecm-params
- make
-}
-
-check() {
- cd "${srcdir}/ecm-${pkgver}"
- make check
-}
-
-package() {
- cd "${srcdir}/ecm-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gmp-ecm/repos/community-i686/PKGBUILD (from rev 193730, gmp-ecm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz")
+sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
+
+build() {
+ cd "${srcdir}/ecm-${pkgver}"
+ [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+ ./configure --prefix=/usr --enable-shared --enable-openmp
+ # make ecm-params
+ make
+}
+
+check() {
+ cd "${srcdir}/ecm-${pkgver}"
+ make check
+}
+
+package() {
+ cd "${srcdir}/ecm-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-26 18:42:04 UTC (rev 193732)
+++ community-x86_64/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -1,32 +0,0 @@
-# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=gmp-ecm
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='Elliptic Curve Method for Integer Factorization'
-url='http://ecm.gforge.inria.fr/'
-license=('GPL' 'LGPL')
-depends=('gmp')
-options=('!libtool')
-arch=('i686' 'x86_64')
-source=("http://gforge.inria.fr/frs/download.php/36043/ecm-${pkgver}.tar.gz")
-sha1sums=('8d747ccafdad7308c72b64bd545abf38984c3a44')
-
-build() {
- cd "${srcdir}/ecm-${pkgver}"
- [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
- ./configure --prefix=/usr --enable-shared --enable-openmp
- # make ecm-params
- make
-}
-
-check() {
- cd "${srcdir}/ecm-${pkgver}"
- make check
-}
-
-package() {
- cd "${srcdir}/ecm-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gmp-ecm/repos/community-x86_64/PKGBUILD (from rev 193731, gmp-ecm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-26 18:42:08 UTC (rev 193733)
@@ -0,0 +1,32 @@
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=gmp-ecm
+pkgver=7.0.4
+pkgrel=1
+pkgdesc='Elliptic Curve Method for Integer Factorization'
+url='http://ecm.gforge.inria.fr/'
+license=('GPL' 'LGPL')
+depends=('gmp')
+options=('!libtool')
+arch=('i686' 'x86_64')
+source=("https://gforge.inria.fr/frs/download.php/file/36224/ecm-${pkgver}.tar.gz")
+sha1sums=('407e41af6f93214509810b954b88251e4b89e82b')
+
+build() {
+ cd "${srcdir}/ecm-${pkgver}"
+ [[ $CARCH = *86* ]] && export CFLAGS+=' -msse'
+ ./configure --prefix=/usr --enable-shared --enable-openmp
+ # make ecm-params
+ make
+}
+
+check() {
+ cd "${srcdir}/ecm-${pkgver}"
+ make check
+}
+
+package() {
+ cd "${srcdir}/ecm-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list