diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-14 23:04:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-14 23:04:48 +0000 |
commit | 5a81a40838a245bb2e03513fb169230d99a48a84 (patch) | |
tree | fa01b4074f0c94e972ae267a4ff7e991f89a24c4 /games-strategy/xbattle | |
parent | Added new ebuild using the megapack distfile. Ebuild by Paul Bredbury <brebs... (diff) | |
download | gentoo-2-5a81a40838a245bb2e03513fb169230d99a48a84.tar.gz gentoo-2-5a81a40838a245bb2e03513fb169230d99a48a84.tar.bz2 gentoo-2-5a81a40838a245bb2e03513fb169230d99a48a84.zip |
modular X deps
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'games-strategy/xbattle')
-rw-r--r-- | games-strategy/xbattle/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/xbattle/xbattle-5.4.1.ebuild | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index ffc24eb08169..535cb0c28f68 100644 --- a/games-strategy/xbattle/ChangeLog +++ b/games-strategy/xbattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattle -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.3 2004/12/30 05:10:23 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.4 2006/03/14 23:04:48 mr_bones_ Exp $ + + 14 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> xbattle-5.4.1.ebuild: + modular X deps 29 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> xbattle-5.4.1.ebuild: official homepage went away so use a replacement (bug #72885); tidy diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 47393f62edf7..59452c8ab613 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.4 2004/12/30 05:10:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.5 2006/03/14 23:04:48 mr_bones_ Exp $ inherit games @@ -13,7 +13,13 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" IUSE="" -DEPEND="virtual/x11" +RDEPEND=" + || ( ( x11-libs/libXext x11-libs/libX11 ) + virtual/x11 )" +DEPEND="${RDEPENDS} + || ( ( x11-proto/xproto x11-libs/libX11 app-text/rman x11-misc/imake ) + virtual/x11 )" + src_unpack() { unpack ${A} |