diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:28:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:28:45 +0000 |
commit | 99c3d3b339f69aba715d9243f564cbe02c96f1a8 (patch) | |
tree | 920aa26197cc7e19d7ed24c46a0a1b56fdc45d83 /games-action | |
parent | add ~arm, bug #396973 (diff) | |
download | gentoo-2-99c3d3b339f69aba715d9243f564cbe02c96f1a8.tar.gz gentoo-2-99c3d3b339f69aba715d9243f564cbe02c96f1a8.tar.bz2 gentoo-2-99c3d3b339f69aba715d9243f564cbe02c96f1a8.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/spacetripper-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/spacetripper-demo/spacetripper-demo-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/spacetripper-demo/ChangeLog b/games-action/spacetripper-demo/ChangeLog index 127d63b8885a..e29b4920929c 100644 --- a/games-action/spacetripper-demo/ChangeLog +++ b/games-action/spacetripper-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/spacetripper-demo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.12 2011/12/14 17:13:20 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.13 2012/02/08 21:28:45 vapier Exp $ + + 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> spacetripper-demo-1.ebuild: + Move to new unpacker eclass for unpack_makeself. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> spacetripper-demo-1.ebuild: The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now diff --git a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild index 194e75c79ca8..37211cf3f330 100644 --- a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild +++ b/games-action/spacetripper-demo/spacetripper-demo-1.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/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.13 2011/12/14 17:13:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.14 2012/02/08 21:28:45 vapier Exp $ -inherit eutils games +inherit eutils unpacker games MY_P="spacetripperdemo" DESCRIPTION="hardcore arcade shoot-em-up" |