From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1573228-garchives=archives.gentoo.org@lists.gentoo.org>
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 CC3B9158099
	for <garchives@archives.gentoo.org>; Fri, 24 Nov 2023 17:20:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B360E2BC0DA;
	Fri, 24 Nov 2023 17:20:49 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 90F5A2BC0DA
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Nov 2023 17:20:49 +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 5F75F340813
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Nov 2023 17:20:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9F813E9
	for <gentoo-commits@lists.gentoo.org>; Fri, 24 Nov 2023 17:20:45 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1700801321.541d0cf7c79b179e35edc719f608be36f3def0ca.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/clipman/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-apps/clipman/clipman-1.6.2.ebuild gui-apps/clipman/metadata.xml
X-VCS-Directories: gui-apps/clipman/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 541d0cf7c79b179e35edc719f608be36f3def0ca
X-VCS-Branch: master
Date: Fri, 24 Nov 2023 17:20:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f3ec1200-0949-45b8-93fe-bd63a8219ee3
X-Archives-Hash: 017daf4a0d9fb082668dac5a73edeb7e

commit:     541d0cf7c79b179e35edc719f608be36f3def0ca
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Fri Nov 24 04:48:26 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Nov 24 04:48:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=541d0cf7

gui-apps/clipman: update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/917767
Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 gui-apps/clipman/clipman-1.6.2.ebuild | 8 ++------
 gui-apps/clipman/metadata.xml         | 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/gui-apps/clipman/clipman-1.6.2.ebuild b/gui-apps/clipman/clipman-1.6.2.ebuild
index dcd07c6e44..fc81418ff1 100644
--- a/gui-apps/clipman/clipman-1.6.2.ebuild
+++ b/gui-apps/clipman/clipman-1.6.2.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 inherit go-module
 
 DESCRIPTION="A basic clipboard manager for Wayland."
-HOMEPAGE="https://github.com/yory8/clipman"
-SRC_URI="https://github.com/yory8/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/chmouel/clipman/"
+SRC_URI="https://github.com/chmouel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
 DEPS_URI="https://kdrive.infomaniak.com/2/app/192129/share/901d89f7-3efa-4922-a7ee-550314e02a8e/files/21/download -> ${P}-deps.tar.xz"
@@ -22,10 +22,6 @@ DEPEND="
 	>=gui-apps/wl-clipboard-2
 	gui-libs/wlroots
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-lang/go
-"
 
 src_compile() {
 	ego build .

diff --git a/gui-apps/clipman/metadata.xml b/gui-apps/clipman/metadata.xml
index e63be183c4..176487775f 100644
--- a/gui-apps/clipman/metadata.xml
+++ b/gui-apps/clipman/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Jonas Frei</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">yory8/clipman</remote-id>
-		<bugs-to>https://github.com/yory8/clipman/issues</bugs-to>
+		<remote-id type="github">chmouel/clipman</remote-id>
+		<bugs-to>https://github.com/chmouel/clipman/issues</bugs-to>
 	</upstream>
 </pkgmetadata>