[arch-commits] Commit in ratpoints/repos (8 files)

Antonio Rojas arojas at archlinux.org
Mon Jul 10 21:19:31 UTC 2017


    Date: Monday, July 10, 2017 @ 21:19:30
  Author: arojas
Revision: 243800

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

Added:
  ratpoints/repos/community-i686/PKGBUILD
    (from rev 243799, ratpoints/trunk/PKGBUILD)
  ratpoints/repos/community-i686/ratpoints-fPIC.patch
    (from rev 243799, ratpoints/trunk/ratpoints-fPIC.patch)
  ratpoints/repos/community-x86_64/PKGBUILD
    (from rev 243799, ratpoints/trunk/PKGBUILD)
  ratpoints/repos/community-x86_64/ratpoints-fPIC.patch
    (from rev 243799, ratpoints/trunk/ratpoints-fPIC.patch)
Deleted:
  ratpoints/repos/community-i686/PKGBUILD
  ratpoints/repos/community-i686/fPIC.patch
  ratpoints/repos/community-x86_64/PKGBUILD
  ratpoints/repos/community-x86_64/fPIC.patch

---------------------------------------+
 /PKGBUILD                             |   68 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   34 ----------------
 community-i686/fPIC.patch             |   11 -----
 community-i686/ratpoints-fPIC.patch   |   11 +++++
 community-x86_64/PKGBUILD             |   34 ----------------
 community-x86_64/fPIC.patch           |   11 -----
 community-x86_64/ratpoints-fPIC.patch |   11 +++++
 7 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 21:18:59 UTC (rev 243799)
+++ community-i686/PKGBUILD	2017-07-10 21:19:30 UTC (rev 243800)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=ratpoints
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves"
-arch=('i686' 'x86_64')
-url="http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html"
-license=('GPL2')
-depends=('gmp')
-options=('staticlibs')
-source=("http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz" 'fPIC.patch')
-md5sums=('597fee3856ef2f80fffc0a440e926208'
-         '60cc67b9308b2e66e65fd6814d341ed6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p0 -i $srcdir/fPIC.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/{bin,include,lib}
-  make install INSTALL_DIR="$pkgdir"/usr
-}
-

Copied: ratpoints/repos/community-i686/PKGBUILD (from rev 243799, ratpoints/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 21:19:30 UTC (rev 243800)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=ratpoints
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves"
+arch=(i686 x86_64)
+url="http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html"
+license=(GPL2)
+depends=(gmp)
+source=("http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz" 'ratpoints-fPIC.patch')
+sha256sums=('c4bd55b4fe6234ed4793edfb6126f63b13ee2eaf122f3dfd8f4737a7096a0a7e'
+            '4ecfadeda42611a817b81dbf1c281fd9d94f96a03d6749f741d3d30ebf719f98')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/ratpoints-fPIC.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{bin,include,lib}
+  make install INSTALL_DIR="$pkgdir"/usr
+}
+

Deleted: community-i686/fPIC.patch
===================================================================
--- community-i686/fPIC.patch	2017-07-10 21:18:59 UTC (rev 243799)
+++ community-i686/fPIC.patch	2017-07-10 21:19:30 UTC (rev 243800)
@@ -1,11 +0,0 @@
---- Makefile.orig	2014-11-07 21:12:13.411106352 +0100
-+++ Makefile	2014-11-07 21:12:21.854468444 +0100
-@@ -29,7 +29,7 @@
- 
- INSTALL_DIR = /usr/local
- 
--CCFLAGS1 = -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
-+CCFLAGS1 = -fPIC -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
- # for gcc on Apple, may have to add '-fnested-functions' to CCFLAGS1
- CCFLAGS2 = -lgmp -lgcc -lc -lm
- CCFLAGS3 = -L. -lratpoints

