summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/xplanet/files/digest-xplanet-1.0.81
-rw-r--r--x11-misc/xplanet/files/digest-xplanet-1.1.01
-rw-r--r--x11-misc/xplanet/xplanet-1.0.8.ebuild73
-rw-r--r--x11-misc/xplanet/xplanet-1.1.0.ebuild73
4 files changed, 0 insertions, 148 deletions
diff --git a/x11-misc/xplanet/files/digest-xplanet-1.0.8 b/x11-misc/xplanet/files/digest-xplanet-1.0.8
deleted file mode 100644
index e534e0096119..000000000000
--- a/x11-misc/xplanet/files/digest-xplanet-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 243988afd8c76d9d4c0ab5201981ab6e xplanet-1.0.8.tar.gz 1175294
diff --git a/x11-misc/xplanet/files/digest-xplanet-1.1.0 b/x11-misc/xplanet/files/digest-xplanet-1.1.0
deleted file mode 100644
index 19e488f34049..000000000000
--- a/x11-misc/xplanet/files/digest-xplanet-1.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7fdf32f759ae401471e7d820ed3d7051 xplanet-1.1.0.tar.gz 1176025
diff --git a/x11-misc/xplanet/xplanet-1.0.8.ebuild b/x11-misc/xplanet/xplanet-1.0.8.ebuild
deleted file mode 100644
index f13ab3814f68..000000000000
--- a/x11-misc/xplanet/xplanet-1.0.8.ebuild
+++ /dev/null
@@ -1,73 +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-1.0.8.ebuild,v 1.7 2004/07/18 23:32:32 kloeri Exp $
-
-DESCRIPTION="A program to render images of the earth into the X root window"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://xplanet.sourceforge.net/"
-DEPEND=">=sys-apps/sed-4"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~sparc ~alpha"
-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}
- # fix GCC3.2 include re-ordering bug.
- cd ${S}
- sed -i 's,-I$prefix/include,,' configure
-}
-
-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"
-
- use truetype \
- && myconf="${myconf} --with-freetype" \
- || myconf="${myconf} --with-freetype=no"
-
- econf ${myconf} || die
-
- # xplanet doesn't like to build parallel
- make || die
-}
-
-src_install () {
- einstall || die
-
- dodoc README COPYING INSTALL NEWS ChangeLog
-}
diff --git a/x11-misc/xplanet/xplanet-1.1.0.ebuild b/x11-misc/xplanet/xplanet-1.1.0.ebuild
deleted file mode 100644
index f0bb116ed2e6..000000000000
--- a/x11-misc/xplanet/xplanet-1.1.0.ebuild
+++ /dev/null
@@ -1,73 +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-1.1.0.ebuild,v 1.1 2004/07/22 17:22:08 rizzo Exp $
-
-DESCRIPTION="A program to render images of the earth into the X root window"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://xplanet.sourceforge.net/"
-DEPEND=">=sys-apps/sed-4"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc ~alpha"
-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}
- # fix GCC3.2 include re-ordering bug.
- cd ${S}
- sed -i 's,-I$prefix/include,,' configure
-}
-
-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"
-
- use truetype \
- && myconf="${myconf} --with-freetype" \
- || myconf="${myconf} --with-freetype=no"
-
- econf ${myconf} || die
-
- # xplanet doesn't like to build parallel
- make || die
-}
-
-src_install () {
- einstall || die
-
- dodoc AUTHORS README COPYING INSTALL NEWS ChangeLog TODO
-}