summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-07 00:56:30 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-07 00:56:30 +0000
commitea1240deffe5c0e672422cc3e22b4a7d59fd75ad (patch)
tree8b63856b10de61e8f532fcffef62ac8d2725bf55 /games-fps/quake3-ruinhunters
parentEAPI=2; update SRC_URI; remove useless files (diff)
downloadgentoo-2-ea1240deffe5c0e672422cc3e22b4a7d59fd75ad.tar.gz
gentoo-2-ea1240deffe5c0e672422cc3e22b4a7d59fd75ad.tar.bz2
gentoo-2-ea1240deffe5c0e672422cc3e22b4a7d59fd75ad.zip
EAPI=2; fix unpack order
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-ruinhunters')
-rw-r--r--games-fps/quake3-ruinhunters/ChangeLog8
-rw-r--r--games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild18
2 files changed, 20 insertions, 6 deletions
diff --git a/games-fps/quake3-ruinhunters/ChangeLog b/games-fps/quake3-ruinhunters/ChangeLog
index 170aa9507233..13cfc95a6ac1 100644
--- a/games-fps/quake3-ruinhunters/ChangeLog
+++ b/games-fps/quake3-ruinhunters/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3-ruinhunters
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ruinhunters/ChangeLog,v 1.6 2006/10/24 21:34:10 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ruinhunters/ChangeLog,v 1.7 2009/10/07 00:56:30 nyhm Exp $
+
+ 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org>
+ quake3-ruinhunters-1.0a-r1.ebuild:
+ EAPI=2; fix unpack order
*quake3-ruinhunters-1.0a-r1 (24 Oct 2006)
diff --git a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
index e0b1594e6fdd..88329f530dce 100644
--- a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
+++ b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild,v 1.2 2009/10/01 21:47:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild,v 1.3 2009/10/07 00:56:30 nyhm Exp $
+
+EAPI=2
MOD_DESC="a anime/fantasy mod with cartoonish characters and arcade-like gameplay"
MOD_NAME="Ruin Hunters"
@@ -8,12 +10,20 @@ MOD_DIR="ruin"
inherit games games-mods
+HOMEPAGE="http://planetquake.gamespy.com/View.php?view=Quake3.Detail&id=1824"
SRC_URI="mirror://gentoo/ruin_hunters_v10.zip
mirror://gentoo/ruin_hunters_v10a_patch.zip
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ruin_hunters_v10a_patch.zip
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ruin_hunters_v10.zip"
-HOMEPAGE="http://planetquake.gamespy.com/View.php?view=Quake3.Detail&id=1824"
LICENSE="freedist"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"
+
+src_unpack() {
+ unpack ruin_hunters_{v10,v10a_patch}.zip
+}
+
+src_prepare() {
+ rm -f *.bat
+}