commit: 1aae409bfa0a4c9219083f3aedb2dd43f0c153ff Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 8 17:44:52 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 18:37:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aae409b
dev-java/xz-java: use HTTPS dev-java/xz-java/xz-java-1.5.ebuild | 6 +++--- dev-java/xz-java/xz-java-1.6-r1.ebuild | 6 +++--- dev-java/xz-java/xz-java-1.6.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-java/xz-java/xz-java-1.5.ebuild b/dev-java/xz-java/xz-java-1.5.ebuild index d04c979c7ea..7ac75ef4415 100644 --- a/dev-java/xz-java/xz-java-1.5.ebuild +++ b/dev-java/xz-java/xz-java-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Implementation of xz data compression in pure java" -HOMEPAGE="http://tukaani.org/xz/java.html" -SRC_URI="http://tukaani.org/xz/${P}.zip" +HOMEPAGE="https://tukaani.org/xz/java.html" +SRC_URI="https://tukaani.org/xz/${P}.zip" LICENSE="public-domain" SLOT="0" diff --git a/dev-java/xz-java/xz-java-1.6-r1.ebuild b/dev-java/xz-java/xz-java-1.6-r1.ebuild index 35d8ca163e7..0be4079e7b1 100644 --- a/dev-java/xz-java/xz-java-1.6-r1.ebuild +++ b/dev-java/xz-java/xz-java-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Implementation of xz data compression in pure java" -HOMEPAGE="http://tukaani.org/xz/java.html" -SRC_URI="http://tukaani.org/xz/${P}.zip" +HOMEPAGE="https://tukaani.org/xz/java.html" +SRC_URI="https://tukaani.org/xz/${P}.zip" LICENSE="public-domain" SLOT="0" diff --git a/dev-java/xz-java/xz-java-1.6.ebuild b/dev-java/xz-java/xz-java-1.6.ebuild index 1aeaf243f91..3d3e3bd071d 100644 --- a/dev-java/xz-java/xz-java-1.6.ebuild +++ b/dev-java/xz-java/xz-java-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Implementation of xz data compression in pure java" -HOMEPAGE="http://tukaani.org/xz/java.html" -SRC_URI="http://tukaani.org/xz/${P}.zip" +HOMEPAGE="https://tukaani.org/xz/java.html" +SRC_URI="https://tukaani.org/xz/${P}.zip" LICENSE="public-domain" SLOT="0"
