diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-27 10:04:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-27 10:04:09 +0000 |
commit | f83ebac053cb56f7494338be7d941f02ad1b15c7 (patch) | |
tree | c08518f3c8595f9164dc58e3a96ce72a27f0b526 /sci-astronomy | |
parent | Version bump wrt #238918 (diff) | |
download | gentoo-2-f83ebac053cb56f7494338be7d941f02ad1b15c7.tar.gz gentoo-2-f83ebac053cb56f7494338be7d941f02ad1b15c7.tar.bz2 gentoo-2-f83ebac053cb56f7494338be7d941f02ad1b15c7.zip |
move large file to mirror
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-astronomy/funtools/funtools-1.4.0.ebuild b/sci-astronomy/funtools/funtools-1.4.0.ebuild index c0b2d7913017..fdca39e3194f 100644 --- a/sci-astronomy/funtools/funtools-1.4.0.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.0.ebuild @@ -1,13 +1,14 @@ # 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.2 2008/11/06 14:44:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.3 2008/11/27 10:04:09 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://cfa-www.harvard.edu/~john/${PN}/${P}.tar.gz" +SRC_URI="http://cfa-www.harvard.edu/~john/${PN}/${P}.tar.gz + mirror://gentoo/${P}-ds9-5.4.patch.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -20,7 +21,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-ds9-5.4.patch + epatch "${WORKDIR}"/${P}-ds9-5.4.patch epatch "${FILESDIR}"/${P}-makefiles.patch } |