diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-14 09:44:21 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-14 09:44:21 +0000 |
commit | 741f472161db9fbd71edfcdc764a9957311fbcad (patch) | |
tree | 24e0caeabe755795b81be32d49fc671e3b976ac7 /app-sci/xephem/xephem-3.5.2.ebuild | |
parent | Updated SRC_URI (diff) | |
download | historical-741f472161db9fbd71edfcdc764a9957311fbcad.tar.gz historical-741f472161db9fbd71edfcdc764a9957311fbcad.tar.bz2 historical-741f472161db9fbd71edfcdc764a9957311fbcad.zip |
Package fetch fixes.
Diffstat (limited to 'app-sci/xephem/xephem-3.5.2.ebuild')
-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 |