diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-30 23:30:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-30 23:30:26 +0000 |
commit | 7dee037fa2e91335f3f75004d6395b44a4dea2e9 (patch) | |
tree | ae66bef81304ec0558f26335d6f236a85a8ed460 /games-fps/doom3-inhell | |
parent | Version bump. (diff) | |
download | gentoo-2-7dee037fa2e91335f3f75004d6395b44a4dea2e9.tar.gz gentoo-2-7dee037fa2e91335f3f75004d6395b44a4dea2e9.tar.bz2 gentoo-2-7dee037fa2e91335f3f75004d6395b44a4dea2e9.zip |
Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'games-fps/doom3-inhell')
-rw-r--r-- | games-fps/doom3-inhell/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild | 27 | ||||
-rw-r--r-- | games-fps/doom3-inhell/files/digest-doom3-inhell-1.1-r1 | 3 |
3 files changed, 38 insertions, 1 deletions
diff --git a/games-fps/doom3-inhell/ChangeLog b/games-fps/doom3-inhell/ChangeLog index e729251a9a91..3b16b175bf86 100644 --- a/games-fps/doom3-inhell/ChangeLog +++ b/games-fps/doom3-inhell/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/doom3-inhell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.2 2006/03/31 20:47:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.3 2006/10/30 23:30:26 wolf31o2 Exp $ + +*doom3-inhell-1.1-r1 (30 Oct 2006) + + 30 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +doom3-inhell-1.1-r1.ebuild: + Added new revision for testing which uses the brand-spankin-new + games-mods.eclass to reduce ebuild code. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> doom3-inhell-1.1.ebuild: diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild new file mode 100644 index 000000000000..911b5780b7a4 --- /dev/null +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.1 2006/10/30 23:30:26 wolf31o2 Exp $ + +MOD_DESC="Ultimate Doom-inspired levels for Doom 3" +MOD_NAME="In Hell" +MOD_DIR="inhell" + +inherit versionator games games-mods + +MY_PV=$(replace_version_separator 1 '') + +HOMEPAGE="http://www.doomerland.de.vu/" +SRC_URI="mirror://filefront/Doom_III/Mods/Single_Player/in_hell_v${MY_PV}.zip" + +LICENSE="as-is" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="games-fps/doom3" + +S=${WORKDIR} + +src_unpack() { + games-mods_src_unpack + mv In_Hell ${MOD_DIR} || die +} diff --git a/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1-r1 b/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1-r1 new file mode 100644 index 000000000000..8e2ed41e107c --- /dev/null +++ b/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1-r1 @@ -0,0 +1,3 @@ +MD5 1a5b8ece843b74fad2bb4b2c030eb2b4 in_hell_v11.zip 356652597 +RMD160 930a1dcf90fea94b4152c81b27f95d07cf58fe8c in_hell_v11.zip 356652597 +SHA256 47437c4335b77e89705617841d3af9479ab4dbef124a4590c3a7ed9e92934cbe in_hell_v11.zip 356652597 |