commit: b31083a8ed4b29fdf846958014ba18dcf6b8032f Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 8 17:29:18 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 18:37:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31083a8
dev-java/jacoco: use HTTPS dev-java/jacoco/jacoco-0.7.5.ebuild | 4 ++-- dev-java/jacoco/jacoco-0.7.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/jacoco/jacoco-0.7.5.ebuild b/dev-java/jacoco/jacoco-0.7.5.ebuild index cdf053660ef..01911e7ac90 100644 --- a/dev-java/jacoco/jacoco-0.7.5.ebuild +++ b/dev-java/jacoco/jacoco-0.7.5.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=5 @@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple DATE="201505241946" DESCRIPTION="Java Code Coverage library." -HOMEPAGE="http://eclemma.org/jacoco/" +HOMEPAGE="https://eclemma.org/jacoco/" SRC_URI=" https://repo1.maven.org/maven2/org/${PN}/org.${PN}.report/${PV}.${DATE}/org.${PN}.report-${PV}.${DATE}-sources.jar -> ${P}-report.jar https://repo1.maven.org/maven2/org/${PN}/org.${PN}.agent/${PV}.${DATE}/org.${PN}.agent-${PV}.${DATE}-sources.jar -> ${P}-agent.jar diff --git a/dev-java/jacoco/jacoco-0.7.9.ebuild b/dev-java/jacoco/jacoco-0.7.9.ebuild index 77bcd043e34..34d19717a0a 100644 --- a/dev-java/jacoco/jacoco-0.7.9.ebuild +++ b/dev-java/jacoco/jacoco-0.7.9.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,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java Code Coverage library" -HOMEPAGE="http://eclemma.org/jacoco/" +HOMEPAGE="https://eclemma.org/jacoco/" SRC_URI=" https://repo1.maven.org/maven2/org/${PN}/org.${PN}.report/${PV}/org.${PN}.report-${PV}-sources.jar -> ${P}-report.jar
