diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-28 08:19:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-28 08:19:45 +0000 |
commit | 5e222d03a4d73255848657fe8ba5810fec950749 (patch) | |
tree | 1da53c2084eea94eb9fa00abc9aac8d3b60c55ab /sci-mathematics/gwnum | |
parent | Version bump to current snapshot (diff) | |
download | gentoo-2-5e222d03a4d73255848657fe8ba5810fec950749.tar.gz gentoo-2-5e222d03a4d73255848657fe8ba5810fec950749.tar.bz2 gentoo-2-5e222d03a4d73255848657fe8ba5810fec950749.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/gwnum')
-rw-r--r-- | sci-mathematics/gwnum/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gwnum/gwnum-277.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/gwnum/ChangeLog b/sci-mathematics/gwnum/ChangeLog index e97b0f21d3e5..f8b9a7e62205 100644 --- a/sci-mathematics/gwnum/ChangeLog +++ b/sci-mathematics/gwnum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gwnum # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/ChangeLog,v 1.1 2012/11/28 08:09:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/ChangeLog,v 1.2 2012/11/28 08:19:45 patrick Exp $ + + 28 Nov 2012; Patrick Lauer <patrick@gentoo.org> gwnum-277.ebuild: + Fix SRC_URI *gwnum-277 (28 Nov 2012) diff --git a/sci-mathematics/gwnum/gwnum-277.ebuild b/sci-mathematics/gwnum/gwnum-277.ebuild index 39845a56a7f8..02b806550059 100644 --- a/sci-mathematics/gwnum/gwnum-277.ebuild +++ b/sci-mathematics/gwnum/gwnum-277.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.1 2012/11/28 08:09:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.2 2012/11/28 08:19:45 patrick Exp $ EAPI=4 DESCRIPTION="George Woltman's GWNUM library" HOMEPAGE="http://www.mersenne.org/freesoft/" # Sourcecode split out from prime95, we don't need the full lib -SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${P}.tar.bz2" +SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2" inherit eutils |