diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-04 13:21:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-04 13:21:28 +0000 |
commit | 08683e473cf62b0f0d3fe7c2d440e9cfd300c84d (patch) | |
tree | 1fa1f4b1a6c59c2325814a02700a5586cd185113 /sci-mathematics | |
parent | Stable for x86, wrt bug #455402 (diff) | |
download | gentoo-2-08683e473cf62b0f0d3fe7c2d440e9cfd300c84d.tar.gz gentoo-2-08683e473cf62b0f0d3fe7c2d440e9cfd300c84d.tar.bz2 gentoo-2-08683e473cf62b0f0d3fe7c2d440e9cfd300c84d.zip |
sci-mathematics/gimps: Drop old
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-26.6-r1.ebuild | 62 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.7-r1.ebuild | 66 | ||||
-rw-r--r-- | sci-mathematics/gimps/metadata.xml | 10 |
4 files changed, 10 insertions, 134 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 2bdb1581e5bc..13ddf4ede4d9 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gimps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.58 2013/02/04 13:18:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.59 2013/02/04 13:21:28 jlec Exp $ + + 04 Feb 2013; Justin Lecher <jlec@gentoo.org> -gimps-26.6-r1.ebuild, + -gimps-27.7-r1.ebuild, metadata.xml: + Drop old 04 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gimps-27.9.ebuild: Stable for x86, wrt bug #455402 diff --git a/sci-mathematics/gimps/gimps-26.6-r1.ebuild b/sci-mathematics/gimps/gimps-26.6-r1.ebuild deleted file mode 100644 index e9b7c908db73..000000000000 --- a/sci-mathematics/gimps/gimps-26.6-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.6-r1.ebuild,v 1.5 2013/01/08 11:29:06 tomka Exp $ - -EAPI=4 - -DESCRIPTION="The Great Internet Mersenne Prime Search" -HOMEPAGE="http://mersenne.org/" -SRC_URI=" - amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) - x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )" - -SLOT="0" -LICENSE="as-is" -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" - -RESTRICT="binchecks" - -S="${WORKDIR}" -I="/opt/gimps" - -QA_PREBUILT="opt/gimps/mprime" - -src_install() { - dodir ${I} /var/lib/gimps - cp mprime "${D}/${I}" - fperms a-w "${I}/mprime" - fowners root:0 "${I}" - fowners root:0 "${I}/mprime" - - dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt - - newinitd "${FILESDIR}/${PF}-init.d" gimps - newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps -} - -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 -} diff --git a/sci-mathematics/gimps/gimps-27.7-r1.ebuild b/sci-mathematics/gimps/gimps-27.7-r1.ebuild deleted file mode 100644 index cb81c8ba719b..000000000000 --- a/sci-mathematics/gimps/gimps-27.7-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.7-r1.ebuild,v 1.4 2013/01/08 11:29:06 tomka Exp $ - -EAPI=4 - -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 )" -# Permanently changed from the old version? -# SRC_URI=" -# amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) -# x86? ( ftp://mersenne.org/gimps/mprime${PV/./}.tar.gz )" - -SLOT="0" -LICENSE="as-is" -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" - -RESTRICT="binchecks" - -S="${WORKDIR}" -I="/opt/gimps" - -QA_PREBUILT="opt/gimps/mprime" - -src_install() { - dodir ${I} /var/lib/gimps - cp mprime "${D}/${I}" - fperms a-w "${I}/mprime" - fowners root:0 "${I}" - fowners root:0 "${I}/mprime" - - dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt - - newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps - newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps -} - -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 -} diff --git a/sci-mathematics/gimps/metadata.xml b/sci-mathematics/gimps/metadata.xml index c8712ffd4ae5..81018d3a8353 100644 --- a/sci-mathematics/gimps/metadata.xml +++ b/sci-mathematics/gimps/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-mathematics</herd> - <maintainer> - <email>tomka@gentoo.org</email> - <name>Thomas Kahle</name> - </maintainer> + <herd>sci-mathematics</herd> + <maintainer> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> + </maintainer> </pkgmetadata> |