public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gimps/
Date: Mon, 22 Feb 2021 14:47:26 +0000 (UTC)	[thread overview]
Message-ID: <1614005235.99d48c50e79d1a55f4ac9fca41a7b1e6ca371d50.juippis@gentoo> (raw)

commit:     99d48c50e79d1a55f4ac9fca41a7b1e6ca371d50
Author:     PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Mon Feb 22 13:25:42 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 14:47:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d48c50

sci-mathematics/gimps: Version bump to 30.4 build 9

Closes: https://bugs.gentoo.org/770223
Signed-off-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-mathematics/gimps/Manifest            |  1 +
 sci-mathematics/gimps/gimps-30.4.9.ebuild | 73 +++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest
index 482bc039742..5647b9faecc 100644
--- a/sci-mathematics/gimps/Manifest
+++ b/sci-mathematics/gimps/Manifest
@@ -1,3 +1,4 @@
 DIST p95v303b6.linux32.tar.gz 5702312 BLAKE2B 728c8b8e7e2b5187dc8126bccc5e2c165fbfbc0900d6c35517cd21b78e5292df143641e3766cc0146918062039b1eecab568f9b278f64b1b9197ee2f775603b9 SHA512 3e06fb77be07334949ece3ae152bdf5491f0b7f8e33e0e8ed2af3c34332841975a9514d1993ed2355abfa4e09f93e42093d02f96dc30c3471ae9f974cc2de11a
 DIST p95v303b6.linux64.tar.gz 7046127 BLAKE2B 9cde9c2670203071cfc463434a47c8123064cb232bfeb25d8767cad2c25ea75b395e2ec135b7b4a6dc9616e9d6b05ead371e1083274a82468f62a0e1de93c98f SHA512 6d6ded9a1724993d42adee28d400b0337835c52a4ce42271e62efb37134adfc6f017f55475860fbc1224e377a227ef8547b8852a35c082c37e996f4a1c1b570c
 DIST p95v304b8.linux64.tar.gz 7163830 BLAKE2B 248a2d5343e25fd9153294bf8e84a59253f28feb7ede8147b73d08077a107c63e0209adfd48845f64ce51e06cd32aec966e4a36ef20e1c30df4f0be0d4978d86 SHA512 b4f89c89714e738f468f085ac9902db0b62cad720a926f91cf8dbe25153e41a207e1c10a5d74136976994b9d1ca312653e6b91536ed3d57bc44760055143f4b3
+DIST p95v304b9.linux64.tar.gz 7163658 BLAKE2B 3958437d31e39bc18248deeed29aa425ab7fd23c963b7eb9cc00524dbf272acbfb96b03d7ed83547501b7e8b7795b9e0e4d413e9a311b014c2202c328ea12a23 SHA512 f9517088af31ffb5f0ee931ba0027fbddfa5598f72de39aae78cbdb43368ca605444e31c9ef297d08ae85d7a8540dd25eb26015f288c3777e36fa9c04eb179e2

