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 | 33b090edecaed5a3bc6291c0f9a367a7d4c8138a (patch) | |
tree | 7f4ad9adbabc726a1fee9f6c85e25fff230e7244 /games-fps | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-33b090edecaed5a3bc6291c0f9a367a7d4c8138a.tar.gz gentoo-2-33b090edecaed5a3bc6291c0f9a367a7d4c8138a.tar.bz2 gentoo-2-33b090edecaed5a3bc6291c0f9a367a7d4c8138a.zip |
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index e02837707656..c7c65762e862 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.31 2011/12/14 17:22:08 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.32 2012/02/05 06:15:23 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> quake3-bin-1.32c.ebuild, + quake3-bin-1.32c-r1.ebuild: + Move to new unpacker eclass for unpack_makeself. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> quake3-bin-1.32c.ebuild, quake3-bin-1.32c-r1.ebuild: diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild index 60ae26116b0a..2a298e49aedb 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild @@ -1,9 +1,9 @@ -# 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/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.12 2011/12/14 17:22:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r1.ebuild,v 1.13 2012/02/05 06:15:23 vapier Exp $ EAPI=2 -inherit eutils games +inherit eutils unpacker games DESCRIPTION="3rd installment of the classic id 3D first-person shooter" HOMEPAGE="http://www.idsoftware.com/" diff --git a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c.ebuild index 4e2f176e5211..a822adc7fdb5 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c.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/quake3-bin/quake3-bin-1.32c.ebuild,v 1.12 2011/12/14 17:22:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c.ebuild,v 1.13 2012/02/05 06:15:23 vapier Exp $ -inherit eutils games +inherit eutils unpacker games DESCRIPTION="3rd installment of the classic id 3D first-person shooter" HOMEPAGE="http://www.idsoftware.com/" |