public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/hppc/
Date: Sun, 21 Mar 2021 13:24:53 +0000 (UTC)	[thread overview]
Message-ID: <1616332891.b0e2507f9d0ec8f28dd03b933721051b7e03ad75.andrewammerlaan@gentoo> (raw)

commit:     b0e2507f9d0ec8f28dd03b933721051b7e03ad75
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 21 13:21:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 21 13:21:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0e2507f

dev-java/hppc: new dep of morfologik

still missing dep javaparser and koloboke

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-java/hppc/hppc-0.9.0_rc2.ebuild | 53 +++++++++++++++++++++++++++++++++++++
 dev-java/hppc/metadata.xml          |  8 ++++++
 2 files changed, 61 insertions(+)

diff --git a/dev-java/hppc/hppc-0.9.0_rc2.ebuild b/dev-java/hppc/hppc-0.9.0_rc2.ebuild
new file mode 100644
index 000000000..feca76cd1
--- /dev/null
+++ b/dev-java/hppc/hppc-0.9.0_rc2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 java-pkg-simple
+
+MY_PV="${PV//_/.}"
+
+DESCRIPTION="High Performance Primitive Collections for Java"
+HOMEPAGE="https://github.com/carrotsearch/hppc"
+SRC_URI="https://github.com/carrotsearch/hppc/archive/refs/tags/${MY_PV^^}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+
+CDEPEND="
+	dev-java/antlr:4
+	dev-java/fastutil:0
+	dev-java/jcommander:0
+	dev-java/jmh-core:0
+	dev-java/velocity:0
+	dev-java/slf4j-simple:0
+"
+
+DEPEND="${CDEPEND}
+	>=virtual/jdk-1.8"
+
+RDEPEND="${CDEPEND}
+	>=virtual/jre-1.8"
+
+S="${WORKDIR}/${PN}-${MY_PV^^}"
+
+JAVA_GENTOO_CLASSPATH="
+	antlr:4
+	fastutil
+	jcommander
+	jmh-core
+	velocity
+	slf4j-simple
+"
+
+src_prepare() {
+	# we need an additional unavailable dep for the tests
+	rm -r */src/test || die
+	default
+}
+
+src_install() {
+	einstalldocs
+	java-pkg_dojar ${PN}.jar
+}

diff --git a/dev-java/hppc/metadata.xml b/dev-java/hppc/metadata.xml
new file mode 100644
index 000000000..ae9640ffb
--- /dev/null
+++ b/dev-java/hppc/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-03-21 13:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 13:24 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-21 13:45 [gentoo-commits] proj/sci:master commit in: dev-java/hppc/ Andrew Ammerlaan
2021-03-22  8:43 Andrew Ammerlaan

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=1616332891.b0e2507f9d0ec8f28dd03b933721051b7e03ad75.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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