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 06595158021 for ; Fri, 16 Dec 2022 04:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD07E07E2; Fri, 16 Dec 2022 04:57:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F9E0E07E1 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 BD4B134027D 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 1D2087C6 for ; Fri, 16 Dec 2022 04:56:59 +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: <1671165896.14518e8c855b40345319dc04b15a34d7f2a79aa6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-net/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-net/Manifest media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild X-VCS-Directories: media-libs/sdl-net/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14518e8c855b40345319dc04b15a34d7f2a79aa6 X-VCS-Branch: master Date: Fri, 16 Dec 2022 04:56:59 +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: 911f322b-c786-4109-9342-5c752a05ed75 X-Archives-Hash: eff640d8361ffb059bf57b75b9419b85 commit: 14518e8c855b40345319dc04b15a34d7f2a79aa6 Author: Sam James gentoo org> AuthorDate: Fri Dec 16 04:44:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 16 04:44:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14518e8c media-libs/sdl-net: drop 1.2.8-r2 Signed-off-by: Sam James gentoo.org> media-libs/sdl-net/Manifest | 1 - media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild | 33 ------------------------------ 2 files changed, 34 deletions(-) diff --git a/media-libs/sdl-net/Manifest b/media-libs/sdl-net/Manifest index 8f86b7d2b941..6f7d363489e2 100644 --- a/media-libs/sdl-net/Manifest +++ b/media-libs/sdl-net/Manifest @@ -1,2 +1 @@ -DIST SDL_net-1.2.8.tar.gz 360958 BLAKE2B 656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a SHA512 2766ca55343127c619958ab3a3ae3052a27a676839f10a158f7dfc071b8db38c2f1fc853e8add32b9fef94ab07eaa986f46a68e264e8087b57c990af30ea9a0b DIST sdl-net-1.2.8_p20221010.tar.gz 373106 BLAKE2B 00f98a3326d5aba85acf839c4c4d02e8ac78d99bf5633ce8cdf0cf8bb281f2a730769a9ef769c834f847db74712c6715928b37520ed5c60aa06e4d828c8650e2 SHA512 643f0505252e32cca88456edcce7d41f0b37e1362bcdf26d714d2473be323ed70b43c825eb96522d9562be5f6830cb9062250de2e8b1244bbc8d31fa800d3342 diff --git a/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild b/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild deleted file mode 100644 index 84df8fbab01b..000000000000 --- a/media-libs/sdl-net/sdl-net-1.2.8-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# We may want to grab backports from the SDL-1.2 branch upstream or -# even take snapshots from it in future, as no SDL 1 / 1.2.x releases -# will be made anymore. - -inherit multilib-minimal - -MY_P="${P/sdl-/SDL_}" - -DESCRIPTION="Simple Direct Media Layer Network Support Library" -HOMEPAGE="https://github.com/libsdl-org/SDL_net" -SRC_URI="https://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - -RDEPEND="media-libs/libsdl[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf --disable-gui -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -}