diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:29:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-08 21:29:08 +0000 |
commit | 3ea8422908ccb644d73813852fb3eed33119cc3a (patch) | |
tree | 2ffdf3e9da7920bdc1bbf1342a3b47bed305b163 /games-fps/quake4-bin | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | historical-3ea8422908ccb644d73813852fb3eed33119cc3a.tar.gz historical-3ea8422908ccb644d73813852fb3eed33119cc3a.tar.bz2 historical-3ea8422908ccb644d73813852fb3eed33119cc3a.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/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/" |