public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/
Date: Tue, 14 Apr 2020 14:21:47 +0000 (UTC)	[thread overview]
Message-ID: <1586874011.b5e3f614a3e6d62d003661e61d1300efcd06255e.mjo@gentoo> (raw)

commit:     b5e3f614a3e6d62d003661e61d1300efcd06255e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 14:19:57 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 14:20:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e3f614

dev-libs/gf2x: remove old "unused" versions.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-libs/gf2x/Manifest           |  2 --
 dev-libs/gf2x/gf2x-1.0-r1.ebuild | 38 --------------------------------------
 dev-libs/gf2x/gf2x-1.1.ebuild    | 38 --------------------------------------
 dev-libs/gf2x/metadata.xml       | 10 +++++++---
 4 files changed, 7 insertions(+), 81 deletions(-)

diff --git a/dev-libs/gf2x/Manifest b/dev-libs/gf2x/Manifest
index 6610085e8a7..28e154527b0 100644
--- a/dev-libs/gf2x/Manifest
+++ b/dev-libs/gf2x/Manifest
@@ -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
index 98ee76b8615..00000000000
--- a/dev-libs/gf2x/gf2x-1.0-r1.ebuild
+++ /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
index 779fbdb0f80..00000000000
--- a/dev-libs/gf2x/gf2x-1.1.ebuild
+++ /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
-}

diff --git a/dev-libs/gf2x/metadata.xml b/dev-libs/gf2x/metadata.xml
index 3a09b312482..1fea5b4ed1a 100644
--- a/dev-libs/gf2x/metadata.xml
+++ b/dev-libs/gf2x/metadata.xml
@@ -11,8 +11,12 @@
     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>


             reply	other threads:[~2020-04-14 14:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 14:21 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 14:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/ Michał Górny
2023-11-22 22:14 Michael Orlitzky
2023-04-16 12:11 WANG Xuerui
2022-11-18 17:29 Arthur Zamarin
2021-11-22  3:07 Yixun Lan
2020-08-25 10:25 Sam James
2020-07-01 19:59 Aaron Bauman
2020-06-11 12:34 Michael Orlitzky
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-04-14 12:32 Agostino Sarubbo
2020-04-08  6:53 Sergei Trofimovich
2020-04-07 10:32 Agostino Sarubbo
2017-07-21  0:23 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1586874011.b5e3f614a3e6d62d003661e61d1300efcd06255e.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox