summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-03-12 11:17:30 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-03-12 13:18:02 +0100
commitc4223d1a3222b9ba81f9e20d65703d3ab063816f (patch)
treea10005dcfe4944bb242d4b6ad899342eb52860f2 /dev-java/jcip-annotations
parentdev-java/junit: added maven id + some minor updates (diff)
downloadgentoo-c4223d1a3222b9ba81f9e20d65703d3ab063816f.tar.gz
gentoo-c4223d1a3222b9ba81f9e20d65703d3ab063816f.tar.bz2
gentoo-c4223d1a3222b9ba81f9e20d65703d3ab063816f.zip
dev-java/jcip-annotations: eapi7, min jdk/jre to 1.8
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jcip-annotations')
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild (renamed from dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
index 4eca0bce1671..1f9c6101e325 100644
--- a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild
+++ b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
JAVA_PKG_IUSE="doc source"
-inherit versionator java-pkg-2 java-pkg-simple
+inherit java-pkg-2 java-pkg-simple
-MY_P="${PN}-$(replace_version_separator $(get_last_version_component_index) -)"
+MY_P="${PN}-$(ver_rs 2 -)"
DESCRIPTION="Clean room implementation of the JCIP Annotations"
HOMEPAGE="https://github.com/stephenc/jcip-annotations"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5"
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
S="${WORKDIR}/${PN}-${MY_P}/src"
JAVA_SRC_DIR="main/java"