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 A262B138334 for ; Thu, 29 Aug 2019 11:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D0A0E0866; Thu, 29 Aug 2019 11:39:29 +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 1FADAE0869 for ; Thu, 29 Aug 2019 11:39:29 +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 E679C34A604 for ; Thu, 29 Aug 2019 11:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E997E5 for ; Thu, 29 Aug 2019 11:39:24 +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: <1567078728.87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xchm/xchm-1.29.ebuild app-text/xchm/xchm-1.30.ebuild X-VCS-Directories: app-text/xchm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e X-VCS-Branch: master Date: Thu, 29 Aug 2019 11:39:24 +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: e558818d-72e2-4300-b487-ba7786dcfcaf X-Archives-Hash: d0ec9e8611ab144468b286c4412c31ef commit: 87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e Author: David Seifert gentoo org> AuthorDate: Thu Aug 29 11:38:48 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Aug 29 11:38:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cf1c50 app-text/xchm: [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/xchm/xchm-1.29.ebuild | 2 +- app-text/xchm/xchm-1.30.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xchm/xchm-1.29.ebuild b/app-text/xchm/xchm-1.29.ebuild index 8a1516c3220..7fc116cb157 100644 --- a/app-text/xchm/xchm-1.29.ebuild +++ b/app-text/xchm/xchm-1.29.ebuild @@ -7,7 +7,7 @@ inherit autotools wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="${HOMEPAGE}releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/xchm/xchm-1.30.ebuild b/app-text/xchm/xchm-1.30.ebuild index 2784ed8aac1..e1a21d227bb 100644 --- a/app-text/xchm/xchm-1.30.ebuild +++ b/app-text/xchm/xchm-1.30.ebuild @@ -7,7 +7,7 @@ inherit wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="${HOMEPAGE}releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"