commit: 1ca0082e0cb8d764f1263442f05cc59f7a2f18bb Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Sun Jan 3 05:51:16 2016 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> 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 }
