diff options
author | 2004-08-12 15:05:37 +0000 | |
---|---|---|
committer | 2004-08-12 15:05:37 +0000 | |
commit | fa9a0d5ee229ac38e85da383f078420b3d1f99e8 (patch) | |
tree | 7a07a8baa8b5f57c0479609a7e0de3be88bebbfa /x11-misc/xplanet | |
parent | stable on ppc (diff) | |
download | historical-fa9a0d5ee229ac38e85da383f078420b3d1f99e8.tar.gz historical-fa9a0d5ee229ac38e85da383f078420b3d1f99e8.tar.bz2 historical-fa9a0d5ee229ac38e85da383f078420b3d1f99e8.zip |
Removing obsolete version
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xplanet/files/0.94-gcc3.patch | 10 | ||||
-rw-r--r-- | x11-misc/xplanet/files/digest-xplanet-0.94-r1 | 1 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-0.94-r1.ebuild | 78 |
4 files changed, 0 insertions, 92 deletions
diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest index 2b5da91b55c1..f588bef5b760 100644 --- a/x11-misc/xplanet/Manifest +++ b/x11-misc/xplanet/Manifest @@ -1,7 +1,4 @@ MD5 1e76df2c5976c2108f162b9358327743 ChangeLog 5579 MD5 dd3b8f368e1d246069cd15aa9867782b metadata.xml 241 -MD5 1f4aaace3d6b893fea3ed20a14eced3d xplanet-0.94-r1.ebuild 1938 MD5 e0472ecabfbaecebd6a64d532f9242ef xplanet-1.1.1.ebuild 1789 -MD5 d977ccdeaa9865add9959757f7d0acd9 files/0.94-gcc3.patch 329 -MD5 8f91c563012b8a0cb7bc11bd0c469a86 files/digest-xplanet-0.94-r1 65 MD5 807da98c0435e234011c386780907a04 files/digest-xplanet-1.1.1 66 diff --git a/x11-misc/xplanet/files/0.94-gcc3.patch b/x11-misc/xplanet/files/0.94-gcc3.patch deleted file mode 100644 index 5bf5670188b8..000000000000 --- a/x11-misc/xplanet/files/0.94-gcc3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libannotate/drawSatellite.cc.orig 2003-09-13 15:29:38.030989872 -0400 -+++ libannotate/drawSatellite.cc 2003-09-13 15:29:56.274216480 -0400 -@@ -547,6 +547,7 @@ - } - - infile.close(); -+ infile.clear(); - - // Now write one marker and one great arc file for each - // satellite file. diff --git a/x11-misc/xplanet/files/digest-xplanet-0.94-r1 b/x11-misc/xplanet/files/digest-xplanet-0.94-r1 deleted file mode 100644 index ea3842cde3a5..000000000000 --- a/x11-misc/xplanet/files/digest-xplanet-0.94-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 10faa5934cc24f3d913ea100b1df915d xplanet-0.94.tar.gz 1192336 diff --git a/x11-misc/xplanet/xplanet-0.94-r1.ebuild b/x11-misc/xplanet/xplanet-0.94-r1.ebuild deleted file mode 100644 index db342e9517e8..000000000000 --- a/x11-misc/xplanet/xplanet-0.94-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.14 2004/06/28 20:29:40 agriffis Exp $ - -inherit eutils - -DESCRIPTION="A program to render images of the earth into the X root window" -HOMEPAGE="http://xplanet.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -DEPEND=">=sys-apps/sed-4" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="gif jpeg X opengl truetype tiff png" - -RDEPEND="virtual/x11 - opengl? ( virtual/opengl - media-libs/glut ) - gif? ( media-libs/giflib - media-libs/libungif ) - jpeg? ( media-libs/jpeg ) - tiff? ( media-libs/tiff ) - png? ( media-libs/libpng ) - truetype? ( =media-libs/freetype-2* )" - -src_unpack() { - unpack ${A} - cd ${S} - # fix GCC3.2 include re-ordering bug. - sed -i 's,-I$prefix/include,,' configure - epatch ${FILESDIR}/${PV}-gcc3.patch -} - -src_compile() { - local myconf - - use X \ - && myconf="$myconf --with-x" \ - || myconf="$myconf --with-x=no" - - use opengl \ - && myconf="--with-gl --with-glut --with-animation" \ - || myconf="--with-gl=no --with-glut=no --with-animation=no" - - use gif \ - && myconf="$myconf --with-gif" \ - || myconf="$myconf --with-gif=no" - - use jpeg \ - && myconf="${myconf} --with-jpeg" \ - || myconf="${myconf} --with-jpeg=no" - - use tiff \ - && myconf="${myconf} --with-tiff" \ - || myconf="${myconf} --with-tiff=no" - - use png \ - && myconf="${myconf} --with-png --with-pnm" \ - || myconf="${myconf} --with-png=no --with-pnm=no" - -# Compilation fails with freetype enabled, checking upstream - use truetype \ - && myconf="${myconf} --with-freetype" \ - || myconf="${myconf} --with-freetype=no" -# myconf="${myconf} --with-freetype=no" - - econf ${myconf} || die - - # xplanet doesn't like to build parallel - make || die -} - -src_install () { - einstall || die - - dodoc README COPYING CREDITS FAQ INSTALL NEWS ChangeLog README.config -} |