summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-09-26 13:15:47 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-09-26 13:15:47 +0000
commitf3c770575c56c688616d99fbf05bda13260feee4 (patch)
tree7e614e97fd0483ea73304bd9d615c3d69e55f6b1 /dev-python
parentInitial commit, ebuild written by me. (diff)
downloadgentoo-2-f3c770575c56c688616d99fbf05bda13260feee4.tar.gz
gentoo-2-f3c770575c56c688616d99fbf05bda13260feee4.tar.bz2
gentoo-2-f3c770575c56c688616d99fbf05bda13260feee4.zip
change license to PYTHON rather than as-is. (#105802)
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib/ChangeLog6
-rw-r--r--dev-python/matplotlib/matplotlib-0.73.1.ebuild4
-rw-r--r--dev-python/matplotlib/matplotlib-0.80-r1.ebuild4
-rw-r--r--dev-python/matplotlib/matplotlib-0.81.ebuild4
-rw-r--r--dev-python/matplotlib/matplotlib-0.82.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index cebd9d9f96c9..a90de1757be1 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.14 2005/07/02 15:51:39 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.15 2005/09/26 13:15:47 liquidx Exp $
+
+ 26 Sep 2005; Alastair Tse <liquidx@gentoo.org> matplotlib-0.73.1.ebuild,
+ matplotlib-0.80-r1.ebuild, matplotlib-0.81.ebuild, matplotlib-0.82.ebuild:
+ change license to PYTHON rather than as-is. (#105802)
*matplotlib-0.82 (02 Jul 2005)
diff --git a/dev-python/matplotlib/matplotlib-0.73.1.ebuild b/dev-python/matplotlib/matplotlib-0.73.1.ebuild
index 78c8ea4dcdc5..f139ce8a8595 100644
--- a/dev-python/matplotlib/matplotlib-0.73.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.73.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.73.1.ebuild,v 1.3 2005/06/11 13:21:09 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.73.1.ebuild,v 1.4 2005/09/26 13:15:47 liquidx Exp $
inherit distutils virtualx
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="doc gtk"
SLOT="0"
KEYWORDS="~amd64 x86"
-LICENSE="as-is"
+LICENSE="PYTHON"
DEPEND="virtual/python
>=dev-python/numeric-22
diff --git a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild b/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
index 045c26e150b1..bd4c7d660319 100644
--- a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.80-r1.ebuild,v 1.2 2005/07/02 15:51:39 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.80-r1.ebuild,v 1.3 2005/09/26 13:15:47 liquidx Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="doc gtk"
SLOT="0"
KEYWORDS="~amd64 x86"
-LICENSE="as-is"
+LICENSE="PYTHON"
DEPEND="virtual/python
>=dev-python/numeric-22
diff --git a/dev-python/matplotlib/matplotlib-0.81.ebuild b/dev-python/matplotlib/matplotlib-0.81.ebuild
index 3cd233ea6277..3a0f14725464 100644
--- a/dev-python/matplotlib/matplotlib-0.81.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.3 2005/06/13 02:03:01 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.4 2005/09/26 13:15:47 liquidx Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="doc gtk"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="as-is"
+LICENSE="PYTHON"
DEPEND="virtual/python
>=dev-python/numeric-22
diff --git a/dev-python/matplotlib/matplotlib-0.82.ebuild b/dev-python/matplotlib/matplotlib-0.82.ebuild
index 5c08b61737f8..6c90d3075fb7 100644
--- a/dev-python/matplotlib/matplotlib-0.82.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.82.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.82.ebuild,v 1.1 2005/07/02 15:51:39 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.82.ebuild,v 1.2 2005/09/26 13:15:47 liquidx Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="doc gtk"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="as-is"
+LICENSE="PYTHON"
DEPEND="virtual/python
|| (