From 5f15a62a999d92a8e24d665241d10f0d1505974d Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sun, 19 Jan 2014 02:53:20 +0600 Subject: [games-fps/brutal-doom] New version 19. Package-Manager: portage-2.2.7 Manifest-Sign-Key: A018DE8C --- games-fps/brutal-doom/Manifest | 10 +++---- games-fps/brutal-doom/brutal-doom-0.18a.ebuild | 38 -------------------------- games-fps/brutal-doom/brutal-doom-19.ebuild | 37 +++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 43 deletions(-) delete mode 100644 games-fps/brutal-doom/brutal-doom-0.18a.ebuild create mode 100644 games-fps/brutal-doom/brutal-doom-19.ebuild (limited to 'games-fps') diff --git a/games-fps/brutal-doom/Manifest b/games-fps/brutal-doom/Manifest index 9c8bd5b..d72712e 100644 --- a/games-fps/brutal-doom/Manifest +++ b/games-fps/brutal-doom/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -DIST brutalv018a.zip 17850866 SHA256 bab77521d5169b73d8731752f584f96fa10e79d0c560eef97716921d7e481e7f SHA512 c940afc94317937b9b91da071440053d426b82a43d9f756aa2b3c899d7e966da06cc2d4226258f5b074ea2da780043a5cecfa2e0ba9e21d4c0aee14d282e8d60 WHIRLPOOL c90b1ccb5d9bf2ff20916da51a8a35f5e36d8d4fe7dbfab555f7b4ae23fd946d05c2ca365ddc215e4c28d76efd13e91ac1719c55dece7e19bfe8f8a1f2cbc0c4 +DIST brutal19.zip 19249618 SHA256 471f1dcc1aee317a111ec3aab84d2ae7f7ab61d23d34a58a89048dac24a8df4f SHA512 5b87f3a849fc61561fc971c24c1cc2840fc42e063ef2a946cfd11dc77a3d0cbd310750836f2b1b8be86e1c3211a1b426447ef2917caef3adc8cbef50f6f321b2 WHIRLPOOL 57a89674b60660d9b67c9198bfe9c72f0febf7fbd92e78cbbaa645b9756624b0e73633f2b2aded0472ee9896840d20cc43400c43861e602a668801175be330b7 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) +Version: GnuPG v2.0.22 (GNU/Linux) -iF4EAREIAAYFAlF0Mg8ACgkQz+A7F6AY3ozpCAEAll6LC838QoekxzEdIOD1lz3A -XikwFzeb1ucUT7MDhiEA/1ZH4qNlj6tji4rPUJxQoyU+Lgm7WSURPW/GSlt6PRtl -=ZPBg +iF4EAREIAAYFAlLa6cAACgkQz+A7F6AY3oywsgD/QxXp5Q7e3xl40OzpuuZlJQJx +tYmbUPjXyKDX23YPRR0BANqrxocQ9QIScCFP1Hofl5RxAdEIn1Doo5xUCMUq1EMB +=k/X2 -----END PGP SIGNATURE----- diff --git a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild b/games-fps/brutal-doom/brutal-doom-0.18a.ebuild deleted file mode 100644 index 2cfe29f..0000000 --- a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit games -MY_PV=${PV/./} - -DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent." -HOMEPAGE="http://www.moddb.com/mods/brutal-doom/" -SRC_URI="http://www.moddb.com/downloads/mirror/51150/98/09811e55e4b436312ae8a92d83c286de -> brutalv${MY_PV}.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# TODO Add USEs for zdoom and skulltag -IUSE="" - -RDEPEND=">=games-fps/zdoom-2.7.0" -DEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_install() { - insinto "${GAMES_DATADIR}/doom-data" - doins brutalv${MY_PV}.pk3 - dodoc "brutalv${MY_PV} changelog.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/brutalv${MY_PV}.pk3" - echo -} diff --git a/games-fps/brutal-doom/brutal-doom-19.ebuild b/games-fps/brutal-doom/brutal-doom-19.ebuild new file mode 100644 index 0000000..fdb3f1e --- /dev/null +++ b/games-fps/brutal-doom/brutal-doom-19.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit games + +DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent." +HOMEPAGE="http://www.moddb.com/mods/brutal-doom/" +SRC_URI="http://www.moddb.com/downloads/mirror/61237/73/11c6b91e5d60fdfd4a16333eac63e390 -> brutal${PV}.zip" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64 ~x86" +# TODO Add USEs for zdoom and skulltag +IUSE="" + +RDEPEND=">=games-fps/zdoom-2.7.0" +DEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_install() { + insinto "${GAMES_DATADIR}/doom-data" + doins brutal${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/brutal${PV}.pk3" + echo +} -- cgit v1.2.3-65-gdbad