From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DACF81581EE for ; Wed, 09 Apr 2025 00:28:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C2EE1343010 for ; Wed, 09 Apr 2025 00:28:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C06E11104B6; Wed, 09 Apr 2025 00:28:39 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B66B11104B6 for ; Wed, 09 Apr 2025 00:28:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A365343010 for ; Wed, 09 Apr 2025 00:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E341436 for ; Wed, 09 Apr 2025 00:28:37 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1744158461.f76b76096a11a63eeaa5aea35860527f9f9d0a7d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.32.54.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f76b76096a11a63eeaa5aea35860527f9f9d0a7d X-VCS-Branch: master Date: Wed, 09 Apr 2025 00:28:37 +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: 9a8ff72e-d2d1-43dc-9eef-df507c169254 X-Archives-Hash: ca397b8734952e807be0dc3cf4de8b30 commit: f76b76096a11a63eeaa5aea35860527f9f9d0a7d Author: Ionen Wolkens gentoo org> AuthorDate: Wed Apr 9 00:22:31 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Apr 9 00:27:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76b7609 media-libs/libsdl2: comment out sdl2-compat description for now Thought that p.g.o might be picking it up, and it in fact did. This may come as confusing for users when it is not keyworded. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/libsdl2/libsdl2-2.32.54.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.32.54.ebuild b/media-libs/libsdl2/libsdl2-2.32.54.ebuild index 5bd93727613b..e08083c44cb1 100644 --- a/media-libs/libsdl2/libsdl2-2.32.54.ebuild +++ b/media-libs/libsdl2/libsdl2-2.32.54.ebuild @@ -5,7 +5,10 @@ EAPI=8 inherit cmake-multilib -DESCRIPTION="Simple Direct Media Layer 2 compatibility wrapper around SDL3" +# TODO: switch to new description when non-compat is gone, this is so it is +# not displayed on packages.gentoo.org which may be confusing for users +DESCRIPTION="Simple Direct Media Layer" +#DESCRIPTION="Simple Direct Media Layer 2 compatibility wrapper around SDL3" HOMEPAGE="https://www.libsdl.org/" SRC_URI="https://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" S=${WORKDIR}/sdl2-compat-${PV}