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 D330A138335 for ; Thu, 29 Aug 2019 11:39:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE44DE0855; Thu, 29 Aug 2019 11:39:27 +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 C4BFEE0855 for ; Thu, 29 Aug 2019 11:39:27 +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 D1B7134A606 for ; Thu, 29 Aug 2019 11:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE9CB785 for ; Thu, 29 Aug 2019 11:39:23 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1567078712.6869e14972a2c38cb06a66fff592dcff2edaea4f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pinfo/pinfo-0.6.13.ebuild app-text/pinfo/pinfo-99999.ebuild X-VCS-Directories: app-text/pinfo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6869e14972a2c38cb06a66fff592dcff2edaea4f X-VCS-Branch: master Date: Thu, 29 Aug 2019 11:39:23 +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: 745fc482-e90b-4bf3-9e85-5ce25249dff5 X-Archives-Hash: 6df68cbadd0a76713e662f00c513c929 commit: 6869e14972a2c38cb06a66fff592dcff2edaea4f Author: David Seifert gentoo org> AuthorDate: Thu Aug 29 11:38:32 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Aug 29 11:38:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869e149 app-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-text/pinfo/pinfo-0.6.13.ebuild | 2 +- app-text/pinfo/pinfo-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild index 70e4f9f8e0c..07dccc85377 100644 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ b/app-text/pinfo/pinfo-0.6.13.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic DESCRIPTION="Hypertext info and man viewer based on (n)curses" HOMEPAGE="https://github.com/baszoetekouw/pinfo" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild index 961b78a24b4..c6cc673a963 100644 --- a/app-text/pinfo/pinfo-99999.ebuild +++ b/app-text/pinfo/pinfo-99999.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic git-r3 DESCRIPTION="Hypertext info and man viewer based on (n)curses" HOMEPAGE="https://github.com/baszoetekouw/pinfo" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/baszoetekouw/pinfo.git" LICENSE="GPL-2" SLOT="0"