summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-08 23:01:10 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-08 23:01:10 +0000
commit9e5ead47a4551a3145ddc9b84e87a14d6c763d12 (patch)
treec892693682f333dcfea3152abd8f2a17e31dbffa /games-fps
parentDefine ELISP_TEXINFO and use eclass default for src_compile. (diff)
downloadgentoo-2-9e5ead47a4551a3145ddc9b84e87a14d6c763d12.tar.gz
gentoo-2-9e5ead47a4551a3145ddc9b84e87a14d6c763d12.tar.bz2
gentoo-2-9e5ead47a4551a3145ddc9b84e87a14d6c763d12.zip
EAPI=2
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-damnation/ChangeLog7
-rw-r--r--games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild23
2 files changed, 22 insertions, 8 deletions
diff --git a/games-fps/ut2004-damnation/ChangeLog b/games-fps/ut2004-damnation/ChangeLog
index 7608da5b7ca5..d9d9793a6d03 100644
--- a/games-fps/ut2004-damnation/ChangeLog
+++ b/games-fps/ut2004-damnation/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/ut2004-damnation
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-damnation/ChangeLog,v 1.3 2008/07/28 16:51:21 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-damnation/ChangeLog,v 1.4 2009/10/08 23:01:10 nyhm Exp $
+
+ 08 Oct 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-damnation-2.0.ebuild:
+ EAPI=2
28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml:
Removing myself from metadata.xml since I am retiring from the project.
diff --git a/games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild b/games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild
index 988229a729a6..951a58b4c841 100644
--- a/games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild
+++ b/games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild
@@ -1,17 +1,28 @@
-# Copyright 1999-2007 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/ut2004-damnation/ut2004-damnation-2.0.ebuild,v 1.3 2009/10/01 22:09:56 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-damnation/ut2004-damnation-2.0.ebuild,v 1.4 2009/10/08 23:01:10 nyhm Exp $
+
+EAPI=2
MOD_DESC="steampunk fantasy/western action/adventure mod"
MOD_NAME="Damnation"
-MOD_BINS="damnation"
-MOD_TBZ2=${MOD_BINS}
+MOD_DIR="Damnation"
-inherit games games-mods
+inherit eutils games games-mods
-HOMEPAGE="http://www.damnationthegame.com/"
+HOMEPAGE="http://www.moddb.com/mods/damnation"
SRC_URI="mirror://liflg/damnation_${PV}-english.run"
LICENSE="freedist"
KEYWORDS="amd64 x86"
IUSE="dedicated opengl"
+
+src_unpack() {
+ unpack_makeself
+ unpack ./damnation_${PV}-english.tar.bz2
+}
+
+src_prepare() {
+ rm -rf bin setup.data
+ rm -f 3339* *.bz2 README* *.sh
+}