diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:44:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:44:05 +0000 |
commit | fe3d93d3efc225f0197d2cd8d6548f04b9d7d206 (patch) | |
tree | e060e3b97a47f6017fd1c00f0d3a1aa6a5cd5595 /games-strategy | |
parent | Fix media-tv/linuxtv-dvb-headers dependency (diff) | |
download | gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.tar.gz gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.tar.bz2 gentoo-2-fe3d93d3efc225f0197d2cd8d6548f04b9d7d206.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/heroes3/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-strategy/heroes3/ChangeLog b/games-strategy/heroes3/ChangeLog index 80e2d9d81795..731f813d63a0 100644 --- a/games-strategy/heroes3/ChangeLog +++ b/games-strategy/heroes3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/heroes3 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.21 2011/12/14 17:34:28 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/ChangeLog,v 1.22 2012/01/16 19:44:05 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> heroes3-1.3.1a-r2.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heroes3-1.3.1a-r2.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild index 4c95beebc671..9e486ab0df98 100644 --- a/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild +++ b/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild @@ -1,6 +1,6 @@ -# 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-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.13 2011/12/14 17:34:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3/heroes3-1.3.1a-r2.ebuild,v 1.14 2012/01/16 19:44:05 ulm Exp $ # [x] Base Install Required (+4 MB) # [x] Scenarios (+7 MB) @@ -16,7 +16,7 @@ LANGPACKBASE="http://babelize.org/download/" LANGPACKPATHPREFIX="${LANGPACKBASE}/${LANGPACKPREFIX}" LANGPACKVERSION=1.0.4 -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Heroes of Might and Magic III : The Restoration of Erathia - turn-based 2-D medieval combat" HOMEPAGE="http://www.lokigames.com/products/heroes3/" @@ -39,7 +39,6 @@ IUSE="nocd maps music sounds videos" #linguas_en linguas_es linguas_pl linguas_de" KEYWORDS="~ppc x86" RESTRICT="strip" -PROPERTIES="interactive" DEPEND="=dev-util/xdelta-1* games-util/loki_patch" |