From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/eclib/
Date: Thu, 14 Nov 2024 23:30:49 +0000 (UTC) [thread overview]
Message-ID: <1731626995.50351306af64cc901edc4dc1704efa0b794673bc.mjo@gentoo> (raw)
commit: 50351306af64cc901edc4dc1704efa0b794673bc
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 23:06:29 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 23:29:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50351306
sci-mathematics/eclib: add 20241112
Closes: https://bugs.gentoo.org/942122
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/eclib/Manifest | 1 +
sci-mathematics/eclib/eclib-20241112.ebuild | 37 +++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/sci-mathematics/eclib/Manifest b/sci-mathematics/eclib/Manifest
index 194e412a262d..61d12360b0f7 100644
--- a/sci-mathematics/eclib/Manifest
+++ b/sci-mathematics/eclib/Manifest
@@ -1,2 +1,3 @@
DIST eclib-20231212.tar.bz2 926463 BLAKE2B 8105ac4014f9e44545d1d1e1cd5e18e36e467131b57a04a02d7e4f2390b0b0f78d0bac60dfbc0403a6681816a64a6e81c8d6a198f83bef991f697c2756a6d048 SHA512 692aa6bc2a52cd9496700990172b5a807abbd3f8bf8e931de14c48a401d1d383f95fa5def68bbf9a1aee08dfabac608604c0fd6f8bb49b813e6c6c909a2f27a7
DIST eclib-20240408.tar.bz2 918771 BLAKE2B e9f4a37973b40e73a111330800fcfebae91251613902b35ff29a45bdf3e7cd8cc49b061af121eff6aaa657d28b24b20ec00b77bad468504e545b3810852a50d2 SHA512 d93c724fa5816ce45a661d50000309e148fdbd0e287fbdbbf30bd6b3c6a7225846d90f11bc4d86c4b96111cbe8429b174e7d81ea0be1eef1a8acaa43287c09cf
+DIST eclib-20241112.tar.bz2 956725 BLAKE2B 09836c7203f246645a8287fe26c3ffd6fa06fd9ca7905c6e14aad162c91ce87f714914366416bc170b4595a70254d3cc62cd07c8158dfcac0b2ee57df0dc2d9d SHA512 8f559f9bd8580af85428981addcc93132d5f067c73d440ef31b43d697a49067365def07aeddc91b8346bb41acd5b4cdcc4ab8dcf716a5c3d6aa9ff394ff39b5a
diff --git a/sci-mathematics/eclib/eclib-20241112.ebuild b/sci-mathematics/eclib/eclib-20241112.ebuild
new file mode 100644
index 000000000000..a1eb3c2a4de6
--- /dev/null
+++ b/sci-mathematics/eclib/eclib-20241112.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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+"
+
+# Subslot is from the soname, (LT_CURRENT - LT_AGE) in configure.ac.
+# (But for now, see src_prepare below.)
+SLOT="0/14"
+KEYWORDS="~amd64 ~riscv ~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_configure() {
+ econf \
+ $(usex minimal --disable-allprogs "" "" "") \
+ $(use_with boost) \
+ $(use_with flint)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-11-14 23:30 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 23:30 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-31 21:30 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/eclib/ Michael Orlitzky
2024-08-20 14:13 Michael Orlitzky
2024-08-20 13:27 Michael Orlitzky
2024-02-09 0:18 Michael Orlitzky
2024-02-09 0:18 Michael Orlitzky
2024-01-07 1:39 Michael Orlitzky
2023-11-22 22:23 Michael Orlitzky
2023-07-16 11:43 Michael Orlitzky
2023-07-16 5:25 Sam James
2023-05-09 17:45 Michael Orlitzky
2023-02-09 14:01 Michael Orlitzky
2023-02-07 20:18 Sam James
2023-02-07 20:18 Sam James
2022-12-21 12:32 Michael Orlitzky
2022-10-20 22:01 Michael Orlitzky
2022-08-15 7:46 Agostino Sarubbo
2022-08-13 6:58 Agostino Sarubbo
2022-07-02 12:56 Michael Orlitzky
2021-11-03 12:44 Michael Orlitzky
2021-11-03 10:08 Agostino Sarubbo
2021-11-03 10:06 Agostino Sarubbo
2021-07-01 19:30 Michael Orlitzky
2021-07-01 19:30 Michael Orlitzky
2021-05-14 14:21 Michael Orlitzky
2020-07-23 7:03 Kent Fredric
2019-12-30 14:35 Michael Orlitzky
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=1731626995.50351306af64cc901edc4dc1704efa0b794673bc.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