diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-29 01:46:58 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-29 01:46:58 +0000 |
commit | c686e9e019959bd63f00ec41c5b0c6744cab4d2d (patch) | |
tree | 16e9745998a70573b55e2a245e92c224da7dc3b1 /x11-misc/xplanet | |
parent | stable on ppc64, bug #58303 (diff) | |
download | historical-c686e9e019959bd63f00ec41c5b0c6744cab4d2d.tar.gz historical-c686e9e019959bd63f00ec41c5b0c6744cab4d2d.tar.bz2 historical-c686e9e019959bd63f00ec41c5b0c6744cab4d2d.zip |
Conditionally depending on virtual/x11, fixes Bug #58705
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xplanet/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.1.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 04144f48bef4..e224d13d7976 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,10 @@ # 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.32 2004/07/23 20:22:58 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.33 2004/07/29 01:46:58 rizzo Exp $ + + 28 Jul 2004; Don Seiler <rizzo@gentoo.org> xplanet-1.1.1.ebuild: + Conditionally depending on virtual/x11, fixes Bug #58705. Thanks + to Tyler Lund. *xplanet-1.1.1 (23 Jul 2004) diff --git a/x11-misc/xplanet/Manifest b/x11-misc/xplanet/Manifest index 6904a52fd107..e332f92d384a 100644 --- a/x11-misc/xplanet/Manifest +++ b/x11-misc/xplanet/Manifest @@ -1,11 +1,11 @@ -MD5 f1768b13390fa6e162d9d89fcbb9cc65 ChangeLog 4652 +MD5 ff8060c3fbc1b3ee23b934a354721639 ChangeLog 4805 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 8142e74bee312ed16f2e3888bf863d0a xplanet-1.1.1.ebuild 1783 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 diff --git a/x11-misc/xplanet/xplanet-1.1.1.ebuild b/x11-misc/xplanet/xplanet-1.1.1.ebuild index 1fa43b34268b..e21b0338a0e4 100644 --- a/x11-misc/xplanet/xplanet-1.1.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.1.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.1.1.ebuild,v 1.2 2004/07/29 01:46: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" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~alpha" IUSE="gif jpeg X opengl truetype tiff png" -RDEPEND="virtual/x11 +RDEPEND="X? (virtual/x11 ) opengl? ( virtual/opengl media-libs/glut ) gif? ( media-libs/giflib |