Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ne/
Date: Wed, 28 Aug 2019 10:10:45
Message-Id: 1566987004.87bc4023ca8d1d69751c2b3f08fe801ea4126d4f.soap@gentoo
1 commit: 87bc4023ca8d1d69751c2b3f08fe801ea4126d4f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:10:04 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:10:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bc4023
7
8 app-editors/ne: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-editors/ne/ne-3.1.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/ne/ne-3.1.1.ebuild b/app-editors/ne/ne-3.1.1.ebuild
17 index 9d68adc0f1a..e65e7733fbc 100644
18 --- a/app-editors/ne/ne-3.1.1.ebuild
19 +++ b/app-editors/ne/ne-3.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
27
28 DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard"
29 HOMEPAGE="http://ne.di.unimi.it/"
30 -SRC_URI="${HOMEPAGE}/${P}.tar.gz"
31 +SRC_URI="http://ne.di.unimi.it/${P}.tar.gz"
32
33 LICENSE="GPL-3"
34 SLOT="0"