diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 20:15:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 20:15:22 +0000 |
commit | efb88b78a862690045fd1c41bf17e9c0f0171bf1 (patch) | |
tree | c8f9a94930d86e12c26f6606b4382644144a08e5 /games-action | |
parent | old (diff) | |
download | gentoo-2-efb88b78a862690045fd1c41bf17e9c0f0171bf1.tar.gz gentoo-2-efb88b78a862690045fd1c41bf17e9c0f0171bf1.tar.bz2 gentoo-2-efb88b78a862690045fd1c41bf17e9c0f0171bf1.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heretic2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index 0b2fa5bcb037..f3c0be8bedae 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/heretic2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.9 2011/12/14 17:13:02 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.10 2012/01/16 20:15:22 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> heretic2-1.06c.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-action/heretic2/heretic2-1.06c.ebuild b/games-action/heretic2/heretic2-1.06c.ebuild index f8b22d847020..c2a9cced30f9 100644 --- a/games-action/heretic2/heretic2-1.06c.ebuild +++ b/games-action/heretic2/heretic2-1.06c.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/heretic2/heretic2-1.06c.ebuild,v 1.9 2011/12/14 17:13:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.10 2012/01/16 20:15:22 ulm Exp $ -inherit eutils multilib games +inherit eutils cdrom multilib games DESCRIPTION="Third-person classic magical action-adventure game" HOMEPAGE="http://lokigames.com/products/heretic2/ @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" RESTRICT="strip" -PROPERTIES="interactive" QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/${PN}/base/*.so" DEPEND="games-util/loki_patch" |