diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-03 18:55:33 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-03 18:55:33 +0000 |
commit | d4a62b561a7beeb1e8e0539e6e4613752447121c (patch) | |
tree | 6efbd58dcf2e33308eb02a96beb0e5d85fe654b5 /sci-libs/amd | |
parent | Added official upstream patch. Cleaned out php4 stuff. Removed bundled-adodb ... (diff) | |
download | gentoo-2-d4a62b561a7beeb1e8e0539e6e4613752447121c.tar.gz gentoo-2-d4a62b561a7beeb1e8e0539e6e4613752447121c.tar.bz2 gentoo-2-d4a62b561a7beeb1e8e0539e6e4613752447121c.zip |
Correct license from LGPL-2 to LGPL-2.1
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.0.4.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.2.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index 50865a2dad98..69b5409fffee 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/amd -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.3 2007/09/09 14:25:20 josejx Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.4 2008/03/03 18:55:33 dsd Exp $ + + 03 Mar 2008; Daniel Drake <dsd@gentoo.org> amd-2.0.4.ebuild, + amd-2.2.0.ebuild: + Correct license from LGPL-2 to LGPL-2.1 09 Sep 2007; Joseph Jezak <josejx@gentoo.org> amd-2.2.0.ebuild: Marked ~ppc for bug #191600. diff --git a/sci-libs/amd/amd-2.0.4.ebuild b/sci-libs/amd/amd-2.0.4.ebuild index f747262ebb76..308cb86e417f 100644 --- a/sci-libs/amd/amd-2.0.4.ebuild +++ b/sci-libs/amd/amd-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild,v 1.1 2007/02/19 10:32:00 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild,v 1.2 2008/03/03 18:55:33 dsd Exp $ inherit autotools eutils fortran @@ -9,7 +9,7 @@ DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild index 60984cd5d894..f1a285bbf3db 100644 --- a/sci-libs/amd/amd-2.2.0.ebuild +++ b/sci-libs/amd/amd-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.2 2007/09/09 14:25:20 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.3 2008/03/03 18:55:33 dsd Exp $ inherit autotools eutils fortran @@ -9,7 +9,7 @@ DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd" SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" |