diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 00:45:18 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 01:15:02 -0500 |
commit | e8a203ce3a916a6ac45f0cf75a7e24e1d3467861 (patch) | |
tree | e8c3c3862b26357c39c87e1054930b1c3c3608d3 /games-fps/quake3-cpma | |
parent | games-fps/quake3-bfp: EAPI=5 (diff) | |
download | gentoo-e8a203ce3a916a6ac45f0cf75a7e24e1d3467861.tar.gz gentoo-e8a203ce3a916a6ac45f0cf75a7e24e1d3467861.tar.bz2 gentoo-e8a203ce3a916a6ac45f0cf75a7e24e1d3467861.zip |
games-fps/quake3-cpma: EAPI=5; HOMEPAGE and KEYWORD update for bug #454864
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/quake3-cpma')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild index 350b88477d7c..0c0b20dc263e 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -2,20 +2,19 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 - +EAPI=5 MOD_DESC="advanced FPS competition mod" MOD_NAME="Challenge Pro Mode Arena" MOD_DIR="cpma" inherit games games-mods -HOMEPAGE="http://www.promode.org/" -SRC_URI="http://www.slashquit.net/files/x/q3/cpma${PV//.}-nomaps.zip - http://www.slashquit.net/files/x/q3/cpma-mappack-full.zip" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://packages.vstone.eu/quake3/install/cpma${PV//.}-nomaps.zip + http://packages.vstone.eu/quake3/install/cpma-mappack-full.zip" LICENSE="all-rights-reserved" -KEYWORDS="~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" src_prepare() { |