summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2015-06-21 02:30:51 +0500
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2015-06-21 02:30:51 +0500
commitbb67b68ab6a90a61747c874d11632660f5e84142 (patch)
tree6361fe736ac45d11267591d830c5b3f5aff37b28 /games-fps
parent2048-qt: added (diff)
downloadgamerlay-bb67b68ab6a90a61747c874d11632660f5e84142.tar.gz
gamerlay-bb67b68ab6a90a61747c874d11632660f5e84142.tar.bz2
gamerlay-bb67b68ab6a90a61747c874d11632660f5e84142.zip
[games-fps/brutal-doom] Bump to 20.
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/brutal-doom/Manifest12
-rw-r--r--games-fps/brutal-doom/brutal-doom-20.ebuild (renamed from games-fps/brutal-doom/brutal-doom-19.ebuild)8
2 files changed, 5 insertions, 15 deletions
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-20.ebuild
index fdb3f1e..4cb99c9 100644
--- a/games-fps/brutal-doom/brutal-doom-19.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,7 +8,7 @@ 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"
+SRC_URI="http://www.moddb.com/downloads/mirror/85648/108/4ad2d36692d9a4c4a50e2f7afd98ef70 -> brutal${PV}.zip"
LICENSE="HPND"
SLOT="0"
@@ -23,7 +23,7 @@ S="${WORKDIR}"
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins brutal${PV}.pk3
+ doins brutalv${PV}.pk3
dodoc *.txt
prepgamesdirs
}
@@ -32,6 +32,6 @@ 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"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutalv${PV}.pk3"
echo
}