diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-29 06:25:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-29 06:25:33 +0000 |
commit | 79a8b0b37fea80f1ad5d8b93424b0f395793aeba (patch) | |
tree | 04367a4942a515b5c72ad7991db7e464b4a9c51b /games-rpg/tux_aqfh | |
parent | version bump (diff) | |
download | historical-79a8b0b37fea80f1ad5d8b93424b0f395793aeba.tar.gz historical-79a8b0b37fea80f1ad5d8b93424b0f395793aeba.tar.bz2 historical-79a8b0b37fea80f1ad5d8b93424b0f395793aeba.zip |
stable for x86; tidy
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-rpg/tux_aqfh')
-rw-r--r-- | games-rpg/tux_aqfh/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/tux_aqfh/Manifest | 16 | ||||
-rw-r--r-- | games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild | 14 |
3 files changed, 15 insertions, 23 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/Manifest b/games-rpg/tux_aqfh/Manifest index 05fda560b984..dcd8d92f8004 100644 --- a/games-rpg/tux_aqfh/Manifest +++ b/games-rpg/tux_aqfh/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c5a19743656221ba50587784f95ef3d4 ChangeLog 538 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 8b57c904ab163a2def3ba3b94dd2d9ac tux_aqfh-1.0.14.ebuild 855 -MD5 55e00842bfacd631d3d525bfe36af3ae files/1.0.14-fix-paths.patch 5925 +MD5 8e7ff5bb61ed1759a6f900036b2001e3 tux_aqfh-1.0.14.ebuild 819 +MD5 66d6878fa2bcdb523a12954d080ba0dd ChangeLog 644 MD5 d7312654531d476da25eb8494cf4c397 files/digest-tux_aqfh-1.0.14 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBWLTNI1lqEGTUzyQRApivAKDOTuFXI0THnj2SSMDJzqfP0CCQaQCdESAB -Ip0oPhePLD8YtHDCfgdn080= -=xs6k ------END PGP SIGNATURE----- +MD5 55e00842bfacd631d3d525bfe36af3ae files/1.0.14-fix-paths.patch 5925 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" } |