From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jakarta-activation-api/
Date: Sat, 11 Dec 2021 07:23:45 +0000 (UTC) [thread overview]
Message-ID: <1639207423.361518c99cc97d535777ba13eea2e39df1ce7d6a.fordfrog@gentoo> (raw)
commit: 361518c99cc97d535777ba13eea2e39df1ce7d6a
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Dec 9 17:06:43 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 07:23:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361518c9
dev-java/jakarta-activation-api: bump to 2.1.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23235/commits/7ca735fbc9f8ea142bf681b4ed6be59025d3926f
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/jakarta-activation-api/Manifest | 1 +
.../jakarta-activation-api-2.1.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-java/jakarta-activation-api/Manifest b/dev-java/jakarta-activation-api/Manifest
index bf22b45c54e5..58699559a3ed 100644
--- a/dev-java/jakarta-activation-api/Manifest
+++ b/dev-java/jakarta-activation-api/Manifest
@@ -1,2 +1,3 @@
DIST jakarta-activation-2.0.1.tar.gz 133807 BLAKE2B 3b793fc767601cc1406482facb0456efd1f784371dff602e71f579a2c74f8e66affed384c8ce3b6aa7c2abfcb5cb0ff5f781ea109829c03f645099fb52016e21 SHA512 51e60d851b9f2027944ab24b248b3c7c19028a504ccf5f92a61495ffa65176df78c63c25e91de4a22d6aa9a1989db274f419f91693a21f052875635b8b21bad1
+DIST jakarta-activation-2.1.0.tar.gz 118833 BLAKE2B ad4b23405b412eb31ffe6fa9ebb62e5f3d21f721908bec6607d1e236b1aa36a5fbc5d721db879210b99a236a3ead4e6b89854f311b4593f32bc537f0d37638a0 SHA512 6552789b3bc590b241250387e07fd9973f2ba210544baf5e5c272ce9824ddc568dd186d2db2b28d89698b68c6505d8263d8aa5ceedf1a12a2d8fc94d648cc8fa
DIST jakarta-activation-api-1.2.2.tar.gz 123283 BLAKE2B 2d205b0a042790f931d20b30f422690eb4f7b51ffa3e8eb2af0eb1fabbcd3fa9e469e9b68384bd95278c319f97911795473cbc81282b516f30148488da729f4d SHA512 a9062eadf260621e0a10695e63082d010567665bc749f76be43381c0f313d61fdb8ab04b9b2765e7da740277cd0335e9f555dd7a1cd89b7eedf88f6e557427c4
diff --git a/dev-java/jakarta-activation-api/jakarta-activation-api-2.1.0.ebuild b/dev-java/jakarta-activation-api/jakarta-activation-api-2.1.0.ebuild
new file mode 100644
index 000000000000..5677cb497fbf
--- /dev/null
+++ b/dev-java/jakarta-activation-api/jakarta-activation-api-2.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/eclipse-ee4j/jaf/archive/refs/tags/2.0.1.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild jakarta-activation-2.0.1.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="jakarta.activation:jakarta.activation-api:2.1.0"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Jakarta Activation API jar"
+HOMEPAGE="https://eclipse-ee4j.github.io/jaf/"
+SRC_URI="https://github.com/eclipse-ee4j/jaf/archive/refs/tags/${PV}.tar.gz -> jakarta-activation-${PV}.tar.gz"
+
+LICENSE="EPL-1.0"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( ../{CONTRIBUTING,LICENSE,NOTICE,README}.md )
+
+S="${WORKDIR}/jaf-${PV}/api"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+ default # https://bugs.gentoo.org/789582
+ java-pkg-simple_src_install
+}
next reply other threads:[~2021-12-11 7:23 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 7:23 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-16 12:24 [gentoo-commits] repo/gentoo:master commit in: dev-java/jakarta-activation-api/ Miroslav Šulc
2025-10-16 12:24 Miroslav Šulc
2023-04-05 10:56 Miroslav Šulc
2023-04-04 8:10 Jakov Smolić
2023-04-04 5:10 Sam James
2023-04-03 19:16 Sam James
2023-04-03 8:11 Jakov Smolić
2023-03-04 12:56 Miroslav Šulc
2023-03-04 12:56 Miroslav Šulc
2022-05-10 6:37 Florian Schmaus
2022-05-10 6:37 Florian Schmaus
2022-01-11 8:38 Miroslav Šulc
2022-01-10 23:01 Sam James
2022-01-10 11:23 Jakov Smolić
2022-01-10 10:36 Arthur Zamarin
2022-01-10 9:25 Jakov Smolić
2021-12-11 3:29 Sam James
2021-12-10 7:37 Agostino Sarubbo
2021-11-10 16:47 Sam James
2021-11-10 7:05 Agostino Sarubbo
2021-11-07 16:55 Jakov Smolić
2021-08-11 19:11 Sam James
2021-08-09 0:31 Sam James
2021-06-28 15:53 Miroslav Šulc
2021-06-24 17:33 Miroslav Šulc
2021-06-24 17:33 Miroslav Šulc
2021-06-24 17:33 Miroslav Šulc
2021-05-25 7:24 Miroslav Šulc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1639207423.361518c99cc97d535777ba13eea2e39df1ce7d6a.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox