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 69C081388BF for ; Sun, 10 Jan 2016 01:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA94E0855; Sun, 10 Jan 2016 01:17:38 +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 2FD96E083B for ; Sun, 10 Jan 2016 01:17:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC52733E5E4 for ; Sun, 10 Jan 2016 01:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CCBDD06 for ; Sun, 10 Jan 2016 01:17:34 +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: <1452386941.97b4718783d4a79687d45eb407c85154d8e2efd0.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-mega/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild X-VCS-Directories: games-fps/ut2004-bonuspack-mega/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 97b4718783d4a79687d45eb407c85154d8e2efd0 X-VCS-Branch: master Date: Sun, 10 Jan 2016 01:17:34 +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: d5513320-a31d-46ed-9a95-0749af515917 X-Archives-Hash: 203b89c1fcd9c6cd8dc0dbea4d52c9fe commit: 97b4718783d4a79687d45eb407c85154d8e2efd0 Author: Michael Sterrett gentoo org> AuthorDate: Sat Jan 9 17:20:07 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Jan 10 00:49:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b47187 games-fps/ut2004-bonuspack-mega: EAPI=5 Package-Manager: portage-2.2.26 games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild index 66a4285..3b42037 100644 --- a/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild +++ b/games-fps/ut2004-bonuspack-mega/ut2004-bonuspack-mega-1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Megapack bonus pack" MOD_NAME="Megapack" @@ -12,9 +12,7 @@ inherit games games-mods MY_P="ut2004megapack-linux.tar.bz2" HOMEPAGE="http://www.unrealtournament2004.com/" SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P} - http://0day.icculus.org/ut2004/${MY_P} - ftp://ftp.games.skynet.be/pub/misc/${MY_P} - http://sonic-lux.net/data/mirror/ut2004/${MY_P}" + http://0day.icculus.org/ut2004/${MY_P}" LICENSE="ut2003" KEYWORDS="amd64 x86"