diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-11 19:35:33 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 01:48:09 -0500 |
commit | 2c27f9d215a3a21632465bfa50c87524a2b11e60 (patch) | |
tree | 4247e6db1ba0c6fe0fe505e1b1ed141327d16057 /games-fps | |
parent | games-fps/doom3-mitm: EAPI=5 (diff) | |
download | gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.tar.gz gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.tar.bz2 gentoo-2c27f9d215a3a21632465bfa50c87524a2b11e60.zip |
games-fps/doom3-lms: EAPI=5; update download location
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-lms/Manifest | 2 | ||||
-rw-r--r-- | games-fps/doom3-lms/doom3-lms-4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/doom3-lms/Manifest b/games-fps/doom3-lms/Manifest index 29422c4fa051..3ba87338b7cf 100644 --- a/games-fps/doom3-lms/Manifest +++ b/games-fps/doom3-lms/Manifest @@ -1 +1 @@ -DIST LastManStandingCoop4Multiplatform.zip 309768743 SHA256 3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e +DIST LastManStandingCoop4Multiplatform.zip 309768743 SHA256 3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e SHA512 f3d6fb1beab25dafc51a59153edb4cbb173ea4cdfd924b8f9610873bc1326efc2d85d62a23c6523b4a61319718a35ed44fecdf59bc8346fb1abb159ac93e6b15 WHIRLPOOL f9a2f06ac687df06782b0bb8ec54f2042ed5fc5051a2fa4fa893b57ba221c05b5f95f99eaad9bdcc0efca71b6ec38ba7c8d9919fd0cd3c207be55f29e85d7625 diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild index 0ef5a05c986a..7f80769456ee 100644 --- a/games-fps/doom3-lms/doom3-lms-4.ebuild +++ b/games-fps/doom3-lms/doom3-lms-4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="add co-op support and/or play against swarms of monsters" MOD_NAME="Last Man Standing" @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/9934113" + elog "http://www.moddb.com/mods/last-man-standing-coop/downloads" elog "and move it to ${DISTDIR}" } |