diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 02:08:05 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 02:08:05 +0000 |
commit | c025f5ec869288a4a419299a44829566a1c421a8 (patch) | |
tree | 504ab8b7f827773a3e50672be7d31b123df5d7d9 /app-sci/xephem | |
parent | to fix my typo (diff) | |
download | historical-c025f5ec869288a4a419299a44829566a1c421a8.tar.gz historical-c025f5ec869288a4a419299a44829566a1c421a8.tar.bz2 historical-c025f5ec869288a4a419299a44829566a1c421a8.zip |
Fixes the 'download manually' within the ebuild
Diffstat (limited to 'app-sci/xephem')
-rw-r--r-- | app-sci/xephem/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/xephem/xephem-3.5.2.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-sci/xephem/ChangeLog b/app-sci/xephem/ChangeLog index 70c45e2d848b..3615b82954e0 100644 --- a/app-sci/xephem/ChangeLog +++ b/app-sci/xephem/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for app-sci/xephem # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/ChangeLog,v 1.3 2002/08/19 00:32:52 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/ChangeLog,v 1.4 2002/09/02 02:08:05 rphillips Exp $ *xephem-3.5.2 (31 May 2002) - 18 Aug 2002; Ryan Phillips <rphillips@gentoo.rg> xephem-3.5.2.ebuild : + 1 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xephem-3.5.2.ebuild : + + Fixes to the 'download later' section of the script. + + 18 Aug 2002; Ryan Phillips <rphillips@gentoo.org> xephem-3.5.2.ebuild : Thanks to Bret Towe for an update. diff --git a/app-sci/xephem/xephem-3.5.2.ebuild b/app-sci/xephem/xephem-3.5.2.ebuild index 954b57497060..5504700c648e 100644 --- a/app-sci/xephem/xephem-3.5.2.ebuild +++ b/app-sci/xephem/xephem-3.5.2.ebuild @@ -1,6 +1,6 @@ # 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.4 2002/08/19 00:32:52 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/xephem-3.5.2.ebuild,v 1.5 2002/09/02 02:08:05 rphillips 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." @@ -11,11 +11,9 @@ SLOT="0" LICENSE="as-is" DEPEND="x11-libs/openmotif" -pkg_setup() { - if [ ! -f ${DISTDIR}/${P}.tar.gz ] ; then - die "Please download ${P}.tar.gz from ${HOMEPAGE} and move it to ${DISTDIR}" - fi -} +if [ ! -f ${DISTDIR}/${P}.tar.gz ] ; then + die "Please download ${P}.tar.gz from ${HOMEPAGE} and move it to ${DISTDIR}" +fi src_compile() { |