From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 280FC15815E for ; Fri, 9 Feb 2024 00:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B05BE2A0D; Fri, 9 Feb 2024 00:18:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43315E2A0E for ; Fri, 9 Feb 2024 00:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DE33343126 for ; Fri, 9 Feb 2024 00:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85D6614C6 for ; Fri, 9 Feb 2024 00:18:21 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1707437776.4221fba8549620bcfe8816224b3f8a9042cbce0b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/eclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/eclib/Manifest sci-mathematics/eclib/eclib-20230424.ebuild X-VCS-Directories: sci-mathematics/eclib/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 4221fba8549620bcfe8816224b3f8a9042cbce0b X-VCS-Branch: master Date: Fri, 9 Feb 2024 00:18:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2675d8b5-2168-4e93-bf89-85616bc04659 X-Archives-Hash: 87f3a1c1d5a5957c720f8c642926b686 commit: 4221fba8549620bcfe8816224b3f8a9042cbce0b Author: Michael Orlitzky gentoo org> AuthorDate: Fri Feb 9 00:16:16 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Feb 9 00:16:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4221fba8 sci-mathematics/eclib: drop 20230424 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/eclib/Manifest | 1 - sci-mathematics/eclib/eclib-20230424.ebuild | 47 ----------------------------- 2 files changed, 48 deletions(-) diff --git a/sci-mathematics/eclib/Manifest b/sci-mathematics/eclib/Manifest index d5ae1de64af8..e539bf0d9aaf 100644 --- a/sci-mathematics/eclib/Manifest +++ b/sci-mathematics/eclib/Manifest @@ -1,2 +1 @@ -DIST eclib-20230424.tar.bz2 923074 BLAKE2B 00c314e54ff2ce37f3aa83b757c0f880aef563093ab33db5241dfeb1e78cfd21be4f6a5097965697d5b87aa1987da17bd47007a599717ebf39456717efa6ad2c SHA512 4c248c48fa563e53b9354f3822c4e95308320a809f2dcc3e116cba8a6f903b333e27b527da9a10dc8252052201c4fcf50d9747a75cf8438a98b9d3828eb3d9d9 DIST eclib-20231212.tar.bz2 926463 BLAKE2B 8105ac4014f9e44545d1d1e1cd5e18e36e467131b57a04a02d7e4f2390b0b0f78d0bac60dfbc0403a6681816a64a6e81c8d6a198f83bef991f697c2756a6d048 SHA512 692aa6bc2a52cd9496700990172b5a807abbd3f8bf8e931de14c48a401d1d383f95fa5def68bbf9a1aee08dfabac608604c0fd6f8bb49b813e6c6c909a2f27a7 diff --git a/sci-mathematics/eclib/eclib-20230424.ebuild b/sci-mathematics/eclib/eclib-20230424.ebuild deleted file mode 100644 index 57e07cbbbb8f..000000000000 --- a/sci-mathematics/eclib/eclib-20230424.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Programs for elliptic curves defined over the rational numbers" -HOMEPAGE="https://github.com/JohnCremona/eclib" -SRC_URI="https://github.com/JohnCremona/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -# COPYING is GPL-2 but the file headers say "or ... any later version" -# LGPL-2.1+ is for bundled GetOpt.cc -LICENSE="GPL-2+ LGPL-2.1+" - -SLOT="0/12" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="boost flint minimal test" -RESTRICT="!test? ( test )" - -RDEPEND="sci-mathematics/pari:= - dev-libs/ntl:= - boost? ( dev-libs/boost:= ) - flint? ( sci-mathematics/flint:= )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - # LT_CURRENT was bumped to 12 in this release but LT_AGE was left at - # two despite an interface being removed. Here we fix it so that the - # soname is correctly updated (and matches the expected subslot - # again). - sed -e 's/LT_AGE=2/LT_AGE=0/' -i configure.ac || die - eautoreconf -} - -src_configure() { - econf \ - $(usex minimal --disable-allprogs "" "" "") \ - $(use_with boost) \ - $(use_with flint) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}