diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:15 +0000 |
commit | fe0439a5af37ac60686ca745bd9f5f55362b16f3 (patch) | |
tree | f50054521dd6506c802db4171c001f1a94e04a74 /games-fps | |
parent | Move to new unpacker eclass for unpack_makeself. (diff) | |
download | gentoo-2-fe0439a5af37ac60686ca745bd9f5f55362b16f3.tar.gz gentoo-2-fe0439a5af37ac60686ca745bd9f5f55362b16f3.tar.bz2 gentoo-2-fe0439a5af37ac60686ca745bd9f5f55362b16f3.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-data/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/quake3-data/ChangeLog b/games-fps/quake3-data/ChangeLog index a64393a9053f..07716d2d3b63 100644 --- a/games-fps/quake3-data/ChangeLog +++ b/games-fps/quake3-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-data # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.14 2012/01/18 12:43:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.15 2012/02/05 06:15:15 vapier Exp $ + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> quake3-data-1.32b.ebuild: + Move to new unpacker eclass for unpack_makeself. 18 Jan 2012; Mike Frysinger <vapier@gentoo.org> quake3-data-1.32b.ebuild: Move to new CDROM_OPTIONAL variable. diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index 0b922a1ac4a4..685411092024 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-1.32b.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.17 2012/01/18 12:43:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.18 2012/02/05 06:15:15 vapier Exp $ CDROM_OPTIONAL="yes" -inherit eutils cdrom games +inherit eutils unpacker cdrom games DESCRIPTION="Quake III Arena - data portion" HOMEPAGE="http://icculus.org/quake3/" |