public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-resolver/
Date: Sat, 13 Nov 2021 08:29:27 +0000 (UTC)	[thread overview]
Message-ID: <1636792140.a48c4beee1c0ff4208b8672bffb1e2577ed9a3a4.sam@gentoo> (raw)

commit:     a48c4beee1c0ff4208b8672bffb1e2577ed9a3a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 06:49:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 08:29:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48c4bee

dev-java/xml-commons-resolver: build with Java 8+, update EAPI 6 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../xml-commons-resolver-1.2-r2.ebuild             | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r2.ebuild b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r2.ebuild
new file mode 100644
index 00000000000..33c5c8d83ee
--- /dev/null
+++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+JAVA_SRC_DIR="src"
+MAVEN_ID="xml-resolver:xml-resolver:1.2"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="An XML Entity and URI Resolver"
+HOMEPAGE="http://xml.apache.org/commons/"
+SRC_URI="mirror://apache/xml/commons/${P}.tar.gz"
+S="${WORKDIR}/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( KEYS LICENSE.resolver.txt NOTICE-resolver.txt )
+
+src_prepare() {
+	default
+	java-pkg_clean
+	rm -rv src/org/apache/xml/resolver/tests || die
+}
+
+src_install() {
+	java-pkg-simple_src_install
+	einstalldocs
+}


             reply	other threads:[~2021-11-13  8:29 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13  8:29 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12 17:12 [gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-resolver/ Arthur Zamarin
2022-07-09 11:15 Arthur Zamarin
2022-07-09 10:49 Arthur Zamarin
2022-07-09 10:24 Arthur Zamarin
2022-07-08 21:29 Sam James
2022-07-08 21:29 Sam James
2022-06-08  8:12 Florian Schmaus
2021-12-14 22:33 Miroslav Šulc
2021-12-14 22:27 Sam James
2021-12-14 20:47 Arthur Zamarin
2021-12-14  8:02 Jakov Smolić
2021-12-14  8:02 Jakov Smolić
2021-06-16  8:17 Miroslav Šulc
2020-12-27 14:07 Fabian Groffen
2019-05-18  1:14 Aaron Bauman
2018-03-01  8:46 Michał Górny
2017-07-13 17:27 Alexis Ballier
2017-05-18 21:54 Patrice Clement
2017-05-18 21:54 Patrice Clement
2017-03-31 21:57 Patrice Clement
2017-01-29 15:54 Fabian Groffen

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=1636792140.a48c4beee1c0ff4208b8672bffb1e2577ed9a3a4.sam@gentoo \
    --to=sam@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