diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:11:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:11:19 +0000 |
commit | f8cf17890e0eef6aecebe53c2b14257d4c354798 (patch) | |
tree | e25632bfb9ef4f732308a5b2c3f7a96898cde46d /games-fps/ut2004-da2 | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-f8cf17890e0eef6aecebe53c2b14257d4c354798.tar.gz gentoo-2-f8cf17890e0eef6aecebe53c2b14257d4c354798.tar.bz2 gentoo-2-f8cf17890e0eef6aecebe53c2b14257d4c354798.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-da2')
-rw-r--r-- | games-fps/ut2004-da2/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2004-da2/ChangeLog b/games-fps/ut2004-da2/ChangeLog index 335383d71b22..572425d7bf80 100644 --- a/games-fps/ut2004-da2/ChangeLog +++ b/games-fps/ut2004-da2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004-da2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ChangeLog,v 1.4 2009/10/08 18:05:46 nyhm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ChangeLog,v 1.5 2012/02/05 06:11:19 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> ut2004-da2-1.6_beta.ebuild: + Move to new unpacker eclass for unpack_makeself. 08 Oct 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-da2-1.6_beta.ebuild: EAPI=2 diff --git a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild index 80dffb4fc86d..a8a209376be6 100644 --- a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild +++ b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.5 2009/10/08 18:05:46 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.6 2012/02/05 06:11:19 vapier Exp $ EAPI=2 @@ -9,7 +9,7 @@ MOD_NAME="Defence Alliance 2" MOD_DIR="DA2" MOD_ICON="defencealliance2.xpm" -inherit eutils games games-mods +inherit eutils unpacker games games-mods HOMEPAGE="http://www.planetunreal.com/da/2/" SRC_URI="mirror://liflg/defence.alliance2_${PV/_}-english.run" |