diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-16 23:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-09-16 23:31:05 +0000 |
commit | 99dd03169e0d114302306eefb977264873ffb746 (patch) | |
tree | fedc7b2a59e2c409cbf04cd6351c7dc646e484b7 /games-fps | |
parent | EAPI4 bump, bug 381767 (diff) | |
download | gentoo-2-99dd03169e0d114302306eefb977264873ffb746.tar.gz gentoo-2-99dd03169e0d114302306eefb977264873ffb746.tar.bz2 gentoo-2-99dd03169e0d114302306eefb977264873ffb746.zip |
version bump (bug #383273)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-cpma/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog index dd24709bb992..d2413b149d3d 100644 --- a/games-fps/quake3-cpma/ChangeLog +++ b/games-fps/quake3-cpma/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/quake3-cpma -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.20 2009/10/10 17:25:18 nyhm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.21 2011/09/16 23:31:05 mr_bones_ Exp $ + +*quake3-cpma-1.48 (16 Sep 2011) + + 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> + +quake3-cpma-1.48.ebuild: + version bump (bug #383273) 10 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-cpma-1.46.ebuild: Stable on amd64/x86 diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild new file mode 100644 index 000000000000..f484cabcf545 --- /dev/null +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -0,0 +1,28 @@ +# 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.1 2011/09/16 23:31:05 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://promode.ru/files/cpma${PV//.}-nomaps.zip + http://www.promode.org/files/cpma-mappack-full.zip" + +LICENSE="as-is" +KEYWORDS="~amd64 ~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" +} |