From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9833B1382C5 for ; Sun, 8 Apr 2018 18:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AC2E0B7D; Sun, 8 Apr 2018 18:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DDCBE0B63 for ; Sun, 8 Apr 2018 18:38:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32E36335C5A for ; Sun, 8 Apr 2018 18:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D12C28F for ; Sun, 8 Apr 2018 18:38:01 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1523212651.1aae409bfa0a4c9219083f3aedb2dd43f0c153ff.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xz-java/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xz-java/xz-java-1.5.ebuild dev-java/xz-java/xz-java-1.6-r1.ebuild dev-java/xz-java/xz-java-1.6.ebuild X-VCS-Directories: dev-java/xz-java/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1aae409bfa0a4c9219083f3aedb2dd43f0c153ff X-VCS-Branch: master Date: Sun, 8 Apr 2018 18:38:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0950764-dc03-47ec-8c4e-ad7dc5d6bf40 X-Archives-Hash: 3bfc1aae943a5bb24ea506e887caf140 commit: 1aae409bfa0a4c9219083f3aedb2dd43f0c153ff Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 8 17:44:52 2018 +0000 Commit: James Le Cuirot gentoo 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"