summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 19:25:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 19:25:46 +0000
commit3949c33c3127857425d3d88ce273f2f659af5a30 (patch)
treedfcd7a3c85e3c5b049055665209c66f2041ad906 /games-roguelike
parentMarking hardened-sources-2.6.18 stable on amd64 (see bug #157356, on behalf o... (diff)
downloadgentoo-2-3949c33c3127857425d3d88ce273f2f659af5a30.tar.gz
gentoo-2-3949c33c3127857425d3d88ce273f2f659af5a30.tar.bz2
gentoo-2-3949c33c3127857425d3d88ce273f2f659af5a30.zip
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/tome/ChangeLog6
-rw-r--r--games-roguelike/tome/tome-2.3.1.ebuild6
-rw-r--r--games-roguelike/tome/tome-2.3.3.ebuild11
-rw-r--r--games-roguelike/tome/tome-2.3.4.ebuild5
4 files changed, 15 insertions, 13 deletions
diff --git a/games-roguelike/tome/ChangeLog b/games-roguelike/tome/ChangeLog
index de41a489a93f..372f2042dc19 100644
--- a/games-roguelike/tome/ChangeLog
+++ b/games-roguelike/tome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-roguelike/tome
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.25 2006/11/24 15:44:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.26 2006/12/06 19:25:46 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> tome-2.3.1.ebuild,
+ tome-2.3.3.ebuild, tome-2.3.4.ebuild:
+ Remove old virtual/x11 dependency.
*tome-2.3.4 (24 Nov 2006)
diff --git a/games-roguelike/tome/tome-2.3.1.ebuild b/games-roguelike/tome/tome-2.3.1.ebuild
index 7883fccf5baa..520662c35ae1 100644
--- a/games-roguelike/tome/tome-2.3.1.ebuild
+++ b/games-roguelike/tome/tome-2.3.1.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-roguelike/tome/tome-2.3.1.ebuild,v 1.4 2006/02/27 23:34:27 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.1.ebuild,v 1.5 2006/12/06 19:25:46 wolf31o2 Exp $
inherit eutils games
@@ -15,9 +15,9 @@ KEYWORDS="~amd64 ppc ~ppc-macos x86"
IUSE=""
RDEPEND=">=sys-libs/ncurses-5
- || ( x11-libs/libX11 virtual/x11 )"
+ x11-libs/libX11"
DEPEND="${REDEPEND}
- || ( x11-misc/makedepend virtual/x11 )"
+ x11-misc/makedepend"
S="${WORKDIR}/tome-${MY_PV}-src"
diff --git a/games-roguelike/tome/tome-2.3.3.ebuild b/games-roguelike/tome/tome-2.3.3.ebuild
index adf09d91400c..f604942bab08 100644
--- a/games-roguelike/tome/tome-2.3.3.ebuild
+++ b/games-roguelike/tome/tome-2.3.3.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-roguelike/tome/tome-2.3.3.ebuild,v 1.3 2006/10/08 20:54:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.3.ebuild,v 1.4 2006/12/06 19:25:46 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -15,16 +15,15 @@ KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
IUSE="X Xaw3d gtk sdl"
RDEPEND=">=sys-libs/ncurses-5
- X? ( || ( x11-libs/libX11 virtual/x11 ) )
- Xaw3d? ( || ( x11-libs/libXaw virtual/x11 ) )
+ X? ( x11-libs/libX11 )
+ Xaw3d? ( x11-libs/libXaw )
sdl? (
media-libs/sdl-ttf
media-libs/sdl-image
- media-libs/libsdl
- )
+ media-libs/libsdl )
gtk? ( !amd64? ( =x11-libs/gtk+-1.2* ) )"
DEPEND="${REDEPEND}
- || ( x11-misc/makedepend virtual/x11 )"
+ x11-misc/makedepend"
S="${WORKDIR}/tome-${MY_PV}-src"
diff --git a/games-roguelike/tome/tome-2.3.4.ebuild b/games-roguelike/tome/tome-2.3.4.ebuild
index ca23e282cfb5..955bbb2090e4 100644
--- a/games-roguelike/tome/tome-2.3.4.ebuild
+++ b/games-roguelike/tome/tome-2.3.4.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-roguelike/tome/tome-2.3.4.ebuild,v 1.1 2006/11/24 15:44:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.4.ebuild,v 1.2 2006/12/06 19:25:46 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -20,8 +20,7 @@ RDEPEND=">=sys-libs/ncurses-5
sdl? (
media-libs/sdl-ttf
media-libs/sdl-image
- media-libs/libsdl
- )
+ media-libs/libsdl )
gtk? ( !amd64? ( =x11-libs/gtk+-1.2* ) )"
DEPEND="${REDEPEND}
x11-misc/makedepend"