summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-03 18:06:01 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-03 18:06:01 +0000
commit81b0b786b7a6c4e9840f861b9c012eaf206e12e8 (patch)
tree5a7d5a0c5fb9ef75eab9aa185e23bf61860f91c5
parentAdd matplotlib license to MISC-FREE group. Patch by Arfrever. (diff)
downloadgentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.tar.gz
gentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.tar.bz2
gentoo-2-81b0b786b7a6c4e9840f861b9c012eaf206e12e8.zip
Fix LICENSE. Patch by Arfrever
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
-rw-r--r--dev-python/matplotlib/ChangeLog6
-rw-r--r--dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild8
-rw-r--r--dev-python/matplotlib/matplotlib-1.1.0.ebuild8
3 files changed, 17 insertions, 5 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index 12d17500f949..6acc5666dfe2 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.110 2011/11/25 05:47:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.111 2011/12/03 18:06:01 hwoarang Exp $
+
+ 03 Dec 2011; Markos Chandras <hwoarang@gentoo.org> matplotlib-1.0.1-r1.ebuild,
+ matplotlib-1.1.0.ebuild:
+ Fix LICENSE. Patch by Arfrever
*matplotlib-1.1.0 (25 Nov 2011)
diff --git a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild
index 617677c43498..dc026d4b07cf 100644
--- a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.8 2011/10/06 20:09:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.9 2011/12/03 18:06:01 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -21,7 +21,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-LICENSE="PYTHON BSD"
+# Main license: matplotlib
+# Some modules: BSD
+# matplotlib/backends/qt4_editor: MIT
+# Fonts: BitstreamVera, OFL-1.1
+LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
CDEPEND="dev-python/numpy
dev-python/python-dateutil
diff --git a/dev-python/matplotlib/matplotlib-1.1.0.ebuild b/dev-python/matplotlib/matplotlib-1.1.0.ebuild
index da16c3d881e2..c0bb501064d6 100644
--- a/dev-python/matplotlib/matplotlib-1.1.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.1 2011/11/25 05:47:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.2 2011/12/03 18:06:01 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -21,7 +21,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-LICENSE="PYTHON BSD"
+# Main license: matplotlib
+# Some modules: BSD
+# matplotlib/backends/qt4_editor: MIT
+# Fonts: BitstreamVera, OFL-1.1
+LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
CDEPEND="dev-python/numpy
dev-python/python-dateutil