From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DA0B1392EF for ; Sun, 6 Jul 2014 12:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCA8E07F0; Sun, 6 Jul 2014 12:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03DE3E07F4 for ; Sun, 6 Jul 2014 12:53:37 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE889340064 for ; Sun, 6 Jul 2014 12:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9AC2818011 for ; Sun, 6 Jul 2014 12:53:35 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1404650740.c6dde42df3dad54c13d282011121aa7744b53a22.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/root-6.00.01-r1.ebuild sci-physics/root/root-6.00.02.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: c6dde42df3dad54c13d282011121aa7744b53a22 X-VCS-Branch: master Date: Sun, 6 Jul 2014 12:53:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 530d247f-b0b9-4ff2-b70d-26ceba94de6c X-Archives-Hash: 81f7bdb8ca99c120711d9d10af7a61a9 commit: c6dde42df3dad54c13d282011121aa7744b53a22 Author: Andrew Savchenko gmail com> AuthorDate: Sun Jul 6 12:45:40 2014 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Sun Jul 6 12:45:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c6dde42d sci-physics/root: rectify license list --- sci-physics/root/ChangeLog | 4 ++++ sci-physics/root/root-6.00.01-r1.ebuild | 2 +- sci-physics/root/root-6.00.02.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 3759527..0af159b 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $ + 06 Jul 2014; Andrew Savchenko root-6.00.01-r1.ebuild, + root-6.00.02.ebuild, root-9999.ebuild: + Update LICENSE: GPL-2 code is not used during compilation. + *root-6.00.02 (05 Jul 2014) 05 Jul 2014; Andrew Savchenko +root-6.00.02.ebuild: diff --git a/sci-physics/root/root-6.00.01-r1.ebuild b/sci-physics/root/root-6.00.01-r1.ebuild index d5993c0..ebc10e1 100644 --- a/sci-physics/root/root-6.00.01-r1.ebuild +++ b/sci-physics/root/root-6.00.01-r1.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="http://root.cern.ch/" DOC_URI="ftp://root.cern.ch/${PN}/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" -LICENSE="LGPL-2.1 freedist GPL-2 MSttfEULA LGPL-3 libpng UoI-NCSA" +LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X afs avahi doc emacs examples fits fftw geocad graphviz http kerberos ldap +math minimal mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 sqlite ssl diff --git a/sci-physics/root/root-6.00.02.ebuild b/sci-physics/root/root-6.00.02.ebuild index 9c76fed..01d4eda 100644 --- a/sci-physics/root/root-6.00.02.ebuild +++ b/sci-physics/root/root-6.00.02.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="http://root.cern.ch/" DOC_URI="ftp://root.cern.ch/${PN}/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" -LICENSE="LGPL-2.1 freedist GPL-2 MSttfEULA LGPL-3 libpng UoI-NCSA" +LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X afs avahi doc emacs examples fits fftw geocad graphviz http kerberos ldap +math minimal mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 sqlite ssl diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 66f8d87..b2074ac 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="http://root.cern.ch/" DOC_URI="ftp://root.cern.ch/${PN}/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" -LICENSE="LGPL-2.1 freedist GPL-2 MSttfEULA LGPL-3 libpng UoI-NCSA" +LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" IUSE="+X afs avahi doc emacs examples fits fftw geocad graphviz http kerberos ldap +math minimal mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 sqlite ssl