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 9E51B138334 for ; Wed, 28 Aug 2019 10:10:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A16E0866; Wed, 28 Aug 2019 10:10:45 +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 9DB0DE0866 for ; Wed, 28 Aug 2019 10:10:45 +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 891B134A4D6 for ; Wed, 28 Aug 2019 10:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8300277B for ; Wed, 28 Aug 2019 10:10:40 +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: <1566987007.ccd6b825324560f0bd12bf066bb1da8375de7296.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/wily/wily-1.0-r2.ebuild X-VCS-Directories: app-editors/wily/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ccd6b825324560f0bd12bf066bb1da8375de7296 X-VCS-Branch: master Date: Wed, 28 Aug 2019 10:10:40 +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: 7128aa67-1e38-49f0-9bb0-8717ab4c581d X-Archives-Hash: 0544402888d85eb8b9ad3abfdd670469 commit: ccd6b825324560f0bd12bf066bb1da8375de7296 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 10:10:07 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 10:10:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd6b825 app-editors/wily: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-editors/wily/wily-1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild index 15660cf2033..eafceb60d92 100644 --- a/app-editors/wily/wily-1.0-r2.ebuild +++ b/app-editors/wily/wily-1.0-r2.ebuild @@ -8,7 +8,7 @@ MY_P="${P/1.0/9libs}" DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor" HOMEPAGE="https://www.netlib.org/research/9libs/" -SRC_URI="${HOMEPAGE}${MY_P}.tar.gz" +SRC_URI="https://www.netlib.org/research/9libs/${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0"