diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-23 20:22:58 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-23 20:22:58 +0000 |
commit | f2eef22e3b62857c0203de48f145ccdb2499d76d (patch) | |
tree | c5996a715051d6c1be2f5d7b37ea23e17a3b2802 /x11-misc/xplanet | |
parent | inital import ebuild submitted by Bert Geens <theblackdragon@linux.be> (diff) | |
download | historical-f2eef22e3b62857c0203de48f145ccdb2499d76d.tar.gz historical-f2eef22e3b62857c0203de48f145ccdb2499d76d.tar.bz2 historical-f2eef22e3b62857c0203de48f145ccdb2499d76d.zip |
Version bump
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xplanet/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xplanet/files/digest-xplanet-1.1.1 | 1 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.1.1.ebuild | 73 |
4 files changed, 83 insertions, 2 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 86fbbd260b92..04144f48bef4 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.31 2004/07/22 17:22:08 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.32 2004/07/23 20:22:58 rizzo Exp $ + +*xplanet-1.1.1 (23 Jul 2004) + + 23 Jul 2004; Don Seiler <rizzo@gentoo.org> +xplanet-1.1.1.ebuild: + Version bump *xplanet-1.1.0 (22 Jul 2004) diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest index ec8a20d4d212..6904a52fd107 100644 --- a/x11-misc/xplanet/Manifest +++ b/x11-misc/xplanet/Manifest @@ -1,13 +1,15 @@ -MD5 c2e388343f2f2739f3f84fb3e05c76c1 ChangeLog 4538 +MD5 f1768b13390fa6e162d9d89fcbb9cc65 ChangeLog 4652 MD5 dd3b8f368e1d246069cd15aa9867782b metadata.xml 241 MD5 1f4aaace3d6b893fea3ed20a14eced3d xplanet-0.94-r1.ebuild 1938 MD5 5d911a36bedd2f6df911043c3c830538 xplanet-1.0.1.ebuild 1796 MD5 0b68e326646b21becda8c2d3b9efc90e xplanet-1.0.3.ebuild 1784 MD5 be7a1e60ebcb9496f538317fda999289 xplanet-1.0.8.ebuild 1764 MD5 a0374098512a046ebc9445593b6a2e14 xplanet-1.1.0.ebuild 1777 +MD5 dbef8a407e1986a32d7e93563b2b04e3 xplanet-1.1.1.ebuild 1777 MD5 d977ccdeaa9865add9959757f7d0acd9 files/0.94-gcc3.patch 329 MD5 8f91c563012b8a0cb7bc11bd0c469a86 files/digest-xplanet-0.94-r1 65 MD5 ad06a8c07b9a4ae7dd405ac2a2632415 files/digest-xplanet-1.0.1 65 MD5 644dc5f6094b07739558df5295c25d20 files/digest-xplanet-1.0.3 66 MD5 1187571ef0c05b6c37346ba713775f50 files/digest-xplanet-1.0.8 66 MD5 0ebf8c0c4656320be5d67ef89d98927f files/digest-xplanet-1.1.0 66 +MD5 807da98c0435e234011c386780907a04 files/digest-xplanet-1.1.1 66 diff --git a/x11-misc/xplanet/files/digest-xplanet-1.1.1 b/x11-misc/xplanet/files/digest-xplanet-1.1.1 new file mode 100644 index 000000000000..8ab553b140d4 --- /dev/null +++ b/x11-misc/xplanet/files/digest-xplanet-1.1.1 @@ -0,0 +1 @@ +MD5 13d7b2b3899c3af58668058ff951d1d9 xplanet-1.1.1.tar.gz 1181880 diff --git a/x11-misc/xplanet/xplanet-1.1.1.ebuild b/x11-misc/xplanet/xplanet-1.1.1.ebuild new file mode 100644 index 000000000000..1fa43b34268b --- /dev/null +++ b/x11-misc/xplanet/xplanet-1.1.1.ebuild @@ -0,0 +1,73 @@ +# 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.1.ebuild,v 1.1 2004/07/23 20:22:58 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 +} |