From c13dba81dbfb57312a3ee22ee243c4a13243e591 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 6 Apr 2017 19:55:01 -0400 Subject: sci-mathematics/gimps: remove unused version 28.9. Gentoo-Bug: 603408 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sci-mathematics/gimps/Manifest | 2 - sci-mathematics/gimps/gimps-28.9.ebuild | 67 --------------------------------- 2 files changed, 69 deletions(-) delete mode 100644 sci-mathematics/gimps/gimps-28.9.ebuild (limited to 'sci-mathematics/gimps') diff --git a/sci-mathematics/gimps/Manifest b/sci-mathematics/gimps/Manifest index d2163c313404..3fb857d5a133 100644 --- a/sci-mathematics/gimps/Manifest +++ b/sci-mathematics/gimps/Manifest @@ -1,4 +1,2 @@ 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 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 deleted file mode 100644 index 45a56ad3f2ef..000000000000 --- a/sci-mathematics/gimps/gimps-28.9.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}-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() { - 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 -} -- cgit v1.2.3-18-g5258