Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/htmlparser/
Date: Sun, 08 Apr 2018 18:38:04
Message-Id: 1523212648.8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2.chewi@gentoo
1 commit: 8367e64cd6e95c1405a4c0cd29192f6d5e9b75a2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:24:20 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8367e64c
7
8 dev-java/htmlparser: use HTTPS
9
10 dev-java/htmlparser/htmlparser-1.4-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-java/htmlparser/htmlparser-1.4-r1.ebuild b/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
14 index f1d565a5e40..5696277b333 100644
15 --- a/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
16 +++ b/dev-java/htmlparser/htmlparser-1.4-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
24 inherit java-pkg-2 java-ant-2
25
26 DESCRIPTION="Implementation of the HTML5 parsing algorithm in Java"
27 -HOMEPAGE="http://about.validator.nu/htmlparser/"
28 -SRC_URI="http://about.validator.nu/${PN}/${P}.zip"
29 +HOMEPAGE="https://about.validator.nu/htmlparser/"
30 +SRC_URI="https://about.validator.nu/${PN}/${P}.zip"
31
32 LICENSE="W3C"
33 SLOT="0"