diff --git a/sci-mathematics/gimps/gimps-30.4.9.ebuild b/sci-mathematics/gimps/gimps-30.4.9.ebuild
new file mode 100644
index 00000000000..59980c5dd0c
--- /dev/null
+++ b/sci-mathematics/gimps/gimps-30.4.9.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils readme.gentoo-r1 systemd tmpfiles
+
+DESCRIPTION="The Great Internet Mersenne Prime Search"
+HOMEPAGE="https://www.mersenne.org/"
+
+# The author has finally caved in to the pressure of putting the build
+# number in the package name. Some dark magic necessary to get to the
+# package name
+
+MY_PV=$(ver_rs 2 'b' )
+
+SRC_URI="
+	amd64? ( https://www.mersenne.org/ftp_root/gimps/p95v${MY_PV/./}.linux64.tar.gz )
+	"
+
+SLOT="0"
+LICENSE="GIMPS"
+RESTRICT="mirror bindist"
+KEYWORDS="-* ~amd64"
+
+# Since there are no statically linked binaries for this version of mprime,
+# and no static binaries for amd64 in general, we use the dynamically linked
+# ones and try to cover the .so deps with the packages listed in RDEPEND.
+# libgmp.so.10.3.2 is bundled within the .tar.gz, but we use the system one.
+
+DEPEND=""
+RDEPEND="net-misc/curl
+	>=dev-libs/gmp-6.1.2"
+
+S="${WORKDIR}"
+OPTINSTALLDIR="/opt/gimps"
+
+QA_PREBUILT="opt/gimps/mprime"
+
+DOCS=( license.txt readme.txt stress.txt whatsnew.txt undoc.txt )
+
+src_install() {
+	dodir ${OPTINSTALLDIR}
+	keepdir /var/lib/gimps
+	pax-mark m mprime
+	cp mprime "${D}/${OPTINSTALLDIR}" || die
+	fperms a-w "${OPTINSTALLDIR}/mprime"
+	fowners root:0 "${OPTINSTALLDIR}"
+	fowners root:0 "${OPTINSTALLDIR}/mprime"
+
+	einstalldocs
+
+	readme.gentoo_create_doc
+
+	newinitd "${FILESDIR}/${PN}-28.9-init.d" gimps
+	newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
+
+	systemd_dounit "${FILESDIR}/${PN}.service"
+	newtmpfiles "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf"
+}
+
+pkg_postinst() {
+	tmpfiles_process "${PN}.conf"
+
+	readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+	echo
+	einfo "GIMPS data files were not removed."
+	einfo "Remove them manually from /var/lib/gimps/"
+	echo
+}


             reply	other threads:[~2021-02-22 14:47 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 14:47 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  4:50 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gimps/ Sam James
2024-07-13  7:35 Joonas Niilola
2024-04-14 16:09 Matthew Smith
2024-04-14 16:09 Matthew Smith
2024-03-20 20:38 Andrew Ammerlaan
2023-01-13 10:19 Sam James
2023-01-13 10:19 Sam James
2023-01-13 10:19 Sam James
2022-10-18 12:42 Andrew Ammerlaan
2022-10-18 12:42 Andrew Ammerlaan
2022-09-07  9:07 Andrew Ammerlaan
2022-06-21 10:06 Andrew Ammerlaan
2022-06-21 10:06 Andrew Ammerlaan
2022-03-15 19:44 Jakov Smolić
2022-03-15 18:49 Jakov Smolić
2022-01-13  1:02 Sam James
2021-11-29  7:33 Joonas Niilola
2021-10-31  3:00 Sam James
2021-10-20  1:51 Sam James
2021-05-10  6:54 Joonas Niilola
2021-03-26  9:29 Joonas Niilola
2021-03-26  9:29 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-02-22 14:47 Joonas Niilola
2021-02-03  7:25 Joonas Niilola
2021-02-03  7:25 Joonas Niilola
2020-12-07  9:25 Joonas Niilola
2020-11-17  8:23 Joonas Niilola
2020-11-17  0:02 Sam James
2020-10-13 12:06 Joonas Niilola
2020-05-26 11:55 Ulrich Müller
2019-10-24  3:10 Joonas Niilola
2019-10-23 13:39 Agostino Sarubbo
2019-10-23 12:30 Agostino Sarubbo
2019-09-23 13:38 Joonas Niilola
2019-09-23 13:38 Joonas Niilola
2018-04-06 14:50 Aaron Bauman
2018-03-17 11:23 Michał Górny
2018-02-15 14:27 Patrice Clement
2018-01-22 21:58 Patrice Clement
2017-11-30 14:47 Patrice Clement
2017-04-06 23:55 Michael Orlitzky
2017-03-28  9:56 Agostino Sarubbo
2017-01-09 17:47 Michael Orlitzky
2017-01-09 17:47 Michael Orlitzky
2016-12-23 15:58 Michael Orlitzky
2016-11-02 22:42 Thomas Kahle
2016-11-02 22:42 Thomas Kahle
2016-06-06 16:15 Agostino Sarubbo
2016-04-11  8:05 Thomas Kahle
2015-10-05  7:40 Thomas Kahle
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo
2015-08-12  7:29 Thomas Kahle
2015-08-12  7:29 Thomas Kahle

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=1614005235.99d48c50e79d1a55f4ac9fca41a7b1e6ca371d50.juippis@gentoo \
    --to=juippis@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