summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-05-16 17:54:11 +0000
committerThomas Kahle <tomka@gentoo.org>2012-05-16 17:54:11 +0000
commit595ac89c379a56e16193df5650cd2591b04dfdfb (patch)
tree09998f80be4f666eac04be42f89d4061f81c8dac /sci-mathematics/gimps
parentUnrestrict tests with correct fudge dependency. Restrict pypy due to depdende... (diff)
downloadgentoo-2-595ac89c379a56e16193df5650cd2591b04dfdfb.tar.gz
gentoo-2-595ac89c379a56e16193df5650cd2591b04dfdfb.tar.bz2
gentoo-2-595ac89c379a56e16193df5650cd2591b04dfdfb.zip
bump to 27.7-r1 to reflect changed source location (Bug 416225)
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r--sci-mathematics/gimps/ChangeLog8
-rw-r--r--sci-mathematics/gimps/gimps-27.7-r1.ebuild (renamed from sci-mathematics/gimps/gimps-27.7.ebuild)10
2 files changed, 14 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog
index 1abfec2e2ac5..b3adeff2b87a 100644
--- a/sci-mathematics/gimps/ChangeLog
+++ b/sci-mathematics/gimps/ChangeLog
@@ -1,6 +1,12 @@
# 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.52 2012/05/04 16:02:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.53 2012/05/16 17:54:11 tomka Exp $
+
+*gimps-27.7-r1 (16 May 2012)
+
+ 16 May 2012; Thomas Kahle <tomka@gentoo.org> +gimps-27.7-r1.ebuild,
+ -gimps-27.7.ebuild:
+ bump to 27.7-r1 to reflect changed source location (Bug 416225)
*gimps-27.7 (04 May 2012)
diff --git a/sci-mathematics/gimps/gimps-27.7.ebuild b/sci-mathematics/gimps/gimps-27.7-r1.ebuild
index fb1a6b7d1df8..aa8b7a509edf 100644
--- a/sci-mathematics/gimps/gimps-27.7.ebuild
+++ b/sci-mathematics/gimps/gimps-27.7-r1.ebuild
@@ -1,14 +1,18 @@
# 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.7.ebuild,v 1.1 2012/05/04 16:02:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-27.7-r1.ebuild,v 1.1 2012/05/16 17:54:11 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 )"
+# 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"