diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:59:21 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:59:21 +0000 |
commit | 53d8c46528abeeee8a05f933958ecd34568f6f8c (patch) | |
tree | 7e4a4868f969cd80a98cc44bc2a39e3ac04fb58e /x11-misc | |
parent | changed homepage to real project homepage. (diff) | |
download | gentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.tar.gz gentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.tar.bz2 gentoo-2-53d8c46528abeeee8a05f933958ecd34568f6f8c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xmountains/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xmountains/files/digest-xmountains-2.6 | 1 | ||||
-rw-r--r-- | x11-misc/xmountains/xmountains-2.6.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/xmountains/xmountains-2.7.ebuild | 13 |
4 files changed, 16 insertions, 34 deletions
diff --git a/x11-misc/xmountains/ChangeLog b/x11-misc/xmountains/ChangeLog index dec22ab5d422..35b38c4d2743 100644 --- a/x11-misc/xmountains/ChangeLog +++ b/x11-misc/xmountains/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xmountains -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.10 2005/01/02 18:11:20 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.11 2006/01/21 17:59:21 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xmountains-2.6.ebuild, + xmountains-2.7.ebuild: + Fixed DEPEND for modular X. 02 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> xmountains-2.7.ebuild: Stable on ppc. diff --git a/x11-misc/xmountains/files/digest-xmountains-2.6 b/x11-misc/xmountains/files/digest-xmountains-2.6 deleted file mode 100644 index 864a3e890756..000000000000 --- a/x11-misc/xmountains/files/digest-xmountains-2.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ae9919290bf38bac8da870f3b06a5c7 xmountains_2.6.tar.gz 26890 diff --git a/x11-misc/xmountains/xmountains-2.6.ebuild b/x11-misc/xmountains/xmountains-2.6.ebuild deleted file mode 100644 index 57967ee20d24..000000000000 --- a/x11-misc/xmountains/xmountains-2.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.6.ebuild,v 1.8 2005/01/02 18:11:20 hansmi Exp $ - -DESCRIPTION="Fractal terrains of snow-capped mountains near water" -HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/${PN}/" -MY_P="${P/-/_}" -SRC_URI="http://www.epcc.ed.ac.uk/~spb/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" - -IUSE="" -DEPEND="virtual/x11" - -src_compile() { - xmkmf || die - make CFLAGS="${CFLAGS} -DVROOT" || die -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - dodoc README - cp xmountains.man xmountains.1 - doman xmountains.1 -} diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild index fa6ea34c6c0c..cba5d860914c 100644 --- a/x11-misc/xmountains/xmountains-2.7.ebuild +++ b/x11-misc/xmountains/xmountains-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.7 2005/01/02 18:11:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.8 2006/01/21 17:59:21 nelchael Exp $ DESCRIPTION="Fractal terrains of snow-capped mountains near water" HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/" @@ -13,7 +13,14 @@ SLOT="0" KEYWORDS="x86 ~amd64 ppc" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-misc/imake ) + virtual/x11 )" src_compile() { xmkmf || die |