summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-08-29 06:25:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-08-29 06:25:33 +0000
commitcb3349dadf8c8fd050cfee6ad2bc04dc8512a714 (patch)
treecad29e1b9e57b686cbfd5519024929f940e38013 /games-rpg
parentversion bump (diff)
downloadgentoo-2-cb3349dadf8c8fd050cfee6ad2bc04dc8512a714.tar.gz
gentoo-2-cb3349dadf8c8fd050cfee6ad2bc04dc8512a714.tar.bz2
gentoo-2-cb3349dadf8c8fd050cfee6ad2bc04dc8512a714.zip
stable for x86; tidy
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/tux_aqfh/ChangeLog8
-rw-r--r--games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild14
2 files changed, 12 insertions, 10 deletions
diff --git a/games-rpg/tux_aqfh/ChangeLog b/games-rpg/tux_aqfh/ChangeLog
index 8fbd8d59c043..8b1ef1a33f1d 100644
--- a/games-rpg/tux_aqfh/ChangeLog
+++ b/games-rpg/tux_aqfh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/tux_aqfh
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.3 2004/09/28 00:47:59 swegener Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $
+
+ 29 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ tux_aqfh-1.0.14.ebuild:
+ stable for x86; tidy
28 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Gentoo Technologies, Inc. -> Gentoo Foundation
diff --git a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild
index 0250a77b8927..19e27a17d252 100644
--- a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild
+++ b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.3 2004/08/01 11:45:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $
inherit eutils games
@@ -10,19 +10,17 @@ SRC_URI="http://tuxaqfh.sourceforge.net/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~alpha ~amd64 ~ppc"
+KEYWORDS="~alpha ~amd64 ~ppc x86"
IUSE=""
-RDEPEND=">=media-libs/plib-1.8.0
+DEPEND=">=media-libs/plib-1.8.0
virtual/x11
virtual/opengl"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-fix-paths.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-fix-paths.patch
autoreconf || die "couldnt autoreconf"
}