diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:25:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:25:05 +0000 |
commit | 80511956973bd640b7205089ea6af52df854db6e (patch) | |
tree | 8e59686264af3318287c1f1f49fea97cac7a9dc6 /games-strategy | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-80511956973bd640b7205089ea6af52df854db6e.tar.gz gentoo-2-80511956973bd640b7205089ea6af52df854db6e.tar.bz2 gentoo-2-80511956973bd640b7205089ea6af52df854db6e.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/smac/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 09dde57f19ef..8e4bd0a6aab2 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.17 2012/01/16 19:45:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.18 2012/02/05 06:25:05 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> smac-6.0a.ebuild: + Move to new unpacker eclass for unpack_makeself. 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> smac-6.0a.ebuild: Migrate to cdrom.eclass, bug 398809. diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index a3abcfad99f9..fd296448d7b9 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.21 2012/01/16 19:45:16 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.22 2012/02/05 06:25:05 vapier Exp $ EAPI=2 -inherit eutils cdrom games +inherit eutils unpacker cdrom games DESCRIPTION="Linux port of the popular strategy game from Firaxis" HOMEPAGE="http://www.lokigames.com/products/smac/" |