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 2313E138334 for ; Fri, 22 Nov 2019 12:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B4D7E0801; Fri, 22 Nov 2019 12:01:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 487C6E0801 for ; Fri, 22 Nov 2019 12:01:56 +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 E5E7834D209 for ; Fri, 22 Nov 2019 12:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0275E744 for ; Fri, 22 Nov 2019 12:01:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1574424079.2687bcd235032807991b2fca9cc3653b66708c13.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2687bcd235032807991b2fca9cc3653b66708c13 X-VCS-Branch: master Date: Fri, 22 Nov 2019 12:01:53 +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: 0593fece-52f9-44ee-bcda-3c9f2676b0d0 X-Archives-Hash: c1e533ab8ddc496c01a5b473c68102f0 commit: 2687bcd235032807991b2fca9cc3653b66708c13 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 22 12:01:19 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 22 12:01:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2687bcd2 app-laptop/hdaps-gl: [QA] expand HOMAPAGE in SRC_URI Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3fafe3240d2..bc461ec98a6 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="OpenGL visualization for HDAPS data" -HOMEPAGE="https://github.com/linux-thinkpad/${PN}" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" +HOMEPAGE="https://github.com/linux-thinkpad/hdaps-gl" +SRC_URI="https://github.com/linux-thinkpad/hdaps-gl/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"