diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:06:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:06:50 +0000 |
commit | 37b4db3c03d681aa879f39968e9a5b76471a2f75 (patch) | |
tree | e100ec570b90ae992a59b937248225583834e265 /games-action/fakk2 | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-37b4db3c03d681aa879f39968e9a5b76471a2f75.tar.gz gentoo-2-37b4db3c03d681aa879f39968e9a5b76471a2f75.tar.bz2 gentoo-2-37b4db3c03d681aa879f39968e9a5b76471a2f75.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-action/fakk2')
-rw-r--r-- | games-action/fakk2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index c04f8cb4b15b..13c3790ba5d2 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/fakk2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.18 2011/12/14 17:12:57 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.19 2012/01/16 19:06:50 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> fakk2-1.02.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> fakk2-1.02.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index fff7d3cf828e..8c8689c79f17 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.18 2011/12/14 17:12:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.19 2012/01/16 19:06:50 ulm Exp $ -inherit eutils games +inherit eutils cdrom games IUSE="nocd" DESCRIPTION="Heavy Metal: FAKK2 - 3D third-person action shooter based on the Heavy Metal comics/movies" @@ -13,7 +13,6 @@ LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="x86" RESTRICT="strip" -PROPERTIES="interactive" RDEPEND="virtual/opengl" |