dev-java/jacoco: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-04-08 19:29:18 +02:00
committed by James Le Cuirot
parent 38e51c356b
commit b31083a8ed
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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