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 7A35E15806C for ; Fri, 11 Jul 2025 15:28:04 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C20934219D for ; Fri, 11 Jul 2025 15:28:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4CC521102F2; Fri, 11 Jul 2025 15:28:01 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 425441102F2 for ; Fri, 11 Jul 2025 15:28:01 +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 E2DD1342168 for ; Fri, 11 Jul 2025 15:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 568F83004 for ; Fri, 11 Jul 2025 15:27:59 +0000 (UTC) From: "Filip Kobierski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Filip Kobierski" Message-ID: <1752247671.c3fd249f7c8c04caa8cbb68fbfbbf1e983c48161.fkobi@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/swayimg/swayimg-4.5.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: fkobi X-VCS-Committer-Name: Filip Kobierski X-VCS-Revision: c3fd249f7c8c04caa8cbb68fbfbbf1e983c48161 X-VCS-Branch: dev Date: Fri, 11 Jul 2025 15:27:59 +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: 62089145-337f-4865-8238-09ed61d95893 X-Archives-Hash: 35630b2a7e1503602b20778140c06842 commit: c3fd249f7c8c04caa8cbb68fbfbbf1e983c48161 Author: Filip Kobierski pm me> AuthorDate: Fri Jul 11 15:24:05 2025 +0000 Commit: Filip Kobierski pm me> CommitDate: Fri Jul 11 15:27:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3fd249f media-gfx/swayimg: remove leading "A " from DESCRIPTION Signed-off-by: Filip Kobierski pm.me> media-gfx/swayimg/swayimg-4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/swayimg/swayimg-4.5.ebuild b/media-gfx/swayimg/swayimg-4.5.ebuild index 68d7b8a4db..28cf94de7c 100644 --- a/media-gfx/swayimg/swayimg-4.5.ebuild +++ b/media-gfx/swayimg/swayimg-4.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit meson xdg -DESCRIPTION="A lightweight image viewer for Wayland display servers" +DESCRIPTION="Lightweight image viewer for Wayland display servers" HOMEPAGE="https://github.com/artemsen/swayimg" SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"