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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAA381581F3 for ; Tue, 26 Nov 2024 00:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C83E0815; Tue, 26 Nov 2024 00:30:51 +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 EE2C1E0815 for ; Tue, 26 Nov 2024 00:30:50 +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 D52B8343003 for ; Tue, 26 Nov 2024 00:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A721898 for ; Tue, 26 Nov 2024 00:30:48 +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: <1732580964.21ee9944e409aaec81238e25cd17171893c1959a.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/walker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/walker/walker-0.9.9.ebuild X-VCS-Directories: gui-apps/walker/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 21ee9944e409aaec81238e25cd17171893c1959a X-VCS-Branch: dev Date: Tue, 26 Nov 2024 00:30:48 +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: db21806a-dfc3-44d0-9489-b87b1d7ea729 X-Archives-Hash: 81ec7ccb946a1e597712c79dae88afe8 commit: 21ee9944e409aaec81238e25cd17171893c1959a Author: Julien Roy jroy ca> AuthorDate: Tue Nov 26 00:29:24 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Nov 26 00:29:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21ee9944 gui-apps/walker: update DESCRIPTION Signed-off-by: Julien Roy jroy.ca> gui-apps/walker/walker-0.9.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/walker/walker-0.9.9.ebuild b/gui-apps/walker/walker-0.9.9.ebuild index 60308034f..f9b6ffd7d 100644 --- a/gui-apps/walker/walker-0.9.9.ebuild +++ b/gui-apps/walker/walker-0.9.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit go-module -DESCRIPTION="A basic clipboard manager for Wayland." +DESCRIPTION="Multi-Purpose Launcher with a lot of features. Highly Customizable and fast" HOMEPAGE="https://github.com/abenz1267/walker" SRC_URI=" https://github.com/abenz1267/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9030E1581F3 for ; Tue, 26 Nov 2024 00:39:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C09FE08D6; Tue, 26 Nov 2024 00:39:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C5E6E08D6 for ; Tue, 26 Nov 2024 00:39:07 +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 A98C934306B for ; Tue, 26 Nov 2024 00:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50AC222C6 for ; Tue, 26 Nov 2024 00:39:03 +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: <1732580964.21ee9944e409aaec81238e25cd17171893c1959a.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/walker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/walker/walker-0.9.9.ebuild X-VCS-Directories: gui-apps/walker/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 21ee9944e409aaec81238e25cd17171893c1959a X-VCS-Branch: master Date: Tue, 26 Nov 2024 00:39:03 +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: 0f71239b-ad1f-4024-8e97-4fd44185b860 X-Archives-Hash: 8b1794874213cfa4283c116f5155ad0b Message-ID: <20241126003903.frxXYj9A1QNBZ134FfesiyhV4Ep-eS5ai4dQSvQH0yQ@z> commit: 21ee9944e409aaec81238e25cd17171893c1959a Author: Julien Roy jroy ca> AuthorDate: Tue Nov 26 00:29:24 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Nov 26 00:29:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21ee9944 gui-apps/walker: update DESCRIPTION Signed-off-by: Julien Roy jroy.ca> gui-apps/walker/walker-0.9.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/walker/walker-0.9.9.ebuild b/gui-apps/walker/walker-0.9.9.ebuild index 60308034f..f9b6ffd7d 100644 --- a/gui-apps/walker/walker-0.9.9.ebuild +++ b/gui-apps/walker/walker-0.9.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit go-module -DESCRIPTION="A basic clipboard manager for Wayland." +DESCRIPTION="Multi-Purpose Launcher with a lot of features. Highly Customizable and fast" HOMEPAGE="https://github.com/abenz1267/walker" SRC_URI=" https://github.com/abenz1267/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz