diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 00:28:16 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 01:15:00 -0500 |
commit | 9f46a8e2d89fc823db60b349ed9a0591f97e2694 (patch) | |
tree | 7e5a925ac7d817926b25fd18002e16f8e510d93e /games-fps/quake3-alliance | |
parent | games-fps/quake3-defrag: EAPI=5 (diff) | |
download | gentoo-9f46a8e2d89fc823db60b349ed9a0591f97e2694.tar.gz gentoo-9f46a8e2d89fc823db60b349ed9a0591f97e2694.tar.bz2 gentoo-9f46a8e2d89fc823db60b349ed9a0591f97e2694.zip |
games-fps/quake3-alliance: EAPI=5
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/quake3-alliance')
-rw-r--r-- | games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild index 897e5cd1fb23..5af3a0951154 100644 --- a/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild +++ b/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild @@ -2,28 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 - +EAPI=5 MOD_DESC="fast paced, off-handed grapple mod" MOD_NAME="Alliance" MOD_DIR="alliance" inherit games games-mods +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://quakeunity/modifications/alliance/alliance30.zip http://www.superkeff.net/mods/mods/alliance/alliance30.zip mirror://quakeunity/modifications/alliance/alliance30-33.zip http://www.superkeff.net/mods/mods/alliance/alliance30-33.zip" -HOMEPAGE="http://www.planetquake.com/alliance/" LICENSE="freedist" KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" -src_unpack() { - unpack alliance30.zip alliance30-33.zip -} - src_prepare() { rm -f *.exe } |