diff options
author | 2014-05-04 17:50:53 +0000 | |
---|---|---|
committer | 2014-05-04 17:50:53 +0000 | |
commit | cc1f0f3015c75b6557b25c7c80ffcfc704962e7d (patch) | |
tree | 884d65c7dfe4e2fb1e0af72ae648436aa050aeb4 /games-fps/quake1-ctf | |
parent | Enable cairo LTO by default only for desktop profiles, bug #509552 (diff) | |
download | gentoo-2-cc1f0f3015c75b6557b25c7c80ffcfc704962e7d.tar.gz gentoo-2-cc1f0f3015c75b6557b25c7c80ffcfc704962e7d.tar.bz2 gentoo-2-cc1f0f3015c75b6557b25c7c80ffcfc704962e7d.zip |
Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, bug 505710.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps/quake1-ctf')
-rw-r--r-- | games-fps/quake1-ctf/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/quake1-ctf/quake1-ctf-4.0.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/quake1-ctf/ChangeLog b/games-fps/quake1-ctf/ChangeLog index 326d616a093e..6f5683f257b4 100644 --- a/games-fps/quake1-ctf/ChangeLog +++ b/games-fps/quake1-ctf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake1-ctf -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-ctf/ChangeLog,v 1.3 2007/02/21 23:55:40 peper Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-ctf/ChangeLog,v 1.4 2014/05/04 17:50:53 ulm Exp $ + + 04 May 2014; Ulrich Müller <ulm@gentoo.org> quake1-ctf-4.0.ebuild: + Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, + bug 505710. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild b/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild index 0408301b0a04..96f6b24f324b 100644 --- a/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild +++ b/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild,v 1.3 2005/11/05 22:37:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-ctf/quake1-ctf-4.0.ebuild,v 1.4 2014/05/04 17:50:53 ulm Exp $ inherit eutils games @@ -14,10 +14,11 @@ SRC_URI="http://www.threewave.com/quake1/files/3wctf301.zip # dedicated? ( http://www.threewave.com/quake1/files/alst110s.zip ) # dedicated? ( http://www.threewave.com/quake1/files/3wave421d.zip ) -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="mirror bindist" RDEPEND="" DEPEND="app-arch/unzip" |