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 7A675158094 for ; Fri, 23 Sep 2022 00:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C131E0B11; Fri, 23 Sep 2022 00:05:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 741AFE0B11 for ; Fri, 23 Sep 2022 00:05:28 +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 4B5993408B8 for ; Fri, 23 Sep 2022 00:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F7405DB for ; Fri, 23 Sep 2022 00:05:25 +0000 (UTC) From: "Anthony Ruhier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony Ruhier" Message-ID: <1663891459.bc19d08e7c27dca83acd3e67b265de4fc355c179.aruhier@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swaync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/swaync/Manifest gui-apps/swaync/swaync-0.7.1.ebuild gui-apps/swaync/swaync-0.7.2.ebuild X-VCS-Directories: gui-apps/swaync/ X-VCS-Committer: aruhier X-VCS-Committer-Name: Anthony Ruhier X-VCS-Revision: bc19d08e7c27dca83acd3e67b265de4fc355c179 X-VCS-Branch: dev Date: Fri, 23 Sep 2022 00:05:25 +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: 04a86902-20ef-4280-bf47-d482cc4f909b X-Archives-Hash: af08a12493fe4e51671dd573985e8d94 commit: bc19d08e7c27dca83acd3e67b265de4fc355c179 Author: Anthony Ruhier mailbox org> AuthorDate: Fri Sep 23 00:03:58 2022 +0000 Commit: Anthony Ruhier mailbox org> CommitDate: Fri Sep 23 00:04:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc19d08e gui-apps/swaync: add 0.7.2, drop 0.7.1 Signed-off-by: Anthony Ruhier mailbox.org> v0.7.2 fixes crashes with glib 2.74 gui-apps/swaync/Manifest | 2 +- gui-apps/swaync/{swaync-0.7.1.ebuild => swaync-0.7.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest index 5cbf01106..0450cc679 100644 --- a/gui-apps/swaync/Manifest +++ b/gui-apps/swaync/Manifest @@ -1 +1 @@ -DIST swaync-0.7.1.tar.gz 3152621 BLAKE2B d3e0939054c62a5a0853d567bac4835904ecbfcf1bb250c940c94eddcf1eb565d18bff01a46d4b5d98b5fa933c0934768b19c675d1cac5b12428dd72958e0e7d SHA512 02f655f2faa7055332b44a8d7113c7019f280a0dcd1aedcba6e2dbf15a1661fd6b71b8307e3874e2909437b678cc8c7a3fc5fc3f18c8b43210078fc46ccd98c8 +DIST swaync-0.7.2.tar.gz 3153294 BLAKE2B 0c53a2e3dbecb60ee85a04fbbc3010c473a827842c2e144deca017b4f910924bce14b1332c4c3de77d39d798c25901717f2568511cfe9708724985d95b29e2a5 SHA512 be4ac254755959aa20d70526aa78cc00e88df19efe4b6380efedc7d0eda6f792631ddd33cc460c1f295efcbe8dd7913a928acf8e4a18f60fb8132451b2dab374 diff --git a/gui-apps/swaync/swaync-0.7.1.ebuild b/gui-apps/swaync/swaync-0.7.2.ebuild similarity index 100% rename from gui-apps/swaync/swaync-0.7.1.ebuild rename to gui-apps/swaync/swaync-0.7.2.ebuild