From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/
Date: Tue, 23 Jul 2019 14:51:49 +0000 (UTC) [thread overview]
Message-ID: <1563893500.558ce1a0022fa9ea79bd036a926c820c33617841.asturm@gentoo> (raw)
commit: 558ce1a0022fa9ea79bd036a926c820c33617841
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 14:50:26 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 14:51:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ce1a0
sci-libs/libgeotiff: Drop 1.4.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..00000000000
--- 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
-}
next reply other threads:[~2019-07-23 14:51 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-23 14:51 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 8:03 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/ Sam James
2022-12-16 1:40 Sam James
2022-12-04 9:23 WANG Xuerui
2022-12-02 18:12 Arthur Zamarin
2022-11-25 9:35 Arthur Zamarin
2022-11-25 9:26 Sam James
2022-11-25 9:03 Arthur Zamarin
2022-11-25 8:22 Arthur Zamarin
2022-11-25 8:09 Sam James
2021-09-17 14:15 Agostino Sarubbo
2021-09-16 18:56 Sam James
2021-09-16 8:03 Agostino Sarubbo
2021-09-15 7:59 Agostino Sarubbo
2021-08-14 23:15 Marek Szuba
2021-07-06 4:12 Sam James
2021-05-27 21:06 David Seifert
2021-02-26 19:06 Sam James
2021-02-25 11:33 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-01-25 22:18 Sam James
2021-01-06 15:17 Fabian Groffen
2020-04-10 9:31 Andreas Sturmlechner
2020-04-10 8:05 Mart Raudsepp
2020-02-12 10:47 Agostino Sarubbo
2020-02-12 7:57 Agostino Sarubbo
2020-02-12 7:53 Agostino Sarubbo
2020-02-12 0:23 Piotr Karbowski
2019-12-29 0:20 Andreas Sturmlechner
2019-07-23 14:46 Aaron Bauman
2019-07-02 8:28 Sergei Trofimovich
2019-07-02 8:24 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-24 19:26 Andreas Sturmlechner
2019-05-24 19:26 Andreas Sturmlechner
2019-05-16 19:30 Aaron Bauman
2019-05-06 16:20 Andrey Grozin
2018-08-03 13:32 Amy Liffey
2018-03-28 4:16 Matt Turner
2017-12-19 22:30 Sergei Trofimovich
2017-07-20 20:57 Sergei Trofimovich
2017-07-11 8:41 Alexis Ballier
2016-02-27 12:54 Amy Winston
2016-02-27 12:54 Amy Winston
2016-02-27 12:54 Amy Winston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1563893500.558ce1a0022fa9ea79bd036a926c820c33617841.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox