Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nedit/
Date: Fri, 11 Aug 2017 20:14:57
Message-Id: 1502482463.94087c97b3b94b64ac27aeab02d131ab8e216e6a.amynka@gentoo
1 commit: 94087c97b3b94b64ac27aeab02d131ab8e216e6a
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 19:59:59 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 20:14:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94087c97
7
8 app-editors/nedit: fix src_uri
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-editors/nedit/nedit-5.6-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/nedit/nedit-5.6-r1.ebuild b/app-editors/nedit/nedit-5.6-r1.ebuild
16 index e541ae51947..a5a952a8c2c 100644
17 --- a/app-editors/nedit/nedit-5.6-r1.ebuild
18 +++ b/app-editors/nedit/nedit-5.6-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs
26 DESCRIPTION="Multi-purpose text editor for the X Window System"
27 HOMEPAGE="https://sourceforge.net/projects/nedit"
28 SRC_URI="
29 - http://downloads.sourceforge.net/project/${PN}/${PN}-source/${P}a-src.tar.gz
30 + https://downloads.sourceforge.net/project/${PN}/${PN}-source/${P}a-src.tar.gz
31 https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz"
32
33 LICENSE="GPL-2"