Remove old virtual/x11 dependency.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 6 Dec 2006 17:27:54 +0000 (17:27 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 6 Dec 2006 17:27:54 +0000 (17:27 +0000)
Package-Manager: portage-2.1.2_rc2-r2

games-roguelike/angband/ChangeLog
games-roguelike/angband/angband-3.0.5.ebuild
games-roguelike/angband/angband-3.0.6.ebuild
games-roguelike/hengband/ChangeLog
games-roguelike/hengband/hengband-1.6.2-r1.ebuild

index 09a8d07020bb3206197f551f7cc9762506e2d4a6..442b8d30bb45bb3c9a7bbca3ea7ce0b47b066a62 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/angband
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.17 2006/07/18 05:20:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.18 2006/12/06 17:25:28 wolf31o2 Exp $
+
+  06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> angband-3.0.5.ebuild,
+  angband-3.0.6.ebuild:
+  Remove old virtual/x11 dependency.
 
   18 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> angband-3.0.6.ebuild:
   Add ~x86-fbsd keyword.
index 9c343a80e5cb194750973dcf8bb6b54fa27a2387..c34b402857a45a022843b04c2cf8c06b5c197fd4 100644 (file)
@@ -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/angband/angband-3.0.5.ebuild,v 1.10 2006/02/21 23:23:30 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.11 2006/12/06 17:25:28 wolf31o2 Exp $
 
 inherit games
 
@@ -14,10 +14,8 @@ KEYWORDS="amd64 ppc ~ppc-macos sparc x86"
 IUSE="X gtk"
 
 DEPEND=">=sys-libs/ncurses-5
-       gtk? (
-               =x11-libs/gtk+-1.2*
-       )
-       X? ( || ( x11-libs/libXaw virtual/x11 ) )"
+       gtk? ( =x11-libs/gtk+-1.2* )
+       X? ( x11-libs/libXaw )"
 
 src_unpack() {
        unpack ${A}
index 037c37458f19334902ea20a9d095ac4f5aa8792a..e6c149a43f568662bc2d50b7c778355b3df2eb45 100644 (file)
@@ -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/angband/angband-3.0.6.ebuild,v 1.2 2006/07/18 05:20:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.6.ebuild,v 1.3 2006/12/06 17:25:28 wolf31o2 Exp $
 
 inherit flag-o-matic games
 
@@ -14,10 +14,8 @@ KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86 ~x86-fbsd"
 IUSE="X gtk"
 
 DEPEND=">=sys-libs/ncurses-5
-       gtk? (
-               =x11-libs/gtk+-1.2*
-       )
-       X? ( || ( x11-libs/libXaw virtual/x11 ) )"
+       gtk? ( =x11-libs/gtk+-1.2* )
+       X? ( x11-libs/libXaw )"
 
 src_compile() {
        egamesconf \
index 765de5e0f04f18ff218afc24f25ba8cd1adc4ad3..389e5aacd12dae90506badea4b1ca302eb540774 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/hengband
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.10 2006/07/30 21:17:25 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/ChangeLog,v 1.11 2006/12/06 17:27:54 wolf31o2 Exp $
+
+  06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  hengband-1.6.2-r1.ebuild:
+  Remove old virtual/x11 dependency.
 
 *hengband-1.6.2-r1 (30 Jul 2006)
 
index f68297ab863aae178345b49c86089c4de4fd99eb..0673d9d9aa498bbcbad3ba221e88fc4f128b5e36 100644 (file)
@@ -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/hengband/hengband-1.6.2-r1.ebuild,v 1.1 2006/07/30 21:17:25 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/hengband/hengband-1.6.2-r1.ebuild,v 1.2 2006/12/06 17:27:54 wolf31o2 Exp $
 
 inherit toolchain-funcs eutils games
 
@@ -15,9 +15,9 @@ SLOT="0"
 IUSE="X linguas_ja"
 
 RDEPEND=">=sys-libs/ncurses-5
-       X? ( || ( x11-libs/libX11 virtual/x11 ) )"
+       X? ( x11-libs/libX11 )"
 DEPEND="${RDEPEND}
-       X? ( || ( x11-libs/libXt virtual/x11 ) )"
+       X? ( x11-libs/libXt )"
 
 src_unpack() {
        unpack ${A}