diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:25:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-14 17:25:45 +0000 |
commit | 6f8260be160cbeaef3d5c2f088735114ce5ec0e8 (patch) | |
tree | f85613656e6137c2941a444dc0a77be216268c6c /games-fps | |
parent | The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now h... (diff) | |
download | gentoo-2-6f8260be160cbeaef3d5c2f088735114ce5ec0e8.tar.gz gentoo-2-6f8260be160cbeaef3d5c2f088735114ce5ec0e8.tar.bz2 gentoo-2-6f8260be160cbeaef3d5c2f088735114ce5ec0e8.zip |
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now has ACCEPT_LICENSE), so drop it here too.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index 5f79bffb9005..f9789fda7f4c 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/rtcw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.36 2010/08/17 07:13:08 mr_bones_ Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.37 2011/12/14 17:25:45 vapier Exp $ + + 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> rtcw-1.41b.ebuild: + The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now + has ACCEPT_LICENSE), so drop it here too. 17 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> rtcw-1.41b.ebuild: work around buggy video driver (bug #326837) - sed patch from Jared diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index f9bb512dede9..da139f610b48 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/rtcw/rtcw-1.41b.ebuild,v 1.12 2010/08/17 07:13:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.13 2011/12/14 17:25:45 vapier Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="opengl dedicated" RESTRICT="strip mirror" -PROPERTIES="interactive" QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/rtcw/pb/pbag.so ${GAMES_PREFIX_OPT:1}/rtcw/pb/pbsv.so ${GAMES_PREFIX_OPT:1}/rtcw/pb/pbcl.so" @@ -38,7 +37,6 @@ RDEPEND="sys-libs/glibc S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |