diff options
author | 2002-09-03 22:33:17 +0000 | |
---|---|---|
committer | 2002-09-03 22:33:17 +0000 | |
commit | 956968a966424661c2f551beb5bb93a6f9f0a34a (patch) | |
tree | 981e82b3d63d2be6b6fe55c9be6d7ed0d2ae6fa7 /app-sci | |
parent | unmasked lablgl-0.98 upon successful test report (diff) | |
download | historical-956968a966424661c2f551beb5bb93a6f9f0a34a.tar.gz historical-956968a966424661c2f551beb5bb93a6f9f0a34a.tar.bz2 historical-956968a966424661c2f551beb5bb93a6f9f0a34a.zip |
fixors
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/xephem/ChangeLog | 11 | ||||
-rw-r--r-- | app-sci/xephem/xephem-3.5.2.ebuild | 11 |
2 files changed, 13 insertions, 9 deletions
diff --git a/app-sci/xephem/ChangeLog b/app-sci/xephem/ChangeLog index 3615b82954e0..1267f31fac02 100644 --- a/app-sci/xephem/ChangeLog +++ b/app-sci/xephem/ChangeLog @@ -1,20 +1,21 @@ # 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.4 2002/09/02 02:08:05 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/ChangeLog,v 1.5 2002/09/03 22:33:17 drobbins Exp $ -*xephem-3.5.2 (31 May 2002) + 03 Sep 2002; Daniel Robbins <drobbins@gentoo.org> xephem-3.5.2.ebuild: + moved rphillips' 'download later' stuff into pkg_setup so it doesn't + kill metadata extraction. - 1 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xephem-3.5.2.ebuild : +*xephem-3.5.2 (31 May 2002) + 01 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. 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xephem-3.5.2.ebuild : Added LICENSE, KEYWORDS, SLOT. - 31 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-sci/xephem/xephem-3.5.2.ebuild b/app-sci/xephem/xephem-3.5.2.ebuild index 5504700c648e..cbdf0d270ad7 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.5 2002/09/02 02:08:05 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xephem/xephem-3.5.2.ebuild,v 1.6 2002/09/03 22:33:17 drobbins 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,9 +11,12 @@ SLOT="0" LICENSE="as-is" DEPEND="x11-libs/openmotif" -if [ ! -f ${DISTDIR}/${P}.tar.gz ] ; then - die "Please download ${P}.tar.gz from ${HOMEPAGE} and move it to ${DISTDIR}" -fi +pkg_setup() { + #rphillips: this stuff needs to go inside the pkg_setup() function -- drobbins + if [ ! -f ${DISTDIR}/${P}.tar.gz ] ; then + die "Please download ${P}.tar.gz from ${HOMEPAGE} and move it to ${DISTDIR}" + fi +} src_compile() { |