summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-02-21 23:23:30 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-02-21 23:23:30 +0000
commit896336c80994b934cc6cf4c7a6e0066a17619b72 (patch)
tree88f9d7d92dfff1c4dd1fcac68fba4921e29f8839 /games-roguelike
parentRemove old version. Version bump. (diff)
downloadgentoo-2-896336c80994b934cc6cf4c7a6e0066a17619b72.tar.gz
gentoo-2-896336c80994b934cc6cf4c7a6e0066a17619b72.tar.bz2
gentoo-2-896336c80994b934cc6cf4c7a6e0066a17619b72.zip
Modular X dependency fix
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/angband/ChangeLog7
-rw-r--r--games-roguelike/angband/Manifest14
-rw-r--r--games-roguelike/angband/angband-3.0.5.ebuild13
-rw-r--r--games-roguelike/angband/files/digest-angband-3.0.52
4 files changed, 22 insertions, 14 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog
index f04c0dca96aa..95bae53f670a 100644
--- a/games-roguelike/angband/ChangeLog
+++ b/games-roguelike/angband/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/angband
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.13 2005/10/29 10:14:35 grobian Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.14 2006/02/21 23:23:30 tupone Exp $
+
+ 21 Feb 2006; <Tupone@gentoo.org> angband-3.0.5.ebuild:
+ Modular X dependency fix
29 Oct 2005; Fabian Groffen <grobian@gentoo.org> angband-3.0.5.ebuild:
Marked ~ppc-macos (bug #106116)
diff --git a/games-roguelike/angband/Manifest b/games-roguelike/angband/Manifest
index ed91cd973628..576abdefdde1 100644
--- a/games-roguelike/angband/Manifest
+++ b/games-roguelike/angband/Manifest
@@ -1,4 +1,12 @@
-MD5 a6983508558ec383e6f709e8f2860b92 angband-3.0.5.ebuild 1331
-MD5 96b051f3ecd3fcbcd4bd9bc598c80e56 ChangeLog 2019
+MD5 95a1ea1c0db4987dec3fd52fbdce8661 ChangeLog 2104
+RMD160 d9cf264b432a4af61a4db0d8f5ffa2b98220ae1d ChangeLog 2104
+SHA256 3633e69d3a0a55c8bbdadedc2bb192f31107586185bc7e68590a2320ad85b77d ChangeLog 2104
+MD5 b8a7f6a5eaa72b5eb1bfd60c31975ec9 angband-3.0.5.ebuild 1271
+RMD160 96e0c4c5c25fc68b64991a980eeaa0b31aea247e angband-3.0.5.ebuild 1271
+SHA256 40bb4ba7fc119d92bf542038881c5c8e87863be3a1faa94c2a6d1b2e54078c89 angband-3.0.5.ebuild 1271
+MD5 38d92b56fd1ef54f693ed6a2b3facee3 files/digest-angband-3.0.5 244
+RMD160 cc678c6a2861140906064052a0afe4b19d5ae68f files/digest-angband-3.0.5 244
+SHA256 54cf65cf27f1676a39260d0da6230a14a108619e50034bba6c7ddd127855d937 files/digest-angband-3.0.5 244
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 664ca676ca11ddb5e8c75f01ed3d89cf files/digest-angband-3.0.5 66
+RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158
+SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158
diff --git a/games-roguelike/angband/angband-3.0.5.ebuild b/games-roguelike/angband/angband-3.0.5.ebuild
index 26ad1c9b5d28..9c343a80e5cb 100644
--- a/games-roguelike/angband/angband-3.0.5.ebuild
+++ b/games-roguelike/angband/angband-3.0.5.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-roguelike/angband/angband-3.0.5.ebuild,v 1.9 2005/10/29 10:14:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.10 2006/02/21 23:23:30 tupone Exp $
inherit games
@@ -13,16 +13,11 @@ SLOT="0"
KEYWORDS="amd64 ppc ~ppc-macos sparc x86"
IUSE="X gtk"
-RDEPEND="virtual/libc
- >=sys-libs/ncurses-5
+DEPEND=">=sys-libs/ncurses-5
gtk? (
=x11-libs/gtk+-1.2*
- dev-libs/glib
- virtual/x11
)
- X? ( virtual/x11 )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+ X? ( || ( x11-libs/libXaw virtual/x11 ) )"
src_unpack() {
unpack ${A}
diff --git a/games-roguelike/angband/files/digest-angband-3.0.5 b/games-roguelike/angband/files/digest-angband-3.0.5
index 8dba1f0cf1fb..5a786aa1a4a9 100644
--- a/games-roguelike/angband/files/digest-angband-3.0.5
+++ b/games-roguelike/angband/files/digest-angband-3.0.5
@@ -1 +1,3 @@
MD5 cc61e55baf4ffdcf9bfc6caa14935ec0 angband-3.0.5.tar.gz 1496319
+RMD160 f22ac3b1e1b109be803c2712f8ba23b605b97eca angband-3.0.5.tar.gz 1496319
+SHA256 274224bc94444ad2de1bb57e648109dd14f009a47c2de552953d9d8139362c73 angband-3.0.5.tar.gz 1496319