summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-08-01 13:00:50 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-08-01 13:00:50 +0000
commite62975b6b881bdbec545247531d93157226602be (patch)
tree18e41aac6099517c8d4dbbbcb70e8e987a3db15d /sci-libs/vtk
parentStable on sparc wrt #187365 (diff)
downloadgentoo-2-e62975b6b881bdbec545247531d93157226602be.tar.gz
gentoo-2-e62975b6b881bdbec545247531d93157226602be.tar.bz2
gentoo-2-e62975b6b881bdbec545247531d93157226602be.zip
Added LGPL-2 to LICENSE since it is needed for gl2ps (see bug 146019).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-5.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 53dc097980c0..1578e0ea7974 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.37 2007/07/22 07:03:25 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.38 2007/08/01 13:00:50 markusle Exp $
+
+ 01 Aug 2007; Markus Dittrich <markusle@gentoo.org> vtk-5.0.3.ebuild:
+ Added LGPL-2 to LICENSE since it is needed for gl2ps (see bug 146019).
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; vtk-5.0.3.ebuild:
Drop virtual/x11 references.
diff --git a/sci-libs/vtk/vtk-5.0.3.ebuild b/sci-libs/vtk/vtk-5.0.3.ebuild
index e1a3e9027e76..3f2a0d92cc1a 100644
--- a/sci-libs/vtk/vtk-5.0.3.ebuild
+++ b/sci-libs/vtk/vtk-5.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.3.ebuild,v 1.8 2007/07/22 07:03:25 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.0.3.ebuild,v 1.9 2007/08/01 13:00:50 markusle Exp $
inherit distutils eutils flag-o-matic toolchain-funcs versionator java-pkg-opt-2 python qt3
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.vtk.org"
SRC_URI="http://www.${PN}.org/files/release/${SPV}/${P}.tar.gz
examples? ( http://www.${PN}.org/files/release/${SPV}/${PN}data-${PV}.tar.gz )"
-LICENSE="BSD"
+LICENSE="BSD LGPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="doc examples mpi patented python tcl tk threads qt3 qt4"