diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:28:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:28:54 +0000 |
commit | a08609e3d575cc8c4078b548f7f646ef31ed4bdb (patch) | |
tree | 6e551a26346e26d3189911cd781f6e23183b26f9 /games-fps/quake3-lrctf | |
parent | avoid multiple inclusions when possible to speed caching up (diff) | |
download | historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.tar.gz historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.tar.bz2 historical-a08609e3d575cc8c4078b548f7f646ef31ed4bdb.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'games-fps/quake3-lrctf')
-rw-r--r-- | games-fps/quake3-lrctf/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games-fps/quake3-lrctf/ChangeLog b/games-fps/quake3-lrctf/ChangeLog index bdc33504779c..883b4f5acfd0 100644 --- a/games-fps/quake3-lrctf/ChangeLog +++ b/games-fps/quake3-lrctf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-lrctf -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/ChangeLog,v 1.3 2009/10/07 04:26:31 nyhm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/ChangeLog,v 1.4 2011/12/14 17:23:13 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> quake3-lrctf-1.1.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-lrctf-1.1.ebuild: EAPI=2 diff --git a/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild b/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild index 56263fcaf4a7..37cfab7b376d 100644 --- a/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild +++ b/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v 1.4 2009/10/07 04:26:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-lrctf/quake3-lrctf-1.1.ebuild,v 1.5 2011/12/14 17:23:13 vapier Exp $ EAPI=2 @@ -16,6 +16,3 @@ SRC_URI="http://lrctf.com/release/LRCTF_Q3A_v${PV}_full.zip" LICENSE="LRCTF" KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" -PROPERTIES="interactive" - -GAMES_CHECK_LICENSE="yes" |