From bb67b68ab6a90a61747c874d11632660f5e84142 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sun, 21 Jun 2015 02:30:51 +0500 Subject: [games-fps/brutal-doom] Bump to 20. --- games-fps/brutal-doom/Manifest | 12 +--------- games-fps/brutal-doom/brutal-doom-19.ebuild | 37 ----------------------------- games-fps/brutal-doom/brutal-doom-20.ebuild | 37 +++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 48 deletions(-) delete mode 100644 games-fps/brutal-doom/brutal-doom-19.ebuild create mode 100644 games-fps/brutal-doom/brutal-doom-20.ebuild (limited to 'games-fps') diff --git a/games-fps/brutal-doom/Manifest b/games-fps/brutal-doom/Manifest index d72712e..2653aa5 100644 --- a/games-fps/brutal-doom/Manifest +++ b/games-fps/brutal-doom/Manifest @@ -1,11 +1 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST brutal19.zip 19249618 SHA256 471f1dcc1aee317a111ec3aab84d2ae7f7ab61d23d34a58a89048dac24a8df4f SHA512 5b87f3a849fc61561fc971c24c1cc2840fc42e063ef2a946cfd11dc77a3d0cbd310750836f2b1b8be86e1c3211a1b426447ef2917caef3adc8cbef50f6f321b2 WHIRLPOOL 57a89674b60660d9b67c9198bfe9c72f0febf7fbd92e78cbbaa645b9756624b0e73633f2b2aded0472ee9896840d20cc43400c43861e602a668801175be330b7 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iF4EAREIAAYFAlLa6cAACgkQz+A7F6AY3oywsgD/QxXp5Q7e3xl40OzpuuZlJQJx -tYmbUPjXyKDX23YPRR0BANqrxocQ9QIScCFP1Hofl5RxAdEIn1Doo5xUCMUq1EMB -=k/X2 ------END PGP SIGNATURE----- +DIST brutal20.zip 27988554 SHA256 eddbc1b0b9e105fc1e6d7bd2576264db32cb99b108ebcf035dbf083bc627d7f5 SHA512 262b64ba4788a9c70dd07bd9324b4b58e10e14730d6ce5720e0705fb667bb55688e89e7f14179f739df498e2fbf61615576026743da92d8f7fe2871396abfb2c WHIRLPOOL 12e68bbcb29720ff3515d6500cf4e71b5b94d48d089d67c86c3dc50dd944311ca2794db333822aca182cfbb95c1a9fa4f2727686ea31d11bbf21e606332110f2 diff --git a/games-fps/brutal-doom/brutal-doom-19.ebuild b/games-fps/brutal-doom/brutal-doom-19.ebuild deleted file mode 100644 index fdb3f1e..0000000 --- a/games-fps/brutal-doom/brutal-doom-19.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -} diff --git a/games-fps/brutal-doom/brutal-doom-20.ebuild b/games-fps/brutal-doom/brutal-doom-20.ebuild new file mode 100644 index 0000000..4cb99c9 --- /dev/null +++ b/games-fps/brutal-doom/brutal-doom-20.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 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/85648/108/4ad2d36692d9a4c4a50e2f7afd98ef70 -> 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 brutalv${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/brutalv${PV}.pk3" + echo +} -- cgit v1.2.3-65-gdbad