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-eselect/eselect-infinality/
Date: Wed, 28 Aug 2019 14:34:34
Message-Id: 1567002834.d9eeddd22d7b75a0d916e6e98338f0f1a493d578.soap@gentoo
1 commit: d9eeddd22d7b75a0d916e6e98338f0f1a493d578
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:33:54 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 14:33:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9eeddd2
7
8 app-eselect/eselect-infinality: [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-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild | 4 ++--
14 app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild
18 index a6353e254a5..17d6ee24ec0 100644
19 --- a/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild
20 +++ b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,7 +6,7 @@ inherit vcs-snapshot readme.gentoo-r1
28
29 DESCRIPTION="Eselect module to choose an infinality font configuration style"
30 HOMEPAGE="https://github.com/yngwin/eselect-infinality"
31 -SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
32 +SRC_URI="https://github.com/yngwin/eselect-infinality/tarball/v${PV} -> ${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 diff --git a/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild
38 index b98311f9126..d6aa6e5b0d8 100644
39 --- a/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild
40 +++ b/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -6,7 +6,7 @@ inherit readme.gentoo-r1
48
49 DESCRIPTION="Eselect module to choose an infinality font configuration style"
50 HOMEPAGE="https://github.com/amadio/eselect-infinality"
51 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 +SRC_URI="https://github.com/amadio/eselect-infinality/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53
54 LICENSE="GPL-2"
55 SLOT="0"