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 98B3E158089 for ; Wed, 4 Oct 2023 17:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B452BC111; Wed, 4 Oct 2023 17:46:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC9EF2BC111 for ; Wed, 4 Oct 2023 17:46:57 +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 D72D8335C7A for ; Wed, 4 Oct 2023 17:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 561CB99E for ; Wed, 4 Oct 2023 17:46:54 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1696441609.2d24b05f1768cda3161d03b529115ae1c2267c0c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-viewer/virt-viewer-11.0.ebuild X-VCS-Directories: app-emulation/virt-viewer/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2d24b05f1768cda3161d03b529115ae1c2267c0c X-VCS-Branch: master Date: Wed, 4 Oct 2023 17:46:54 +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: 53802ded-6310-426f-b369-2144f6b64e69 X-Archives-Hash: 6335e32e0c65d5772cfc35d12a164e20 commit: 2d24b05f1768cda3161d03b529115ae1c2267c0c Author: Michal Privoznik gmail com> AuthorDate: Wed Oct 4 10:10:13 2023 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Oct 4 17:46:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d24b05f app-emulation/virt-viewer: Add link to the repo to $HOMEPAGE Digging out link to virt-viewer's repository from the official homepage is a bit tricky and slows down checking for new releases. Add the link to $HOMEPAGE, just like we do for other virt related ebuilds. Signed-off-by: Michal Privoznik gmail.com> Signed-off-by: Matthias Maier gentoo.org> app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild index c832d7926ced..e018a5a1b62a 100644 --- a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild +++ b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-any-r1 xdg DESCRIPTION="Graphical console client for connecting to virtual machines" -HOMEPAGE="https://virt-manager.org/" +HOMEPAGE="https://virt-manager.org/ https://gitlab.com/virt-viewer/virt-viewer" if [[ ${PV} == *_p* ]] ; then GIT_HASH="f0cc7103becccbce95bdf0c80151178af2bace5a" SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${GIT_HASH}/${PN}-${GIT_HASH}.tar.bz2 -> ${P}.tar.bz2"