diff options
Diffstat (limited to 'dev-java/findbugs-annotations')
| -rw-r--r-- | dev-java/findbugs-annotations/Manifest | 1 | ||||
| -rw-r--r-- | dev-java/findbugs-annotations/findbugs-annotations-4.10.3.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-java/findbugs-annotations/Manifest b/dev-java/findbugs-annotations/Manifest index d218d89a086e..5dca4bf596c2 100644 --- a/dev-java/findbugs-annotations/Manifest +++ b/dev-java/findbugs-annotations/Manifest @@ -1 +1,2 @@ DIST findbugs-annotations-3.0.1-sources.jar 25170 BLAKE2B aebd9acccae5d4fe209aa9393fb35868a67096889375eab5817eeb6b6cabe950e1a3479826c921254fa1faeaaa8231095b5ef88dc2f83fa3b6ca2a76a1572b42 SHA512 bf77991bcbad1dd3e072c65df36d7714cf2f2967a01ed9e8435b6b40c925d905fc879c83303a227cffa5c3db4c960c9c6813ebb520f5d1c0f178f27710075d43 +DIST findbugs-annotations-4.10.3.tar.gz 4735712 BLAKE2B eb90a88246cbd05f8f4091bf6b1be798e3cb5f308dc3285dd090d7534d6017673d21f1f4f7f58844f79f74ce695d5bb811d50745b63d1b16fd39cf72a3c8ea46 SHA512 e78accd3b060304fce3a1508e371beee90fd7199c448d5928aa977b35580fb74a237440cdea5db731b57e562660ccf2fb7162d6235cdf392cdbc0a46e1e39c1f diff --git a/dev-java/findbugs-annotations/findbugs-annotations-4.10.3.ebuild b/dev-java/findbugs-annotations/findbugs-annotations-4.10.3.ebuild new file mode 100644 index 000000000000..4c6f5a4037c4 --- /dev/null +++ b/dev-java/findbugs-annotations/findbugs-annotations-4.10.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Annotations the SpotBugs tool supports" +HOMEPAGE="https://spotbugs.github.io" +SRC_URI="https://github.com/spotbugs/spotbugs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/spotbugs-${PV}/spotbugs-annotations" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64" + +CP_DEPEND=" + >=dev-java/jsr305-3.0.2:0 +" + +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* +" + +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" |
