summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:25:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:25:10 +0000
commit0f6df676254e3cb245857760d6ad90d62146156c (patch)
tree9f25a9e472829f380b6c769522cc28623f4e041c /games-arcade
parentSimplify dependencies. Quote $FILESDIR and $D. (diff)
downloadgentoo-2-0f6df676254e3cb245857760d6ad90d62146156c.tar.gz
gentoo-2-0f6df676254e3cb245857760d6ad90d62146156c.tar.bz2
gentoo-2-0f6df676254e3cb245857760d6ad90d62146156c.zip
Moved games_pkg_setup to the beginning of pkg_setup and marking stable on amd64 since the previous revision didn't work properly on amd64.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tomatoes/ChangeLog7
-rw-r--r--games-arcade/tomatoes/tomatoes-1.55-r1.ebuild4
-rw-r--r--games-arcade/tomatoes/tomatoes-1.55.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/games-arcade/tomatoes/ChangeLog b/games-arcade/tomatoes/ChangeLog
index 485dc48be278..a97a8fffe7cf 100644
--- a/games-arcade/tomatoes/ChangeLog
+++ b/games-arcade/tomatoes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-arcade/tomatoes
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.9 2006/03/22 21:40:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.10 2006/04/13 20:25:10 wolf31o2 Exp $
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> tomatoes-1.55.ebuild,
+ tomatoes-1.55-r1.ebuild:
+ Moved games_pkg_setup to the beginning of pkg_setup and marking stable on
+ amd64 since the previous revision didn't work properly on amd64.
22 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
tomatoes-1.55-r1.ebuild:
diff --git a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild
index fd1d261595cf..c70e9f5da800 100644
--- a/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild
+++ b/games-arcade/tomatoes/tomatoes-1.55-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-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.3 2006/03/22 21:40:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r1.ebuild,v 1.4 2006/04/13 20:25:10 wolf31o2 Exp $
inherit eutils games
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tomatoes/tomatoes-linux-src-${PV}.tar.bz2
LICENSE="ZLIB"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="virtual/opengl
diff --git a/games-arcade/tomatoes/tomatoes-1.55.ebuild b/games-arcade/tomatoes/tomatoes-1.55.ebuild
index df0c51342a9f..ef9697a364ae 100644
--- a/games-arcade/tomatoes/tomatoes-1.55.ebuild
+++ b/games-arcade/tomatoes/tomatoes-1.55.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-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.7 2005/03/23 01:58:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55.ebuild,v 1.8 2006/04/13 20:25:10 wolf31o2 Exp $
inherit eutils games
@@ -22,12 +22,12 @@ DEPEND="virtual/opengl
media-libs/sdl-mixer"
pkg_setup() {
+ games_pkg_setup
if ! built_with_use media-libs/sdl-mixer mikmod ; then
eerror "Tomatoes doesn't work properly if sdl-mixer"
eerror "is built with USE=-mikmod"
die "Please emerge sdl-mixer with USE=mikmod"
fi
- games_pkg_setup
}
src_unpack() {