diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:33:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:33:29 +0000 |
commit | 31c984315c8f4b2a72c8214cef22823c0106c923 (patch) | |
tree | 903f99e7d8ea147245b05bf915b8e777b287fec0 /games-strategy/darwinia-demo | |
parent | arm stable, bug #400387 (diff) | |
download | gentoo-2-31c984315c8f4b2a72c8214cef22823c0106c923.tar.gz gentoo-2-31c984315c8f4b2a72c8214cef22823c0106c923.tar.bz2 gentoo-2-31c984315c8f4b2a72c8214cef22823c0106c923.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/darwinia-demo')
-rw-r--r-- | games-strategy/darwinia-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/darwinia-demo/ChangeLog b/games-strategy/darwinia-demo/ChangeLog index 7b4df00eda88..f7c2e683d29d 100644 --- a/games-strategy/darwinia-demo/ChangeLog +++ b/games-strategy/darwinia-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/darwinia-demo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.13 2011/12/14 17:34:34 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.14 2012/02/08 21:33:29 vapier Exp $ + + 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> darwinia-demo-1.3.0.ebuild: + Move to new unpacker eclass for unpack_makeself. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> darwinia-demo-1.3.0.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild index a0b5e7f380eb..6ac9639e484e 100644 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild +++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.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-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.10 2011/12/14 17:34:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.11 2012/02/08 21:33:29 vapier Exp $ -inherit eutils games +inherit eutils unpacker games DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators." HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html" |