public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gimps/
Date: Thu, 30 Nov 2017 14:47:01 +0000 (UTC)	[thread overview]
Message-ID: <1512053148.1bfb1137cf241f1ae7fbaba01a1f7a957eedb41a.monsieurp@gentoo> (raw)

commit:     1bfb1137cf241f1ae7fbaba01a1f7a957eedb41a
Author:     PPed72 <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Mon Nov 27 18:03:39 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 14:45:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfb1137

sci-mathematics/gimps: version bump to 29.4.5.

Closes: https://bugs.gentoo.org/638452
Closes: https://github.com/gentoo/gentoo/pull/6325

 sci-mathematics/gimps/Manifest            |  2 +
 sci-mathematics/gimps/gimps-29.4.5.ebuild | 69 +++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest
index 3fb857d5a13..16dbc7f87e8 100644
--- a/sci-mathematics/gimps/Manifest
+++ b/sci-mathematics/gimps/Manifest
@@ -1,2 +1,4 @@
 DIST p95v2810.linux32.tar.gz 4610763 SHA256 ef9b90e9b82c6710af53471eb18328b80cc46f0a41f137bc224efca0ed570d95 SHA512 ac2e0f2e1b557b71084027a5bd7cafeb350df3ee9edf347766d34d4a607034827494eb15dae30404da33f8c9f279a85e033cf845800868f4c51087a35b49c521 WHIRLPOOL f3609de0845308811e09f4a2159709ea69b070f20fe3cc9e71d0bd9d98fff579e0763b8f52cfcc65339dfa3723f622bd97334ae3daf975ad0a9898f803d6c70a
 DIST p95v2810.linux64.tar.gz 5707219 SHA256 ed5a8b94fdd65436e98e57ea0838035fd44c62492009d00f5fba508cb85481c7 SHA512 c4fd692df3018e5e73ba6095de5ed394f36d5c89dd81c2c7f2c74a4ce3184b22176dc13b8b59e4f42c1781e911107dc12224cfcddef882535931319ec93120f1 WHIRLPOOL 91c1f657df196b8eb27b88727e35cee831a98cbe99d3a88834ba868c4b491144fc4efb66d389f76203481f252b3ef9cc0c2241aa3d153abc1857f09cf3971ac7
+DIST p95v294b5.linux32.tar.gz 5455113 SHA256 218e1b6008163a811a26c786be90619649dc9818fd974b0a0a81411db5e8d8b6 SHA512 e8a0061c363333a7c36eb24ef72e9293903404563d04cdcad6432e63d25d8b85e1f0c8e8a46d9795a204830a01031024f82362bcedec4fcec954899e4d6e7127 WHIRLPOOL 949e462fe687bff5b66f32e320b491bc0eea2ee1ceb9b1b55cc6440343cc6503aceb567a86df2dec58144036ae9ecea6590bb5d5f810ae7da217a5d7cc86c02e
+DIST p95v294b5.linux64.tar.gz 6244650 SHA256 6c389f981886b4c3df1544b6cc3945df807497460193c5bb220f2b523a24ff89 SHA512 e315ea226649df2135895a1206e5845fd05587ad190b676228e5e1cfca04a11b698f1a7d5b8e7c96b0cd174ce3dbeb6000240b67a3f0f90572f3bf15166020e5 WHIRLPOOL 9dc54bb78a3a9d1e7374bff02f99ca1da607011d90f8b5dfb095cc50d17a8e075cb0fd8f2b51fadfb20acae84fc782c9a0a2d000225c7760f25e41f149233297

diff --git a/sci-mathematics/gimps/gimps-29.4.5.ebuild b/sci-mathematics/gimps/gimps-29.4.5.ebuild
new file mode 100644
index 00000000000..a4815dbb80f
--- /dev/null
+++ b/sci-mathematics/gimps/gimps-29.4.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils systemd readme.gentoo-r1 versionator
+
+DESCRIPTION="The Great Internet Mersenne Prime Search"
+HOMEPAGE="http://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=$(replace_version_separator 2 'b' )
+
+SRC_URI="
+	amd64? ( ftp://mersenne.org/gimps/p95v${MY_PV/./}.linux64.tar.gz )
+	x86? ( ftp://mersenne.org/gimps/p95v${MY_PV/./}.linux32.tar.gz )"
+
+SLOT="0"
+LICENSE="GIMPS"
+KEYWORDS="-* ~amd64 ~x86"
+
+# 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}"
+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}" || die
+	fperms a-w "${I}/mprime"
+	fowners root:0 "${I}"
+	fowners root:0 "${I}/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"
+	systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf"
+}
+
+pkg_postinst() {
+	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:[~2017-11-30 14:47 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30 14:47 Patrice Clement [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-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=1512053148.1bfb1137cf241f1ae7fbaba01a1f7a957eedb41a.monsieurp@gentoo \
    --to=monsieurp@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