diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-12-11 14:45:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-12-11 14:45:12 +0000 |
commit | 3978fa4f2bdd7424511161772043e0847d0f0afa (patch) | |
tree | 0561e309d182ecddd43ee48d6173e225273bd281 /games-fps | |
parent | alpha/ia64/sh/sparc stable wrt #390969 (diff) | |
download | gentoo-2-3978fa4f2bdd7424511161772043e0847d0f0afa.tar.gz gentoo-2-3978fa4f2bdd7424511161772043e0847d0f0afa.tar.bz2 gentoo-2-3978fa4f2bdd7424511161772043e0847d0f0afa.zip |
stable for x86; drop old
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-cpma/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.46.ebuild | 29 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog index 05db4d1d17a4..45e67996ee68 100644 --- a/games-fps/quake3-cpma/ChangeLog +++ b/games-fps/quake3-cpma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-cpma # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.22 2011/11/10 16:05:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.23 2011/12/11 14:45:11 mr_bones_ Exp $ + + 11 Dec 2011; Michael Sterrett <mr_bones_@gentoo.org> + -quake3-cpma-1.46.ebuild, quake3-cpma-1.48.ebuild: + stable for x86; drop old 10 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> quake3-cpma-1.46.ebuild, quake3-cpma-1.48.ebuild: diff --git a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild deleted file mode 100644 index 78e0f967d63d..000000000000 --- a/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.46.ebuild,v 1.5 2011/11/10 16:05:01 mr_bones_ Exp $ - -EAPI=2 - -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.challenge-tv.com/demostorage/files/cpm/cpma${PV//.}-nomaps.zip - http://ftp1.srv.endpoint.nu/pub/repository/challenge-tv/demostorage/files/cpm/cpma${PV//.}-nomaps.zip - http://www.promode.org/files/cpma-mappack-full.zip" - -LICENSE="as-is" -KEYWORDS="~ppc x86" -IUSE="dedicated opengl" - -src_prepare() { - mv -f *.pk3 ${MOD_DIR} || die -} - -pkg_postinst() { - games-mods_pkg_postinst - elog "To enable bots: +bot_enable 1" -} diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild index 4922e5da4596..a8f2207e40c7 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.2 2011/11/10 16:05:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.3 2011/12/11 14:45:11 mr_bones_ Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://promode.ru/files/cpma${PV//.}-nomaps.zip http://www.promode.org/files/cpma-mappack-full.zip" LICENSE="as-is" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="dedicated opengl" src_prepare() { |