diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-25 15:10:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-25 15:10:42 +0000 |
commit | 243d6e31621169921d6603afae5b19289839109e (patch) | |
tree | 1614f8c6f25451d1c43ef43455c308a52e51c112 /media-gfx/povtree | |
parent | Re-add ZoneMinder to portage (diff) | |
download | gentoo-2-243d6e31621169921d6603afae5b19289839109e.tar.gz gentoo-2-243d6e31621169921d6603afae5b19289839109e.tar.bz2 gentoo-2-243d6e31621169921d6603afae5b19289839109e.zip |
Fix LICENSE: Free for non-commercial use, as per e-mail from Tom Aust and Gennady Obukhov, bug 446168.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-gfx/povtree')
-rw-r--r-- | media-gfx/povtree/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/povtree/povtree-1.5-r1.ebuild | 10 | ||||
-rw-r--r-- | media-gfx/povtree/povtree-1.5.ebuild | 9 |
3 files changed, 17 insertions, 11 deletions
diff --git a/media-gfx/povtree/ChangeLog b/media-gfx/povtree/ChangeLog index 235558b473e3..93a739ef6c0b 100644 --- a/media-gfx/povtree/ChangeLog +++ b/media-gfx/povtree/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/povtree -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/ChangeLog,v 1.15 2013/07/24 03:38:48 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/ChangeLog,v 1.16 2014/04/25 15:10:42 ulm Exp $ + + 25 Apr 2014; Ulrich Müller <ulm@gentoo.org> povtree-1.5.ebuild, + povtree-1.5-r1.ebuild: + Fix LICENSE: Free for non-commercial use, as per e-mail from Tom Aust and + Gennady Obukhov, bug 446168. *povtree-1.5-r1 (24 Jul 2013) diff --git a/media-gfx/povtree/povtree-1.5-r1.ebuild b/media-gfx/povtree/povtree-1.5-r1.ebuild index b7412b4b9f8d..f5dff54f0e84 100644 --- a/media-gfx/povtree/povtree-1.5-r1.ebuild +++ b/media-gfx/povtree/povtree-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5-r1.ebuild,v 1.1 2013/07/24 03:38:48 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5-r1.ebuild,v 1.2 2014/04/25 15:10:42 ulm Exp $ EAPI=5 @@ -10,10 +10,10 @@ DESCRIPTION="Tree generator for POVray based on TOMTREE macro" HOMEPAGE="http://propro.ru/go/Wshop/povtree/povtree.html" SRC_URI="http://propro.ru/go/Wshop/povtree/${MY_P}.zip" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -LICENSE="as-is" +# Free for non-commercial use, according to e-mail from authors #446168 +LICENSE="free-noncomm" SLOT="0" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND=">=virtual/jre-1.3" DEPEND="app-arch/unzip" diff --git a/media-gfx/povtree/povtree-1.5.ebuild b/media-gfx/povtree/povtree-1.5.ebuild index 9357cc0abd5a..df233ee71a60 100644 --- a/media-gfx/povtree/povtree-1.5.ebuild +++ b/media-gfx/povtree/povtree-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5.ebuild,v 1.8 2009/11/25 22:20:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5.ebuild,v 1.9 2014/04/25 15:10:42 ulm Exp $ S="${WORKDIR}" MY_P="${PN}${PV}" @@ -8,9 +8,10 @@ DESCRIPTION="Tree generator for POVray based on TOMTREE macro" HOMEPAGE="http://propro.ru/go/Wshop/povtree/povtree.html" SRC_URI="http://propro.ru/go/Wshop/povtree/${MY_P}.zip" -KEYWORDS="amd64 ppc x86" -LICENSE="as-is" +# Free for non-commercial use, according to e-mail from authors #446168 +LICENSE="free-noncomm" SLOT="0" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.3" |