summaryrefslogtreecommitdiff
path: root/dev-java
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-10 14:38:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-10 14:38:07 +0000
commitfd57488a76e3d4aed30d4cdfd48aa3ae30da84c7 (patch)
tree5d42464c9b2451211597c8d252eef53d5255315d /dev-java
parentb1a709e20d65de4534cfec94250998850c052218 (diff)
downloadbaldeagleos-repo-fd57488a76e3d4aed30d4cdfd48aa3ae30da84c7.tar.gz
baldeagleos-repo-fd57488a76e3d4aed30d4cdfd48aa3ae30da84c7.tar.xz
baldeagleos-repo-fd57488a76e3d4aed30d4cdfd48aa3ae30da84c7.zip
Adding metadata
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/gwt/gwt-2.9.0-r1.ebuild (renamed from dev-java/gwt/gwt-2.9.0.ebuild)4
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild3
-rw-r--r--dev-java/jsr305/Manifest2
-rw-r--r--dev-java/jsr305/jsr305-3.0.2-r1.ebuild4
4 files changed, 7 insertions, 6 deletions
diff --git a/dev-java/gwt/gwt-2.9.0.ebuild b/dev-java/gwt/gwt-2.9.0-r1.ebuild
index b3a3173ebca2..9df96d799da3 100644
--- a/dev-java/gwt/gwt-2.9.0.ebuild
+++ b/dev-java/gwt/gwt-2.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,6 @@ LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
CDEPEND="
- dev-java/json:0
dev-java/guava:20
dev-java/rhino:1.6
dev-java/asm:9
@@ -43,7 +42,6 @@ DEPEND="
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_BUILD_TARGET="build"
EANT_GENTOO_CLASSPATH="
- json
asm-9
guava-20
rhino-1.6
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
index 1f9c6101e325..5ee98d998748 100644
--- a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
+++ b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.github.stephenc.jcip:jcip-annotations:1.0-1"
inherit java-pkg-2 java-pkg-simple
diff --git a/dev-java/jsr305/Manifest b/dev-java/jsr305/Manifest
index 066315e28ad0..7dc9938f0d2d 100644
--- a/dev-java/jsr305/Manifest
+++ b/dev-java/jsr305/Manifest
@@ -1 +1 @@
-DIST jsr305-3.0.2.jar 18102 BLAKE2B fa6c40a63eb3e4683ae70612058420a905428b9ac9b920b2f7f4024579a5ff6fcffa576d50a616ed585b4896cbba87f4496273b860930f047184cf5df77004d0 SHA512 02327071dde09470c8cd0fe39405263146d7e86b15312bc3f909c6a6fa9b11c730bdb833b6cdbdf1aee0c6553e519cecd0257a296947f94636650e88cd8c5b79
+DIST jsr305-3.0.2-sources.jar 18102 BLAKE2B fa6c40a63eb3e4683ae70612058420a905428b9ac9b920b2f7f4024579a5ff6fcffa576d50a616ed585b4896cbba87f4496273b860930f047184cf5df77004d0 SHA512 02327071dde09470c8cd0fe39405263146d7e86b15312bc3f909c6a6fa9b11c730bdb833b6cdbdf1aee0c6553e519cecd0257a296947f94636650e88cd8c5b79
diff --git a/dev-java/jsr305/jsr305-3.0.2-r1.ebuild b/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
index 816af8fe7a4a..83b864f8feb9 100644
--- a/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
+++ b/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
@@ -2,13 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
JAVA_PKG_IUSE="source doc"
+MAVEN_ID="com.google.code.findbugs:jsr305:3.0.2"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Annotations for Software Defect Detection in Java"
HOMEPAGE="https://jcp.org/en/jsr/detail?id=305"
-SRC_URI="http://central.maven.org/maven2/com/google/code/findbugs/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
+SRC_URI="https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/${PV}/jsr305-${PV}-sources.jar"
LICENSE="BSD"
SLOT="0"