diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-31 00:43:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-31 00:43:12 +0000 |
commit | bdbeb506dbc1ddd6bb276a31f981a4c13f82ecf6 (patch) | |
tree | 98ea970a63056be79c111285367481f7ff8ced9c /games-action | |
parent | set upper border limit to sphinx for doc build, fixes bugs 544360 & 543864 (diff) | |
download | gentoo-2-bdbeb506dbc1ddd6bb276a31f981a4c13f82ecf6.tar.gz gentoo-2-bdbeb506dbc1ddd6bb276a31f981a4c13f82ecf6.tar.bz2 gentoo-2-bdbeb506dbc1ddd6bb276a31f981a4c13f82ecf6.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/fakk2/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index 13c3790ba5d2..9d3b6f70d484 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/fakk2 -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.20 2015/03/31 00:43:12 mr_bones_ Exp $ + + 31 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> fakk2-1.02.ebuild: + EAPI=5 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> fakk2-1.02.ebuild: Migrate to cdrom.eclass, bug 398809. @@ -60,4 +63,3 @@ 27 Jul 2003; Chris Gianelloni <wolf31o2@gentoo.org> files/fakk2: Initial import. Ebuild by me. - diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index 8c8689c79f17..f242142e4336 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 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.19 2012/01/16 19:06:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.20 2015/03/31 00:43:12 mr_bones_ Exp $ +EAPI=5 inherit eutils cdrom games -IUSE="nocd" DESCRIPTION="Heavy Metal: FAKK2 - 3D third-person action shooter based on the Heavy Metal comics/movies" HOMEPAGE="http://www.lokigames.com/products/fakk2/" SRC_URI="" @@ -12,6 +12,7 @@ SRC_URI="" LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="x86" +IUSE="nocd" RESTRICT="strip" RDEPEND="virtual/opengl" |