diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 23:18:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 23:18:27 +0000 |
commit | 4eb0dafbb89571b6e0ec386e794f84f447d629f5 (patch) | |
tree | e5598db392816e599fb780bebd72f54373bc3963 /games-fps/quake3-cpma | |
parent | Version bump. (diff) | |
download | gentoo-2-4eb0dafbb89571b6e0ec386e794f84f447d629f5.tar.gz gentoo-2-4eb0dafbb89571b6e0ec386e794f84f447d629f5.tar.bz2 gentoo-2-4eb0dafbb89571b6e0ec386e794f84f447d629f5.zip |
Removing unused variables.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps/quake3-cpma')
-rw-r--r-- | games-fps/quake3-cpma/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog index 4acf8291e106..6d3a7145b131 100644 --- a/games-fps/quake3-cpma/ChangeLog +++ b/games-fps/quake3-cpma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-cpma # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.13 2006/10/23 19:07:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.14 2006/10/23 23:18:27 wolf31o2 Exp $ + + 23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-cpma-1.38-r1.ebuild: + Removing unused variables. 23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake3-cpma-1.38-r1.ebuild: diff --git a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild index 48f35fc14a9e..74719010ccdf 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.38-r1.ebuild @@ -1,11 +1,9 @@ # 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.3 2006/10/23 19:08:37 wolf31o2 Exp $ +# $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_TBZ2 -#MOD_ICON MOD_DIR="cpma" inherit games games-mods |