diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-02-05 18:35:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-02-05 18:35:16 +0000 |
commit | 75e01da4327ec0ec453e0023f17252d076939747 (patch) | |
tree | a87adbf034479af678417300763fa99151078515 /sci-libs/cmpfit | |
parent | Specify LICENSE more precisely, see README file, bug 455570. (diff) | |
download | gentoo-2-75e01da4327ec0ec453e0023f17252d076939747.tar.gz gentoo-2-75e01da4327ec0ec453e0023f17252d076939747.tar.bz2 gentoo-2-75e01da4327ec0ec453e0023f17252d076939747.zip |
Specify LICENSE more precisely, see DISCLAIMER file, bug 455572.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sci-libs/cmpfit')
-rw-r--r-- | sci-libs/cmpfit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/cmpfit/cmpfit-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/cmpfit/ChangeLog b/sci-libs/cmpfit/ChangeLog index 29acdcb4f287..61c818fe06d9 100644 --- a/sci-libs/cmpfit/ChangeLog +++ b/sci-libs/cmpfit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cmpfit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cmpfit/ChangeLog,v 1.1 2012/11/19 23:57:56 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cmpfit/ChangeLog,v 1.2 2013/02/05 18:35:16 ulm Exp $ + + 05 Feb 2013; Ulrich Müller <ulm@gentoo.org> cmpfit-1.2.ebuild: + Specify LICENSE more precisely, see DISCLAIMER file, bug 455572. *cmpfit-1.2 (19 Nov 2012) diff --git a/sci-libs/cmpfit/cmpfit-1.2.ebuild b/sci-libs/cmpfit/cmpfit-1.2.ebuild index 4dc43b53b574..c216ee1128fa 100644 --- a/sci-libs/cmpfit/cmpfit-1.2.ebuild +++ b/sci-libs/cmpfit/cmpfit-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cmpfit/cmpfit-1.2.ebuild,v 1.1 2012/11/19 23:57:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cmpfit/cmpfit-1.2.ebuild,v 1.2 2013/02/05 18:35:16 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="MINPACK-1 Least Squares Fitting Library in C" HOMEPAGE="http://www.physics.wisc.edu/~craigm/idl/cmpfit.html" SRC_URI="http://www.physics.wisc.edu/~craigm/idl/down/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain minpack" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" |