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 9D79515806E for ; Wed, 17 May 2023 01:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5DC7E0843; Wed, 17 May 2023 01:31:59 +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 96B91E0843 for ; Wed, 17 May 2023 01:31:59 +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 9ECC2340B1E for ; Wed, 17 May 2023 01:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D802CA71 for ; Wed, 17 May 2023 01:31:56 +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: <1684286081.c4690889d745eb244acce3ac75f8e7d2c2f14526.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-net/Manifest media-libs/sdl2-net/sdl2-net-2.2.0.ebuild X-VCS-Directories: media-libs/sdl2-net/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4690889d745eb244acce3ac75f8e7d2c2f14526 X-VCS-Branch: master Date: Wed, 17 May 2023 01:31:56 +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: b6ffe076-f8a2-454f-b6cf-868fd65cf09e X-Archives-Hash: 1ad383f217d2cbc152cfb8ce48ece807 commit: c4690889d745eb244acce3ac75f8e7d2c2f14526 Author: Sam James gentoo org> AuthorDate: Wed May 17 01:14:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 17 01:14:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4690889 media-libs/sdl2-net: add 2.2.0 Closes: https://bugs.gentoo.org/731036 Signed-off-by: Sam James gentoo.org> media-libs/sdl2-net/Manifest | 1 + media-libs/sdl2-net/sdl2-net-2.2.0.ebuild | 35 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/media-libs/sdl2-net/Manifest b/media-libs/sdl2-net/Manifest index 081c367745e7..461b32890e37 100644 --- a/media-libs/sdl2-net/Manifest +++ b/media-libs/sdl2-net/Manifest @@ -1 +1,2 @@ DIST SDL2_net-2.0.1.tar.gz 347436 BLAKE2B 9c7bb46cf97581f75543b9e2695e4ce87b78c66dada3ac1a3ddf7b8e6eeaf2540532aece3e7a6dc7f6dfcfd3ecf5148d5bfb9a84bc2775e57f68b3adf32e5828 SHA512 d27faee3cddc3592dae38947e6c1df0cbaa95f82fde9c87db6d11f6312d868cea74f6830ad07ceeb3d0d75e9424cebf39e54fddf9a1147e8d9e664609de92b7a +DIST SDL2_net-2.2.0.tar.gz 8707169 BLAKE2B 78188a62deda9220df5e519ca28de835478e84c9b7b17bd07348df5b69bccc62c6e4c2c7f71f09969d209660f8b3181a871ab6867e6e1dff8360998eb237d8ea SHA512 fa22f1a2c777aac6932551b5adc925288c424dc1af46a974fdb2e3579205b40b204db01d2a8c4048aa333a200efc241f784b9bc9276277e8ab4d23edb023ab69 diff --git a/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild new file mode 100644 index 000000000000..9bb075cd9518 --- /dev/null +++ b/media-libs/sdl2-net/sdl2-net-2.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P=SDL2_net-${PV} +inherit multilib-minimal + +DESCRIPTION="Simple Direct Media Layer Network Support Library" +HOMEPAGE="https://www.libsdl.org/projects/SDL_net/index.html" +SRC_URI="https://github.com/libsdl-org/SDL_net/releases/download/release-${PV}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="static-libs" + +RDEPEND=">=media-libs/libsdl2-2.0.4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-examples \ + $(use_enable static-libs static) +} + +multilib_src_install() { + emake DESTDIR="${D}" install +} + +multilib_src_install_all() { + dodoc {CHANGES,README}.txt + find "${ED}" -name '*.la' -delete || die +}