public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/
Date: Mon,  6 May 2019 09:30:32 +0000 (UTC)	[thread overview]
Message-ID: <1557134950.0e4fd62af2583e30ca93ffc7c509352d32ac6663.monsieurp@gentoo> (raw)

commit:     0e4fd62af2583e30ca93ffc7c509352d32ac6663
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 08:06:58 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May  6 09:29:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4fd62a

dev-java/jaxen: remove xom dependency.

* Clean up xom Java classes.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11727

 dev-java/jaxen/jaxen-1.1.6-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-java/jaxen/jaxen-1.1.6-r1.ebuild b/dev-java/jaxen/jaxen-1.1.6-r1.ebuild
new file mode 100644
index 00000000000..c364ebdd023
--- /dev/null
+++ b/dev-java/jaxen/jaxen-1.1.6-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A Java XPath Engine"
+HOMEPAGE="https://github.com/codehaus"
+SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
+
+LICENSE="JDOM"
+SLOT="1.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+CDEPEND="
+	dev-java/jdom:0
+	dev-java/dom4j:1"
+
+RDEPEND="
+	${CDEPEND}
+	>=virtual/jre-1.6"
+
+DEPEND="
+	${CDEPEND}
+	>=virtual/jdk-1.6"
+
+JAVA_GENTOO_CLASSPATH="
+	jdom
+	dom4j-1
+"
+
+JAVA_SRC_DIR="org"
+
+src_prepare() {
+	default
+
+	# xom depends on jaxen already. if we don't remove xom packages here and
+	# require jaxen to depend on xom, we end up in a circular dep.
+	# I fear though that removing those classes might bite us somewhere down
+	# the line...
+	rm -rv org/jaxen/xom || die
+}


             reply	other threads:[~2019-05-06  9:30 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-06  9:30 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-06  5:03 [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/ Miroslav Šulc
2023-05-05 18:28 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-05-05 16:05 Arthur Zamarin
2023-03-27 10:24 Miroslav Šulc
2022-05-06  7:08 Arthur Zamarin
2021-05-16 14:55 Sam James
2021-05-16 14:42 Sam James
2021-05-16 12:45 Sam James
2021-05-10  6:58 Agostino Sarubbo
2021-05-01 18:19 Agostino Sarubbo
2021-04-25 16:09 Sam James
2021-04-23 13:33 Sam James
2021-04-22 20:25 Sam James
2021-04-20  6:39 Sergei Trofimovich
2021-04-18 14:37 Miroslav Šulc
2021-04-18 14:37 Miroslav Šulc
2021-04-18 14:37 Miroslav Šulc
2021-04-14 14:46 Miroslav Šulc
2021-04-14 14:41 Miroslav Šulc
2021-04-14 14:41 Miroslav Šulc
2021-04-14 14:41 Miroslav Šulc
2021-04-13 10:41 Miroslav Šulc
2019-05-18  1:14 Aaron Bauman
2017-07-13 22:26 Alexis Ballier
2017-07-04 21:44 Patrice Clement
2016-10-08 19:02 Patrice Clement
2016-10-08 19:02 Patrice Clement
2016-10-08 19:02 Patrice Clement
2016-01-06 10:11 Patrice Clement
2015-09-29 21:20 James Le Cuirot

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=1557134950.0e4fd62af2583e30ca93ffc7c509352d32ac6663.monsieurp@gentoo \
    --to=monsieurp@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