diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 03:10:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-22 03:10:08 +0000 |
commit | fe4c4fadb5be2fbe2c2216c82e6bb07b7d67c0b1 (patch) | |
tree | 0720e8daa4170cb7dea55dfbd10b2e6fb69fa42a /games-fps/doom3-inhell | |
parent | Initial import. Ebuild by Paul Bredbury <brebs@sent.com>. Closing bug #119658. (diff) | |
download | historical-fe4c4fadb5be2fbe2c2216c82e6bb07b7d67c0b1.tar.gz historical-fe4c4fadb5be2fbe2c2216c82e6bb07b7d67c0b1.tar.bz2 historical-fe4c4fadb5be2fbe2c2216c82e6bb07b7d67c0b1.zip |
Initial import. Ebuild by Paul Bredbury <brebs@sent.com>. Closing bug #119258.
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'games-fps/doom3-inhell')
-rw-r--r-- | games-fps/doom3-inhell/ChangeLog | 11 | ||||
-rw-r--r-- | games-fps/doom3-inhell/doom3-inhell-1.1.ebuild | 36 | ||||
-rw-r--r-- | games-fps/doom3-inhell/files/digest-doom3-inhell-1.1 | 3 | ||||
-rw-r--r-- | games-fps/doom3-inhell/metadata.xml | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/games-fps/doom3-inhell/ChangeLog b/games-fps/doom3-inhell/ChangeLog new file mode 100644 index 000000000000..e136a935a9b7 --- /dev/null +++ b/games-fps/doom3-inhell/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2006/03/22 03:10:07 wolf31o2 Exp $ + +*doom3-inhell-1.1 (22 Mar 2006) + + 22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +doom3-inhell-1.1.ebuild: + Initial import. Ebuild by Paul Bredbury <brebs@sent.com>. Closing bug + #119258. + diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild new file mode 100644 index 000000000000..55f7ba49f20b --- /dev/null +++ b/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild @@ -0,0 +1,36 @@ +# 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.ebuild,v 1.1 2006/03/22 03:10:07 wolf31o2 Exp $ + +inherit versionator games + +MY_PV=$(replace_version_separator 1 '') + +MOD="in_hell" +DESCRIPTION="Ultimate Doom-inspired levels for Doom 3" +HOMEPAGE="http://www.doomerland.de.vu/" +SRC_URI="mirror://filefront/Doom_III/Mods/Single_Player/in_hell_v${MY_PV}.zip" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="nomirror nostrip" + +RDEPEND="games-fps/doom3" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR} + +src_install() { + mv In_Hell ${MOD} + + insinto "${GAMES_PREFIX_OPT}"/doom3/ + doins -r ${MOD} || die "doins failed" + + games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}" + make_desktop_entry ${PN} "Doom III - In Hell" doom3.png + + prepgamesdirs +} diff --git a/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1 b/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1 new file mode 100644 index 000000000000..8e2ed41e107c --- /dev/null +++ b/games-fps/doom3-inhell/files/digest-doom3-inhell-1.1 @@ -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 diff --git a/games-fps/doom3-inhell/metadata.xml b/games-fps/doom3-inhell/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/doom3-inhell/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |