diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2009-04-21 06:38:13 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2009-04-21 06:38:13 +0000 |
commit | 7f11a8017bba78cf7f5f2f4e4819c26d69293eca (patch) | |
tree | 66d59201050f3e5063f78082d5a797aa4ef089c3 /sci-libs/libdap | |
parent | Version bump. (diff) | |
download | gentoo-2-7f11a8017bba78cf7f5f2f4e4819c26d69293eca.tar.gz gentoo-2-7f11a8017bba78cf7f5f2f4e4819c26d69293eca.tar.bz2 gentoo-2-7f11a8017bba78cf7f5f2f4e4819c26d69293eca.zip |
Updated license atoms to include URI license.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libdap')
-rw-r--r-- | sci-libs/libdap/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libdap/libdap-3.8.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libdap/libdap-3.9.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/libdap/ChangeLog b/sci-libs/libdap/ChangeLog index c68a02e2654c..cea3178821db 100644 --- a/sci-libs/libdap/ChangeLog +++ b/sci-libs/libdap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libdap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.2 2009/04/19 07:07:24 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.3 2009/04/21 06:38:13 nerdboy Exp $ + + 21 Apr 2009; Steve Arnold <nerdboy@gentoo.org> libdap-3.8.2.ebuild, + libdap-3.9.2.ebuild: + Updating license atoms to include URI license. *libdap-3.8.2 (19 Apr 2009) diff --git a/sci-libs/libdap/libdap-3.8.2.ebuild b/sci-libs/libdap/libdap-3.8.2.ebuild index bc4fedeac82a..24078630ac7f 100644 --- a/sci-libs/libdap/libdap-3.8.2.ebuild +++ b/sci-libs/libdap/libdap-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.8.2.ebuild,v 1.1 2009/04/19 07:07:24 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.8.2.ebuild,v 1.2 2009/04/21 06:38:13 nerdboy Exp $ inherit eutils flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="A C++ SDK which contains an implementation of DAP 2.0 and 3.2, both HOMEPAGE="http://opendap.org/index.html" SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" diff --git a/sci-libs/libdap/libdap-3.9.2.ebuild b/sci-libs/libdap/libdap-3.9.2.ebuild index befea15709b6..1ae2bc88134f 100644 --- a/sci-libs/libdap/libdap-3.9.2.ebuild +++ b/sci-libs/libdap/libdap-3.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.9.2.ebuild,v 1.2 2009/04/19 07:07:24 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.9.2.ebuild,v 1.3 2009/04/21 06:38:13 nerdboy Exp $ inherit autotools eutils flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="A C++ SDK which contains an implementation of DAP 2.0 and 3.2, both HOMEPAGE="http://opendap.org/index.html" SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" |