diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:27:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-01 21:27:28 +0000 |
commit | 8fd41b33dd14a0c6d5fc2c8e8b47810e84f10c2b (patch) | |
tree | ecb5d619b705b07fa4a4934b5738a0109398e861 /games-fps/quake3-cpma | |
parent | set IUSE; drop RDEPEND (diff) | |
download | gentoo-2-8fd41b33dd14a0c6d5fc2c8e8b47810e84f10c2b.tar.gz gentoo-2-8fd41b33dd14a0c6d5fc2c8e8b47810e84f10c2b.tar.bz2 gentoo-2-8fd41b33dd14a0c6d5fc2c8e8b47810e84f10c2b.zip |
rm
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-cpma')
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild | 23 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.43.ebuild | 36 |
2 files changed, 0 insertions, 59 deletions
diff --git a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild deleted file mode 100644 index 74719010ccdf..000000000000 --- a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 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.38-r1.ebuild,v 1.4 2006/10/23 23:18:27 wolf31o2 Exp $ - -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://www.promode.org/files/cpma-mappack-full.zip" - -LICENSE="as-is" - -KEYWORDS="-* ~amd64 ~ppc ~x86" - -RDEPEND="ppc? ( games-fps/${GAME} ) - !ppc? ( - || ( - games-fps/${GAME} - games-fps/${GAME}-bin ) )" diff --git a/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild deleted file mode 100644 index 1779887101ea..000000000000 --- a/games-fps/quake3-cpma/quake3-cpma-1.43.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 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.43.ebuild,v 1.1 2007/08/17 23:26:03 wolf31o2 Exp $ - -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="-* ~amd64 ~ppc ~x86" - -RDEPEND="ppc? ( games-fps/${GAME} ) - !ppc? ( - || ( - games-fps/${GAME} - games-fps/${GAME}-bin ) )" - -src_install() { - insinto "${GAMES_DATADIR}/${GAME}/baseq3" - doins "${WORKDIR}"/*.pk3 || die "pk3" - - games-mods_src_install -} - -pkg_postinst() { - games-mods_pkg_postinst - elog " To enable bots add: +bot_enable 1" -} |