summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2012-04-24 01:19:26 +0600
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2012-04-24 01:19:26 +0600
commitc4eca7e60c89ce2e47169eda6b923411ac087b57 (patch)
tree56aeddf37137f2b9f08498d3aeef9789a0f31354 /games-fps
parent[games-fps/zdoom] Enchanced port of DOOM engine. (diff)
downloadgamerlay-c4eca7e60c89ce2e47169eda6b923411ac087b57.tar.gz
gamerlay-c4eca7e60c89ce2e47169eda6b923411ac087b57.tar.bz2
gamerlay-c4eca7e60c89ce2e47169eda6b923411ac087b57.zip
[games-fps/brutal-doom] A mod that attempts to make Doom faster placed, harder,
gorier and more violent. (Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/brutal-doom/Manifest3
-rw-r--r--games-fps/brutal-doom/brutal-doom-0.15a.ebuild36
-rw-r--r--games-fps/brutal-doom/metadata.xml15
3 files changed, 54 insertions, 0 deletions
diff --git a/games-fps/brutal-doom/Manifest b/games-fps/brutal-doom/Manifest
new file mode 100644
index 0000000..0492958
--- /dev/null
+++ b/games-fps/brutal-doom/Manifest
@@ -0,0 +1,3 @@
+DIST BRUTALGZDOOMV015a.zip 9731334 RMD160 6d486c401549ffc2dcc9a260a1a357d54d86593a SHA1 add7edb4d92fdbcd7232cc29a01023c1da531396 SHA256 fad28cbf11da23ee26d64967480f00eb2139a7f5b12fe4c11517b5f324b14120
+EBUILD brutal-doom-0.15a.ebuild 852 RMD160 3729c2d41a261adbc61fc9710359bf05e12ea18e SHA1 34b5d0a073e039c9f651600064f84561426f1d0b SHA256 9bc667ffd35ecddb148a8f7fed53c491b940969b3722293d8405ede5f939f99c
+MISC metadata.xml 531 RMD160 55ffa1fce716a77bf817034e488d9d20f16e8e6d SHA1 d25dce37e8e15ac45fa213ad7d49d9691def5019 SHA256 d384d40473346203a7be074d62f08070081530efa447fa7fc5fc378840f6256b
diff --git a/games-fps/brutal-doom/brutal-doom-0.15a.ebuild b/games-fps/brutal-doom/brutal-doom-0.15a.ebuild
new file mode 100644
index 0000000..fc3e896
--- /dev/null
+++ b/games-fps/brutal-doom/brutal-doom-0.15a.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit games
+MY_PV=${PV/./}
+
+DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent."
+HOMEPAGE="http://wadhost.fathax.com/download.php?view.20"
+SRC_URI="http://wadhost.fathax.com/e107_files/downloads/BRUTALGZDOOMV${MY_PV}.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# TODO Add USEs for zdoom and skulltag
+IUSE=""
+
+RDEPEND="games-fps/zdoom"
+DEPEND="app-arch/unzip"
+
+src_install() {
+ insinto "${GAMES_DATADIR}/doom-data"
+ doins BRUTALGZDOOMV${MY_PV}.pk3
+ dodoc *.txt
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ echo
+ elog "In order to play this mod run zdoom with -file option:"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/BRUTALGZDOOMV${MY_PV}.pk3"
+ echo
+}
diff --git a/games-fps/brutal-doom/metadata.xml b/games-fps/brutal-doom/metadata.xml
new file mode 100644
index 0000000..6afc669
--- /dev/null
+++ b/games-fps/brutal-doom/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+A mod that attempts to make Doom faster placed, harder, gorier and more violent.
+</longdescription>
+<longdescription lang="en">
+Мод, делающий игру Doom сложнее, динамичней и значительно жестче.
+</longdescription>
+</pkgmetadata>
+