[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-12-18 Thread Sam James
commit: 5a172f12668e65a4d14569d7b972b7eca7d86ce3
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 08:02:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 08:02:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a172f12

sci-libs/libgeotiff: drop 1.6.0-r1, 1.7.0-r1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/Manifest   |  2 -
 sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild | 60 --
 sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild | 60 --
 3 files changed, 122 deletions(-)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 60dda82bdd42..acd4359a5eee 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,3 +1 @@
-DIST libgeotiff-1.6.0.tar.gz 537175 BLAKE2B 
4b1430c9e80cdd4193f474484b295c151ecb9a654248e08527046f1aa35cfab0be59980edad2cc6ae90c1a7b0e03d46fd203affd5b01c83e0fd4435d5e56b2d3
 SHA512 
4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418
-DIST libgeotiff-1.7.0.tar.gz 541931 BLAKE2B 
3c0843f8c86d6bbcedf9d07b45d2d676f1ccfaba7b5e40fa7f8d5f290b39da5cfaebe39567eab9e8add1b99042aad51d5104b81c2c05493d18d022d41e5b106b
 SHA512 
8e294b5db89e88dbd4f7eb9d804be788ff3d14a1a14f721e9805b42cc797500596f0473dd8e5be6c1da01b56bdebc872df2b30470a2d96686f308019de10739a
 DIST libgeotiff-1.7.1.tar.gz 542779 BLAKE2B 
e26a14fcb463f4a9e5a3652b978223da6b11dcb4ec6a3b6068460f929a57e9affafdb652f16fad23a2da4612c6ae3c2624bfb4f26c96fc4290a33f1e0629b726
 SHA512 
af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild
deleted file mode 100644
index 840f7e6a4316..
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
-SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="debug doc"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig
-"
-DEPEND="
-   >=media-libs/tiff-3.9.1:=
-   media-libs/libjpeg-turbo:=
-   >=sci-libs/proj-6.0.0:=
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   sed -e "s:-O3::g" -i configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   --enable-debug=$(usex debug) \
-   --with-jpeg="${EPREFIX}"/usr \
-   --with-zip="${EPREFIX}"/usr
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   mkdir -p docs/api || die
-   cp "${FILESDIR}"/Doxyfile Doxyfile || die
-   doxygen -u Doxyfile || die "updating doxygen config failed"
-   doxygen Doxyfile || die "docs generation failed"
-   fi
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( docs/api/. )
-
-   default
-
-   find "${D}" -name '*.la' -type f -delete || die
-}

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild
deleted file mode 100644
index 70ea62b744bb..
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
-SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="debug doc"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig
-"
-DEPEND="
-   >=media-libs/tiff-3.9.1:=
-   media-libs/libjpeg-turbo:=
-   >=sci-libs/proj-6.0.0:=
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   sed -e "s:-O3::g" -i configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   --enable-debug=$(usex debug) \
-   --with-jpeg="${EPREFIX}"/usr \
-   --with-zip="${EPREFIX}"/usr
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   mkdir -p docs/api || die
-  

[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-12-15 Thread Sam James
commit: a266ccdc8a6f319d69f35ededba916b4a6065ebe
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 16 01:31:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 16 01:38:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a266ccdc

sci-libs/libgeotiff: add media-libs/libtiff subslot dep

libtiff changed SONAME.

Signed-off-by: Sam James  gentoo.org>

 .../{libgeotiff-1.6.0.ebuild => libgeotiff-1.6.0-r1.ebuild} | 6 +++---
 .../{libgeotiff-1.7.0.ebuild => libgeotiff-1.7.0-r1.ebuild} | 6 +++---
 .../{libgeotiff-1.7.1-r1.ebuild => libgeotiff-1.7.1-r3.ebuild}  | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild
similarity index 92%
rename from sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
rename to sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild
index fb7b410ebb3e..840f7e6a4316 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,10 +19,10 @@ BDEPEND="
virtual/pkgconfig
 "
 DEPEND="
-   >=media-libs/tiff-3.9.1:0
+   >=media-libs/tiff-3.9.1:=
+   media-libs/libjpeg-turbo:=
>=sci-libs/proj-6.0.0:=
sys-libs/zlib
-   virtual/jpeg:=
 "
 RDEPEND="${DEPEND}"
 

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild
similarity index 92%
rename from sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
rename to sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild
index b7d0dbdc7a55..70ea62b744bb 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,10 +19,10 @@ BDEPEND="
virtual/pkgconfig
 "
 DEPEND="
-   >=media-libs/tiff-3.9.1:0
+   >=media-libs/tiff-3.9.1:=
+   media-libs/libjpeg-turbo:=
>=sci-libs/proj-6.0.0:=
sys-libs/zlib
-   virtual/jpeg:=
 "
 RDEPEND="${DEPEND}"
 

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r3.ebuild
similarity index 93%
rename from sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
rename to sci-libs/libgeotiff/libgeotiff-1.7.1-r3.ebuild
index 9d73d26ded19..4c91ee750c6b 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r3.ebuild
@@ -15,8 +15,8 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86 
~amd64-linux ~x86-l
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=
-   jpeg? ( virtual/jpeg:= )
-   tiff? ( >=media-libs/tiff-3.9.1 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   tiff? ( >=media-libs/tiff-3.9.1:= )
zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}"
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-12-04 Thread WANG Xuerui
commit: a3311e8dba4ad3f1f97a45c158a5cd7f72bc9463
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Dec  3 10:13:36 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 09:22:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3311e8d

sci-libs/libgeotiff: keyword 1.7.1-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index 034937369686..9d73d26ded19 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-12-02 Thread Arthur Zamarin
commit: e5301cbe5b2d599dd43bbbe3c1df9fa9d316e52e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 18:11:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 18:11:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5301cbe

sci-libs/libgeotiff: Stabilize 1.7.1-r1 x86, #882919

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index a3575dc7dd57..034937369686 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-11-25 Thread Arthur Zamarin
commit: ac22f7e9c5b306a9aeddf6b248b484352633970e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 09:35:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 09:35:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac22f7e9

sci-libs/libgeotiff: Stabilize 1.7.1-r1 ppc64, #882919

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index 5534aa9c2461..a3575dc7dd57 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-11-25 Thread Sam James
commit: 5e5a6bd9f62a6669c04c5463942cc7176d51d4ea
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 09:26:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 09:26:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5a6bd9

sci-libs/libgeotiff: Stabilize 1.7.1-r1 amd64, #882919

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index 1d91904e4cba..5534aa9c2461 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-11-25 Thread Arthur Zamarin
commit: c9c14521f2df6d836d511986ab4809e5c08f7fa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 09:03:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 09:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c14521

sci-libs/libgeotiff: Stabilize 1.7.1-r1 ppc, #882919

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index 7eea2693f93b..1d91904e4cba 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-11-25 Thread Arthur Zamarin
commit: af496cb78626f268d60661fd13467a30a70f6d5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 08:22:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 08:22:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af496cb7

sci-libs/libgeotiff: Stabilize 1.7.1-r1 arm64, #882919

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
index fe5e5d7051fc..7eea2693f93b 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc jpeg +tiff zlib"
 
 DEPEND=">=sci-libs/proj-6.0.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2022-11-25 Thread Sam James
commit: 22d8af737298d1fbc88452becac99dd377bc04f6
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 08:08:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 08:08:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d8af73

sci-libs/libgeotiff: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-libs/libgeotiff/metadata.xml b/sci-libs/libgeotiff/metadata.xml
index d3369ac77939..4a868130c3b5 100644
--- a/sci-libs/libgeotiff/metadata.xml
+++ b/sci-libs/libgeotiff/metadata.xml
@@ -5,4 +5,7 @@
 sci-geoscien...@gentoo.org
 Gentoo Geosciences Project
   
+  
+OSGeo/libgeotiff
+  
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/files/, sci-libs/libgeotiff/

2022-03-21 Thread Sam James
commit: 3af4933852ab0021e667db087ca55911f1f75382
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 22 02:13:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 22 02:13:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af49338

sci-libs/libgeotiff: update CMake patch

Signed-off-by: Sam James  gentoo.org>

 .../files/libgeotiff-1.7.1-gnuinstalldirs.patch| 24 +-
 ...iff-1.7.1.ebuild => libgeotiff-1.7.1-r1.ebuild} |  0
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch 
b/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch
index 47ee7050aa8a..6fdcd9753f95 100644
--- a/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch
+++ b/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch
@@ -1,6 +1,6 @@
 https://github.com/OSGeo/libgeotiff/pull/74
 
