summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-27 10:01:22 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-27 10:01:22 +0000
commitfa3d234cdd076d7a80eff986598e3f5bbc6408e4 (patch)
tree02bf2f2ba9cee0d5961fb0876d4a3ba4f20eb489 /x11-misc/xplanet
parentGtk2 tweak (diff)
downloadhistorical-fa3d234cdd076d7a80eff986598e3f5bbc6408e4.tar.gz
historical-fa3d234cdd076d7a80eff986598e3f5bbc6408e4.tar.bz2
historical-fa3d234cdd076d7a80eff986598e3f5bbc6408e4.zip
version bump
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r--x11-misc/xplanet/ChangeLog11
-rw-r--r--x11-misc/xplanet/files/digest-xplanet-0.93-r2 (renamed from x11-misc/xplanet/files/digest-xplanet-0.93)0
-rw-r--r--x11-misc/xplanet/files/digest-xplanet-0.941
-rw-r--r--x11-misc/xplanet/xplanet-0.93.ebuild43
-rw-r--r--x11-misc/xplanet/xplanet-0.94.ebuild67
5 files changed, 78 insertions, 44 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog
index 8ac53c07ba8d..a692348403da 100644
--- a/x11-misc/xplanet/ChangeLog
+++ b/x11-misc/xplanet/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for x11-misc/xplanet
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.1 2002/03/28 00:56:38 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.2 2002/05/27 10:01:22 seemant Exp $
+
+*xplanet-0.94 (27 May 2002)
+
+ 27 May 2002; Seemant Kulleen <seemant@gentoo.org> xplanet-0.94.ebuild
+ files/digest-xplanet-0.94 :
+
+ Added USE dependent virtual/opengl to DEPEND list, thanks to
+ gwenn.gueguen@libertysurf.fr (Gwenn) in bug #3056. Then, version bumped
+ and added USE dependent png, tiff and jpeg to the list as well.
*xplanet-0.93-r1 (27 Mar 2002)
diff --git a/x11-misc/xplanet/files/digest-xplanet-0.93 b/x11-misc/xplanet/files/digest-xplanet-0.93-r2
index 98ae5af16ac5..98ae5af16ac5 100644
--- a/x11-misc/xplanet/files/digest-xplanet-0.93
+++ b/x11-misc/xplanet/files/digest-xplanet-0.93-r2
diff --git a/x11-misc/xplanet/files/digest-xplanet-0.94 b/x11-misc/xplanet/files/digest-xplanet-0.94
new file mode 100644
index 000000000000..ea3842cde3a5
--- /dev/null
+++ b/x11-misc/xplanet/files/digest-xplanet-0.94
@@ -0,0 +1 @@
+MD5 10faa5934cc24f3d913ea100b1df915d xplanet-0.94.tar.gz 1192336
diff --git a/x11-misc/xplanet/xplanet-0.93.ebuild b/x11-misc/xplanet/xplanet-0.93.ebuild
deleted file mode 100644
index aae0f31809fd..000000000000
--- a/x11-misc/xplanet/xplanet-0.93.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Kalen Petersen <kalenp@cs.washington.edu>
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.93.ebuild,v 1.1 2002/02/03 02:47:34 blocke Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A program to render images of the earth into the X root window"
-SRC_URI="http://prdownloads.sourceforge.net/xplanet/${P}.tar.gz"
-HOMEPAGE="http://xplanet.sourceforge.net/"
-
-DEPEND="virtual/x11"
-
-src_compile() {
- local myconf
- if [ "`use opengl`" ]
- then
- myconf="--with-gl --with-glut --with-animation"
- else
- myconf="--with-gl=no --with-glut=no --with-animation=no"
- fi
- if [ "`use gif`" ]
- then
- myconf="$myconf --with-gif"
- else
- myconf="$myconf --with-gif=no"
- fi
- if [ "`use X`" ]
- then
- myconf="$myconf --with-x"
- else
- myconf="$myconf --with-x=no"
- fi
-
- ./configure --prefix=/usr --with-freetype=no $myconf || die
- # xplanet doesn't like to build parallel
- # This fix taken from the gimp ebuild
- make || die
-}
-
-src_install () {
- make prefix=${D}/usr install || die
-}
-
diff --git a/x11-misc/xplanet/xplanet-0.94.ebuild b/x11-misc/xplanet/xplanet-0.94.ebuild
new file mode 100644
index 000000000000..5f4c55b7fa4c
--- /dev/null
+++ b/x11-misc/xplanet/xplanet-0.94.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Kalen Petersen <kalenp@cs.washington.edu>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94.ebuild,v 1.1 2002/05/27 10:01:22 seemant Exp $
+
+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/"
+
+DEPEND="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* )"
+
+SLOT="0"
+LICENSE="GPL-2"
+
+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
+}