diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-30 09:23:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-30 09:23:48 +0000 |
commit | fb469b3828b47e7145bc73123e4c3ec16e9d1f6c (patch) | |
tree | 7fd8e42f56043fe96700c3a406e0a1e92801decc /sci-mathematics | |
parent | Use GNOME2_LA_PUNT instead of manual punting (diff) | |
download | gentoo-2-fb469b3828b47e7145bc73123e4c3ec16e9d1f6c.tar.gz gentoo-2-fb469b3828b47e7145bc73123e4c3ec16e9d1f6c.tar.bz2 gentoo-2-fb469b3828b47e7145bc73123e4c3ec16e9d1f6c.zip |
sci-mathematics/gimps: Fix Upstream stupidity in changing the tarball without version change, #414073
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-26.6-r1.ebuild | 15 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.4.ebuild | 15 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-27.6-r1.ebuild (renamed from sci-mathematics/gimps/gimps-27.6.ebuild) | 28 |
4 files changed, 35 insertions, 32 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 690380e79f53..9cb13512e36a 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.49 2012/04/27 11:57:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.50 2012/04/30 09:23:48 jlec Exp $ + +*gimps-27.6-r1 (30 Apr 2012) + + 30 Apr 2012; Justin Lecher <jlec@gentoo.org> gimps-26.6-r1.ebuild, + gimps-27.4.ebuild, -gimps-27.6.ebuild, +gimps-27.6-r1.ebuild: + Fix Upstream stupidity in changing the tarball without version change, + #414073 *gimps-27.6 (27 Apr 2012) diff --git a/sci-mathematics/gimps/gimps-26.6-r1.ebuild b/sci-mathematics/gimps/gimps-26.6-r1.ebuild index 9a0ef4548c58..b748594d08bd 100644 --- a/sci-mathematics/gimps/gimps-26.6-r1.ebuild +++ b/sci-mathematics/gimps/gimps-26.6-r1.ebuild @@ -1,19 +1,19 @@ # 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-26.6-r1.ebuild,v 1.3 2012/04/16 20:43:47 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-26.6-r1.ebuild,v 1.4 2012/04/30 09:23:48 jlec Exp $ EAPI=4 -IUSE="" -DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" +DESCRIPTION="The Great Internet Mersenne Prime Search" HOMEPAGE="http://mersenne.org/" -SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) +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" -RESTRICT="binchecks" +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 @@ -21,9 +21,12 @@ RESTRICT="binchecks" DEPEND="" RDEPEND="net-misc/curl" +RESTRICT="binchecks" + S="${WORKDIR}" I="/opt/gimps" -QA_EXECSTACK="opt/gimps/mprime" + +QA_PREBUILT="opt/gimps/mprime" src_install() { dodir ${I} /var/lib/gimps diff --git a/sci-mathematics/gimps/gimps-27.4.ebuild b/sci-mathematics/gimps/gimps-27.4.ebuild index 56c5ee3778d2..d4c678aa91ce 100644 --- a/sci-mathematics/gimps/gimps-27.4.ebuild +++ b/sci-mathematics/gimps/gimps-27.4.ebuild @@ -1,19 +1,19 @@ # 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.1 2012/04/16 20:43:47 tomka Exp $ +# $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 -IUSE="" -DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" +DESCRIPTION="The Great Internet Mersenne Prime Search" HOMEPAGE="http://mersenne.org/" -SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) +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" -RESTRICT="binchecks" +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 @@ -21,9 +21,12 @@ RESTRICT="binchecks" DEPEND="" RDEPEND="net-misc/curl" +RESTRICT="binchecks" + S="${WORKDIR}" I="/opt/gimps" -QA_EXECSTACK="opt/gimps/mprime" + +QA_PREBUILT="opt/gimps/mprime" src_install() { dodir ${I} /var/lib/gimps diff --git a/sci-mathematics/gimps/gimps-27.6.ebuild b/sci-mathematics/gimps/gimps-27.6-r1.ebuild index ae7d989c425e..3f8bed89b685 100644 --- a/sci-mathematics/gimps/gimps-27.6.ebuild +++ b/sci-mathematics/gimps/gimps-27.6-r1.ebuild @@ -1,19 +1,19 @@ # 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.6.ebuild,v 1.1 2012/04/27 11:57:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.6-r1.ebuild,v 1.1 2012/04/30 09:23:48 jlec Exp $ EAPI=4 -IUSE="" -DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" +DESCRIPTION="The Great Internet Mersenne Prime Search" HOMEPAGE="http://mersenne.org/" -SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) +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" -RESTRICT="binchecks" +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 @@ -21,9 +21,12 @@ RESTRICT="binchecks" DEPEND="" RDEPEND="net-misc/curl" +RESTRICT="binchecks" + S="${WORKDIR}" I="/opt/gimps" -QA_EXECSTACK="opt/gimps/mprime" + +QA_PREBUILT="opt/gimps/mprime" src_install() { dodir ${I} /var/lib/gimps @@ -48,19 +51,6 @@ pkg_postinst() { 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 } |