public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 24 Jun 2021 17:33:02 +0000 (UTC)	[thread overview]
Message-ID: <1624555975.d36524fec1d6dd7320b9db2d98e3a05895eadff7.fordfrog@gentoo> (raw)

commit:     d36524fec1d6dd7320b9db2d98e3a05895eadff7
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jun 19 11:37:54 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:32:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36524fe

dev-java/jakarta-activation-api: allow java 1.8:*

Bug: https://bugs.gentoo.org/797289

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21326/commits/8d05bbc33254abd623a9a8fb974b7c680c839dc8
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../jakarta-activation-api-2.0.1-r1.ebuild         | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild b/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.ebuild
new file mode 100644
index 00000000000..2029f27d62b
--- /dev/null
+++ b/dev-java/jakarta-activation-api/jakarta-activation-api-2.0.1-r1.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=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="jakarta.activation:jakarta.activation-api:2.0.1"
+
+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="0"
+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}/activation"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+	default
+	java-pkg-simple_src_install
+}


             reply	other threads:[~2021-06-24 17:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-24 17:33 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-05 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-java/jakarta-activation-api/ 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  7:23 Miroslav Šulc
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-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=1624555975.d36524fec1d6dd7320b9db2d98e3a05895eadff7.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