From: "Thomas Kahle" <tomka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gimps/
Date: Mon, 11 Apr 2016 08:05:02 +0000 (UTC) [thread overview]
Message-ID: <1460361878.f07bd346d5716ee9afbf8e12804fcef4fb7bc7f9.tomka@gentoo> (raw)
commit: f07bd346d5716ee9afbf8e12804fcef4fb7bc7f9
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 08:04:19 2016 +0000
Commit: Thomas Kahle <tomka <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 08:04:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07bd346
sci-mathematics/gimps: bump to 28.9 and EAPI=6
Thanks to Paolo Pedroni in bug 579084.
Package-Manager: portage-2.2.26
sci-mathematics/gimps/Manifest | 2 +
sci-mathematics/gimps/gimps-28.9.ebuild | 68 +++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest
index 526e8c6..370b7b2 100644
--- a/sci-mathematics/gimps/Manifest
+++ b/sci-mathematics/gimps/Manifest
@@ -1,2 +1,4 @@
DIST p95v287.linux32.tar.gz 4610011 SHA256 836ad76a17762dca50c2bed55c9e46655268e42b0de1c87e2499e92602e41435 SHA512 2f60c2801f02b6f72e71704f99f94512483da192d659fd691e3be2b562cdc4f174e744c276173b2b17b6c664be998d5b483e4aeda9e716afbc885e87cc919060 WHIRLPOOL c57f34beb0b46b6f5c822a63ae3281b70ca69167589d1b3b33c1e455da1f476cbfa8213c1053c2aedbc9f543cba7c3a1ac2d4ed2a98e7d6433be6ba2c47c32ed
DIST p95v287.linux64.tar.gz 5661102 SHA256 3555426f170ae222de34599aca8dac9c621923a3e7d492d25138c086f45536ab SHA512 8e35af16bffe1e624f08797baa67d8890fd62a6b6ada1cbd1b4d37afb60e08f9f58dc8e566e0bc6e5e8fb714367e78c30dbff8b77c76a47d7b0935d10afd4c48 WHIRLPOOL 36ce137654d9a7a02643940349f0465d4a4592f4e35158b3d5512e2d5e24ea1f86105ec6cebff1369200ab45d8e5968c32d94ea2f747e666df444a4e13049d0e
+DIST p95v289.linux32.tar.gz 4610947 SHA256 75eb6237a41a08276347ec57bcea5e40e2e2af667dbdeec665939f03f1edc4cf SHA512 3b7428d0c94a2076efc1d0188d33fb35c2b06d52a7b99d4aabd9f5592af881d67752e81e190f49aee7ec31a834b7220df419c83d2c656ac40540ca20724adc22 WHIRLPOOL 48da117f33432063a72e41440a9cb530fc0569e646210d32468561bfe6d1946b5452a9819e9f3ef6ac09568f91ccd70f032e6eb762375617855acf044386f577
+DIST p95v289.linux64.tar.gz 5710001 SHA256 4f4631df3935397e61d13cbe2ee6b36afd8c402d4b494b6c4bb5df14b45a2a38 SHA512 8ff6c89fa1a0896ebfbc641d273de9ddeb9fa5c3e6425453737291f11baed6e55232e06f26c91c26270d81142f387f4930ce294da0127dd59f249bee76ebdf5e WHIRLPOOL 77808d1d4cce2ddac05ad57ad760cfb469d287cca168dc429687508e9967fea7cc4544aa86f8ae1ccc871f75ad6be7dfc09edb5aae98cf54b9c4424f9785dab1
diff --git a/sci-mathematics/gimps/gimps-28.9.ebuild b/sci-mathematics/gimps/gimps-28.9.ebuild
new file mode 100644
index 0000000..3ed2d53
--- /dev/null
+++ b/sci-mathematics/gimps/gimps-28.9.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pax-utils systemd
+
+DESCRIPTION="The Great Internet Mersenne Prime Search"
+HOMEPAGE="http://mersenne.org/"
+SRC_URI="
+ amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )
+ x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )"
+
+SLOT="0"
+LICENSE="GIMPS"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+# 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.
+DEPEND=""
+RDEPEND="net-misc/curl"
+
+S="${WORKDIR}"
+I="/opt/gimps"
+
+QA_PREBUILT="opt/gimps/mprime"
+
+DOCS="license.txt readme.txt stress.txt whatsnew.txt undoc.txt"
+
+src_install() {
+ dodir ${I} /var/lib/gimps
+ pax-mark m mprime
+ cp mprime "${D}/${I}"
+ fperms a-w "${I}/mprime"
+ fowners root:0 "${I}"
+ fowners root:0 "${I}/mprime"
+
+ einstalldocs
+
+ newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
+ newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
+
+ systemd_dounit "${FILESDIR}/${PN}.service"
+ systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf"
+}
+
+pkg_postinst() {
+ echo
+ einfo "You can use \`/etc/init.d/gimps start\` to start a GIMPS client in the"
+ einfo "background at boot. Have a look at /etc/conf.d/gimps and check some"
+ einfo "configuration options."
+ einfo
+ einfo "If you don't want to use the init script to start gimps, remember to"
+ einfo "pass it an additional command line parameter specifying where the data"
+ einfo "files are to be stored, e.g.:"
+ einfo " ${I}/mprime -w/var/lib/gimps"
+ echo
+}
+
+pkg_postrm() {
+ echo
+ einfo "GIMPS data files were not removed."
+ einfo "Remove them manually from /var/lib/gimps/"
+ echo
+}
next reply other threads:[~2016-04-11 8:05 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 8:05 Thomas Kahle [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-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
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=1460361878.f07bd346d5716ee9afbf8e12804fcef4fb7bc7f9.tomka@gentoo \
--to=tomka@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