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/commons-lang/
Date: Sun, 29 Aug 2021 16:38:25 +0000 (UTC)	[thread overview]
Message-ID: <1630254844.665383b723ec54ce7ac4f04f2f1b7bcc822b0292.fordfrog@gentoo> (raw)

commit:     665383b723ec54ce7ac4f04f2f1b7bcc822b0292
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Aug 28 10:47:59 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 16:34:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665383b7

dev-java/commons-lang: restrict to java:1.8

Closes: https://bugs.gentoo.org/779472

Setting SOURCE and TARGET here since it compiled fine using openjdk:8
JAVA_PKG_WANT_SOURCE="1.4"
JAVA_PKG_WANT_TARGET="1.4"

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

 dev-java/commons-lang/commons-lang-2.6-r2.ebuild | 39 ++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-java/commons-lang/commons-lang-2.6-r2.ebuild b/dev-java/commons-lang/commons-lang-2.6-r2.ebuild
new file mode 100644
index 00000000000..4e9a61a966b
--- /dev/null
+++ b/dev-java/commons-lang/commons-lang-2.6-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="commons-lang:commons-lang:2.6"
+JAVA_PKG_WANT_SOURCE="1.4"
+JAVA_PKG_WANT_TARGET="1.4"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Commons components to manipulate core java classes"
+HOMEPAGE="https://commons.apache.org/proper/commons-lang/"
+SRC_URI="mirror://apache/commons/lang/source/${P}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2.1"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+
+DEPEND="virtual/jdk:1.8
+	test? (
+		dev-java/ant-junit:0
+	)"
+
+RDEPEND="virtual/jre:1.8"
+
+S="${WORKDIR}/${P}-src"
+
+JAVA_ANT_ENCODING="ISO-8859-1"
+
+src_install() {
+	java-pkg_newjar "target/${P}.jar" "${PN}.jar"
+	dodoc RELEASE-NOTES.txt NOTICE.txt
+	docinto html
+	dodoc *.html
+	use doc && java-pkg_dojavadoc target/apidocs
+	use source && java-pkg_dosrc src/main/java/*
+}


             reply	other threads:[~2021-08-29 16:38 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-29 16:38 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14  9:25 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-lang/ Miroslav Šulc
2024-10-12  7:28 Michał Górny
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-09-11  7:54 Miroslav Šulc
2024-04-14 20:25 Miroslav Šulc
2024-04-14 18:36 Arthur Zamarin
2024-04-14 17:38 Arthur Zamarin
2024-04-14 13:39 Arthur Zamarin
2024-04-14 13:39 Arthur Zamarin
2024-03-15 10:12 Miroslav Šulc
2023-11-25  8:40 Miroslav Šulc
2023-10-28  8:23 Miroslav Šulc
2023-10-26 13:04 Sam James
2023-10-21 12:36 Sam James
2023-10-21 11:58 Sam James
2023-10-21 11:58 Sam James
2023-09-21  6:37 Miroslav Šulc
2023-09-21  6:37 Miroslav Šulc
2023-09-21  6:37 Miroslav Šulc
2022-03-08 13:06 Jakov Smolić
2022-02-25 18:53 Arthur Zamarin
2021-12-17 10:57 Arthur Zamarin
2021-08-29 16:38 Miroslav Šulc
2021-06-23  8:13 Miroslav Šulc
2021-06-14  7:42 Miroslav Šulc
2021-05-19 17:29 Miroslav Šulc
2021-05-19 17:26 Sam James
2021-05-17 15:39 Sam James
2021-05-17 15:36 Sam James
2021-05-17 15:34 Sam James
2021-05-16 18:58 Sam James
2021-04-26 15:16 Miroslav Šulc
2021-04-26 10:38 Sam James
2021-04-26 10:34 Sam James
2021-04-26 10:34 Sam James
2021-04-26 10:27 Sam James
2021-04-19 19:18 Sam James
2021-04-16  9:15 Miroslav Šulc
2021-04-16  5:03 Miroslav Šulc
2021-04-16  4:55 Miroslav Šulc
2021-04-13 18:23 Sergei Trofimovich
2021-04-11  0:13 Thomas Deutschmann
2021-04-05 10:34 Miroslav Šulc
2021-04-05 10:33 Miroslav Šulc
2021-03-30  7:50 Miroslav Šulc
2021-02-23  8:46 Miroslav Šulc
2020-07-20  1:10 Sam James
2020-06-09 13:53 Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2018-11-24  8:56 Mikle Kolyada
2018-04-13 19:32 Pacho Ramos
2018-04-03 21:49 Sergei Trofimovich
2018-03-07 13:51 Agostino Sarubbo
2017-08-27 16:56 Patrice Clement
2017-07-17  9:48 Alexis Ballier
2015-12-08 10:17 Patrice Clement
2015-12-08 10:17 Patrice Clement
2015-12-08 10:17 Patrice Clement
2015-11-19 22:38 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=1630254844.665383b723ec54ce7ac4f04f2f1b7bcc822b0292.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