summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-12 01:54:55 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-12 01:54:55 +0000
commit49e06df58632dd2998b49adda45bc17844f6f6b0 (patch)
tree68acade1351e798efffe886731b5e1cee610f24f /x11-misc
parent+move app-games/tornado games-strategy/tornado (diff)
downloadgentoo-2-49e06df58632dd2998b49adda45bc17844f6f6b0.tar.gz
gentoo-2-49e06df58632dd2998b49adda45bc17844f6f6b0.tar.bz2
gentoo-2-49e06df58632dd2998b49adda45bc17844f6f6b0.zip
touchups
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xplanet/xplanet-1.0.1.ebuild19
1 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/xplanet/xplanet-1.0.1.ebuild b/x11-misc/xplanet/xplanet-1.0.1.ebuild
index 86812282d794..5a210b1fb1a4 100644
--- a/x11-misc/xplanet/xplanet-1.0.1.ebuild
+++ b/x11-misc/xplanet/xplanet-1.0.1.ebuild
@@ -1,14 +1,16 @@
# 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-1.0.1.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.1.ebuild,v 1.4 2003/09/12 01:54:55 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/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
+IUSE="gif jpeg X opengl truetype tiff png"
+
RDEPEND="virtual/x11
opengl? ( virtual/opengl
media-libs/glut )
@@ -19,16 +21,11 @@ RDEPEND="virtual/x11
png? ( media-libs/libpng )
truetype? ( =media-libs/freetype-2* )"
-DEPEND="${RDEPEND}"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
-
src_unpack() {
unpack ${A}
# fix GCC3.2 include re-ordering bug.
- D=${S}/ dosed 's,-I$prefix/include,,' configure
+ cd ${S}
+ sed -i 's,-I$prefix/include,,' configure
}
src_compile() {