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/commons-math/
Date: Mon,  5 Mar 2018 22:15:49 +0000 (UTC)	[thread overview]
Message-ID: <1520288136.141e12d50b701355ffed489dff7857e16a52135f.monsieurp@gentoo> (raw)

commit:     141e12d50b701355ffed489dff7857e16a52135f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 22:14:06 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 22:15:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141e12d5

dev-java/commons-math: EAPI 6 bump.

Bug: https://bugs.gentoo.org/643320
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-java/commons-math/commons-math-2.1-r2.ebuild | 42 ++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-java/commons-math/commons-math-2.1-r2.ebuild b/dev-java/commons-math/commons-math-2.1-r2.ebuild
new file mode 100644
index 00000000000..2d426ac62dc
--- /dev/null
+++ b/dev-java/commons-math/commons-math-2.1-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc test source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Lightweight, self-contained mathematics and statistics components"
+HOMEPAGE="http://commons.apache.org/math/"
+SRC_URI="mirror://apache/commons/math/source/${P}-src.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	>=virtual/jdk-1.6
+	test? (
+		dev-java/ant-junit4
+		dev-java/hamcrest-core:0
+	)"
+
+RDEPEND="
+	>=virtual/jre-1.6"
+
+S="${WORKDIR}/${P}-src"
+
+PATCHES=( "${FILESDIR}"/${PF}-buildfixes.patch )
+
+src_test() {
+	java-pkg_jar-from junit-4
+	java-pkg_jar-from hamcrest-core
+	ANT_TASKS="ant-junit4" eant -Djunit.jar=junit.jar test
+}
+
+src_install() {
+	java-pkg_newjar target/${P}.jar ${PN}.jar
+
+	use doc && java-pkg_dojavadoc target/apidocs
+	use source && java-pkg_dosrc src/main/java/org
+}


             reply	other threads:[~2018-03-05 22:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-05 22:15 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-05 22:15 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/ Patrice Clement
2018-04-14 18:47 Aaron Bauman
2018-04-14 19:13 Mikle Kolyada
2018-10-10  6:40 Patrice Clement
2018-10-28 22:39 Patrice Clement
2021-04-16 12:54 Miroslav Šulc
2021-04-18 21:20 Sam James
2021-04-18 21:27 Sam James
2021-04-19 17:57 Miroslav Šulc
2021-04-25  5:19 Sam James
2021-05-16 18:58 Sam James
2022-01-06 20:14 Arthur Zamarin
2022-07-24 17:00 Florian Schmaus
2022-08-23 16:32 Arthur Zamarin
2022-08-23 16:32 Arthur Zamarin
2022-08-23 18:26 Sam James
2022-08-23 18:26 Sam James
2022-08-23 18:53 Arthur Zamarin

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=1520288136.141e12d50b701355ffed489dff7857e16a52135f.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