Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
Date: Wed, 20 Mar 2019 20:27:42
Message-Id: 1553113631.db1ceeff12d8c510ac398b0a343f6037ffe89fdc.bman@gentoo
1 commit: db1ceeff12d8c510ac398b0a343f6037ffe89fdc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 13 18:12:58 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:27:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1ceeff
7
8 dev-libs/libcxml: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-libs/libcxml/libcxml-0.15.5.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/libcxml/libcxml-0.15.5.ebuild b/dev-libs/libcxml/libcxml-0.15.5.ebuild
17 index c2f81a9bc6c..edbcfc29fa8 100644
18 --- a/dev-libs/libcxml/libcxml-0.15.5.ebuild
19 +++ b/dev-libs/libcxml/libcxml-0.15.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 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 @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)"
27 inherit python-any-r1 waf-utils
28
29 DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
30 -HOMEPAGE="http://carlh.net/libcxml"
31 -SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
32 +HOMEPAGE="https://carlh.net/libcxml"
33 +SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2"
34
35 LICENSE="GPL-2"
36 SLOT="0"