summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-roguelike/angband/ChangeLog7
-rw-r--r--games-roguelike/angband/angband-3.0.6.ebuild6
-rw-r--r--games-roguelike/nethack/ChangeLog7
-rw-r--r--games-roguelike/nethack/nethack-3.4.3-r1.ebuild8
-rw-r--r--games-roguelike/tome/ChangeLog8
-rw-r--r--games-roguelike/tome/tome-2.3.1.ebuild6
-rw-r--r--games-roguelike/tome/tome-2.3.4.ebuild6
7 files changed, 28 insertions, 20 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog
index c1fdf4757b22..64c6e2cf9926 100644
--- a/games-roguelike/angband/ChangeLog
+++ b/games-roguelike/angband/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/angband
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.23 2007/08/24 15:55:41 tupone Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.24 2008/01/14 20:31:55 grobian Exp $
+
+ 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> angband-3.0.6.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
*angband-3.0.9 (24 Aug 2007)
diff --git a/games-roguelike/angband/angband-3.0.6.ebuild b/games-roguelike/angband/angband-3.0.6.ebuild
index ecc062d6c345..d536a4aaa260 100644
--- a/games-roguelike/angband/angband-3.0.6.ebuild
+++ b/games-roguelike/angband/angband-3.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.7 2007/03/12 16:43:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.6.ebuild,v 1.8 2008/01/14 20:31:55 grobian Exp $
inherit flag-o-matic games
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.thangorodrim.net/pub/${PN}/Source/${P}.tar.gz"
LICENSE="Moria"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc-macos sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
IUSE="X gtk"
DEPEND=">=sys-libs/ncurses-5
diff --git a/games-roguelike/nethack/ChangeLog b/games-roguelike/nethack/ChangeLog
index c6e5111b1990..d37b8569af2d 100644
--- a/games-roguelike/nethack/ChangeLog
+++ b/games-roguelike/nethack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/nethack
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.26 2007/04/01 04:05:56 mr_bones_ Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.27 2008/01/14 20:33:41 grobian Exp $
+
+ 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> nethack-3.4.3-r1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
01 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org>
nethack-3.4.3-r1.ebuild:
diff --git a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
index 98c7ac43018d..e76e0d9e96a7 100644
--- a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.19 2007/04/01 04:05:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.20 2008/01/14 20:33:41 grobian Exp $
inherit eutils toolchain-funcs flag-o-matic games
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz"
LICENSE="nethack"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc-macos sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc sparc x86 ~x86-fbsd"
IUSE="X qt3"
RDEPEND="virtual/libc
@@ -77,8 +77,6 @@ src_compile() {
local qtver=
local lflags="-L/usr/X11R6/lib"
- use ppc-macos && lflags="${lflags} -undefined dynamic_lookup"
-
has_version =x11-libs/qt-3* \
&& qtver=3 \
|| qtver=2
diff --git a/games-roguelike/tome/ChangeLog b/games-roguelike/tome/ChangeLog
index 32c38fff8710..a0de614615ca 100644
--- a/games-roguelike/tome/ChangeLog
+++ b/games-roguelike/tome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-roguelike/tome
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.28 2007/07/23 05:27:54 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.29 2008/01/14 20:35:11 grobian Exp $
+
+ 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> tome-2.3.1.ebuild,
+ tome-2.3.4.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
23 Jul 2007; Mike Frysinger <vapier@gentoo.org> tome-2.3.4.ebuild:
Punt bindnow-flags usage.
diff --git a/games-roguelike/tome/tome-2.3.1.ebuild b/games-roguelike/tome/tome-2.3.1.ebuild
index 676b647a6839..5fb59b9bd49e 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.6 2007/03/12 17:19:44 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.1.ebuild,v 1.7 2008/01/14 20:35:11 grobian Exp $
inherit eutils games
@@ -11,7 +11,7 @@ SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tar.bz2"
LICENSE="Moria"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc-macos x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND=">=sys-libs/ncurses-5
diff --git a/games-roguelike/tome/tome-2.3.4.ebuild b/games-roguelike/tome/tome-2.3.4.ebuild
index 2ae0f3a9f5f0..f238af76685e 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.3 2007/07/23 05:27:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.4.ebuild,v 1.4 2008/01/14 20:35:11 grobian Exp $
inherit eutils games
@@ -11,7 +11,7 @@ SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tar.bz2"
LICENSE="Moria"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="X Xaw3d gtk sdl"
RDEPEND=">=sys-libs/ncurses-5