summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-22 00:23:09 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-22 00:23:09 +0000
commit776baa9b80d55c8e613f71d4fb7eefc3cb822e15 (patch)
tree81747704f9f4c9868aad7ba16350288bf09d6b16 /x11-misc/xmountains
parentBump lcms requirement to 1.15, thanks to Pavel Vondricka in bug #152109. (diff)
downloadhistorical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.gz
historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.bz2
historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.zip
Remove monolithic X from dependencies.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/xmountains')
-rw-r--r--x11-misc/xmountains/ChangeLog5
-rw-r--r--x11-misc/xmountains/xmountains-2.7.ebuild20
2 files changed, 13 insertions, 12 deletions
diff --git a/x11-misc/xmountains/ChangeLog b/x11-misc/xmountains/ChangeLog
index 0d286673f02f..965a29cfd4c3 100644
--- a/x11-misc/xmountains/ChangeLog
+++ b/x11-misc/xmountains/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xmountains
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.12 2006/10/11 11:35:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/ChangeLog,v 1.13 2006/10/22 00:23:09 omp Exp $
+
+ 22 Oct 2006; David Shakaryan <omp@gentoo.org> xmountains-2.7.ebuild:
+ Remove monolithic X from dependencies.
11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xmountains-2.7.ebuild:
Add missing x11-misc/xbitmaps to DEPEND, see bug #150790.
diff --git a/x11-misc/xmountains/xmountains-2.7.ebuild b/x11-misc/xmountains/xmountains-2.7.ebuild
index c050ab60d657..1ab7cf9bc658 100644
--- a/x11-misc/xmountains/xmountains-2.7.ebuild
+++ b/x11-misc/xmountains/xmountains-2.7.ebuild
@@ -1,27 +1,25 @@
# 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.9 2006/10/11 11:35:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmountains/xmountains-2.7.ebuild,v 1.10 2006/10/22 00:23:09 omp Exp $
+
+MY_P=${P/-/_}
DESCRIPTION="Fractal terrains of snow-capped mountains near water"
HOMEPAGE="http://www.epcc.ed.ac.uk/~spb/xmountains/"
-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 ~amd64 ppc"
IUSE=""
-RDEPEND="|| ( (
- x11-misc/xbitmaps
- x11-libs/libX11 )
- virtual/x11 )"
+RDEPEND="x11-misc/xbitmaps
+ x11-libs/libX11"
DEPEND="${RDEPEND}
- || ( (
- x11-proto/xproto
- x11-misc/imake )
- virtual/x11 )"
+ x11-proto/xproto
+ x11-misc/imake"
+
+S=${WORKDIR}
src_compile() {
xmkmf || die