Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/aqute-bnd-annotation/
Date: Sat, 10 Sep 2022 16:36:21
Message-Id: 1662827770.ff22a6078c21bfbb9165e2f0b27b6c559b56c13b.flow@gentoo
1 commit: ff22a6078c21bfbb9165e2f0b27b6c559b56c13b
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jul 8 16:09:06 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 16:36:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff22a607
7
8 dev-java/aqute-bnd-annotation: new package, add 6.3.1
9
10 This is a compile dependency of dev-java/woodstox-core-6.3.0
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 dev-java/aqute-bnd-annotation/Manifest | 1 +
15 .../aqute-bnd-annotation-6.3.1.ebuild | 48 ++++++++++++++++++++++
16 dev-java/aqute-bnd-annotation/metadata.xml | 7 ++++
17 3 files changed, 56 insertions(+)
18
19 diff --git a/dev-java/aqute-bnd-annotation/Manifest b/dev-java/aqute-bnd-annotation/Manifest
20 new file mode 100644
21 index 000000000000..5b277a425cec
22 --- /dev/null
23 +++ b/dev-java/aqute-bnd-annotation/Manifest
24 @@ -0,0 +1 @@
25 +DIST biz.aQute.bnd.annotation-6.3.1-sources.jar 50600 BLAKE2B 6ace86a803c378be17b4ecfb658eb17e9c95f4f8797cdf22cbb9a5acb2a382fe0ee6791ad0280a2de9d9e85fbe2732487e693b2c93f08145b3633810f480f8b9 SHA512 751855a173e6d5f9d09f6d63775b97d971cebbfc019053988ec7fe144d0f49b4d09b9a2339d63bb43cea51d09d7d766554255f727cad8d73d9c196097e58d0fd
26
27 diff --git a/dev-java/aqute-bnd-annotation/aqute-bnd-annotation-6.3.1.ebuild b/dev-java/aqute-bnd-annotation/aqute-bnd-annotation-6.3.1.ebuild
28 new file mode 100644
29 index 000000000000..f2f3c84cef94
30 --- /dev/null
31 +++ b/dev-java/aqute-bnd-annotation/aqute-bnd-annotation-6.3.1.ebuild
32 @@ -0,0 +1,48 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +# Skeleton command:
37 +# java-ebuilder --generate-ebuild --workdir . --pom biz.aQute.bnd.annotation-6.3.1.pom --download-uri https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1-sources.jar --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild aqute-bnd-annotation-6.3.1.ebuild
38 +
39 +EAPI=8
40 +
41 +JAVA_PKG_IUSE="doc source"
42 +MAVEN_ID="biz.aQute.bnd:biz.aQute.bnd.annotation:6.3.1"
43 +
44 +inherit java-pkg-2 java-pkg-simple
45 +
46 +DESCRIPTION="bnd Annotations Library"
47 +HOMEPAGE="https://bnd.bndtools.org/"
48 +SRC_URI="https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/${PV}/biz.aQute.bnd.annotation-${PV}-sources.jar"
49 +
50 +LICENSE="Apache-2.0 EPL-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +
54 +# Common dependencies
55 +# POM: biz.aQute.bnd.annotation-${PV}.pom
56 +# org.osgi:org.osgi.resource:1.0.0 -> !!!artifactId-not-found!!!
57 +# org.osgi:org.osgi.service.serviceloader:1.0.0 -> !!!artifactId-not-found!!!
58 +
59 +CP_DEPEND="dev-java/osgi-annotation:0"
60 +
61 +# Compile dependencies
62 +# POM: biz.aQute.bnd.annotation-${PV}.pom
63 +# org.osgi:org.osgi.namespace.extender:1.0.1 -> !!!artifactId-not-found!!!
64 +# org.osgi:org.osgi.namespace.service:1.0.0 -> !!!artifactId-not-found!!!
65 +# org.osgi:osgi.annotation:8.1.0 -> >=dev-java/osgi-annotation-8.1.0:0
66 +
67 +DEPEND=">=virtual/jdk-1.8:*
68 + dev-java/osgi-cmpn:8
69 + dev-java/osgi-core:0
70 + ${CP_DEPEND}"
71 +
72 +RDEPEND=">=virtual/jre-1.8:*
73 + ${CP_DEPEND}"
74 +
75 +BDEPEND="app-arch/unzip"
76 +
77 +S="${WORKDIR}"
78 +
79 +JAVA_CLASSPATH_EXTRA="osgi-cmpn-8,osgi-core"
80 +JAVA_SRC_DIR="."
81
82 diff --git a/dev-java/aqute-bnd-annotation/metadata.xml b/dev-java/aqute-bnd-annotation/metadata.xml
83 new file mode 100644
84 index 000000000000..75321cfb5598
85 --- /dev/null
86 +++ b/dev-java/aqute-bnd-annotation/metadata.xml
87 @@ -0,0 +1,7 @@
88 +<?xml version="1.0" encoding="UTF-8"?>
89 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
90 +<pkgmetadata>
91 + <maintainer type="project">
92 + <email>java@g.o</email>
93 + </maintainer>
94 +</pkgmetadata>