diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:00:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 05:00:48 +0000 |
commit | 763531dabe3d98ccad59906a423d318347ef0c0c (patch) | |
tree | b09c76853d2d8b92ee0fdcefc3589324ad1c2c4f /games-action | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-763531dabe3d98ccad59906a423d318347ef0c0c.tar.gz gentoo-2-763531dabe3d98ccad59906a423d318347ef0c0c.tar.bz2 gentoo-2-763531dabe3d98ccad59906a423d318347ef0c0c.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/heretic2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index f3c0be8bedae..9b508cd0efba 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/heretic2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.10 2012/01/16 20:15:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.11 2012/02/05 05:00:48 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> heretic2-1.06c.ebuild: + Move to new unpacker eclass for unpack_makeself. 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> heretic2-1.06c.ebuild: Migrate to cdrom.eclass, bug 398809. diff --git a/games-action/heretic2/heretic2-1.06c.ebuild b/games-action/heretic2/heretic2-1.06c.ebuild index c2a9cced30f9..4ed913c31c80 100644 --- a/games-action/heretic2/heretic2-1.06c.ebuild +++ b/games-action/heretic2/heretic2-1.06c.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.10 2012/01/16 20:15:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c.ebuild,v 1.11 2012/02/05 05:00:48 vapier Exp $ -inherit eutils cdrom multilib games +inherit eutils unpacker cdrom multilib games DESCRIPTION="Third-person classic magical action-adventure game" HOMEPAGE="http://lokigames.com/products/heretic2/ |