-From 8541a109f3aad4756488f730ed8d71060f9b282f Mon Sep 17 00:00:00 2001
+From d18deccb461990c826ceee8fbcc57a44502ace2e Mon Sep 17 00:00:00 2001
 From: Sam James 
 Date: Sun, 20 Mar 2022 02:55:50 +
 Subject: [PATCH] CMake: adopt GNUInstallDirs
@@ -13,7 +13,15 @@ This works cross-platform still but it means libgeotiff uses 
the
 standard options which CMake projects tend to use for such locations
 and therefore no special treatment is needed when packaging it.
 
+Fixes: https://github.com/OSGeo/issues/33
 Signed-off-by: Sam James 
+---
+ CMakeLists.txt | 41 ++-
+ bin/CMakeLists.txt |  6 ++---
+ 2 files changed, 14 insertions(+), 33 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 001df67..1840258 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -7,6 +7,8 @@
@@ -96,3 +104,17 @@ Signed-off-by: Sam James 
  
  # Define grouping of source files in PROJECT file (e.g. Visual Studio)
  SOURCE_GROUP("CMake Files" FILES CMakeLists.txt)
+diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt
+index dad465f..c61585c 100644
+--- a/bin/CMakeLists.txt
 b/bin/CMakeLists.txt
+@@ -41,6 +41,6 @@ MESSAGE(STATUS "Adding GeoTIFF utilities to build - done: 
${GEOTIFF_UTILITIES}")
+ # Targets installation
+ 
+ INSTALL(TARGETS ${GEOTIFF_UTILITIES}
+-RUNTIME DESTINATION ${GEOTIFF_BIN_DIR}
+-LIBRARY DESTINATION ${GEOTIFF_LIB_DIR}
+-ARCHIVE DESTINATION ${GEOTIFF_LIB_DIR})
++RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild
similarity index 100%
rename from sci-libs/libgeotiff/libgeotiff-1.7.1.ebuild
rename to sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/files/, sci-libs/libgeotiff/

2022-03-19 Thread Sam James
commit: 3b3e37665feed62856266979950a25d5b08a7fd8
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 20 02:59:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 20 03:23:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3e3766

sci-libs/libgeotiff: add 1.7.1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/Manifest   |  1 +
 .../files/libgeotiff-1.7.1-gnuinstalldirs.patch| 98 ++
 sci-libs/libgeotiff/libgeotiff-1.7.1.ebuild| 53 
 3 files changed, 152 insertions(+)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 7a85e7ff274f..60dda82bdd42 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,2 +1,3 @@
 DIST libgeotiff-1.6.0.tar.gz 537175 BLAKE2B 
4b1430c9e80cdd4193f474484b295c151ecb9a654248e08527046f1aa35cfab0be59980edad2cc6ae90c1a7b0e03d46fd203affd5b01c83e0fd4435d5e56b2d3
 SHA512 
4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418
 DIST libgeotiff-1.7.0.tar.gz 541931 BLAKE2B 
3c0843f8c86d6bbcedf9d07b45d2d676f1ccfaba7b5e40fa7f8d5f290b39da5cfaebe39567eab9e8add1b99042aad51d5104b81c2c05493d18d022d41e5b106b
 SHA512 
8e294b5db89e88dbd4f7eb9d804be788ff3d14a1a14f721e9805b42cc797500596f0473dd8e5be6c1da01b56bdebc872df2b30470a2d96686f308019de10739a
+DIST libgeotiff-1.7.1.tar.gz 542779 BLAKE2B 
e26a14fcb463f4a9e5a3652b978223da6b11dcb4ec6a3b6068460f929a57e9affafdb652f16fad23a2da4612c6ae3c2624bfb4f26c96fc4290a33f1e0629b726
 SHA512 
af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch 
b/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch
new file mode 100644
index ..47ee7050aa8a
--- /dev/null
+++ b/sci-libs/libgeotiff/files/libgeotiff-1.7.1-gnuinstalldirs.patch
@@ -0,0 +1,98 @@
+https://github.com/OSGeo/libgeotiff/pull/74
+
+From 8541a109f3aad4756488f730ed8d71060f9b282f Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sun, 20 Mar 2022 02:55:50 +
+Subject: [PATCH] CMake: adopt GNUInstallDirs
+
+This makes it a lot easier for packagers (it happens by default
+if we've setup our environment correctly) to have files installed in the right
+places, including libdir, but also documentation, which can vary.
+
+This works cross-platform still but it means libgeotiff uses the
+standard options which CMake projects tend to use for such locations
+and therefore no special treatment is needed when packaging it.
+
+Signed-off-by: Sam James 
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -7,6 +7,8 @@
+ 
###
+ PROJECT(GeoTIFF)
+ 
++include(GNUInstallDirs)
++
+ SET(GEOTIFF_LIB_NAME geotiff)
+ SET(GEOTIFF_LIBRARY_TARGET geotiff_library)
+ 
+@@ -239,38 +241,17 @@ SET(GEOTIFF_MAN_PAGES
+ 
+ #${PROJECT_BINARY_DIR}/geotiff_version.h
+ 
+-SET(DEFAULT_BIN_SUBDIR bin)
+-SET(DEFAULT_LIB_SUBDIR lib)
+-SET(DEFAULT_INCLUDE_SUBDIR include)
+-
+-# Locations are changeable by user to customize layout of GeoTIFF installation
+-# (default values are platform-specIFic)
+-SET(GEOTIFF_BIN_SUBDIR ${DEFAULT_BIN_SUBDIR} CACHE STRING
+-"Subdirectory where executables will be installed")
+-SET(GEOTIFF_LIB_SUBDIR ${DEFAULT_LIB_SUBDIR} CACHE STRING
+-"Subdirectory where libraries will be installed")
+-SET(GEOTIFF_INCLUDE_SUBDIR ${DEFAULT_INCLUDE_SUBDIR} CACHE STRING
+-"Subdirectory where header files will be installed")
+-
+-# Mark *_SUBDIR variables as advanced and dedicated to use by power-users 
only.
+-MARK_AS_ADVANCED(GEOTIFF_BIN_SUBDIR GEOTIFF_LIB_SUBDIR GEOTIFF_INCLUDE_SUBDIR)
+-
+-# Full paths for the installation
+-SET(GEOTIFF_BIN_DIR ${GEOTIFF_BIN_SUBDIR})
+-SET(GEOTIFF_LIB_DIR ${GEOTIFF_LIB_SUBDIR})
+-SET(GEOTIFF_INCLUDE_DIR ${GEOTIFF_INCLUDE_SUBDIR})
+-
+ # Install doc files
+ INSTALL(FILES
+ AUTHORS ChangeLog COPYING INSTALL LICENSE README README_BIN README.WIN
+-DESTINATION doc)
++DESTINATION ${CMAKE_INSTALL_DOCDIR})
+ 
+ # Install man pages
+-INSTALL(FILES ${GEOTIFF_MAN_PAGES} DESTINATION share/man/man1)
++INSTALL(FILES ${GEOTIFF_MAN_PAGES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
+ 
+ 
+ # Install header files for development distribution
+-INSTALL(FILES ${GEOTIFF_LIB_HEADERS} DESTINATION ${GEOTIFF_INCLUDE_DIR})
++INSTALL(FILES ${GEOTIFF_LIB_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
+ 
+ 
###
+ # Build libxtiff library
+@@ -323,7 +304,7 @@ if(UNIX)
+   set_target_properties(
+ ${GEOTIFF_LIBRARY_TARGET}
+ PROPERTIES
+-INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${GEOTIFF_LIB_DIR}")
++INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
+endif()
+ endif()
+ 
+@@ 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-09-17 Thread Agostino Sarubbo
commit: 1e47c24b59b2e78445ada77330544eafa65be075
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 17 14:15:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 17 14:15:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e47c24b

sci-libs/libgeotiff: x86 stable wrt bug #813174

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index e607c00e754..c8e5c17c7fd 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-09-16 Thread Sam James
commit: 193bfe387e2290b92eda3d0721aa63593f8d62f9
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 16 18:55:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 16 18:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193bfe38

sci-libs/libgeotiff: Stabilize 1.7.0 arm64, #813174

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index 3c07fde1802..e607c00e754 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-09-16 Thread Agostino Sarubbo
commit: aa3635633038eefc275ac56ef0e1c87d14525572
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 16 08:03:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 16 08:03:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa363563

sci-libs/libgeotiff: ppc64 stable wrt bug #813174

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index 408db92af06..3c07fde1802 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-09-15 Thread Agostino Sarubbo
commit: 7aeb7ed7eaaf61945514ca8f74f1c3153bde7d3c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aeb7ed7

sci-libs/libgeotiff: amd64 stable wrt bug #813174

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index 88ddc1dfab4..408db92af06 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-08-14 Thread Marek Szuba
commit: a993067b8c349c4d6a7700f94534fc6441475dbf
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 14 20:00:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 14 23:14:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a993067b

sci-libs/libgeotiff: keyword 1.7.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index 746a584a921..88ddc1dfab4 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-07-05 Thread Sam James
commit: 5deff5efc995823601fea01f493e7580ec732a54
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 02:16:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 04:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deff5ef

sci-libs/libgeotiff: add 1.7.0

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/Manifest|  1 +
 sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index f5d06499c8f..7a85e7ff274 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1 +1,2 @@
 DIST libgeotiff-1.6.0.tar.gz 537175 BLAKE2B 
4b1430c9e80cdd4193f474484b295c151ecb9a654248e08527046f1aa35cfab0be59980edad2cc6ae90c1a7b0e03d46fd203affd5b01c83e0fd4435d5e56b2d3
 SHA512 
4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418
+DIST libgeotiff-1.7.0.tar.gz 541931 BLAKE2B 
3c0843f8c86d6bbcedf9d07b45d2d676f1ccfaba7b5e40fa7f8d5f290b39da5cfaebe39567eab9e8add1b99042aad51d5104b81c2c05493d18d022d41e5b106b
 SHA512 
8e294b5db89e88dbd4f7eb9d804be788ff3d14a1a14f721e9805b42cc797500596f0473dd8e5be6c1da01b56bdebc872df2b30470a2d96686f308019de10739a

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
new file mode 100644
index 000..746a584a921
--- /dev/null
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
+HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
+SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+IUSE="debug doc"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+"
+DEPEND="
+   >=media-libs/tiff-3.9.1:0
+   >=sci-libs/proj-6.0.0:=
+   sys-libs/zlib
+   virtual/jpeg:=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -e "s:-O3::g" -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-static \
+   --enable-debug=$(usex debug) \
+   --with-jpeg="${EPREFIX}"/usr \
+   --with-zip="${EPREFIX}"/usr
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   mkdir -p docs/api || die
+   cp "${FILESDIR}"/Doxyfile Doxyfile || die
+   doxygen -u Doxyfile || die "updating doxygen config failed"
+   doxygen Doxyfile || die "docs generation failed"
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( docs/api/. )
+
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/files/, sci-libs/libgeotiff/

2021-05-27 Thread David Seifert
commit: bfa0a8866340aee27f8e72abfa37158f9c2585cf
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May 27 21:05:26 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 27 21:05:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa0a886

sci-libs/libgeotiff: Remove old 1.5.1

Closes: https://bugs.gentoo.org/716882
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/libgeotiff/Manifest   |  1 -
 .../files/libgeotiff-1.5.1-proj-6.2-tests.patch| 57 
 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 60 --
 3 files changed, 118 deletions(-)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 930d7ae0d29..f5d06499c8f 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,2 +1 @@
-DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 
24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893
 SHA512 
6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1
 DIST libgeotiff-1.6.0.tar.gz 537175 BLAKE2B 
4b1430c9e80cdd4193f474484b295c151ecb9a654248e08527046f1aa35cfab0be59980edad2cc6ae90c1a7b0e03d46fd203affd5b01c83e0fd4435d5e56b2d3
 SHA512 
4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch 
b/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch
deleted file mode 100644
index 5004aadb981..000
--- a/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 678ffd97db2d63cf6856428bea65a93e069f812f Mon Sep 17 00:00:00 2001
-From: Even Rouault 
-Date: Wed, 4 Sep 2019 16:11:37 +0200
-Subject: [PATCH] Adapt test script for PROJ 6.2 EPSG database (fixes #22)
-

- libgeotiff/test/testlistgeo  | 8 +++-
- libgeotiff/test/testlistgeo_out.dist | 4 ++--
- 3 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/test/testlistgeo b/test/testlistgeo
-index 7fb4a2f..571f5d0 100755
 a/test/testlistgeo
-+++ b/test/testlistgeo
-@@ -210,10 +210,15 @@ echo "Testing listgeo equidistant_cylindrical.tif" >> 
${OUT}
- $EXE ${DATA_DIR}/equidistant_cylindrical.tif >>${OUT}
- echo "" >>${OUT}
- 
-+# Normalize for results depending on the exact version of PROJ / EPSG database
-+sed "s/ETRS89-extended/ETRS89/g" < ${OUT} > ${OUT}.tmp
-+mv ${OUT}.tmp ${OUT}
-+
-+sed "s/ETRS89-extended/ETRS89/g" < ${TEST_CLI_DIR}/testlistgeo_out.dist > 
testlistgeo_out.dist.tmp
- 
- # do 'diff' with distribution results
- echo "diff ${OUT} with testlistgeo_out.dist"
--diff -u ${OUT} ${TEST_CLI_DIR}/testlistgeo_out.dist
-+diff -u ${OUT} testlistgeo_out.dist.tmp
- if [ $? -ne 0 ] ; then
- echo  ""
- echo "PROBLEMS HAVE OCCURRED"
-@@ -224,6 +229,7 @@ else
- echo "TEST OK"
- echo "test file ${OUT} removed"
- echo
-+rm testlistgeo_out.dist.tmp
- /bin/rm -f ${OUT}
- exit 0
- fi
-diff --git a/test/testlistgeo_out.dist b/test/testlistgeo_out.dist
-index 68a948c..c157f00 100644
 a/test/testlistgeo_out.dist
-+++ b/test/testlistgeo_out.dist
-@@ -1738,11 +1738,11 @@ Geotiff_Information:
-Keyed_Information:
-   GTModelTypeGeoKey (Short,1): ModelTypeProjected
-   GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
--  ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89 / LAEA Europe)
-+  ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89-extended / LAEA 
Europe)
-   End_Of_Keys.
-End_Of_Geotiff.
- 
--PCS = 3035 (ETRS89 / LAEA Europe)
-+PCS = 3035 (ETRS89-extended / LAEA Europe)
- Projection = 19986 (Europe Equal Area 2001)
- Projection Method: CT_LambertAzimEqualArea
-ProjCenterLatGeoKey: 52.00 ( 52d 0' 0.00"N)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
deleted file mode 100644
index 3ffe18121a5..000
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
-SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="debug doc static-libs"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   >=media-libs/tiff-3.9.1:0
-   >=sci-libs/proj-6.0.0:=
-   sys-libs/zlib
-   virtual/jpeg:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-proj-6.2-tests.patch" )

[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-05-27 Thread David Seifert
commit: 7d9e2e966257850b26d805b031a1d8fd1cf352bf
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May 27 21:05:29 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 27 21:05:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9e2e96

sci-libs/libgeotiff: Drop unused USE=static-libs in 1.6.0

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
index e8b6bced15b..fb7b410ebb3 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0/5"
 KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
-IUSE="debug doc static-libs"
+IUSE="debug doc"
 
 BDEPEND="
doc? ( app-doc/doxygen )



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-02-26 Thread Sam James
commit: 6680b40724bf1185e68c179e96d39da993a878ac
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 19:06:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 19:06:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6680b407

sci-libs/libgeotiff: Stabilize 1.6.0 amd64, #769149

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
index aaca09f2d1a..e8b6bced15b 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-02-25 Thread Sam James
commit: 18c301b327c25322df85312fec426a69f218217c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 11:31:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 11:31:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c301b3

sci-libs/libgeotiff: Stabilize 1.6.0 arm64, #769149

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
index 733f9888ebf..c52405d5b99 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-02-24 Thread Sam James
commit: aa9859d17b16781d36fa6dbdf9dee452de7c54e9
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 20:25:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 20:25:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9859d1

sci-libs/libgeotiff: Stabilize 1.6.0 ppc64, #769149

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
index 24e7d52659a..733f9888ebf 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-02-24 Thread Sam James
commit: 76278c8067de6ff657e696370f94a440b9919e2a
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 20:23:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 20:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76278c80

sci-libs/libgeotiff: Stabilize 1.6.0 ppc, #769149

Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
index 0826b31d219..24e7d52659a 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-01-25 Thread Sam James
commit: b3150173b7f33bce04fd8246d532d62d1a32783a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 25 22:16:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 25 22:18:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3150173

sci-libs/libgeotiff: bump to 1.6.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sci-libs/libgeotiff/Manifest|  1 +
 sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 998b19aee17..930d7ae0d29 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1 +1,2 @@
 DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 
24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893
 SHA512 
6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1
+DIST libgeotiff-1.6.0.tar.gz 537175 BLAKE2B 
4b1430c9e80cdd4193f474484b295c151ecb9a654248e08527046f1aa35cfab0be59980edad2cc6ae90c1a7b0e03d46fd203affd5b01c83e0fd4435d5e56b2d3
 SHA512 
4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418

diff --git a/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
new file mode 100644
index 000..0826b31d219
--- /dev/null
+++ b/sci-libs/libgeotiff/libgeotiff-1.6.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
+HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
+SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+IUSE="debug doc static-libs"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+"
+DEPEND="
+   >=media-libs/tiff-3.9.1:0
+   >=sci-libs/proj-6.0.0:=
+   sys-libs/zlib
+   virtual/jpeg:=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -e "s:-O3::g" -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-static \
+   --enable-debug=$(usex debug) \
+   --with-jpeg="${EPREFIX}"/usr \
+   --with-zip="${EPREFIX}"/usr
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   mkdir -p docs/api || die
+   cp "${FILESDIR}"/Doxyfile Doxyfile || die
+   doxygen -u Doxyfile || die "updating doxygen config failed"
+   doxygen Doxyfile || die "docs generation failed"
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( docs/api/. )
+
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2021-01-06 Thread Fabian Groffen
commit: 46974402fee8ba9449c54006ec3921587f78e97b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 15:16:11 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 15:16:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46974402

sci-libs/libgeotiff: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 58b7bdac277..3ffe18121a5 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-04-10 Thread Andreas Sturmlechner
commit: 5e954bff56ef5e52896348fece626abc1f5f5919
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 10 09:30:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 10 09:30:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e954bff

sci-libs/libgeotiff: Drop 1.4.1-r1

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/libgeotiff/Manifest   |  1 -
 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 533ec8b7cbb..998b19aee17 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,2 +1 @@
-DIST libgeotiff-1.4.1.tar.gz 1674928 BLAKE2B 
6c83ca77728c40995bf262d165c8566573c995f0d0116a3756f688b5686ff6529295d3340afdd771268c80050fb81b10953f7ae7339c46ed23d44dbd73cf302d
 SHA512 
4a68bd7b9adf7453fdcb8f98cdeb79289b5f21315d1ef91d54fcc01724c8d687d243826c05a5523bb08c930296335959d2290916d46b6d802e63ac9be727c628
 DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 
24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893
 SHA512 
6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
deleted file mode 100644
index fe26ae0b264..000
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P=${P/_rc/RC}
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="http://geotiff.osgeo.org/;
-SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc static-libs"
-
-RDEPEND="
-   virtual/jpeg:=
-   >=media-libs/tiff-3.9.1:0
-   sci-libs/proj:=
-   sys-libs/zlib"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P/RC*/}
-
-DOCS=( README ChangeLog )
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:-O3::g" \
-   configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --enable-debug=$(usex debug) \
-   --with-jpeg="${EPREFIX}"/usr/ \
-   --with-zip="${EPREFIX}"/usr/
-
-}
-src_compile() {
-   default
-
-   if use doc; then
-   mkdir -p docs/api || die
-   cp "${FILESDIR}"/Doxyfile Doxyfile || die
-   doxygen -u Doxyfile || die "updating doxygen config failed"
-   doxygen Doxyfile || die "docs generation failed"
-   fi
-}
-
-src_install() {
-   default
-
-   use doc && dohtml docs/api/*
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-04-10 Thread Mart Raudsepp
commit: f007e90e26e5f0f7faa3a05a9e2779390da6fbf5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 10 07:52:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 10 07:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f007e90e

sci-libs/libgeotiff: arm64 stable (bug #706442)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index da6e4558921..58b7bdac277 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/, sci-libs/libgeotiff/files/

2020-04-06 Thread Andreas Sturmlechner
commit: 1fe9943ada561893b8e06756e412867e6f1b8dd1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr  6 16:18:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr  6 16:18:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe9943a

sci-libs/libgeotiff: Fix tests with >=sci-libs/proj-6.2

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libgeotiff-1.5.1-proj-6.2-tests.patch| 57 ++
 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild |  2 +
 2 files changed, 59 insertions(+)

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch 
b/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch
new file mode 100644
index 000..5004aadb981
--- /dev/null
+++ b/sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch
@@ -0,0 +1,57 @@
+From 678ffd97db2d63cf6856428bea65a93e069f812f Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Wed, 4 Sep 2019 16:11:37 +0200
+Subject: [PATCH] Adapt test script for PROJ 6.2 EPSG database (fixes #22)
+
+---
+ libgeotiff/test/testlistgeo  | 8 +++-
+ libgeotiff/test/testlistgeo_out.dist | 4 ++--
+ 3 files changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/test/testlistgeo b/test/testlistgeo
+index 7fb4a2f..571f5d0 100755
+--- a/test/testlistgeo
 b/test/testlistgeo
+@@ -210,10 +210,15 @@ echo "Testing listgeo equidistant_cylindrical.tif" >> 
${OUT}
+ $EXE ${DATA_DIR}/equidistant_cylindrical.tif >>${OUT}
+ echo "" >>${OUT}
+ 
++# Normalize for results depending on the exact version of PROJ / EPSG database
++sed "s/ETRS89-extended/ETRS89/g" < ${OUT} > ${OUT}.tmp
++mv ${OUT}.tmp ${OUT}
++
++sed "s/ETRS89-extended/ETRS89/g" < ${TEST_CLI_DIR}/testlistgeo_out.dist > 
testlistgeo_out.dist.tmp
+ 
+ # do 'diff' with distribution results
+ echo "diff ${OUT} with testlistgeo_out.dist"
+-diff -u ${OUT} ${TEST_CLI_DIR}/testlistgeo_out.dist
++diff -u ${OUT} testlistgeo_out.dist.tmp
+ if [ $? -ne 0 ] ; then
+ echo  ""
+ echo "PROBLEMS HAVE OCCURRED"
+@@ -224,6 +229,7 @@ else
+ echo "TEST OK"
+ echo "test file ${OUT} removed"
+ echo
++rm testlistgeo_out.dist.tmp
+ /bin/rm -f ${OUT}
+ exit 0
+ fi
+diff --git a/test/testlistgeo_out.dist b/test/testlistgeo_out.dist
+index 68a948c..c157f00 100644
+--- a/test/testlistgeo_out.dist
 b/test/testlistgeo_out.dist
+@@ -1738,11 +1738,11 @@ Geotiff_Information:
+Keyed_Information:
+   GTModelTypeGeoKey (Short,1): ModelTypeProjected
+   GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
+-  ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89 / LAEA Europe)
++  ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89-extended / LAEA 
Europe)
+   End_Of_Keys.
+End_Of_Geotiff.
+ 
+-PCS = 3035 (ETRS89 / LAEA Europe)
++PCS = 3035 (ETRS89-extended / LAEA Europe)
+ Projection = 19986 (Europe Equal Area 2001)
+ Projection Method: CT_LambertAzimEqualArea
+ProjCenterLatGeoKey: 52.00 ( 52d 0' 0.00"N)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 7806a36e725..da6e4558921 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -25,6 +25,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-proj-6.2-tests.patch" )
+
 src_prepare() {
default
sed -e "s:-O3::g" -i configure.ac || die



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-02-12 Thread Agostino Sarubbo
commit: 7d811bb53842c22219db33b9a47475bedb0441bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 10:47:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 10:47:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d811bb5

sci-libs/libgeotiff: ppc stable wrt bug #706442

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 464d4e4c43a..7806a36e725 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-02-11 Thread Agostino Sarubbo
commit: f003f1c9c4b99676d42174f334d9783bffdb9201
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 07:57:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 07:57:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f003f1c9

sci-libs/libgeotiff: x86 stable wrt bug #706442

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 2be50e3b822..464d4e4c43a 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-02-11 Thread Agostino Sarubbo
commit: 41114a7b88810464a5e6611310503b18634c426b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 07:53:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 07:53:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41114a7b

sci-libs/libgeotiff: ppc64 stable wrt bug #706442

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 89ace3b5a96..2be50e3b822 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2020-02-11 Thread Piotr Karbowski
commit: 5dbb88f4702628a30b2b0420b98c35c0b5581194
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Feb 12 00:23:05 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Feb 12 00:23:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbb88f4

sci-libs/libgeotiff-1.5.1-r1: amd64 stable (bug 706442)

Signed-off-by: Piotr Karbowski  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 1e85578587a..89ace3b5a96 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-12-28 Thread Andreas Sturmlechner
commit: 017b65f479fd5bec480b72d3fd74d2517c625cd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 28 23:20:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 29 00:20:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017b65f4

sci-libs/libgeotiff: Add missing slot ops

Closes: https://bugs.gentoo.org/698234
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index aaa7845a9a1..fe26ae0b264 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="debug doc static-libs"
 RDEPEND="
virtual/jpeg:=
>=media-libs/tiff-3.9.1:0
-   sci-libs/proj
+   sci-libs/proj:=
sys-libs/zlib"
 
 DEPEND="${RDEPEND}

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
index 7696605edc4..1e85578587a 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -19,7 +19,7 @@ BDEPEND="
 "
 DEPEND="
>=media-libs/tiff-3.9.1:0
-   >=sci-libs/proj-6.0.0
+   >=sci-libs/proj-6.0.0:=
sys-libs/zlib
virtual/jpeg:=
 "



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-07-23 Thread Andreas Sturmlechner
commit: 558ce1a0022fa9ea79bd036a926c820c33617841
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 23 14:50:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 23 14:51:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ce1a0

sci-libs/libgeotiff: Drop 1.4.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sci-libs/libgeotiff/Manifest|  1 -
 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 73 -
 2 files changed, 74 deletions(-)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index b066c25f70b..533ec8b7cbb 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,3 +1,2 @@
-DIST libgeotiff-1.4.0.tar.gz 1517881 BLAKE2B 
5340029481b1d529626170e61b73948a620cf24e86297178eb84a76e4988dd5bde2c278f995d39fa598a84eaaac69e93a62e7d091a77830c5fd16a43cb20a750
 SHA512 
1336e9b5345d69c47807f350d2f757c753543fecc477a6fc036743e78fbfca7b7f99db1b0fdf03e80418fbd4c66db100d04ac7c3338913f9a2b922b9c9f91f1b
 DIST libgeotiff-1.4.1.tar.gz 1674928 BLAKE2B 
6c83ca77728c40995bf262d165c8566573c995f0d0116a3756f688b5686ff6529295d3340afdd771268c80050fb81b10953f7ae7339c46ed23d44dbd73cf302d
 SHA512 
4a68bd7b9adf7453fdcb8f98cdeb79289b5f21315d1ef91d54fcc01724c8d687d243826c05a5523bb08c930296335959d2290916d46b6d802e63ac9be727c628
 DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 
24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893
 SHA512 
6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
deleted file mode 100644
index c7aebcf4ce3..000
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-MY_P=${P/_rc/RC}
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="http://geotiff.osgeo.org/;
-SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc static-libs"
-
-RDEPEND="
-   virtual/jpeg
-   >=media-libs/tiff-3.9.1:0
-   sci-libs/proj
-   sys-libs/zlib"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P/RC*/}
-
-DOCS=( README ChangeLog )
-
-src_prepare() {
-   epatch_user
-   sed -i \
-   -e "s:-O3::g" \
-   configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --enable-debug=$(use debug && echo yes || echo no) \
-   --with-jpeg="${EPREFIX}"/usr/ \
-   --with-zip="${EPREFIX}"/usr/
-
-}
-src_compile() {
-   default
-
-   if use doc; then
-   mkdir -p docs/api
-   cp "${FILESDIR}"/Doxyfile Doxyfile
-   doxygen -u Doxyfile || die "updating doxygen config failed"
-   doxygen Doxyfile || die "docs generation failed"
-   fi
-}
-
-src_install() {
-   default
-
-   use doc && dohtml docs/api/*
-   prune_libtool_files
-}
-
-pkg_postinst() {
-   echo
-   ewarn "You should rebuild any packages built against ${PN} by running:"
-   ewarn "# revdep-rebuild"
-   ewarn "or using preserved-rebuild features of portage-2.2:"
-   ewarn "# emerge @preserved-rebuild"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-07-23 Thread Aaron Bauman
commit: e5a9db73da03cfa39bc0b113f6fee23e704e458a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 23 14:41:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 23 14:41:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9db73

sci-libs/libgeotiff: arm64 stable (bug #688806)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index 87d53b8e09f..aaa7845a9a1 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-07-02 Thread Sergei Trofimovich
commit: 401a209e45e48e8402fbb6d6522fcbf27cfb58c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  2 08:26:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  2 08:26:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401a209e

sci-libs/libgeotiff: stable 1.4.1-r1 for ppc64, bug #688806

Package-Manager: Portage-2.3.68, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index 27e8b6cd330..87d53b8e09f 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-07-02 Thread Sergei Trofimovich
commit: 449843e8eefd3a6c9e23d94c4e505ad92756de68
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul  2 08:21:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul  2 08:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449843e8

sci-libs/libgeotiff: stable 1.4.1-r1 for ppc, bug #688806

Package-Manager: Portage-2.3.68, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index 4ecb88ce04f..27e8b6cd330 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-06-28 Thread Agostino Sarubbo
commit: 5ecbc4aff9d1d6a43d6b3066e90367c19bafb3e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 15:21:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 15:21:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecbc4af

sci-libs/libgeotiff: x86 stable wrt bug #688806

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index de20ffc9369..4ecb88ce04f 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-06-28 Thread Agostino Sarubbo
commit: b86ac8fb2040ca6c825504dfbb25f89a51728fb6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 28 11:37:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 28 11:37:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86ac8fb

sci-libs/libgeotiff: amd64 stable wrt bug #688806

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index d30e21eb05f..de20ffc9369 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-05-24 Thread Andreas Sturmlechner
commit: dcc684c9450f0f43a78cab75ac4313253658b8bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 24 18:43:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 24 19:25:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc684c9

sci-libs/libgeotiff: Drop 1.5.1 (r0)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild | 64 -
 1 file changed, 64 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild
deleted file mode 100644
index 54b176ce753..000
--- a/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P=${P/_rc/RC}
-
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
-HOMEPAGE="http://geotiff.osgeo.org/;
-SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc static-libs"
-
-RDEPEND="
-   virtual/jpeg:=
-   >=media-libs/tiff-3.9.1:0
-   sci-libs/proj
-   sys-libs/zlib"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P/RC*/}
-
-DOCS=( README ChangeLog )
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:-O3::g" \
-   configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --enable-debug=$(usex debug) \
-   --with-jpeg="${EPREFIX}"/usr/ \
-   --with-zip="${EPREFIX}"/usr/
-
-}
-src_compile() {
-   default
-
-   if use doc; then
-   mkdir -p docs/api || die
-   cp "${FILESDIR}"/Doxyfile Doxyfile || die
-   doxygen -u Doxyfile || die "updating doxygen config failed"
-   doxygen Doxyfile || die "docs generation failed"
-   fi
-}
-
-src_install() {
-   default
-
-   use doc && dohtml docs/api/*
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-05-24 Thread Andreas Sturmlechner
commit: 87e21d26aa928c01dddfcf6f2bc17a5c9844c62d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 24 18:41:57 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 24 19:25:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e21d26

sci-libs/libgeotiff: EAPI-7 bump, missing subslot, fix >=proj-6 DEPEND

Fix HOMEPAGE
Sort DEPENDs

Closes: https://bugs.gentoo.org/685476
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
new file mode 100644
index 000..7696605edc4
--- /dev/null
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
+HOMEPAGE="https://trac.osgeo.org/geotiff/ https://github.com/OSGeo/libgeotiff;
+SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug doc static-libs"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   >=media-libs/tiff-3.9.1:0
+   >=sci-libs/proj-6.0.0
+   sys-libs/zlib
+   virtual/jpeg:=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -e "s:-O3::g" -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-debug=$(usex debug) \
+   $(use_enable static-libs static) \
+   --with-jpeg="${EPREFIX}"/usr/ \
+   --with-zip="${EPREFIX}"/usr/
+
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   mkdir -p docs/api || die
+   cp "${FILESDIR}"/Doxyfile Doxyfile || die
+   doxygen -u Doxyfile || die "updating doxygen config failed"
+   doxygen Doxyfile || die "docs generation failed"
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( docs/api/. )
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-05-16 Thread Aaron Bauman
commit: a250fd422591c97817ca6471d02d14497dfcb1b9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 15:10:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 19:27:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a250fd42

sci-libs/libgeotiff: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
index 9b1f08a486b..c7aebcf4ce3 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2019-05-06 Thread Andrey Grozin
commit: f4acd2fa39a3e3abe5e7ecef9356101dece319cc
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon May  6 16:19:23 2019 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon May  6 16:19:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4acd2fa

sci-libs/libgeotiff: bump to 1.5.1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andrey Grozin  gentoo.org>

 sci-libs/libgeotiff/Manifest|  1 +
 sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 0510fbb403a..b066c25f70b 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1,2 +1,3 @@
 DIST libgeotiff-1.4.0.tar.gz 1517881 BLAKE2B 
5340029481b1d529626170e61b73948a620cf24e86297178eb84a76e4988dd5bde2c278f995d39fa598a84eaaac69e93a62e7d091a77830c5fd16a43cb20a750
 SHA512 
1336e9b5345d69c47807f350d2f757c753543fecc477a6fc036743e78fbfca7b7f99db1b0fdf03e80418fbd4c66db100d04ac7c3338913f9a2b922b9c9f91f1b
 DIST libgeotiff-1.4.1.tar.gz 1674928 BLAKE2B 
6c83ca77728c40995bf262d165c8566573c995f0d0116a3756f688b5686ff6529295d3340afdd771268c80050fb81b10953f7ae7339c46ed23d44dbd73cf302d
 SHA512 
4a68bd7b9adf7453fdcb8f98cdeb79289b5f21315d1ef91d54fcc01724c8d687d243826c05a5523bb08c930296335959d2290916d46b6d802e63ac9be727c628
+DIST libgeotiff-1.5.1.tar.gz 528083 BLAKE2B 
24dd812c4b12a942b21640c031fd890bb2151f6dfedfd98d0b54cf41d6341ee4d352edd427d350f36542169f822a360f8d0c9f3bb13019a422db77f43e7bd893
 SHA512 
6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1

diff --git a/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild
new file mode 100644
index 000..54b176ce753
--- /dev/null
+++ b/sci-libs/libgeotiff/libgeotiff-1.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_P=${P/_rc/RC}
+
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
+HOMEPAGE="http://geotiff.osgeo.org/;
+SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug doc static-libs"
+
+RDEPEND="
+   virtual/jpeg:=
+   >=media-libs/tiff-3.9.1:0
+   sci-libs/proj
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+S=${WORKDIR}/${MY_P/RC*/}
+
+DOCS=( README ChangeLog )
+
+src_prepare() {
+   default
+   sed -i \
+   -e "s:-O3::g" \
+   configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --enable-debug=$(usex debug) \
+   --with-jpeg="${EPREFIX}"/usr/ \
+   --with-zip="${EPREFIX}"/usr/
+
+}
+src_compile() {
+   default
+
+   if use doc; then
+   mkdir -p docs/api || die
+   cp "${FILESDIR}"/Doxyfile Doxyfile || die
+   doxygen -u Doxyfile || die "updating doxygen config failed"
+   doxygen Doxyfile || die "docs generation failed"
+   fi
+}
+
+src_install() {
+   default
+
+   use doc && dohtml docs/api/*
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2018-08-03 Thread Amy Liffey
commit: 9db2ef6f8d5226898586b31ea23e58c58d682a3e
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug  3 13:21:54 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  3 13:32:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db2ef6f

sci-libs/libgeotiff: remove not needed ewarn message

- EAPI 6 bump
- remove eutils
- Remove not needed ewarn messages
- Add missing dies

Closes: https://bugs.gentoo.org/546618
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...iff-1.4.1.ebuild => libgeotiff-1.4.1-r1.ebuild} | 25 +++---
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
similarity index 70%
rename from sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
rename to sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
index d2e161b24ea..d30e21eb05f 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 MY_P=${P/_rc/RC}
 
@@ -30,7 +30,7 @@ S=${WORKDIR}/${MY_P/RC*/}
 DOCS=( README ChangeLog )
 
 src_prepare() {
-   epatch_user
+   default
sed -i \
-e "s:-O3::g" \
configure.ac || die
@@ -40,7 +40,7 @@ src_prepare() {
 src_configure() {
econf \
$(use_enable static-libs static) \
-   --enable-debug=$(use debug && echo yes || echo no) \
+   --enable-debug=$(usex debug) \
--with-jpeg="${EPREFIX}"/usr/ \
--with-zip="${EPREFIX}"/usr/
 
@@ -49,8 +49,8 @@ src_compile() {
default
 
if use doc; then
-   mkdir -p docs/api
-   cp "${FILESDIR}"/Doxyfile Doxyfile
+   mkdir -p docs/api || die
+   cp "${FILESDIR}"/Doxyfile Doxyfile || die
doxygen -u Doxyfile || die "updating doxygen config failed"
doxygen Doxyfile || die "docs generation failed"
fi
@@ -60,14 +60,5 @@ src_install() {
default
 
use doc && dohtml docs/api/*
-   prune_libtool_files
-}
-
-pkg_postinst() {
-   echo
-   ewarn "You should rebuild any packages built against ${PN} by running:"
-   ewarn "# revdep-rebuild"
-   ewarn "or using preserved-rebuild features of portage-2.2:"
-   ewarn "# emerge @preserved-rebuild"
-   echo
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2018-03-27 Thread Matt Turner
commit: e207f809e4db853d92af491c4936175d1c5893a7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 28 04:15:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 28 04:15:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e207f809

sci-libs/libgeotiff: dropped mips keywords

 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 2 +-
 sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
index 48af540b5c6..9b1f08a486b 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
index c46ac961cc8..d2e161b24ea 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2017-12-19 Thread Sergei Trofimovich
commit: c6b1d8bd024f6336131de761d65338263200acb7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Dec 19 22:29:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Dec 19 22:30:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b1d8bd

sci-libs/libgeotiff: keyworded 1.4.0 for sparc (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
index 4b8a6400623..48af540b5c6 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2017-07-20 Thread Sergei Trofimovich
commit: 1794e20a62caddd88ba489e8320d101119dde517
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 20 19:51:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 20 20:57:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1794e20a

sci-libs/libgeotiff: ia64 keyworded, bug #10

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
index 33ec98d1a67..c46ac961cc8 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2017-07-11 Thread Alexis Ballier
commit: f6adfdd36a65ce526e517ffd697c39b378b4260b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 11 08:40:46 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 11 08:40:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6adfdd3

sci-libs/libgeotiff: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
index 74b1754f210..33ec98d1a67 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/files/

2017-02-01 Thread David Seifert
commit: 44a08dbcb8b70a2d16271d772e3622637e9d0730
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Jan 31 18:14:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb  1 22:40:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a08dbc

sci-libs/libgeotiff: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3742

 sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch 
b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
deleted file mode 100644
index e23ef6f..
--- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 configure.in.orig  2008-03-01 14:32:39.0 -0800
-+++ configure.in   2008-03-01 14:37:27.0 -0800
-@@ -36,7 +36,9 @@
- GEOTIFF_DLL=cyggeotiff-1.dll
- GEOTIFF_IMP=libgeotiff.dll.a
-   LD_SHARED="gcc -shared -Wl,--export-all 
-Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
--*) 
GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;;
-+*) 
GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT
-+   GEOTIFF_SONAME=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR
-+   LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SONAME" ;;
-   esac
- fi
- AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2016-02-27 Thread Amy Winston
commit: 57c7ff8cdc05e4bfbef421b739592dffd06f4db8
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Feb 27 12:51:30 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Feb 27 12:52:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c7ff8c

sci-libs/libgeotiff: copyright updated

Package-Manager: portage-2.2.26

 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
index e25a4ba..427d2b1 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2016-02-27 Thread Amy Winston
commit: 53c85d6dcd5e1c0d98b43bdefaaaf87d790f09ed
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Feb 27 12:50:43 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Feb 27 12:52:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c85d6d

sci-libs/libgeotiff: description change

Package-Manager: portage-2.2.26

 sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
index b2dfb6b..e25a4ba 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.0.ebuild
@@ -8,7 +8,7 @@ inherit autotools eutils
 
 MY_P=${P/_rc/RC}
 
-DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
(cartographic) information"
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
 HOMEPAGE="http://geotiff.osgeo.org/;
 SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/

2016-02-27 Thread Amy Winston
commit: 577f767d8573095c0ebe9cc1643e7a99c0d7a061
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Feb 27 12:45:43 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Feb 27 12:52:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577f767d

sci-libs/libgeotiff: version bump 1.4.1 bug #555498

Package-Manager: portage-2.2.26

 sci-libs/libgeotiff/Manifest|  1 +
 sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest
index 547558d..a27b2cb 100644
--- a/sci-libs/libgeotiff/Manifest
+++ b/sci-libs/libgeotiff/Manifest
@@ -1 +1,2 @@
 DIST libgeotiff-1.4.0.tar.gz 1517881 SHA256 
d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329 SHA512 
1336e9b5345d69c47807f350d2f757c753543fecc477a6fc036743e78fbfca7b7f99db1b0fdf03e80418fbd4c66db100d04ac7c3338913f9a2b922b9c9f91f1b
 WHIRLPOOL 
e6ce9c65db229dd95fd8d6296a926bc2efeac8700775f4a29cbcf3b4d218dc2a566141f14e453628253bf596cd4da7c3771a857e6fb90076f46bf32a357fa0fc
+DIST libgeotiff-1.4.1.tar.gz 1674928 SHA256 
acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23 SHA512 
4a68bd7b9adf7453fdcb8f98cdeb79289b5f21315d1ef91d54fcc01724c8d687d243826c05a5523bb08c930296335959d2290916d46b6d802e63ac9be727c628
 WHIRLPOOL 
047c9be32bfd8735ccb01fa9027674b1c16a67229d68974da5cfdf381c2d824f24c7139f2806bc6b1630ba2d9373191da99f8a0faad4e35cea658d34f14ac9d2

diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
new file mode 100644
index 000..fb3e04a
--- /dev/null
+++ b/sci-libs/libgeotiff/libgeotiff-1.4.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+MY_P=${P/_rc/RC}
+
+DESCRIPTION="Library for reading TIFF files with embedded tags for geographic 
information"
+HOMEPAGE="http://geotiff.osgeo.org/;
+SRC_URI="http://download.osgeo.org/geotiff/${PN}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug doc static-libs"
+
+RDEPEND="
+   virtual/jpeg:=
+   >=media-libs/tiff-3.9.1:0
+   sci-libs/proj
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+S=${WORKDIR}/${MY_P/RC*/}
+
+DOCS=( README ChangeLog )
+
+src_prepare() {
+   epatch_user
+   sed -i \
+   -e "s:-O3::g" \
+   configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --enable-debug=$(use debug && echo yes || echo no) \
+   --with-jpeg="${EPREFIX}"/usr/ \
+   --with-zip="${EPREFIX}"/usr/
+
+}
+src_compile() {
+   default
+
+   if use doc; then
+   mkdir -p docs/api
+   cp "${FILESDIR}"/Doxyfile Doxyfile
+   doxygen -u Doxyfile || die "updating doxygen config failed"
+   doxygen Doxyfile || die "docs generation failed"
+   fi
+}
+
+src_install() {
+   default
+
+   use doc && dohtml docs/api/*
+   prune_libtool_files
+}
+
+pkg_postinst() {
+   echo
+   ewarn "You should rebuild any packages built against ${PN} by running:"
+   ewarn "# revdep-rebuild"
+   ewarn "or using preserved-rebuild features of portage-2.2:"
+   ewarn "# emerge @preserved-rebuild"
+   echo
+}