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 49CE9158020 for ; Fri, 11 Nov 2022 03:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C9BCE0935; Fri, 11 Nov 2022 03:50:21 +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 522BCE0935 for ; Fri, 11 Nov 2022 03:50:21 +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 154D0335CED for ; Fri, 11 Nov 2022 03:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE365D6 for ; Fri, 11 Nov 2022 03:50:18 +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: <1668138541.59ec704a468a3772057c21fd308ba7481a06b30e.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_p20221010.ebuild X-VCS-Directories: media-libs/sdl-net/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59ec704a468a3772057c21fd308ba7481a06b30e X-VCS-Branch: master Date: Fri, 11 Nov 2022 03:50:18 +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: dadf2c88-467d-48c9-97da-2ea6895e286b X-Archives-Hash: 8f8496cd736ea738755af81769cd42cb commit: 59ec704a468a3772057c21fd308ba7481a06b30e Author: Sam James gentoo org> AuthorDate: Fri Nov 11 03:49:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 11 03:49:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ec704a media-libs/sdl-net: add 1.2.8_p20221010 Signed-off-by: Sam James gentoo.org> media-libs/sdl-net/Manifest | 1 + media-libs/sdl-net/sdl-net-1.2.8_p20221010.ebuild | 32 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-libs/sdl-net/Manifest b/media-libs/sdl-net/Manifest index e51e1b5094b6..8f86b7d2b941 100644 --- a/media-libs/sdl-net/Manifest +++ b/media-libs/sdl-net/Manifest @@ -1 +1,2 @@ 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_p20221010.ebuild b/media-libs/sdl-net/sdl-net-1.2.8_p20221010.ebuild new file mode 100644 index 000000000000..6496f4ec0f93 --- /dev/null +++ b/media-libs/sdl-net/sdl-net-1.2.8_p20221010.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Check SDL-1.2 branch for possible backports/new snapshots + +inherit multilib-minimal + +SDL_NET_COMMIT="091c95c031769f48d3ffaacddfdea1af999f4446" + +MY_PN="${PN/sdl-/SDL_}" +DESCRIPTION="Simple Direct Media Layer Network Support Library" +HOMEPAGE="https://github.com/libsdl-org/SDL_net" +SRC_URI="https://github.com/libsdl-org/SDL_net/archive/${SDL_NET_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${MY_PN}-${SDL_NET_COMMIT} + +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 +}