From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/
Date: Sat, 13 May 2023 21:36:48 +0000 (UTC) [thread overview]
Message-ID: <1684013783.9250f44e52874c9bc51637f4d57c7a61a4f88063.asturm@gentoo> (raw)
commit: 9250f44e52874c9bc51637f4d57c7a61a4f88063
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 21:36:06 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 13 21:36:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9250f44e
media-libs/tiff: drop 4.5.0, 4.5.0-r1
Bug: https://bugs.gentoo.org/895900
Bug: https://bugs.gentoo.org/891839
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/tiff/tiff-4.5.0-r1.ebuild | 90 ------------------------------------
media-libs/tiff/tiff-4.5.0.ebuild | 89 -----------------------------------
2 files changed, 179 deletions(-)
diff --git a/media-libs/tiff/tiff-4.5.0-r1.ebuild b/media-libs/tiff/tiff-4.5.0-r1.ebuild
deleted file mode 100644
index bbbf78771312..000000000000
--- a/media-libs/tiff/tiff-4.5.0-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QA_PKGCONFIG_VERSION="$(ver_cut 1-3)"
-
-# Release signer can vary per version but not clear if others will be doing
-# them in future, so gone with Even Rouault for now as he does other geosci
-# stuff too like PROJ, GDAL. Previous release manager of TIFF was
-# GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying
-# who made releases.
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/rouault.asc
-inherit autotools multilib-minimal verify-sig flag-o-matic
-
-MY_P="${P/_rc/rc}"
-DESCRIPTION="Tag Image File Format (TIFF) library"
-HOMEPAGE="http://libtiff.maptools.org"
-SRC_URI="https://download.osgeo.org/libtiff/${MY_P}.tar.xz"
-SRC_URI+=" verify-sig? ( https://download.osgeo.org/libtiff/${MY_P}.tar.xz.sig )"
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-LICENSE="libtiff"
-SLOT="0/6"
-if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
-RESTRICT="!test? ( test )"
-
-# bug #483132
-REQUIRED_USE="test? ( jpeg )"
-
-RDEPEND="jbig? ( >=media-libs/jbigkit-2.1:=[${MULTILIB_USEDEP}] )
- jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
- lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
- webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
- zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
- zstd? ( >=app-arch/zstd-1.3.7-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-evenrouault )"
-
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/tiffconf.h
-)
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.5.0_rc1-skip-tools-tests-multilib.patch
- "${FILESDIR}"/${PN}-4.5.0-CVE-2022-48281.patch
-)
-
-src_prepare() {
- default
-
- # Added to fix cross-compilation
- #elibtoolize
-
- # For skip-tools-tests-multilib.patch
- eautoreconf
-}
-
-multilib_src_configure() {
- append-lfs-flags
-
- local myeconfargs=(
- --disable-sphinx
- --without-x
- --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable cxx)
- $(use_enable jbig)
- $(use_enable jpeg)
- $(use_enable lzma)
- $(use_enable static-libs static)
- $(use_enable test tests)
- $(use_enable webp)
- $(use_enable zlib)
- $(use_enable zstd)
-
- $(multilib_native_enable docs)
- $(multilib_native_enable contrib)
- $(multilib_native_enable tools)
- )
-
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
- find "${ED}" -type f -name '*.la' -delete || die
- rm "${ED}"/usr/share/doc/${PF}/{README*,RELEASE-DATE,TODO,VERSION} || die
-}
diff --git a/media-libs/tiff/tiff-4.5.0.ebuild b/media-libs/tiff/tiff-4.5.0.ebuild
deleted file mode 100644
index 0e31fbfa8e30..000000000000
--- a/media-libs/tiff/tiff-4.5.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QA_PKGCONFIG_VERSION="$(ver_cut 1-3)"
-
-# Release signer can vary per version but not clear if others will be doing
-# them in future, so gone with Even Rouault for now as he does other geosci
-# stuff too like PROJ, GDAL. Previous release manager of TIFF was
-# GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying
-# who made releases.
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/rouault.asc
-inherit autotools multilib-minimal verify-sig flag-o-matic
-
-MY_P="${P/_rc/rc}"
-DESCRIPTION="Tag Image File Format (TIFF) library"
-HOMEPAGE="http://libtiff.maptools.org"
-SRC_URI="https://download.osgeo.org/libtiff/${MY_P}.tar.xz"
-SRC_URI+=" verify-sig? ( https://download.osgeo.org/libtiff/${MY_P}.tar.xz.sig )"
-S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
-
-LICENSE="libtiff"
-SLOT="0/6"
-if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
-RESTRICT="!test? ( test )"
-
-# bug #483132
-REQUIRED_USE="test? ( jpeg )"
-
-RDEPEND="jbig? ( >=media-libs/jbigkit-2.1:=[${MULTILIB_USEDEP}] )
- jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
- lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
- webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
- zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
- zstd? ( >=app-arch/zstd-1.3.7-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-evenrouault )"
-
-MULTILIB_WRAPPED_HEADERS=(
- /usr/include/tiffconf.h
-)
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.5.0_rc1-skip-tools-tests-multilib.patch
-)
-
-src_prepare() {
- default
-
- # Added to fix cross-compilation
- #elibtoolize
-
- # For skip-tools-tests-multilib.patch
- eautoreconf
-}
-
-multilib_src_configure() {
- append-lfs-flags
-
- local myeconfargs=(
- --disable-sphinx
- --without-x
- --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable cxx)
- $(use_enable jbig)
- $(use_enable jpeg)
- $(use_enable lzma)
- $(use_enable static-libs static)
- $(use_enable test tests)
- $(use_enable webp)
- $(use_enable zlib)
- $(use_enable zstd)
-
- $(multilib_native_enable docs)
- $(multilib_native_enable contrib)
- $(multilib_native_enable tools)
- )
-
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
- find "${ED}" -type f -name '*.la' -delete || die
- rm "${ED}"/usr/share/doc/${PF}/{README*,RELEASE-DATE,TODO,VERSION} || die
-}
next reply other threads:[~2023-05-13 21:36 UTC|newest]
Thread overview: 211+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-13 21:36 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 0:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/ Sam James
2025-03-18 0:55 Sam James
2025-03-18 0:55 Sam James
2025-03-18 0:55 Sam James
2025-03-18 0:55 Sam James
2025-03-14 11:14 Sam James
2025-02-27 7:24 Joonas Niilola
2025-02-25 23:36 Sam James
2025-02-23 3:11 Sam James
2024-09-22 10:10 Sam James
2024-07-24 16:56 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 10:50 Jakov Smolić
2024-07-24 10:50 Jakov Smolić
2024-05-02 4:32 Sam James
2024-01-26 2:09 Ionen Wolkens
2024-01-10 15:03 Sam James
2023-11-30 2:08 Sam James
2023-09-14 2:51 Sam James
2023-08-02 4:51 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-07-24 9:25 Jakov Smolić
2023-06-15 0:23 Sam James
2023-05-12 20:31 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-01-21 19:41 Arthur Zamarin
2023-01-17 19:52 Arthur Zamarin
2023-01-13 14:30 Arthur Zamarin
2023-01-13 14:30 Arthur Zamarin
2022-12-13 22:54 Sam James
2022-12-13 21:04 Sam James
2022-12-10 4:12 Sam James
2022-12-03 17:01 Michał Górny
2022-12-03 16:10 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-12-01 15:52 Jakov Smolić
2022-12-01 15:40 Jakov Smolić
2022-12-01 9:23 Jakov Smolić
2022-12-01 9:23 Jakov Smolić
2022-12-01 9:23 Jakov Smolić
2022-11-25 11:50 Arthur Zamarin
2022-11-25 9:59 Arthur Zamarin
2022-11-25 9:59 Arthur Zamarin
2022-11-25 7:05 Sam James
2022-11-25 5:23 Sam James
2022-11-25 5:21 Sam James
2022-11-25 5:21 Sam James
2022-10-22 10:19 Michał Górny
2022-10-22 7:46 Arthur Zamarin
2022-10-04 11:17 Sam James
2022-10-04 11:16 Sam James
2022-06-30 7:03 Agostino Sarubbo
2022-06-30 7:02 Agostino Sarubbo
2022-06-29 10:05 Agostino Sarubbo
2022-06-29 7:53 Agostino Sarubbo
2022-06-29 7:52 Agostino Sarubbo
2022-06-28 19:07 Arthur Zamarin
2022-06-28 16:30 Arthur Zamarin
2022-05-28 5:28 Sam James
2022-05-21 0:13 Sam James
2022-05-09 5:29 WANG Xuerui
2021-06-03 18:52 Michał Górny
2021-06-03 16:26 Sam James
2021-05-31 17:43 Sergei Trofimovich
2021-05-31 7:58 Sam James
2021-05-31 7:58 Sam James
2021-05-30 9:59 Sam James
2021-05-30 9:59 Sam James
2021-05-30 9:59 Sam James
2021-04-20 13:45 Sam James
2021-04-14 22:18 Sam James
2021-04-14 22:18 Sam James
2021-02-06 14:20 Sam James
2021-02-06 14:15 Sam James
2021-01-31 18:48 Sam James
2021-01-28 17:38 Sergei Trofimovich
2021-01-25 21:57 Andreas K. Hüttel
2021-01-24 21:52 Sam James
2021-01-24 19:31 Sam James
2021-01-24 13:35 Sam James
2021-01-24 13:31 Sam James
2021-01-24 13:31 Sam James
2021-01-24 4:11 Sam James
2021-01-06 14:27 Fabian Groffen
2020-12-27 17:47 Fabian Groffen
2020-12-20 14:05 Lars Wendler
2020-07-21 23:15 Kent Fredric
2019-11-27 13:44 Mikle Kolyada
2019-11-27 13:44 Mikle Kolyada
2019-11-27 13:44 Mikle Kolyada
2019-11-19 19:45 Sergei Trofimovich
2019-11-17 7:21 Matt Turner
2019-11-14 11:55 Agostino Sarubbo
2019-11-13 7:44 Agostino Sarubbo
2019-11-13 7:39 Agostino Sarubbo
2019-11-13 1:26 Aaron Bauman
2019-11-12 15:08 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-12 10:13 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-05 18:31 Michał Górny
2019-11-04 12:50 Lars Wendler
2019-11-03 13:43 Mikle Kolyada
2019-11-03 13:43 Mikle Kolyada
2019-11-03 13:43 Mikle Kolyada
2019-09-21 7:23 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-13 12:04 Agostino Sarubbo
2019-09-05 15:14 Agostino Sarubbo
2019-09-05 11:35 Agostino Sarubbo
2019-09-05 7:46 Agostino Sarubbo
2019-09-05 7:45 Agostino Sarubbo
2019-09-05 7:44 Agostino Sarubbo
2019-09-04 5:58 Mikle Kolyada
2019-09-03 22:51 Aaron Bauman
2019-08-09 16:11 Sergei Trofimovich
2019-08-06 11:44 Agostino Sarubbo
2019-08-06 9:52 Agostino Sarubbo
2019-08-06 9:42 Agostino Sarubbo
2019-08-06 9:39 Agostino Sarubbo
2019-08-06 8:01 Agostino Sarubbo
2019-08-06 7:51 Agostino Sarubbo
2019-08-06 7:22 Agostino Sarubbo
2019-08-05 22:04 Sergei Trofimovich
2019-08-05 2:50 Aaron Bauman
2019-07-08 12:32 Lars Wendler
2019-04-17 23:24 Thomas Deutschmann
2019-04-17 13:43 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-10 22:03 Sergei Trofimovich
2019-04-08 18:27 Markus Meier
2019-04-08 8:39 Mart Raudsepp
2019-04-07 20:52 Sergei Trofimovich
2019-03-29 4:41 Matt Turner
2019-03-29 4:41 Matt Turner
2019-03-27 23:44 Thomas Deutschmann
2019-03-27 20:04 Agostino Sarubbo
2019-03-26 20:28 Aaron Bauman
2018-12-27 18:48 Fabian Groffen
2018-11-11 22:30 Lars Wendler
2018-10-20 15:26 Andreas Sturmlechner
2018-10-18 10:41 Fabian Groffen
2018-10-14 9:10 Mikle Kolyada
2018-10-02 14:02 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-22 11:10 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-19 8:42 Sergei Trofimovich
2018-09-19 7:39 Mikle Kolyada
2018-09-18 20:21 Mart Raudsepp
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2018-09-18 16:24 Andreas Sturmlechner
2018-06-11 15:15 Aaron Bauman
2018-05-29 1:04 Mike Frysinger
2018-04-22 19:18 Matt Turner
2018-04-08 10:55 Markus Meier
2018-04-01 14:22 Sergei Trofimovich
2018-03-31 14:17 Tobias Klausmann
2018-03-30 20:18 Sergei Trofimovich
2018-03-28 19:45 Mart Raudsepp
2018-03-28 19:32 Sergei Trofimovich
2018-03-24 11:22 Sergei Trofimovich
2018-03-24 8:07 Mikle Kolyada
2018-02-16 15:30 Lars Wendler
2018-02-16 15:30 Lars Wendler
2018-01-30 6:38 Mike Frysinger
2017-11-26 23:06 David Seifert
2017-11-19 20:52 Lars Wendler
2017-09-27 20:31 Jeroen Roovers
2017-05-27 13:23 Tobias Klausmann
2017-05-26 18:31 Markus Meier
2017-05-26 14:59 Agostino Sarubbo
2017-05-26 14:05 Agostino Sarubbo
2017-05-24 13:46 Agostino Sarubbo
2017-05-24 13:42 Agostino Sarubbo
2017-05-22 7:35 Lars Wendler
2017-03-31 3:36 Mike Frysinger
2017-03-28 22:21 Michael Weber
2017-03-21 15:46 Michael Haubenwallner
2017-02-20 10:04 Agostino Sarubbo
2017-01-09 13:44 Jeroen Roovers
2016-12-15 19:22 Mike Frysinger
2016-11-29 17:44 Markus Meier
2016-11-23 9:20 Tobias Klausmann
2016-11-21 17:08 Agostino Sarubbo
2016-11-21 17:08 Agostino Sarubbo
2016-11-21 10:46 Lars Wendler
2016-07-10 8:48 Markus Meier
2016-03-15 16:38 Agostino Sarubbo
2016-03-14 18:51 Tobias Klausmann
2016-03-11 16:39 Markus Meier
2016-03-08 13:41 Jeroen Roovers
2016-03-07 8:04 Agostino Sarubbo
2015-09-13 19:51 Lars Wendler
2015-09-13 12:40 Lars Wendler
2015-08-31 9:58 Lars Wendler
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=1684013783.9250f44e52874c9bc51637f4d57c7a61a4f88063.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