diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-19 07:32:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-19 07:32:58 +0000 |
commit | c8079e4d5285f25445cda4de04be7416bba17a0f (patch) | |
tree | 5dfa895d82219d15c7d5c4ea21d48a73aee9cb79 /games-rpg/nwn-cep | |
parent | Whitespace (diff) | |
download | gentoo-2-c8079e4d5285f25445cda4de04be7416bba17a0f.tar.gz gentoo-2-c8079e4d5285f25445cda4de04be7416bba17a0f.tar.bz2 gentoo-2-c8079e4d5285f25445cda4de04be7416bba17a0f.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505734.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-rpg/nwn-cep')
-rw-r--r-- | games-rpg/nwn-cep/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild | 7 | ||||
-rw-r--r-- | games-rpg/nwn-cep/nwn-cep-2.0.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/games-rpg/nwn-cep/ChangeLog b/games-rpg/nwn-cep/ChangeLog index 9eab6d43d1cc..3f4849de011b 100644 --- a/games-rpg/nwn-cep/ChangeLog +++ b/games-rpg/nwn-cep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/nwn-cep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/ChangeLog,v 1.15 2012/10/07 11:26:09 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/ChangeLog,v 1.16 2014/04/19 07:32:58 ulm Exp $ + + 19 Apr 2014; Ulrich Müller <ulm@gentoo.org> nwn-cep-1.68-r1.ebuild, + nwn-cep-2.0.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505734. 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> nwn-cep-1.68-r1.ebuild, nwn-cep-2.0.ebuild: diff --git a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild b/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild index ca64d91f6197..e2840524433e 100644 --- a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild +++ b/games-rpg/nwn-cep/nwn-cep-1.68-r1.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-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.4 2012/10/07 11:26:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.5 2014/04/19 07:32:58 ulm Exp $ EAPI=2 inherit games unpacker @@ -10,10 +10,11 @@ HOMEPAGE="http://nwn.bioware.com/players/cep.html" SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/6057/cepv152_man.rar http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/6974/CEP168.rar" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" +RESTRICT="mirror bindist" DEPEND="" RDEPEND=">=games-rpg/nwn-1.68" diff --git a/games-rpg/nwn-cep/nwn-cep-2.0.ebuild b/games-rpg/nwn-cep/nwn-cep-2.0.ebuild index 01453a87d334..9f5c5ec2ef00 100644 --- a/games-rpg/nwn-cep/nwn-cep-2.0.ebuild +++ b/games-rpg/nwn-cep/nwn-cep-2.0.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-rpg/nwn-cep/nwn-cep-2.0.ebuild,v 1.8 2012/10/07 11:26:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-2.0.ebuild,v 1.9 2014/04/19 07:32:58 ulm Exp $ EAPI=2 inherit eutils games unpacker @@ -9,10 +9,11 @@ DESCRIPTION="High quality custom content addon for Neverwinter Nights" HOMEPAGE="http://nwvault.ign.com/cep/" SRC_URI="http://vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/7000/CEPv2_full.rar" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="2" KEYWORDS="-* amd64 x86" IUSE="" +RESTRICT="mirror bindist" DEPEND="" RDEPEND=">=games-rpg/nwn-1.68" |