Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/
Date: Thu, 15 Aug 2019 09:30:31
Message-Id: 1565861423.ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542.pinkbyte@gentoo
1 commit: ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 09:04:48 2019 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 09:30:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec43ba62
7
8 dev-libs/confuse: QA fix
9
10 Replace ${HOMEPAGE} substitution in SRC_URI with clear text
11
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13 Package-Manager: Portage-2.3.66, Repoman-2.3.11
14
15 dev-libs/confuse/confuse-3.2.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/confuse/confuse-3.2.2.ebuild b/dev-libs/confuse/confuse-3.2.2.ebuild
19 index 52a38f545bf..a36fb39e57e 100644
20 --- a/dev-libs/confuse/confuse-3.2.2.ebuild
21 +++ b/dev-libs/confuse/confuse-3.2.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,7 +6,7 @@ inherit multilib-minimal
29
30 DESCRIPTION="a configuration file parser library"
31 HOMEPAGE="https://github.com/martinh/libconfuse"
32 -SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.xz"
33 +SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz"
34
35 LICENSE="ISC"
36 SLOT="0/2.0.0"