diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 22:08:59 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 22:08:59 +0000 |
commit | a1af08b28e054a5b7ec37758befc7ab59a1a55c8 (patch) | |
tree | 3180778d3a2fa66627ef08432a26fe522376afc3 /games-action | |
parent | marking sparc x86 stable (diff) | |
download | gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.gz gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.tar.bz2 gentoo-2-a1af08b28e054a5b7ec37758befc7ab59a1a55c8.zip |
Add modular depends
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bomberclone/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/bomberclone/bomberclone-0.11.6.2.ebuild | 16 | ||||
-rw-r--r-- | games-action/gltron/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.70-r1.ebuild | 7 |
4 files changed, 25 insertions, 13 deletions
diff --git a/games-action/bomberclone/ChangeLog b/games-action/bomberclone/ChangeLog index 547b9245842c..5d006b4e5e47 100644 --- a/games-action/bomberclone/ChangeLog +++ b/games-action/bomberclone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bomberclone -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.18 2005/10/03 19:48:25 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.19 2006/01/13 22:08:31 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> + bomberclone-0.11.6.2.ebuild: + Add modular depends 03 Oct 2005; Markus Rothe <corsair@gentoo.org> bomberclone-0.11.6.2.ebuild: diff --git a/games-action/bomberclone/bomberclone-0.11.6.2.ebuild b/games-action/bomberclone/bomberclone-0.11.6.2.ebuild index f9119faf7440..9ddfba7ffc86 100644 --- a/games-action/bomberclone/bomberclone-0.11.6.2.ebuild +++ b/games-action/bomberclone/bomberclone-0.11.6.2.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/bomberclone/bomberclone-0.11.6.2.ebuild,v 1.4 2005/10/03 19:48:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.6.2.ebuild,v 1.5 2006/01/13 22:08:31 genstef Exp $ inherit eutils games @@ -13,12 +13,18 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86" IUSE="X" -DEPEND="virtual/libc - X? ( virtual/x11 ) - >=media-libs/libsdl-1.1.0 +RDEPEND=">=media-libs/libsdl-1.1.0 media-libs/sdl-image media-libs/sdl-mixer" +DEPEND="${RDEPEND} + X? ( + || ( + x11-libs/libXt + virtual/x11 + ) + )" + src_compile() { egamesconf \ --disable-dependency-tracking \ diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog index 2b022dfc01b6..09480c1a5cfb 100644 --- a/games-action/gltron/ChangeLog +++ b/games-action/gltron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/gltron -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.10 2005/07/30 04:53:52 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.11 2006/01/13 22:08:59 genstef Exp $ + + 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> gltron-0.70-r1.ebuild: + Add modular depends *gltron-0.70-r1 (30 Jul 2005) diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild index 033ddc4ddb66..1c011130ef31 100644 --- a/games-action/gltron/gltron-0.70-r1.ebuild +++ b/games-action/gltron/gltron-0.70-r1.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/gltron/gltron-0.70-r1.ebuild,v 1.1 2005/07/30 04:53:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.2 2006/01/13 22:08:59 genstef Exp $ inherit eutils games @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/x11 - virtual/opengl +DEPEND="virtual/opengl sys-libs/zlib media-libs/libpng >=media-libs/libsdl-1.2 |