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 8267415817D for ; Sun, 2 Jun 2024 22:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D616E2C00; Sun, 2 Jun 2024 22:11:17 +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 CBD97E2BFD for ; Sun, 2 Jun 2024 22:11:16 +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 A821F340775 for ; Sun, 2 Jun 2024 22:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FF551B02 for ; Sun, 2 Jun 2024 22:11:13 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1717366267.37b101b2cff8a5a65b028c942f77e8e46a88b7a6.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/Manifest media-libs/imgui/imgui-1.90.6.ebuild media-libs/imgui/imgui-1.90.7.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 37b101b2cff8a5a65b028c942f77e8e46a88b7a6 X-VCS-Branch: dev Date: Sun, 2 Jun 2024 22:11:13 +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: 30678e63-aa8a-43f2-bbb4-14fd566a9acf X-Archives-Hash: 41b87fdf3910c80397e2e25b466f5155 commit: 37b101b2cff8a5a65b028c942f77e8e46a88b7a6 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue May 28 10:06:39 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Sun Jun 2 22:11:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37b101b2 media-libs/imgui: add 1.90.7, drop 1.90.6 * since multilib support is introduce let close BUG:838850 Closes: https://bugs.gentoo.org/838850 Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-libs/imgui/Manifest | 2 +- media-libs/imgui/{imgui-1.90.6.ebuild => imgui-1.90.7.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/imgui/Manifest b/media-libs/imgui/Manifest index 26ede1938..86bd464c5 100644 --- a/media-libs/imgui/Manifest +++ b/media-libs/imgui/Manifest @@ -1,2 +1,2 @@ DIST imgui-1.89.9.tar.gz 1609452 BLAKE2B d5f361acf4318b05066720e9da2ed06db760c482440fc7fb2ca95ce5dd88d9a9a010697c831d3e188baec69819c0a0925e98134c191d5e1856ab43e4dbf9b64f SHA512 42021b06b611b58222b09fab8db2c34e992c3dc4fbaa175e09833c66c90d04b4a4e7def16a732535335c0ac5ff014d235835511a5d9a76d32b4395b302146919 -DIST imgui-1.90.6.tar.gz 1677600 BLAKE2B 2dba4e461e5d771f6764a9a4ff281c0e5ceb1b9467c0640171a4c86dc5a53a172815f2dd10241cb5148549035e6db44f6a20f219c7ce95bac6e1afd9b72402a4 SHA512 c9ff56ec6f8eb05b5034bb0b886568e843743a4313e36613db214f6080506703d5ed2ee606c88cd8957e73575e2b0e39deb52e1ac0c1a6e0a9fe38bca5e6dc0e +DIST imgui-1.90.7.tar.gz 1686062 BLAKE2B 52267f09c2997a8726e58e2d38bd90747ee9cb364228908e1538b7ef2f72cf84b63f024834c16db5aab55879948fda9958fa723ca7640a713909756874351350 SHA512 8cdec45c8b58b3768a2216af2a1cba3d0e772ac48420b57057a4a8eda5766c121b4a8457a81b5896defe00b822c40d6aac6ee2b31f4133f2b9a02b231b1529d2 diff --git a/media-libs/imgui/imgui-1.90.6.ebuild b/media-libs/imgui/imgui-1.90.7.ebuild similarity index 100% rename from media-libs/imgui/imgui-1.90.6.ebuild rename to media-libs/imgui/imgui-1.90.7.ebuild