summaryrefslogtreecommitdiff
path: root/dev-java/findbugs-annotations
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-07 12:30:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-07 12:30:41 +0100
commit3c7931f8c6c90aa813912d87c684d742e0c29a05 (patch)
treefe70317ba47324f028de7df8ce1d13394263950f /dev-java/findbugs-annotations
parent7336b11bd5bd8f1cc6d445b150a6c466736c3d9d (diff)
gentoo auto-resync : 07:04:2024 - 12:30:41
Diffstat (limited to 'dev-java/findbugs-annotations')
-rw-r--r--dev-java/findbugs-annotations/Manifest4
-rw-r--r--dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild7
-rw-r--r--dev-java/findbugs-annotations/metadata.xml3
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-java/findbugs-annotations/Manifest b/dev-java/findbugs-annotations/Manifest
index 8f64bba5621d..614922c823e0 100644
--- a/dev-java/findbugs-annotations/Manifest
+++ b/dev-java/findbugs-annotations/Manifest
@@ -1,3 +1,3 @@
DIST findbugs-annotations-3.0.1-sources.jar 25170 BLAKE2B aebd9acccae5d4fe209aa9393fb35868a67096889375eab5817eeb6b6cabe950e1a3479826c921254fa1faeaaa8231095b5ef88dc2f83fa3b6ca2a76a1572b42 SHA512 bf77991bcbad1dd3e072c65df36d7714cf2f2967a01ed9e8435b6b40c925d905fc879c83303a227cffa5c3db4c960c9c6813ebb520f5d1c0f178f27710075d43
-EBUILD findbugs-annotations-3.0.1.ebuild 1121 BLAKE2B 087e2edd3b1014c08afdf3c913ff8782e3a203eba179cb9c64807207088a753faf7cfcfdd97e6d9c9dfca17b9ab6c759cd949c0aca50819d0e34025e0eadd838 SHA512 432b6d72861de271826e993d47d1c6982d1b1ca67033117924657e39cabe9383f4cccf36799b370d864fe8040aef813c29c978c59a8b24fcd7918d1cdb7a70d6
-MISC metadata.xml 217 BLAKE2B cb41a7bd7e5c55319465d67551eae75371cc72d58629c61f70a7f54c388645d5ab1427c66dfdd5954e36ca40f0d3209f871d476cacd61516dd57e3297aaa601f SHA512 4df8395dcf07c52adadee71ad7dfa9f611ade8485cc9869397d0037272ae9add9b40d90669da8b80e578b4ee14c512da01ba096abe39a5859ac71c5316e425b6
+EBUILD findbugs-annotations-3.0.1.ebuild 1121 BLAKE2B bdb5eff4c0a41bbe96c245fdf47460fa56c81712d0afb2c482a8698ad7d0b623003d3f30bd4705ba170e628bff48d113ac18f452594d37838d72d052359a148e SHA512 841a5ddf7ed885a4eed4fdcfdaa0aa14979cebd5398a6ee8aee3636a9de6bf8219719d72642b9aad21af006331e7ec1fa20880e6046866cb67a584be5e0549c5
+MISC metadata.xml 295 BLAKE2B 177b7ed2ece7cfa169c548d61888e1af5a83d218767cd7d57b0e6459b02bfd90554fa467c2c83870b8b52ae4464fe974f0e6dcbfbb0683f145ffb15898d435d4 SHA512 fc481fd805a7d148c65e7eae3d55bfe25805125bf17594330bfa32f9d12871f5b320c6261dc7409d8802ce6d96d4bd839313f982318f4b2081dcfa452514bfde
diff --git a/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild b/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild
index 5270eda74562..99153285f62d 100644
--- a/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild
+++ b/dev-java/findbugs-annotations/findbugs-annotations-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Skeleton command:
@@ -12,8 +12,9 @@ MAVEN_ID="com.google.code.findbugs:findbugs-annotations:3.0.1"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Annotation defined by the FindBugs tool"
-HOMEPAGE="http://findbugs.sourceforge.net/"
+HOMEPAGE="https://findbugs.sourceforge.net/"
SRC_URI="https://repo1.maven.org/maven2/com/google/code/findbugs/${PN}/${PV}/${P}-sources.jar"
+S="${WORKDIR}"
LICENSE="LGPL-3"
SLOT="0"
@@ -37,5 +38,3 @@ RDEPEND="
${CP_DEPEND}"
BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
diff --git a/dev-java/findbugs-annotations/metadata.xml b/dev-java/findbugs-annotations/metadata.xml
index 75321cfb5598..8a3dfbf0281d 100644
--- a/dev-java/findbugs-annotations/metadata.xml
+++ b/dev-java/findbugs-annotations/metadata.xml
@@ -4,4 +4,7 @@
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="sourceforge">findbugs</remote-id>
+ </upstream>
</pkgmetadata>