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/jvyamlb/
Date: Thu, 15 Apr 2021 11:19:25 +0000 (UTC)	[thread overview]
Message-ID: <1618485557.033e436e1a3d433a4d8c5aed4047b6a9a1592316.fordfrog@gentoo> (raw)

commit:     033e436e1a3d433a4d8c5aed4047b6a9a1592316
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 15 07:57:29 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 11:19:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033e436e

dev-java/jvyamlb: EAPI 7, Java 11

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20383/commits/0ba384a0300754a1ab960f57c28987de5e22893a
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jvyamlb/jvyamlb-0.2.5-r2.ebuild | 52 ++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/dev-java/jvyamlb/jvyamlb-0.2.5-r2.ebuild b/dev-java/jvyamlb/jvyamlb-0.2.5-r2.ebuild
new file mode 100644
index 00000000000..db3d6e4b7c2
--- /dev/null
+++ b/dev-java/jvyamlb/jvyamlb-0.2.5-r2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+JAVA_PKG_IUSE="source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="JvYAMLb, YAML processor extracted from JRuby"
+HOMEPAGE="https://github.com/olabini/jvyamlb"
+SRC_URI="https://github.com/olabini/jvyamlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+CDEPEND="
+	dev-java/bytelist:0
+	dev-java/jcodings:0
+	dev-java/joda-time:0"
+
+RDEPEND="
+	${CDEPEND}
+	>=virtual/jre-1.8:*"
+
+DEPEND="
+	${CDEPEND}
+	>=virtual/jdk-1.8:*
+	test? ( dev-java/ant-junit )"
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_GENTOO_CLASSPATH="bytelist jcodings joda-time"
+
+DOCS=( CREDITS README )
+
+src_prepare() {
+	default
+
+	java-pkg_clean
+
+	sed -i 's:depends="test":depends="compile":' build.xml || die
+}
+
+src_install() {
+	einstalldocs
+	java-pkg_newjar lib/${P}.jar
+	use source && java-pkg_dosrc src/*
+}
+
+src_test() {
+	ANT_TASKS="ant-junit" eant test
+}


             reply	other threads:[~2021-04-15 11:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 11:19 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09  5:31 [gentoo-commits] repo/gentoo:master commit in: dev-java/jvyamlb/ Miroslav Šulc
2021-04-15 11:19 Miroslav Šulc
2021-04-15 11:19 Miroslav Šulc
2019-03-02 22:08 Patrice Clement
2019-03-02 22:08 Patrice Clement
2015-09-01 19:02 Tobias Klausmann

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=1618485557.033e436e1a3d433a4d8c5aed4047b6a9a1592316.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