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/jbitcollider-core/
Date: Wed, 28 Apr 2021 11:22:21 +0000 (UTC)	[thread overview]
Message-ID: <1619608937.c9a73a8c6f2cee88102c720527b96865ada445d8.fordfrog@gentoo> (raw)

commit:     c9a73a8c6f2cee88102c720527b96865ada445d8
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr 28 11:11:16 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 11:22:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a73a8c

dev-java/jbitcollider-core: min java 1.8

Closes: https://bugs.gentoo.org/786399
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20571
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../jbitcollider-core-0.8-r1.ebuild                | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-java/jbitcollider-core/jbitcollider-core-0.8-r1.ebuild b/dev-java/jbitcollider-core/jbitcollider-core-0.8-r1.ebuild
new file mode 100644
index 00000000000..2833386cb0d
--- /dev/null
+++ b/dev-java/jbitcollider-core/jbitcollider-core-0.8-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+
+MY_PN="jBitcollider"
+MY_P="${MY_PN}-${PV}"
+JAVA_SRC_DIR="plugins/org.bitpedia.collider.core/src"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Core classes of jBitcollider: org.bitpedia.collider.core"
+HOMEPAGE="http://bitcollider.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/bitcollider/jBitcollider%20%28Java%29/${PV}/${MY_P}.zip -> ${MY_P}.zip"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+
+	rm -v lib/*.jar || die
+	rm -v plugins/*/lib/*.jar || die
+	rm -v plugins/org.bitpedia.collider.*/bin/org/bitpedia/collider/*/*.class || die
+	rm -v plugins/org.bitpedia.collider.core/bin/org/bitpedia/util/*.class || die
+	java-pkg-2_src_prepare
+}


             reply	other threads:[~2021-04-28 11:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28 11:22 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-17  9:02 [gentoo-commits] repo/gentoo:master commit in: dev-java/jbitcollider-core/ Miroslav Šulc
2022-08-05  7:31 Arthur Zamarin
2022-06-02  6:14 Sam James
2021-04-28 13:09 Miroslav Šulc
2021-04-28 11:22 Miroslav Šulc
2020-10-25 23:38 Sam James

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=1619608937.c9a73a8c6f2cee88102c720527b96865ada445d8.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