summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-03 23:58:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-03 23:58:14 +0000
commit8adc52b9ac6b75d4b42da9e7f82a85e8a08eebe2 (patch)
treea772c943b52e258f94472f435ce5f37fd607e41c /games-arcade/koules
parentMark 0.3.106 stable on ia64 (diff)
downloadhistorical-8adc52b9ac6b75d4b42da9e7f82a85e8a08eebe2.tar.gz
historical-8adc52b9ac6b75d4b42da9e7f82a85e8a08eebe2.tar.bz2
historical-8adc52b9ac6b75d4b42da9e7f82a85e8a08eebe2.zip
modular X deps - patch from Tupone Alfredo via bug #121481
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-arcade/koules')
-rw-r--r--games-arcade/koules/ChangeLog5
-rw-r--r--games-arcade/koules/Manifest4
-rw-r--r--games-arcade/koules/koules-1.4-r1.ebuild16
3 files changed, 18 insertions, 7 deletions
diff --git a/games-arcade/koules/ChangeLog b/games-arcade/koules/ChangeLog
index 8fda1aa79211..9370536da7d0 100644
--- a/games-arcade/koules/ChangeLog
+++ b/games-arcade/koules/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/koules
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.8 2006/01/12 20:37:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.9 2006/02/03 23:58:14 mr_bones_ Exp $
+
+ 03 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> koules-1.4-r1.ebuild:
+ modular X deps - patch from Tupone Alfredo via bug #121481
12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> -files/1.4-gcc3.patch,
koules-1.4-r1.ebuild:
diff --git a/games-arcade/koules/Manifest b/games-arcade/koules/Manifest
index 499f34f2a12f..ca96c754e173 100644
--- a/games-arcade/koules/Manifest
+++ b/games-arcade/koules/Manifest
@@ -1,4 +1,4 @@
-MD5 8af01d0f60c88e2970a73dd5d00039fd ChangeLog 1130
+MD5 1aa2320f4afcd00fa42ccd87a52b4791 ChangeLog 1270
MD5 c489ac998a0db9dabf547376a262719a files/digest-koules-1.4-r1 133
-MD5 e7352ea384174b2fc989a8e5a85c427d koules-1.4-r1.ebuild 2613
+MD5 29d6b4b62cebe52eec20e17464da680c koules-1.4-r1.ebuild 2796
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
diff --git a/games-arcade/koules/koules-1.4-r1.ebuild b/games-arcade/koules/koules-1.4-r1.ebuild
index a6b37b8cc587..53392985943e 100644
--- a/games-arcade/koules/koules-1.4-r1.ebuild
+++ b/games-arcade/koules/koules-1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r1.ebuild,v 1.13 2006/01/18 20:59:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r1.ebuild,v 1.14 2006/02/03 23:58:14 mr_bones_ Exp $
inherit eutils games
@@ -15,16 +15,24 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="svga joystick tcltk"
-DEPEND="|| (
- svga? ( media-libs/svgalib )
- virtual/x11 )"
RDEPEND="|| (
svga? ( media-libs/svgalib )
+ ( x11-libs/libX11
+ x11-libs/libXext )
virtual/x11 )
|| (
tcltk? ( dev-lang/tk dev-lang/tcl )
dev-util/dialog )"
+DEPEND="${RDEPEND}
+ !svga? ( || ( ( x11-proto/xextproto
+ x11-proto/xproto
+ x11-base/xorg-server
+ x11-misc/gccmakedep
+ x11-misc/imake )
+ virtual/x11 )
+ app-text/rman )"
+
S=${WORKDIR}/${PN}${PV}
src_unpack() {