diff options
author | 2012-01-16 19:22:07 +0000 | |
---|---|---|
committer | 2012-01-16 19:22:07 +0000 | |
commit | 261cb094e645e73b98acac6dd3758241389b8095 (patch) | |
tree | 8af9fd02accd9ca973b7e693edcc81b6ee9c3063 /games-fps | |
parent | Avoid test failing due to ruby 1.8.7 hash changes, bug 398937. (diff) | |
download | gentoo-2-261cb094e645e73b98acac6dd3758241389b8095.tar.gz gentoo-2-261cb094e645e73b98acac6dd3758241389b8095.tar.bz2 gentoo-2-261cb094e645e73b98acac6dd3758241389b8095.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-data/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/quake3-data/ChangeLog b/games-fps/quake3-data/ChangeLog index d2d56e9ffd4c..e3bf7772b77c 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.12 2009/06/24 19:36:01 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.13 2012/01/16 19:22:07 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> quake3-data-1.32b.ebuild: + Migrate to cdrom.eclass, bug 398809. 24 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org> quake3-data-1.32b.ebuild: diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index 26fee840c5e5..8491476e822f 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-1.32b.ebuild @@ -1,8 +1,9 @@ -# 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/quake3-data/quake3-data-1.32b.ebuild,v 1.15 2009/06/24 19:36:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.16 2012/01/16 19:22:07 ulm Exp $ -inherit eutils games +CDROM_DISABLE_PROPERTIES=1 +inherit eutils cdrom games DESCRIPTION="Quake III Arena - data portion" HOMEPAGE="http://icculus.org/quake3/" |