summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xplanet/ChangeLog5
-rw-r--r--x11-misc/xplanet/xplanet-0.94-r1.ebuild21
2 files changed, 14 insertions, 12 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog
index fdb8fe6502a9..ad1468705ada 100644
--- a/x11-misc/xplanet/ChangeLog
+++ b/x11-misc/xplanet/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for x11-misc/xplanet
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.11 2003/05/05 21:35:59 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.12 2003/09/12 01:54:26 vapier Exp $
*xplanet-1.0.1 (17 Mar 2003)
@@ -17,6 +17,9 @@
*xplanet-0.94-r1 (23 Aug 2002)
+ 11 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
+ Made a simple gcc3 patch #21096.
+
07 Feb 2003: Jason Wever <weeve@gentoo.org> xplanet-0.94-r1.ebuild :
Changed ~sparc keyword to sparc.
diff --git a/x11-misc/xplanet/xplanet-0.94-r1.ebuild b/x11-misc/xplanet/xplanet-0.94-r1.ebuild
index 210989d1377c..12b683527c33 100644
--- a/x11-misc/xplanet/xplanet-0.94-r1.ebuild
+++ b/x11-misc/xplanet/xplanet-0.94-r1.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94-r1.ebuild,v 1.8 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94-r1.ebuild,v 1.9 2003/09/12 01:54:26 vapier Exp $
-IUSE="gif jpeg X opengl truetype tiff png"
-
-S=${WORKDIR}/${P}
DESCRIPTION="A program to render images of the earth into the X root window"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://xplanet.sourceforge.net/"
+SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc"
+IUSE="gif jpeg X opengl truetype tiff png"
RDEPEND="virtual/x11
opengl? ( virtual/opengl
@@ -18,16 +20,13 @@ RDEPEND="virtual/x11
tiff? ( media-libs/tiff )
png? ( media-libs/libpng )
truetype? ( =media-libs/freetype-2* )"
-DEPEND="${RDEPEND}"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
src_unpack() {
unpack ${A}
+ cd ${S}
# fix GCC3.2 include re-ordering bug.
- D=${S}/ dosed 's,-I$prefix/include,,' configure
+ sed -i 's,-I$prefix/include,,' configure
+ epatch ${FILESDIR}/${PV}-gcc3.patch
}
src_compile() {