From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3069158020 for ; Fri, 16 Dec 2022 04:57:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF1EDE07EF; Fri, 16 Dec 2022 04:57:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C757E07E2 for ; Fri, 16 Dec 2022 04:57:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2D60340139 for ; Fri, 16 Dec 2022 04:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E995321 for ; Fri, 16 Dec 2022 04:56:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671165855.0d5592445ad92674eccff503e4c50bc0f28f0b6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-image/Manifest media-libs/sdl-image/sdl-image-1.2.12_p20210314-r1.ebuild X-VCS-Directories: media-libs/sdl-image/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d5592445ad92674eccff503e4c50bc0f28f0b6f X-VCS-Branch: master Date: Fri, 16 Dec 2022 04:56:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 508ab3ff-fa06-4bbc-bd37-20f6172105ac X-Archives-Hash: 78fbca3494a82cc8924f9cb67f73d796 commit: 0d5592445ad92674eccff503e4c50bc0f28f0b6f Author: Sam James gentoo org> AuthorDate: Fri Dec 16 04:44:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 16 04:44:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d559244 media-libs/sdl-image: drop 1.2.12_p20210314-r1 Signed-off-by: Sam James gentoo.org> media-libs/sdl-image/Manifest | 1 - .../sdl-image/sdl-image-1.2.12_p20210314-r1.ebuild | 68 ---------------------- 2 files changed, 69 deletions(-) diff --git a/media-libs/sdl-image/Manifest b/media-libs/sdl-image/Manifest index a2cee3b639b3..c06f02d63133 100644 --- a/media-libs/sdl-image/Manifest +++ b/media-libs/sdl-image/Manifest @@ -1,2 +1 @@ -DIST SDL_image-1.2.12_p20210314.tar.gz 10890897 BLAKE2B ddc3e0a49e4ce8fc3c46c5dabe277f9bd2db81f43880aadc8fbd3b6fa09254669fdac90ee4c3c7b92d5c7ec97747944c3953ea2dca065e646416391730cb22dd SHA512 f087472593cbaa9e65c5d643d7801e2ff5e49bee66502d8c094ea18bcd5f66e6da153d39bff7bc81ed20556c909fc4cce279275ff55ee00aebf07d39c27fd543 DIST sdl-image-1.2.12_p20220527.tar.gz 10888198 BLAKE2B 413e130794ca3c59226e18f4380bc34fb497aadbe01da67ce2c9c76ebbaa5d3e47bad31043d823510ff62ef4bfaa4834d57799b7ea733f11ab66e58b37007583 SHA512 e0a091e1f1a646409c2f636b6e913b6532f31fa498a234fc669dd56b75dda34234818a22d7c3b5385cb50eb3af53316fa2f658a6739b40e4dd5d9513118143c6 diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20210314-r1.ebuild deleted file mode 100644 index 60e7a7dc94ea..000000000000 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# We may want to grab backports from the SDL-1.2 branch upstream or -# or take new snapshots every so often as no SDL 1 / 1.2.x releases -# will be made anymore. - -inherit toolchain-funcs multilib-minimal - -MY_P="${P/sdl-/SDL_}" -MY_COMMIT="5d792dde2f764daf15dc48521774a3354330db69" -DESCRIPTION="Image file loading library" -HOMEPAGE="https://github.com/libsdl-org/SDL_image" -SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="gif jpeg png static-libs tiff webp" - -RDEPEND=" - sys-libs/zlib[${MULTILIB_USEDEP}] - >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] - png? ( media-libs/libpng:0[${MULTILIB_USEDEP}] ) - jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) - webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/SDL_image-${MY_COMMIT} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - --disable-jpg-shared \ - --disable-png-shared \ - --disable-tif-shared \ - --disable-webp-shared \ - $(use_enable static-libs static) \ - $(use_enable gif) \ - $(use_enable jpeg jpg) \ - $(use_enable tiff tif) \ - $(use_enable png) \ - $(use_enable webp) \ - --enable-bmp \ - --enable-lbm \ - --enable-pcx \ - --enable-pnm \ - --enable-tga \ - --enable-xcf \ - --enable-xpm \ - --enable-xv -} - -multilib_src_compile() { - emake OBJC="$(tc-getCC)" -} - -multilib_src_install() { - emake DESTDIR="${D}" install - dobin .libs/showimage -} - -multilib_src_install_all() { - dodoc CHANGES README - use static-libs || find "${ED}" -type f -name "*.la" -delete || die -}