summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2014-01-19 02:53:20 +0600
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2014-01-19 02:53:20 +0600
commit5f15a62a999d92a8e24d665241d10f0d1505974d (patch)
tree2ebe4be67924cd40144d20cc0c2ef00ae91f2661 /games-fps
parent[app-emulation/fs-uae-launcher] updated to fs-uae-launcher-2.3.15.ebuild (diff)
downloadgamerlay-5f15a62a999d92a8e24d665241d10f0d1505974d.tar.gz
gamerlay-5f15a62a999d92a8e24d665241d10f0d1505974d.tar.bz2
gamerlay-5f15a62a999d92a8e24d665241d10f0d1505974d.zip
[games-fps/brutal-doom] New version 19.
Package-Manager: portage-2.2.7 Manifest-Sign-Key: A018DE8C
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/brutal-doom/Manifest10
-rw-r--r--games-fps/brutal-doom/brutal-doom-19.ebuild (renamed from games-fps/brutal-doom/brutal-doom-0.18a.ebuild)13
2 files changed, 11 insertions, 12 deletions
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-19.ebuild
index 2cfe29f..fdb3f1e 100644
--- a/games-fps/brutal-doom/brutal-doom-0.18a.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-19.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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"
+SRC_URI="http://www.moddb.com/downloads/mirror/61237/73/11c6b91e5d60fdfd4a16333eac63e390 -> brutal${PV}.zip"
-LICENSE="as-is"
+LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO Add USEs for zdoom and skulltag
@@ -24,8 +23,8 @@ S="${WORKDIR}"
src_install() {
insinto "${GAMES_DATADIR}/doom-data"
- doins brutalv${MY_PV}.pk3
- dodoc "brutalv${MY_PV} changelog.txt"
+ doins brutal${PV}.pk3
+ dodoc *.txt
prepgamesdirs
}
@@ -33,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/brutalv${MY_PV}.pk3"
+ elog " zdoom -file ${GAMES_DATADIR}/doom-data/brutal${PV}.pk3"
echo
}