diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-06 14:44:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-06 14:44:48 +0000 |
commit | f50064928ec0458a657f8a488763a564042193b7 (patch) | |
tree | 3e9a2b60f9f2be9986d21b8066939824b04e769a /sci-astronomy | |
parent | Sparc stable, part of Bug #245774. (diff) | |
download | gentoo-2-f50064928ec0458a657f8a488763a564042193b7.tar.gz gentoo-2-f50064928ec0458a657f8a488763a564042193b7.tar.bz2 gentoo-2-f50064928ec0458a657f8a488763a564042193b7.zip |
Changed SRC_URI due to upstream change. Thanks markusle.
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/funtools/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/funtools/ChangeLog b/sci-astronomy/funtools/ChangeLog index 674c84bf8d85..20742dd11e82 100644 --- a/sci-astronomy/funtools/ChangeLog +++ b/sci-astronomy/funtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/funtools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/ChangeLog,v 1.1 2008/11/05 22:13:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/ChangeLog,v 1.2 2008/11/06 14:44:48 bicatali Exp $ + + 06 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> + funtools-1.4.0.ebuild: + Changed SRC_URI due to upstream change. Thanks markusle. *funtools-1.4.0 (05 Nov 2008) diff --git a/sci-astronomy/funtools/funtools-1.4.0.ebuild b/sci-astronomy/funtools/funtools-1.4.0.ebuild index 3ecf242bd88d..c0b2d7913017 100644 --- a/sci-astronomy/funtools/funtools-1.4.0.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.1 2008/11/05 22:13:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.2 2008/11/06 14:44:48 bicatali Exp $ EAPI=2 inherit eutils DESCRIPTION="FITS library and utlities for astronomical images" HOMEPAGE="http://hea-www.harvard.edu/RD/funtools/" -SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz" +SRC_URI="http://cfa-www.harvard.edu/~john/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" |