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 061D7138334 for ; Wed, 28 Aug 2019 09:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828C0E0864; Wed, 28 Aug 2019 09:11:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C05B9E0866 for ; Wed, 28 Aug 2019 09:11:53 +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 D6A1F34A4C6 for ; Wed, 28 Aug 2019 09:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 064B877D for ; Wed, 28 Aug 2019 09:11:49 +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: <1566983467.6df630eccf962c9d4246f0eb96201023a153abe3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unshield/unshield-1.4.3.ebuild X-VCS-Directories: app-arch/unshield/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6df630eccf962c9d4246f0eb96201023a153abe3 X-VCS-Branch: master Date: Wed, 28 Aug 2019 09:11:49 +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: c0389d73-a018-4dc8-8158-5dc06dbbb123 X-Archives-Hash: ce77e3c07b507e1d26da947d01263dbf commit: 6df630eccf962c9d4246f0eb96201023a153abe3 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 09:11:07 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 09:11:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df630ec app-arch/unshield: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-arch/unshield/unshield-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild index 77af3622c0e..f81ff080ff9 100644 --- a/app-arch/unshield/unshield-1.4.3.ebuild +++ b/app-arch/unshield/unshield-1.4.3.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="InstallShield CAB file extractor" HOMEPAGE="https://github.com/twogood/unshield" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"