diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-18 06:54:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-18 06:54:09 +0000 |
commit | 43fb219e1855ce47f89ea683afcb3b9009393de4 (patch) | |
tree | aa8172e2fd7b7aea5b8950cd0e8dd79b6d4d2a60 /games-fps | |
parent | Fix LICENSE, bug 505708. (diff) | |
download | gentoo-2-43fb219e1855ce47f89ea683afcb3b9009393de4.tar.gz gentoo-2-43fb219e1855ce47f89ea683afcb3b9009393de4.tar.bz2 gentoo-2-43fb219e1855ce47f89ea683afcb3b9009393de4.zip |
Fix LICENSE, bug 506950.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-cpma/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-cpma/quake3-cpma-1.48.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/quake3-cpma/ChangeLog b/games-fps/quake3-cpma/ChangeLog index 41ff275acf02..e99411e658a9 100644 --- a/games-fps/quake3-cpma/ChangeLog +++ b/games-fps/quake3-cpma/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-cpma -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.24 2012/02/01 16:38:22 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/ChangeLog,v 1.25 2014/04/18 06:54:09 ulm Exp $ + + 18 Apr 2014; Ulrich Müller <ulm@gentoo.org> quake3-cpma-1.48.ebuild: + Fix LICENSE, bug 506950. 01 Feb 2012; Michael Sterrett <mr_bones_@gentoo.org> quake3-cpma-1.48.ebuild: update SRC_URI diff --git a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild index e9e478e9a08d..bcef9c17e907 100644 --- a/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild +++ b/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.4 2012/02/01 16:38:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-cpma/quake3-cpma-1.48.ebuild,v 1.5 2014/04/18 06:54:09 ulm Exp $ EAPI=2 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.promode.org/" SRC_URI="http://www.slashquit.net/files/x/q3/cpma${PV//.}-nomaps.zip http://www.slashquit.net/files/x/q3/cpma-mappack-full.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" KEYWORDS="~ppc x86" IUSE="dedicated opengl" |