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-misc/fslint/
Date: Wed, 28 Aug 2019 16:12:31
Message-Id: 1567008721.eead7f8bd1f2053161301f9395185b4b5d5dabe1.soap@gentoo
1 commit: eead7f8bd1f2053161301f9395185b4b5d5dabe1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 16:12:01 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 16:12:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eead7f8b
7
8 app-misc/fslint: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-misc/fslint/fslint-2.46.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/fslint/fslint-2.46.ebuild b/app-misc/fslint/fslint-2.46.ebuild
17 index 6e119a86e0a..6d500bd232f 100644
18 --- a/app-misc/fslint/fslint-2.46.ebuild
19 +++ b/app-misc/fslint/fslint-2.46.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 @@ -10,7 +10,7 @@ inherit eutils python-r1
27
28 DESCRIPTION="A utility to find various forms of lint on a filesystem"
29 HOMEPAGE="http://www.pixelbeat.org/fslint/"
30 -SRC_URI="${HOMEPAGE}${P}.tar.xz"
31 +SRC_URI="http://www.pixelbeat.org/fslint/${P}.tar.xz"
32
33 LICENSE="GPL-2"
34 SLOT="0"