diff options
Diffstat (limited to 'sci-mathematics/gimps/gimps-26.6-r1.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-26.6-r1.ebuild | 15 |
1 files changed, 9 insertions, 6 deletions
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 |