summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-10 20:27:37 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-10 20:27:37 +0000
commit550c307623bfe8b72d3625b8de44c59d336caa72 (patch)
tree1dcbbf3a141694dc55543f75a5a958b1b42c6389 /games-action/lugaru-demo
parentStable on x86; bug #118302 (diff)
downloadhistorical-550c307623bfe8b72d3625b8de44c59d336caa72.tar.gz
historical-550c307623bfe8b72d3625b8de44c59d336caa72.tar.bz2
historical-550c307623bfe8b72d3625b8de44c59d336caa72.zip
Added modular X dependencies.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-action/lugaru-demo')
-rw-r--r--games-action/lugaru-demo/ChangeLog8
-rw-r--r--games-action/lugaru-demo/Manifest4
-rw-r--r--games-action/lugaru-demo/lugaru-demo-1.0.ebuild19
3 files changed, 23 insertions, 8 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog
index 6f5ca790bae0..6438caf13eae 100644
--- a/games-action/lugaru-demo/ChangeLog
+++ b/games-action/lugaru-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/lugaru-demo
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.3 2005/10/21 17:27:06 wolf31o2 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.4 2006/01/10 20:27:37 wolf31o2 Exp $
+
+ 10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ lugaru-demo-1.0.ebuild:
+ Added modular X dependencies.
21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
lugaru-demo-1.0.ebuild:
diff --git a/games-action/lugaru-demo/Manifest b/games-action/lugaru-demo/Manifest
index 1032651ce032..e2e4675de51e 100644
--- a/games-action/lugaru-demo/Manifest
+++ b/games-action/lugaru-demo/Manifest
@@ -1,4 +1,4 @@
-MD5 a8940a2439c355785756d0ed79e300a3 ChangeLog 649
+MD5 cea01da6efad943beafb8d1237b1136d ChangeLog 762
MD5 88cfaf7e40a712458cf1133ad16e0a6e files/digest-lugaru-demo-1.0 71
-MD5 cc9fe65ae2511b8a804c8008a23122a2 lugaru-demo-1.0.ebuild 1156
+MD5 3ad8ac118b21612d9189f917475a387f lugaru-demo-1.0.ebuild 1341
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
diff --git a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0.ebuild
index ccebdd0d150c..a7933f44a5ea 100644
--- a/games-action/lugaru-demo/lugaru-demo-1.0.ebuild
+++ b/games-action/lugaru-demo/lugaru-demo-1.0.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/games-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.3 2005/10/21 17:27:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0.ebuild,v 1.4 2006/01/10 20:27:37 wolf31o2 Exp $
inherit games
@@ -13,10 +13,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="sys-libs/glibc
- amd64? ( app-emulation/emul-linux-x86-sdl )"
DEPEND="app-arch/unzip"
+RDEPEND="sys-libs/glibc
+ amd64? (
+ app-emulation/emul-linux-x86-compat
+ app-emulation/emul-linux-x86-sdl
+ app-emulation/emul-linux-x86-xlibs )
+ x86? (
+ || (
+ (
+ x11-libs/libX11
+ x11-libs/libXext )
+ virtual/x11 )
+ =virtual/libstdc++-3.3 )"
+
S=${WORKDIR}
src_unpack() {