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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 427281581E7 for ; Sun, 21 Apr 2024 16:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D866E29A3; Sun, 21 Apr 2024 16:40:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4B14EE29A3 for ; Sun, 21 Apr 2024 16:40:53 +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 687A934351D for ; Sun, 21 Apr 2024 16:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C336015A7 for ; Sun, 21 Apr 2024 16:40:50 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713707496.1ccc70f0a0ce6f06869b99876098de922a5bf9ab.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlsunset/Manifest gui-apps/wlsunset/wlsunset-0.3.0.ebuild gui-apps/wlsunset/wlsunset-0.4.0.ebuild X-VCS-Directories: gui-apps/wlsunset/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1ccc70f0a0ce6f06869b99876098de922a5bf9ab X-VCS-Branch: master Date: Sun, 21 Apr 2024 16:40:50 +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: b21212e1-90ee-4fbe-87af-9d717e9bb700 X-Archives-Hash: ba3e4b1569a9731825f1d4f06e460ca0 commit: 1ccc70f0a0ce6f06869b99876098de922a5bf9ab Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Apr 21 13:51:36 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 21 13:51:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ccc70f0 gui-apps/wlsunset: add 0.4.0, drop 0.3.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-apps/wlsunset/Manifest | 2 +- gui-apps/wlsunset/{wlsunset-0.3.0.ebuild => wlsunset-0.4.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest index dc369999c8..394d51df56 100644 --- a/gui-apps/wlsunset/Manifest +++ b/gui-apps/wlsunset/Manifest @@ -1 +1 @@ -DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1 SHA512 0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1 +DIST wlsunset-0.4.0.tar.gz 14876 BLAKE2B 520f1c4ced6fe23ac92c70b550894e84bb78ecf6342ae29ea75249e7a84d3145da646fd2079121f0abe71b716b1ee4a104af5277a7d82b1bebbf1c78fbfd1cd2 SHA512 f72a067a5458931a6394bbccfa1ec5d3790beb5ccce42f2ad865ac6e839c5996363c0806636e337358c8d14cd0a73cb3db37bfc6f3faf26fee2e40a837f69efa diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild b/gui-apps/wlsunset/wlsunset-0.4.0.ebuild similarity index 100% rename from gui-apps/wlsunset/wlsunset-0.3.0.ebuild rename to gui-apps/wlsunset/wlsunset-0.4.0.ebuild