diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 17:22:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 17:22:39 +0000 |
commit | 257ed7d62093bcfc6c27171898b103ce79ab9680 (patch) | |
tree | 7c12997e69b63516335558feac21b5f7861d6732 | |
parent | fix SRC_URI typo; fix digest (diff) | |
download | gentoo-2-257ed7d62093bcfc6c27171898b103ce79ab9680.tar.gz gentoo-2-257ed7d62093bcfc6c27171898b103ce79ab9680.tar.bz2 gentoo-2-257ed7d62093bcfc6c27171898b103ce79ab9680.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
-rw-r--r-- | games-fps/quake2-icculus/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 11 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 20 |
3 files changed, 22 insertions, 15 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog index d4b4900c4fa1..c4e04f70f12e 100644 --- a/games-fps/quake2-icculus/ChangeLog +++ b/games-fps/quake2-icculus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-icculus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.23 2006/06/27 21:46:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.24 2006/12/05 17:22:39 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake2-icculus-0.16.1.ebuild, quake2-icculus-0.16.1-r1.ebuild: + Removing old virtual/x11 dependency. 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> +files/0.16-rogue-armor.patch, quake2-icculus-0.16.1.ebuild, diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index b30ee19238b9..631556eb7111 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-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-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.2 2006/06/27 21:46:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.3 2006/12/05 17:22:39 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -27,10 +27,11 @@ RDEPEND="${UIDEPEND} cdinstall? ( games-fps/quake2-data ) demo? ( games-fps/quake2-demodata )" DEPEND="${UIDEPEND} - X? ( || ( - ( x11-proto/xproto x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto ) - virtual/x11 - ) ) + X? ( + x11-proto/xproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xf86vidmodeproto ) rogue? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) ) xatrix? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) )" diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index a092b7254493..436a35445adf 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.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-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.16 2006/06/27 21:46:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.17 2006/12/05 17:22:39 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -21,18 +21,20 @@ RDEPEND="opengl? ( virtual/opengl ) svga? ( media-libs/svgalib ) sdl? ( media-libs/libsdl ) aalib? ( media-libs/aalib ) - X? ( || ( - ( x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86dga x11-libs/libXxf86vm ) - virtual/x11 - ) ) + X? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXxf86dga + x11-libs/libXxf86vm ) alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts ) media-libs/jpeg" DEPEND="${RDEPEND} - X? ( || ( - ( x11-proto/xproto x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto ) - virtual/x11 - ) ) + X? ( + x11-proto/xproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xf86vidmodeproto ) rogue? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) ) xatrix? ( || ( sys-freebsd/freebsd-ubin app-arch/sharutils ) )" |