dev-libs/gf2x: remove old "unused" versions.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 14 Apr 2020 14:19:57 +0000 (10:19 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 14 Apr 2020 14:20:11 +0000 (10:20 -0400)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
dev-libs/gf2x/Manifest
dev-libs/gf2x/gf2x-1.0-r1.ebuild [deleted file]
dev-libs/gf2x/gf2x-1.1.ebuild [deleted file]
dev-libs/gf2x/metadata.xml

index 6610085e8a74d247544bb5310d6a4c1c06ad304a..28e154527b01469260e202b3778bc0b0066666f0 100644 (file)
@@ -1,3 +1 @@
-DIST gf2x-1.0.tar.gz 460810 BLAKE2B 07aa3faabb2616e11c2620cbb8008dede01f0ec2b338656572d8a86c45b9fd3bc61ec5e5ed97c1f9f8b1ba740a939364f113822f7cb810e362474fc1de09eada SHA512 f4658698972e31428d8349b423762e9ef5aaeb52d8081c9831baa4eb066737ab3e9667a700d5df79e0f0df2626db39f2f994df17da14719506d44dbb9b33af40
-DIST gf2x-1.1.tar.gz 496708 BLAKE2B 18135d812c09f8ad0dad80ed7c1f58404461b79187ef8f176c9ad73e75de8b5a4a95a29463f57b86816a80ca21324dd2fd4a139531fb69eb4476f45400a497a7 SHA512 052cb2152773dc114a2a80cc64cd0679c1f57eceabcdc7cc25987b8d2599fa6d4871b5bb6ff71319727411b9b5aca11e431e43eafa474a419cf306d42d22ac2c
 DIST gf2x-1.2.tar.gz 706519 BLAKE2B 4aa45d10646b51e540be51d0fe3691083c48c666d34e67d50d8f53753c49af2bd9664483618eee5a1883106d1f58ddb28cd4eb02031f13eebe8278630de736f6 SHA512 efddad2b99fa103fa77caed4a62f4a763dbff67bc7cf4527bbbf33ca826829e4a4f94e97454ef1a6498bdc2cee8934ff43f9dabf41a4a4f256721527a1dffa30
diff --git a/dev-libs/gf2x/gf2x-1.0-r1.ebuild b/dev-libs/gf2x/gf2x-1.0-r1.ebuild
deleted file mode 100644 (file)
index 98ee76b..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-PACKAGEID=27999 # hack
-
-DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
-HOMEPAGE="http://gf2x.gforge.inria.fr/"
-SRC_URI="http://gforge.inria.fr/frs/download.php/${PACKAGEID}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist static-libs"
-
-src_configure() {
-       local myeconfargs=(
-               ABI=default
-               )
-
-       if use bindist ; then
-               if use x86 ; then
-                       myeconfargs+=(
-                               --disable-sse2
-                       )
-               fi
-               if use amd64 ; then
-                       myeconfargs+=(
-                               --disable-pclmul
-                       )
-               fi
-       fi
-
-       autotools-utils_src_configure
-}
diff --git a/dev-libs/gf2x/gf2x-1.1.ebuild b/dev-libs/gf2x/gf2x-1.1.ebuild
deleted file mode 100644 (file)
index 779fbdb..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-PACKAGEID=30873 # hack
-
-DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
-HOMEPAGE="http://gf2x.gforge.inria.fr/"
-SRC_URI="http://gforge.inria.fr/frs/download.php/${PACKAGEID}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bindist static-libs"
-
-src_configure() {
-       local myeconfargs=(
-               ABI=default
-               )
-
-       if use bindist ; then
-               if use x86 ; then
-                       myeconfargs+=(
-                               --disable-sse2
-                       )
-               fi
-               if use amd64 ; then
-                       myeconfargs+=(
-                               --disable-pclmul
-                       )
-               fi
-       fi
-
-       autotools-utils_src_configure
-}
index 3a09b312482773810836c3712a491452f1bda57a..1fea5b4ed1af44ea737d49237c61ebc481ee914f 100644 (file)
     for irreducible/primitive trinomials.
   </longdescription>
   <use>
-    <flag name="bindist">Disable automatic fine-tuning to local processor features like pclmul or sse2.</flag>
-    <flag name="custom-tune">Extra long compile time for tuning hardware specific low-level routines</flag>
-    <flag name="fft">Build an FFT API for multiplication of 2 polynomials over GF(2)</flag>
+    <flag name="custom-tune">
+      Extra long compile time for tuning hardware specific low-level
+      routines
+    </flag>
+    <flag name="fft">
+      Build an FFT API for multiplication of 2 polynomials over GF(2)
+    </flag>
   </use>
 </pkgmetadata>