From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65BA31388C3 for ; Tue, 12 Jan 2016 06:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD12521C008; Tue, 12 Jan 2016 06:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51DF821C011 for ; Tue, 12 Jan 2016 06:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0B90340A42 for ; Tue, 12 Jan 2016 06:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EBAD06 for ; Tue, 12 Jan 2016 06:48:31 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1452581289.2c27f9d215a3a21632465bfa50c87524a2b11e60.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-lms/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doom3-lms/Manifest games-fps/doom3-lms/doom3-lms-4.ebuild X-VCS-Directories: games-fps/doom3-lms/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 2c27f9d215a3a21632465bfa50c87524a2b11e60 X-VCS-Branch: master Date: Tue, 12 Jan 2016 06:48:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07eb68f9-f376-4546-b1a2-cabe374cc9e4 X-Archives-Hash: c88ed9b839d9fc6dd8da9d5c9a77afcb commit: 2c27f9d215a3a21632465bfa50c87524a2b11e60 Author: Michael Sterrett gentoo org> AuthorDate: Tue Jan 12 00:35:33 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Jan 12 06:48:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c27f9d2 games-fps/doom3-lms: EAPI=5; update download location Package-Manager: portage-2.2.26 games-fps/doom3-lms/Manifest | 2 +- 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 29422c4..3ba8733 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 0ef5a05..7f80769 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}" }