Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Sat, 09 Jul 2016 03:18:36
Message-Id: 1468034270.7bb81b79fc09fec9af4659fc4202bdedee86b920.gokturk@gentoo
1 commit: 7bb81b79fc09fec9af4659fc4202bdedee86b920
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 03:16:53 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 03:17:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb81b79
7
8 sci-libs/gdal: fix LICENSE
9
10 Based on the upstream license information[0], add the missing
11 licenses. The license breakdown of individual components are as
12 follows:
13
14 gdal/frmts/gtiff/tif_float.c: BSD
15 gdal/frmts/hdf4/hdf-eos/*: MIT (--without-hdf4 in ebuild)
16 gdal/frmts/pcraster/libcsf: BSD (--without-pcraster in ebuild)
17 gdal/frmts/grib/degrib/*: Public Domain
18 port/cpl_minizip*: Info-ZIP
19 gdal/ogr/ogrsf_frmts/dxf/intronurbs.cpp: BSD
20 gdal/alg/thinplatespline.cpp: MIT
21 gdal/alg/libqhull: not present in the source tarball
22 gdal/frmts/pdf/pdfdataset.cpp: MIT
23 gdal/frmts/mrf/*: not present in the source tarball
24
25 [0] http://svn.osgeo.org/gdal/trunk/gdal/LICENSE.TXT
26
27 Package-Manager: portage-2.2.28
28
29 sci-libs/gdal/gdal-1.11.1-r3.ebuild | 4 ++--
30 sci-libs/gdal/gdal-1.11.2.ebuild | 4 ++--
31 sci-libs/gdal/gdal-2.0.0-r1.ebuild | 2 +-
32 sci-libs/gdal/gdal-2.0.1.ebuild | 2 +-
33 sci-libs/gdal/gdal-2.0.2.ebuild | 2 +-
34 5 files changed, 7 insertions(+), 7 deletions(-)
35
36 diff --git a/sci-libs/gdal/gdal-1.11.1-r3.ebuild b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
37 index f1a5d5e..e244d27 100644
38 --- a/sci-libs/gdal/gdal-1.11.1-r3.ebuild
39 +++ b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/"
47 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"
48
49 SLOT="0"
50 -LICENSE="MIT"
51 +LICENSE="BSD Info-ZIP MIT"
52 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
53 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby spatialite sqlite threads xls"
54
55
56 diff --git a/sci-libs/gdal/gdal-1.11.2.ebuild b/sci-libs/gdal/gdal-1.11.2.ebuild
57 index 02531a3..3a3e22f 100644
58 --- a/sci-libs/gdal/gdal-1.11.2.ebuild
59 +++ b/sci-libs/gdal/gdal-1.11.2.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 +# Copyright 1999-2016 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Id$
65
66 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/"
67 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"
68
69 SLOT="0"
70 -LICENSE="MIT"
71 +LICENSE="BSD Info-ZIP MIT"
72 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
73 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python ruby spatialite sqlite threads xls"
74
75
76 diff --git a/sci-libs/gdal/gdal-2.0.0-r1.ebuild b/sci-libs/gdal/gdal-2.0.0-r1.ebuild
77 index 9f4024c..9ed3cd9 100644
78 --- a/sci-libs/gdal/gdal-2.0.0-r1.ebuild
79 +++ b/sci-libs/gdal/gdal-2.0.0-r1.ebuild
80 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/"
81 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"
82
83 SLOT="0/2"
84 -LICENSE="MIT"
85 +LICENSE="BSD Info-ZIP MIT"
86 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
87 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls"
88
89
90 diff --git a/sci-libs/gdal/gdal-2.0.1.ebuild b/sci-libs/gdal/gdal-2.0.1.ebuild
91 index fa215d9..a034c25 100644
92 --- a/sci-libs/gdal/gdal-2.0.1.ebuild
93 +++ b/sci-libs/gdal/gdal-2.0.1.ebuild
94 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/"
95 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"
96
97 SLOT="0/2"
98 -LICENSE="MIT"
99 +LICENSE="BSD Info-ZIP MIT"
100 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
101 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls"
102
103
104 diff --git a/sci-libs/gdal/gdal-2.0.2.ebuild b/sci-libs/gdal/gdal-2.0.2.ebuild
105 index fa215d9..a034c25 100644
106 --- a/sci-libs/gdal/gdal-2.0.2.ebuild
107 +++ b/sci-libs/gdal/gdal-2.0.2.ebuild
108 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gdal.org/"
109 SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz"
110
111 SLOT="0/2"
112 -LICENSE="MIT"
113 +LICENSE="BSD Info-ZIP MIT"
114 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
115 IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls"