diff options
author | 2002-10-14 09:44:21 +0000 | |
---|---|---|
committer | 2002-10-14 09:44:21 +0000 | |
commit | d3ad697205c1cc771a05248ba08e8f2b237b4a35 (patch) | |
tree | 1cc23c0f871a0fce98af82f0b46da6e49e2311d6 /app-sci/xephem | |
parent | Updated SRC_URI (diff) | |
download | gentoo-2-d3ad697205c1cc771a05248ba08e8f2b237b4a35.tar.gz gentoo-2-d3ad697205c1cc771a05248ba08e8f2b237b4a35.tar.bz2 gentoo-2-d3ad697205c1cc771a05248ba08e8f2b237b4a35.zip |
Package fetch fixes.
Diffstat (limited to 'app-sci/xephem')
-rw-r--r-- | app-sci/xephem/xephem-3.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-sci/xephem/xephem-3.5.2.ebuild b/app-sci/xephem/xephem-3.5.2.ebuild index 79ff9018de6a..af6cb9434dd2 100644 --- a/app-sci/xephem/xephem-3.5.2.ebuild +++ b/app-sci/xephem/xephem-3.5.2.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/xephem-3.5.2.ebuild,v 1.7 2002/09/14 17:33:21 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/xephem-3.5.2.ebuild,v 1.8 2002/10/14 09:44:21 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." -SRC_URI="xephem-${PV}.tar.gz" +SRC_URI="${PN}-${PV}.tar.gz" HOMEPAGE="http://www.clearskyinstitute.com/xephem" KEYWORDS="x86 ppc" SLOT="0" LICENSE="as-is" DEPEND="x11-libs/openmotif" +RESTRICT="fetch" pkg_setup() { #rphillips: this stuff needs to go inside the pkg_setup() function -- drobbins |