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 045F91396D0 for ; Fri, 11 Aug 2017 20:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B29E0D75; Fri, 11 Aug 2017 20:14:56 +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 24928E0D75 for ; Fri, 11 Aug 2017 20:14:56 +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 150C5341777 for ; Fri, 11 Aug 2017 20:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6827491 for ; Fri, 11 Aug 2017 20:14:53 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502482463.94087c97b3b94b64ac27aeab02d131ab8e216e6a.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nedit/nedit-5.6-r1.ebuild X-VCS-Directories: app-editors/nedit/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 94087c97b3b94b64ac27aeab02d131ab8e216e6a X-VCS-Branch: master Date: Fri, 11 Aug 2017 20:14:53 +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-Archives-Salt: df8bb618-d433-4f20-93c8-2ae6092d82fa X-Archives-Hash: 0fcba91b5e9c6ede4125323dbafac511 commit: 94087c97b3b94b64ac27aeab02d131ab8e216e6a Author: Amy Liffey gentoo org> AuthorDate: Fri Aug 11 19:59:59 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 11 20:14:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94087c97 app-editors/nedit: fix src_uri Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-editors/nedit/nedit-5.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/nedit/nedit-5.6-r1.ebuild b/app-editors/nedit/nedit-5.6-r1.ebuild index e541ae51947..a5a952a8c2c 100644 --- a/app-editors/nedit/nedit-5.6-r1.ebuild +++ b/app-editors/nedit/nedit-5.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Multi-purpose text editor for the X Window System" HOMEPAGE="https://sourceforge.net/projects/nedit" SRC_URI=" - http://downloads.sourceforge.net/project/${PN}/${PN}-source/${P}a-src.tar.gz + https://downloads.sourceforge.net/project/${PN}/${PN}-source/${P}a-src.tar.gz https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz" LICENSE="GPL-2"