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/jdom/
Date: Mon, 17 Jun 2024 08:51:05 +0000 (UTC)	[thread overview]
Message-ID: <1718614246.3c4baec4bf2bfa4712e2f72926b3a2265cfd5bf5.fordfrog@gentoo> (raw)

commit:     3c4baec4bf2bfa4712e2f72926b3a2265cfd5bf5
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Jun 10 08:42:07 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 08:50:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4baec4

dev-java/jdom: rewrite with java-pkg-simple

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36770/commits/0a79200c736822650c8eb22d7d8981c93ea49fe0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jdom/jdom-1.1.3-r2.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-java/jdom/jdom-1.1.3-r2.ebuild b/dev-java/jdom/jdom-1.1.3-r2.ebuild
new file mode 100644
index 000000000000..e321b981d167
--- /dev/null
+++ b/dev-java/jdom/jdom-1.1.3-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc examples source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java API to manipulate XML data"
+HOMEPAGE="http://jdom.org"
+SRC_URI="http://jdom.org/dist/binary/archive/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="JDOM"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( {CHANGES,COMMITTERS,README,TODO}.txt )
+
+JAVA_SRC_DIR="src"
+
+src_prepare() {
+	java-pkg-2_src_prepare
+	java-pkg_clean
+
+	# circular dependency with jaxen-1.2[jdom]
+	rm -v src/java/org/jdom/xpath/JaxenXPath.java \
+		|| die "Unable to remove Jaxen Binding class."
+}
+
+src_install() {
+	java-pkg-simple_src_install
+	use examples && java-pkg_doexamples samples
+}


             reply	other threads:[~2024-06-17  8:51 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17  8:51 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17  9:47 [gentoo-commits] repo/gentoo:master commit in: dev-java/jdom/ Miroslav Šulc
2024-07-17  6:12 Sam James
2024-07-17  6:12 Sam James
2024-07-17  6:12 Sam James
2024-07-17  6:12 Sam James
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 13:12 Jakov Smolić
2022-06-22 11:40 Jakov Smolić
2022-05-22 17:24 Florian Schmaus
2021-05-16 18:11 Miroslav Šulc
2021-05-16 14:55 Sam James
2021-04-25 16:09 Sam James
2021-04-23 13:33 Sam James
2021-04-22 20:25 Sam James
2021-04-19 11:16 Miroslav Šulc
2021-04-19 11:16 Miroslav Šulc
2021-04-18 13:47 Miroslav Šulc
2020-07-20  1:10 Sam James
2020-07-16 22:40 Sam James
2019-05-18  1:14 Aaron Bauman
2018-06-03  2:59 Aaron Bauman
2017-07-13 18:32 Alexis Ballier
2016-01-06 10:11 Patrice Clement
2016-01-06 10:11 Patrice Clement
2016-01-06 10:11 Patrice Clement
2015-09-29 21:20 James Le Cuirot
2015-09-29 21:20 James Le Cuirot
2015-08-27  9:24 Patrice Clement
2015-08-26  8:18 Patrice Clement
2015-08-25 22:12 Patrice Clement

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=1718614246.3c4baec4bf2bfa4712e2f72926b3a2265cfd5bf5.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