diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:23 +0000 |
commit | 08cd35db4281bf9ede26a7c2eec01850e07d907e (patch) | |
tree | c0fc0f470a03078c7fd67bb611b9a4047d44632d /games-fps/ut2004-da2 | |
parent | install daemons to /usr/libexec/postfix for version 2.10 as well (diff) | |
download | historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.tar.gz historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.tar.bz2 historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.zip |
Move to new unpacker eclass for unpack_makeself.
Package-Manager: portage-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" |