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 9B5D51384B4 for ; Sun, 3 Jan 2016 06:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3D7821C02B; Sun, 3 Jan 2016 06:17:02 +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 AF245E088A for ; Sun, 3 Jan 2016 06:17:00 +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 E78213406C0 for ; Sun, 3 Jan 2016 06:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F1AD0D for ; Sun, 3 Jan 2016 06:16:55 +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: <1451801713.1ca0082e0cb8d764f1263442f05cc59f7a2f18bb.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-ruinhunters/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild X-VCS-Directories: games-fps/quake3-ruinhunters/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 1ca0082e0cb8d764f1263442f05cc59f7a2f18bb X-VCS-Branch: master Date: Sun, 3 Jan 2016 06:16:55 +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: df1f16cd-f723-4429-b400-66a5ce4a0b20 X-Archives-Hash: c2df7772d30215d4920a81479e8aaf8f commit: 1ca0082e0cb8d764f1263442f05cc59f7a2f18bb Author: Michael Sterrett gentoo org> AuthorDate: Sun Jan 3 05:51:16 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Jan 3 06:15:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0082e games-fps/quake3-ruinhunters: EAPI=5 Package-Manager: portage-2.2.24 .../quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild index 1ee884d..ebdde67 100644 --- a/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild +++ b/games-fps/quake3-ruinhunters/quake3-ruinhunters-1.0a-r1.ebuild @@ -2,26 +2,22 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 -MOD_DESC="a anime/fantasy mod with cartoonish characters and arcade-like gameplay" +EAPI=5 +MOD_DESC="Anime mod with cartoon actors and arcade-like gameplay" MOD_NAME="Ruin Hunters" MOD_DIR="ruin" inherit games games-mods -HOMEPAGE="http://planetquake.gamespy.com/View.php?view=Quake3.Detail&id=1824" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI=" - mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10a_patch.zip - mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10.zip" + mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10.zip + mirror://quakeunity/modifications/ruinhunters/ruin_hunters_v10a_patch.zip" LICENSE="freedist" KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" -src_unpack() { - unpack ruin_hunters_{v10,v10a_patch}.zip -} - src_prepare() { rm -f *.bat }