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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 496DF139368 for ; Tue, 3 Aug 2021 08:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC1CE0984; Tue, 3 Aug 2021 08:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64A43E0984 for ; Tue, 3 Aug 2021 08:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41145342ABF for ; Tue, 3 Aug 2021 08:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE59859 for ; Tue, 3 Aug 2021 08:45:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627752204.c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/xbanish/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/xbanish/xbanish-1.7.ebuild X-VCS-Directories: x11-misc/xbanish/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384 X-VCS-Branch: master Date: Tue, 3 Aug 2021 08:45: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: adbca4b1-28d0-4a98-86f1-83d04d94d3d0 X-Archives-Hash: be449883ea1a87a7efcf949ed337df7a commit: c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384 Author: Nickolas Raymond Kaczynski disroot org> AuthorDate: Sat Jul 31 17:21:46 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 31 17:23:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4cd4a19 x11-misc/xbanish: dont use $HOMEPAGE on SRC_URI Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> x11-misc/xbanish/xbanish-1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild index dee55cf7e..c4261782f 100644 --- a/x11-misc/xbanish/xbanish-1.7.ebuild +++ b/x11-misc/xbanish/xbanish-1.7.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" HOMEPAGE="https://github.com/jcs/xbanish" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" # NOTE: Upstream moved to ISC license on master.