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 0675B138334 for ; Thu, 19 Dec 2019 22:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3886FE08A2; Thu, 19 Dec 2019 22:07:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E0D1E08A2 for ; Thu, 19 Dec 2019 22:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB45434D811 for ; Thu, 19 Dec 2019 22:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9B38A8 for ; Thu, 19 Dec 2019 22:07:22 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1576793098.f8e30dc12169024ff86dc49881f25ba2db4a3d2f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/hdaps-gl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild X-VCS-Directories: app-laptop/hdaps-gl/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f8e30dc12169024ff86dc49881f25ba2db4a3d2f X-VCS-Branch: master Date: Thu, 19 Dec 2019 22:07:22 +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: a00a173e-3769-455d-93d9-84b4d58b5907 X-Archives-Hash: 698a71902c6ecdc52307670263d7b3d7 commit: f8e30dc12169024ff86dc49881f25ba2db4a3d2f Author: Michael Orlitzky gentoo org> AuthorDate: Thu Dec 19 21:55:51 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Dec 19 22:04:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e30dc1 app-laptop/hdaps-gl: revert "fix ${HOMEPAGE} in SRC_URI QA issue." With regards to commit a38f4333d: you too, buddy. This isn't a QA issue. If you don't want to see the 100% false positives that this retarded warning generates, then turn off the warning. Signed-off-by: Michael Orlitzky gentoo.org> app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild index 9fa8e04322e..3fafe3240d2 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="OpenGL visualization for HDAPS data" HOMEPAGE="https://github.com/linux-thinkpad/${PN}" -SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz" +SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"