From 99dd03169e0d114302306eefb977264873ffb746 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 16 Sep 2011 23:31:05 +0000 Subject: version bump (bug #383273) (Portage version: 2.1.10.11/cvs/Linux i686) --- games-fps/quake3-cpma/ChangeLog | 10 ++++++++-- games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 28 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 games-fps/quake3-cpma/quake3-cpma-1.48.ebuild (limited to 'games-fps') 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 + +quake3-cpma-1.48.ebuild: + version bump (bug #383273) 10 Oct 2009; Tristan Heaven 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" +} -- cgit v1.2.3-65-gdbad