diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 14:20:29 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-06 14:20:29 +0000 |
commit | 76c1e10d1a60e2334c80a54f7c251186e283352c (patch) | |
tree | 413eff5b757ca71b3f5a1d43e9b63ab6f731c47e /games-fps | |
parent | Moved games-fps/avp-cvs to games-fps/avp (diff) | |
download | gentoo-2-76c1e10d1a60e2334c80a54f7c251186e283352c.tar.gz gentoo-2-76c1e10d1a60e2334c80a54f7c251186e283352c.tar.bz2 gentoo-2-76c1e10d1a60e2334c80a54f7c251186e283352c.zip |
Commented inherit line to remove cvs and added a new inherit line without cvs. This should keep QA off our back, even though we weren't actually using the cvs portions currently.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/avp/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/avp/avp-20031110.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-fps/avp/ChangeLog b/games-fps/avp/ChangeLog index 5b43b168c1a3..31433c722896 100644 --- a/games-fps/avp/ChangeLog +++ b/games-fps/avp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/avp-cvs # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.1 2006/06/06 14:11:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/ChangeLog,v 1.2 2006/06/06 14:20:29 wolf31o2 Exp $ + + 06 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> avp-20031110.ebuild: + Commented inherit line to remove cvs and added a new inherit line without + cvs. This should keep QA off our back, even though we weren't actually using + the cvs portions currently. *avp-20031110 (06 Jun 2006) diff --git a/games-fps/avp/avp-20031110.ebuild b/games-fps/avp/avp-20031110.ebuild index d9dc757d3028..449dd98d60c8 100644 --- a/games-fps/avp/avp-20031110.ebuild +++ b/games-fps/avp/avp-20031110.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/avp-20031110.ebuild,v 1.1 2006/06/06 14:11:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/avp/avp-20031110.ebuild,v 1.2 2006/06/06 14:20:29 wolf31o2 Exp $ #ECVS_SERVER="icculus.org:/cvs/cvsroot" ECVS_PASS="anonymous" ECVS_MODULE="avp" -inherit eutils cvs games +#inherit eutils cvs games +inherit eutils games DESCRIPTION="Linux port of Aliens vs Predator" HOMEPAGE="http://www.icculus.org/avp/" |