summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-05-31 19:03:41 +0200
committerAaron Bauman <bman@gentoo.org>2019-06-17 20:35:06 -0400
commitcc699f91895abbb4bf9ca5276825ae6ee5f138e1 (patch)
tree418d1388b1ceb5bd8e669f3617f6fd25afe1adf1 /dev-java/jmh-core
parentapp-arch/rpm: use HTTPS (diff)
downloadgentoo-cc699f91895abbb4bf9ca5276825ae6ee5f138e1.tar.gz
gentoo-cc699f91895abbb4bf9ca5276825ae6ee5f138e1.tar.bz2
gentoo-cc699f91895abbb4bf9ca5276825ae6ee5f138e1.zip
dev-java/jmh-core: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12142 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-java/jmh-core')
-rw-r--r--dev-java/jmh-core/jmh-core-1.21.ebuild8
-rw-r--r--dev-java/jmh-core/jmh-core-1.4.1.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-java/jmh-core/jmh-core-1.21.ebuild b/dev-java/jmh-core/jmh-core-1.21.ebuild
index 1d8994699b6f..ad044bba454e 100644
--- a/dev-java/jmh-core/jmh-core-1.21.ebuild
+++ b/dev-java/jmh-core/jmh-core-1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,13 +12,13 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Harness for building, running, and analysing nano/micro/milli/macro benchmarks"
-HOMEPAGE="http://openjdk.java.net/projects/code-tools/jmh"
-SRC_URI="http://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh"
+SRC_URI="https://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# jopt *must* be 4.6, see http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
+# jopt *must* be 4.6, see https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
CP_DEPEND="
dev-java/asm:4
dev-java/junit:4
diff --git a/dev-java/jmh-core/jmh-core-1.4.1.ebuild b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
index 7cc5df2b7800..b2ef63a5460b 100644
--- a/dev-java/jmh-core/jmh-core-1.4.1.ebuild
+++ b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -12,13 +12,13 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Harness for building, running, and analysing nano/micro/milli/macro benchmarks"
-HOMEPAGE="http://openjdk.java.net/projects/code-tools/jmh"
-SRC_URI="http://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh"
+SRC_URI="https://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# jopt *must* be 4.6, see http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
+# jopt *must* be 4.6, see https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
CDEPEND="
dev-java/asm:4
dev-java/junit:4