diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-01-08 11:29:06 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-01-08 11:29:06 +0000 |
commit | c1279a5202bf1a374a5670f458768c78109ff3a9 (patch) | |
tree | 918339c433dae7dbd942046c603e038a44d1f2cd /sci-mathematics | |
parent | Version bump, drop some old versions (diff) | |
download | gentoo-2-c1279a5202bf1a374a5670f458768c78109ff3a9.tar.gz gentoo-2-c1279a5202bf1a374a5670f458768c78109ff3a9.tar.bz2 gentoo-2-c1279a5202bf1a374a5670f458768c78109ff3a9.zip |
bump to 27.9, remove old. (bug 450804)
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 12 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-26.6-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.4.ebuild | 75 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.9.ebuild (renamed from sci-mathematics/gimps/gimps-27.6-r1.ebuild) | 8 |
5 files changed, 17 insertions, 86 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index cbe8aba6f4d3..dc09496799bb 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-mathematics/gimps -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.55 2012/07/06 07:28:54 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.56 2013/01/08 11:29:06 tomka Exp $ + +*gimps-27.9 (08 Jan 2013) + + 08 Jan 2013; Thomas Kahle <tomka@gentoo.org> +gimps-27.9.ebuild, + -gimps-27.4.ebuild, -gimps-27.6-r1.ebuild, gimps-26.6-r1.ebuild, + gimps-27.7-r1.ebuild: + bump to 27.9, remove old. (bug 450804) 06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> gimps-27.7-r1.ebuild: marked x86 per bug 423987 @@ -268,4 +275,3 @@ 23 Jan 2004; Michal Januszewski <spock@gentoo.org> gimps-23.5.ebuild, metadata.xml: Initial commit, closes bug #38010. - diff --git a/sci-mathematics/gimps/gimps-26.6-r1.ebuild b/sci-mathematics/gimps/gimps-26.6-r1.ebuild index b748594d08bd..e9b7c908db73 100644 --- a/sci-mathematics/gimps/gimps-26.6-r1.ebuild +++ b/sci-mathematics/gimps/gimps-26.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.4 2012/04/30 09:23:48 jlec Exp $ +# $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 diff --git a/sci-mathematics/gimps/gimps-27.4.ebuild b/sci-mathematics/gimps/gimps-27.4.ebuild deleted file mode 100644 index d4c678aa91ce..000000000000 --- a/sci-mathematics/gimps/gimps-27.4.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.4.ebuild,v 1.2 2012/04/30 09:23:48 jlec 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}/${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" - einfo - einfo "GIMPS version 27.4 has issues with correct detection of physical and" - einfo "logical CPUs on hyperthreaded Intel CPUs. If you determine that" - einfo "GIMPS is not using the right CPUs on your PC use the" - einfo "AffinityScramble2 option in your local.txt file (instructions in" - einfo "/usr/share/doc/gimps-27.4/undoc.txt.bz2)." - einfo "In a 4 core, 8 threads Core i7 \"AffinityScramble2=04152637\" works" - einfo "best." - einfo - einfo "GIMPS version 27.4 is a beta version and it only offers improvements" - einfo "for Intel CPUs with AVX instructions (Sandy Bridge and later). It" - einfo "does _not_ work (at all) on AMD Bulldozer CPUs." - einfo - 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 index e644adc45d39..cb81c8ba719b 100644 --- a/sci-mathematics/gimps/gimps-27.7-r1.ebuild +++ b/sci-mathematics/gimps/gimps-27.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.3 2012/07/06 07:28:54 jdhore Exp $ +# $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 diff --git a/sci-mathematics/gimps/gimps-27.6-r1.ebuild b/sci-mathematics/gimps/gimps-27.9.ebuild index 3f8bed89b685..e362af81673f 100644 --- a/sci-mathematics/gimps/gimps-27.6-r1.ebuild +++ b/sci-mathematics/gimps/gimps-27.9.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.6-r1.ebuild,v 1.1 2012/04/30 09:23:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.9.ebuild,v 1.1 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 )" + amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz ) + x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )" SLOT="0" LICENSE="as-is" |