From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/
Date: Sun, 25 Jul 2021 01:36:31 +0000 (UTC) [thread overview]
Message-ID: <1627176908.4020ec8a3d7dbefeb4f388a633d1dedefe093333.ionen@gentoo> (raw)
commit: 4020ec8a3d7dbefeb4f388a633d1dedefe093333
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 00:42:10 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 01:35:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4020ec8a
media-libs/sdl2-image: drop vulnerable 2.0.5
Bug: https://bugs.gentoo.org/772194
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/sdl2-image/Manifest | 1 -
media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 61 ---------------------------
2 files changed, 62 deletions(-)
diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 9819befb679..a1ee4a65116 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380 SHA512 77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994 SHA512 9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d
diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
deleted file mode 100644
index 2989d03dc40..00000000000
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-DESCRIPTION="Image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/"
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
- >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
- >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
- png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
- webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )"
-DEPEND=${RDEPEND}
-
-S="${WORKDIR}/${MY_P}"
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable static-libs static)
- --disable-sdltest
- --enable-bmp
- $(use_enable gif)
- $(use_enable jpeg jpg)
- --disable-jpg-shared
- --enable-lbm
- --enable-pcx
- $(use_enable png)
- --disable-png-shared
- --enable-pnm
- --enable-tga
- $(use_enable tiff tif)
- --disable-tif-shared
- --enable-xcf
- --enable-xpm
- --enable-xv
- $(use_enable webp)
- --disable-webp-shared
- )
- ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- multilib_is_native_abi && newbin .libs/showimage$(get_exeext) showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
- dodoc {CHANGES,README}.txt
- find "${ED}" -type f -name "*.la" -delete || die
-}
next reply other threads:[~2021-07-25 1:36 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-25 1:36 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-19 8:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/ Sam James
2025-04-07 6:56 Sam James
2025-04-07 6:56 Sam James
2025-04-07 6:56 Sam James
2025-04-07 6:56 Sam James
2025-04-07 5:09 Sam James
2025-04-07 5:08 Sam James
2025-02-19 17:58 Sam James
2025-02-19 17:58 Sam James
2024-03-18 16:26 Sam James
2024-03-18 7:20 Sam James
2024-01-23 5:07 Ionen Wolkens
2023-12-25 17:26 Sam James
2023-12-12 6:30 Viorel Munteanu
2023-12-01 14:33 Arthur Zamarin
2023-10-27 15:20 Michał Górny
2023-10-22 17:31 Michał Górny
2023-10-22 17:31 Michał Górny
2023-10-22 17:31 Michał Górny
2023-10-22 17:31 Michał Górny
2023-09-28 6:17 Sam James
2023-09-27 8:27 Sam James
2023-09-27 5:45 Sam James
2023-09-27 5:00 Sam James
2023-09-27 4:58 Sam James
2023-02-12 6:22 Sam James
2022-05-19 12:19 WANG Xuerui
2021-11-29 7:39 Arthur Zamarin
2021-09-12 20:20 Ionen Wolkens
2021-05-18 20:40 Ulrich Müller
2021-05-18 20:05 Ulrich Müller
2021-05-18 17:16 Sam James
2021-05-17 1:36 Sam James
2021-05-17 1:09 Sam James
2021-05-16 19:35 Sam James
2021-05-16 18:59 Sam James
2021-05-16 18:54 Sam James
2021-05-16 18:53 Sam James
2021-04-05 21:28 James Le Cuirot
2021-01-23 21:13 Andreas Sturmlechner
2020-12-17 3:58 Sam James
2020-10-09 8:31 Agostino Sarubbo
2020-10-06 13:16 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-09-30 21:15 Sam James
2020-06-10 3:21 Matt Turner
2020-06-09 17:07 Sergei Trofimovich
2020-06-08 14:18 Michał Górny
2020-06-08 13:18 Michał Górny
2020-04-13 21:37 James Le Cuirot
2020-01-26 10:26 Georgy Yakovlev
2019-07-05 8:14 Lars Wendler
2019-03-10 10:22 James Le Cuirot
2019-02-19 18:04 Andreas Sturmlechner
2019-01-28 7:35 Robin H. Johnson
2019-01-02 10:04 Mikle Kolyada
2018-12-31 16:43 Thomas Deutschmann
2018-11-02 16:11 Lars Wendler
2018-09-16 18:55 Andreas Sturmlechner
2018-09-16 13:15 Mikle Kolyada
2018-09-09 1:12 Thomas Deutschmann
2018-03-05 8:47 Lars Wendler
2017-10-25 7:47 Lars Wendler
2017-05-20 7:45 James Le Cuirot
2016-02-16 1:38 Michael Sterrett
2016-02-13 15:33 Agostino Sarubbo
2016-01-04 2:51 Michael Sterrett
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=1627176908.4020ec8a3d7dbefeb4f388a633d1dedefe093333.ionen@gentoo \
--to=ionen@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