diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:20:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:20:12 +0000 |
commit | 29e7706ef65117a9d339b571245453f14004eb4d (patch) | |
tree | ce157827c86f71cbca5e3eaed22eebb41d645862 /games-fps/quake4-bin | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-29e7706ef65117a9d339b571245453f14004eb4d.tar.gz gentoo-2-29e7706ef65117a9d339b571245453f14004eb4d.tar.bz2 gentoo-2-29e7706ef65117a9d339b571245453f14004eb4d.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.3.2.ebuild | 10 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.4.2.ebuild | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 66c423975709..a43ae9d3cae8 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake4-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.39 2011/12/14 17:23:43 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.40 2012/02/08 21:20:12 vapier Exp $ + + 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> quake4-bin-1.3.2.ebuild, + quake4-bin-1.4.2.ebuild: + Move to new unpacker eclass for unpack_makeself. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> quake4-bin-1.3.2.ebuild, quake4-bin-1.4.2.ebuild: diff --git a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild index 65c108d84f0a..629ff22c5e82 100644 --- a/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.3.2.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-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.10 2011/12/14 17:23:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.3.2.ebuild,v 1.11 2012/02/08 21:20:12 vapier Exp $ -inherit eutils versionator games +inherit eutils unpacker versionator games MY_PV=$(replace_version_separator 2 '-') @@ -59,10 +59,6 @@ QA_EXECSTACK="${dir}/quake4.x86 ${dir}/quake4smp.x86 ${dir}/libstdc++.so.6" -src_unpack() { - unpack_makeself ${A} -} - src_install() { insinto "${dir}" exeinto "${dir}" diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild b/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild index d030e93f6c2e..d4733e3e9e43 100644 --- a/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.4.2.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-fps/quake4-bin/quake4-bin-1.4.2.ebuild,v 1.5 2011/12/14 17:23:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.4.2.ebuild,v 1.6 2012/02/08 21:20:12 vapier Exp $ -inherit eutils games +inherit eutils unpacker games DESCRIPTION="Sequel to Quake 2, an id Software 3D first-person shooter" HOMEPAGE="http://www.quake4game.com/" |