From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
Date: Sat, 23 Oct 2021 12:24:27 +0000 (UTC) [thread overview]
Message-ID: <1634991864.badbc6598381730ae936d4132b60c9206ecbeffa.fordfrog@gentoo> (raw)
commit: badbc6598381730ae936d4132b60c9206ecbeffa
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jun 23 19:02:41 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:24:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badbc659
net-libs/NativeThread: min java 1.8
Bug: https://bugs.gentoo.org/787629
restricted to :1.8 as it doesn't work with java 11
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21395
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../NativeThread-0_pre20190914-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
new file mode 100644
index 00000000000..f0565f04c47
--- /dev/null
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic java-pkg-2 toolchain-funcs
+
+DESCRIPTION="NativeThread for priorities on linux for freenet"
+HOMEPAGE="https://www.freenetproject.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=net-p2p/freenet-0.7
+ virtual/jdk:1.8"
+RDEPEND="virtual/jre:1.8"
+
+S="${WORKDIR}"
+
+src_compile() {
+ append-flags -fPIC
+ tc-export CC
+ emake
+}
+
+src_install() {
+ dolib.so lib${PN}.so
+ dosym lib${PN}.so /usr/$(get_libdir)/libnative.so
+}
next reply other threads:[~2021-10-23 12:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-23 12:24 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 8:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/ Miroslav Šulc
2024-10-11 12:04 Arthur Zamarin
2024-10-11 12:04 Arthur Zamarin
2023-04-28 6:26 Miroslav Šulc
2022-08-05 7:31 Arthur Zamarin
2022-06-02 6:14 Sam James
2022-03-12 11:49 Jakov Smolić
2021-10-23 12:24 Miroslav Šulc
2019-09-14 12:34 Thomas Sachau
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=1634991864.badbc6598381730ae936d4132b60c9206ecbeffa.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