diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-27 23:05:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-27 23:05:26 +0200 |
commit | bfa0a8866340aee27f8e72abfa37158f9c2585cf (patch) | |
tree | 76afb45328bf24a0166d629e95a15139eadecec4 /sci-libs/libgeotiff | |
parent | sci-libs/cantera: Remove old 2.4.0-r5, 2.5.1 (diff) | |
download | gentoo-bfa0a8866340aee27f8e72abfa37158f9c2585cf.tar.gz gentoo-bfa0a8866340aee27f8e72abfa37158f9c2585cf.tar.bz2 gentoo-bfa0a8866340aee27f8e72abfa37158f9c2585cf.zip |
sci-libs/libgeotiff: Remove old 1.5.1
Closes: https://bugs.gentoo.org/716882
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/libgeotiff')
-rw-r--r-- | sci-libs/libgeotiff/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libgeotiff/files/libgeotiff-1.5.1-proj-6.2-tests.patch | 57 | ||||
-rw-r--r-- | sci-libs/libgeotiff/libgeotiff-1.5.1-r1.ebuild | 60 |
3 files changed, 0 insertions, 118 deletions
diff --git a/sci-libs/libgeotiff/Manifest b/sci-libs/libgeotiff/Manifest index 930d7ae0d298..f5d06499c8fc 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 5004aadb9817..000000000000 --- 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 <even.rouault@spatialys.com> -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.000000 ( 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 3ffe18121a54..000000000000 --- 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" ) - -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 -} |