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/xz-java/
Date: Sun, 08 Apr 2018 18:38:14
Message-Id: 1523212651.1aae409bfa0a4c9219083f3aedb2dd43f0c153ff.chewi@gentoo
1 commit: 1aae409bfa0a4c9219083f3aedb2dd43f0c153ff
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:44:52 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aae409b
7
8 dev-java/xz-java: use HTTPS
9
10 dev-java/xz-java/xz-java-1.5.ebuild | 6 +++---
11 dev-java/xz-java/xz-java-1.6-r1.ebuild | 6 +++---
12 dev-java/xz-java/xz-java-1.6.ebuild | 6 +++---
13 3 files changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-java/xz-java/xz-java-1.5.ebuild b/dev-java/xz-java/xz-java-1.5.ebuild
16 index d04c979c7ea..7ac75ef4415 100644
17 --- a/dev-java/xz-java/xz-java-1.5.ebuild
18 +++ b/dev-java/xz-java/xz-java-1.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source"
26 inherit java-pkg-2 java-ant-2
27
28 DESCRIPTION="Implementation of xz data compression in pure java"
29 -HOMEPAGE="http://tukaani.org/xz/java.html"
30 -SRC_URI="http://tukaani.org/xz/${P}.zip"
31 +HOMEPAGE="https://tukaani.org/xz/java.html"
32 +SRC_URI="https://tukaani.org/xz/${P}.zip"
33
34 LICENSE="public-domain"
35 SLOT="0"
36
37 diff --git a/dev-java/xz-java/xz-java-1.6-r1.ebuild b/dev-java/xz-java/xz-java-1.6-r1.ebuild
38 index 35d8ca163e7..0be4079e7b1 100644
39 --- a/dev-java/xz-java/xz-java-1.6-r1.ebuild
40 +++ b/dev-java/xz-java/xz-java-1.6-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc examples source"
48 inherit java-pkg-2 java-pkg-simple
49
50 DESCRIPTION="Implementation of xz data compression in pure java"
51 -HOMEPAGE="http://tukaani.org/xz/java.html"
52 -SRC_URI="http://tukaani.org/xz/${P}.zip"
53 +HOMEPAGE="https://tukaani.org/xz/java.html"
54 +SRC_URI="https://tukaani.org/xz/${P}.zip"
55
56 LICENSE="public-domain"
57 SLOT="0"
58
59 diff --git a/dev-java/xz-java/xz-java-1.6.ebuild b/dev-java/xz-java/xz-java-1.6.ebuild
60 index 1aeaf243f91..3d3e3bd071d 100644
61 --- a/dev-java/xz-java/xz-java-1.6.ebuild
62 +++ b/dev-java/xz-java/xz-java-1.6.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source"
70 inherit java-pkg-2 java-ant-2
71
72 DESCRIPTION="Implementation of xz data compression in pure java"
73 -HOMEPAGE="http://tukaani.org/xz/java.html"
74 -SRC_URI="http://tukaani.org/xz/${P}.zip"
75 +HOMEPAGE="https://tukaani.org/xz/java.html"
76 +SRC_URI="https://tukaani.org/xz/${P}.zip"
77
78 LICENSE="public-domain"
79 SLOT="0"