diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:46:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:46:14 +0000 |
commit | 7ba532233b794958da414201b98e94bd8bb7d2e5 (patch) | |
tree | 739f394b899c47c2c70ea5c6a9cc90adb186000e /games-strategy/wargus | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-7ba532233b794958da414201b98e94bd8bb7d2e5.tar.gz gentoo-2-7ba532233b794958da414201b98e94bd8bb7d2e5.tar.bz2 gentoo-2-7ba532233b794958da414201b98e94bd8bb7d2e5.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r-- | games-strategy/wargus/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/wargus/wargus-2.2.5.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/wargus/ChangeLog b/games-strategy/wargus/ChangeLog index 0c2348236bbd..83fdcf297376 100644 --- a/games-strategy/wargus/ChangeLog +++ b/games-strategy/wargus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wargus -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.13 2011/12/21 18:46:00 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.14 2012/01/16 19:46:14 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> wargus-2.2.5.5.ebuild: + Migrate to cdrom.eclass, bug 398809. 21 Dec 2011; Michael Sterrett <mr_bones_@gentoo.org> wargus-2.2.5.5.ebuild, +files/wargus-2.2.5.5-libpng.patch: diff --git a/games-strategy/wargus/wargus-2.2.5.5.ebuild b/games-strategy/wargus/wargus-2.2.5.5.ebuild index fbb3a85cc553..00e3c10b1d2b 100644 --- a/games-strategy/wargus/wargus-2.2.5.5.ebuild +++ b/games-strategy/wargus/wargus-2.2.5.5.ebuild @@ -1,9 +1,9 @@ -# 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/wargus/wargus-2.2.5.5.ebuild,v 1.5 2011/12/21 18:46:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild,v 1.6 2012/01/16 19:46:14 ulm Exp $ EAPI=2 -inherit eutils games +inherit eutils cdrom games DESCRIPTION="Warcraft II for the Stratagus game engine (Needs WC2 DOS CD)" HOMEPAGE="http://wargus.sourceforge.net/" |