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 1DAFB138336 for ; Mon, 14 Jan 2019 00:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F27E0BDF; Mon, 14 Jan 2019 00:05:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E60A2E0BDF for ; Mon, 14 Jan 2019 00:04:59 +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 59617335D2B for ; Mon, 14 Jan 2019 00:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2E9511 for ; Mon, 14 Jan 2019 00:04:56 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1547424292.f4749db9b4e92a65d442c27590f56dd8fb5a499a.jer@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-r1.ebuild X-VCS-Directories: app-editors/wily/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f4749db9b4e92a65d442c27590f56dd8fb5a499a X-VCS-Branch: master Date: Mon, 14 Jan 2019 00:04:56 +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: a4c489cc-f256-40a7-bc8b-6f95426b59a6 X-Archives-Hash: d08ca3db0041d9362af4d065d3b82718 commit: f4749db9b4e92a65d442c27590f56dd8fb5a499a Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 13 22:46:02 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jan 14 00:04:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4749db9 app-editors/wily: Fix HOMEPAGE, SRC_URI Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> app-editors/wily/wily-1.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild index f9093824c53..cb3089155b1 100644 --- a/app-editors/wily/wily-1.0-r1.ebuild +++ b/app-editors/wily/wily-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -8,8 +8,8 @@ inherit toolchain-funcs MY_P="${P/1.0/9libs}" DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor" -HOMEPAGE="http://www.netlib.org/research/9libs/" -SRC_URI="ftp://www.netlib.org/research/9libs/${MY_P}.tar.gz" +HOMEPAGE="https://www.netlib.org/research/9libs/" +SRC_URI="${HOMEPAGE}${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0"