Copied: ratpoints/repos/community-i686/ratpoints-fPIC.patch (from rev 243799, ratpoints/trunk/ratpoints-fPIC.patch)
===================================================================
--- community-i686/ratpoints-fPIC.patch	                        (rev 0)
+++ community-i686/ratpoints-fPIC.patch	2017-07-10 21:19:30 UTC (rev 243800)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-11-07 21:12:13.411106352 +0100
++++ Makefile	2014-11-07 21:12:21.854468444 +0100
+@@ -29,7 +29,7 @@
+ 
+ INSTALL_DIR = /usr/local
+ 
+-CCFLAGS1 = -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
++CCFLAGS1 = -fPIC -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
+ # for gcc on Apple, may have to add '-fnested-functions' to CCFLAGS1
+ CCFLAGS2 = -lgmp -lgcc -lc -lm
+ CCFLAGS3 = -L. -lratpoints

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 21:18:59 UTC (rev 243799)
+++ community-x86_64/PKGBUILD	2017-07-10 21:19:30 UTC (rev 243800)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=ratpoints
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves"
-arch=('i686' 'x86_64')
-url="http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html"
-license=('GPL2')
-depends=('gmp')
-options=('staticlibs')
-source=("http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz" 'fPIC.patch')
-md5sums=('597fee3856ef2f80fffc0a440e926208'
-         '60cc67b9308b2e66e65fd6814d341ed6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p0 -i $srcdir/fPIC.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/{bin,include,lib}
-  make install INSTALL_DIR="$pkgdir"/usr
-}
-

Copied: ratpoints/repos/community-x86_64/PKGBUILD (from rev 243799, ratpoints/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 21:19:30 UTC (rev 243800)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=ratpoints
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves"
+arch=(i686 x86_64)
+url="http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html"
+license=(GPL2)
+depends=(gmp)
+source=("http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz" 'ratpoints-fPIC.patch')
+sha256sums=('c4bd55b4fe6234ed4793edfb6126f63b13ee2eaf122f3dfd8f4737a7096a0a7e'
+            '4ecfadeda42611a817b81dbf1c281fd9d94f96a03d6749f741d3d30ebf719f98')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/ratpoints-fPIC.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{bin,include,lib}
+  make install INSTALL_DIR="$pkgdir"/usr
+}
+

Deleted: community-x86_64/fPIC.patch
===================================================================
--- community-x86_64/fPIC.patch	2017-07-10 21:18:59 UTC (rev 243799)
+++ community-x86_64/fPIC.patch	2017-07-10 21:19:30 UTC (rev 243800)
@@ -1,11 +0,0 @@
---- Makefile.orig	2014-11-07 21:12:13.411106352 +0100
-+++ Makefile	2014-11-07 21:12:21.854468444 +0100
-@@ -29,7 +29,7 @@
- 
- INSTALL_DIR = /usr/local
- 
--CCFLAGS1 = -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
-+CCFLAGS1 = -fPIC -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
- # for gcc on Apple, may have to add '-fnested-functions' to CCFLAGS1
- CCFLAGS2 = -lgmp -lgcc -lc -lm
- CCFLAGS3 = -L. -lratpoints

Copied: ratpoints/repos/community-x86_64/ratpoints-fPIC.patch (from rev 243799, ratpoints/trunk/ratpoints-fPIC.patch)
===================================================================
--- community-x86_64/ratpoints-fPIC.patch	                        (rev 0)
+++ community-x86_64/ratpoints-fPIC.patch	2017-07-10 21:19:30 UTC (rev 243800)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-11-07 21:12:13.411106352 +0100
++++ Makefile	2014-11-07 21:12:21.854468444 +0100
+@@ -29,7 +29,7 @@
+ 
+ INSTALL_DIR = /usr/local
+ 
+-CCFLAGS1 = -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
++CCFLAGS1 = -fPIC -Wall -O2 -fomit-frame-pointer -DRATPOINTS_MAX_BITS_IN_PRIME=${PRIME_SIZE} -DUSE_SSE
+ # for gcc on Apple, may have to add '-fnested-functions' to CCFLAGS1
+ CCFLAGS2 = -lgmp -lgcc -lc -lm
+ CCFLAGS3 = -L. -lratpoints



More information about the arch-commits mailing list