public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2019-09-14 12:34 Thomas Sachau
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Sachau @ 2019-09-14 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbc369eba1f1e22a6a572f1062b589029aae0ea
Author:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 12:33:29 2019 +0000
Commit:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 12:33:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbc369e

net-libs/NativeThread: Version bump, fixes bug 680878, fixes bug 670890

Package-Manager: Portage-2.3.62, Repoman-2.3.17
Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>

 net-libs/NativeThread/Manifest                     |  1 +
 .../NativeThread/NativeThread-0_pre20190914.ebuild | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/net-libs/NativeThread/Manifest b/net-libs/NativeThread/Manifest
index 09c35ac99da..bd6f2598b43 100644
--- a/net-libs/NativeThread/Manifest
+++ b/net-libs/NativeThread/Manifest
@@ -1 +1,2 @@
 DIST NativeThread-0_pre20080330.tar.bz2 2707 BLAKE2B d1b97be9b8b6ae33f716202b7acb246101175d2445a9f92fbada99969471ae06495f94cd03b9de9666af11e1e36506ba979f19707871c6e615dfc8887eb8171a SHA512 c6c4b26e82c02cb4039718e8085f54fad3d2492b3905dbd91b8798c1140a819cf1fab1b8346ab2524e0619d2921b4ae9de6ffa9c18138bccd965e67c28b05ed7
+DIST NativeThread-0_pre20190914.tar.bz2 3163 BLAKE2B b16aa3ceb3ea18ea13962e53d68fa2eac1854b9141055de251eedf0c9a2cc284e68f3f2601f49d1ac1d7fcef9fc502bf1877161fdb43b1b941a3b9983829e4a9 SHA512 ff0902b874c72f0e15f35374d0a409271ba236343cf24bc708bc7a72677a9a582013bfb7a1e8fdd2aabb741bb5dc04dc901ff4c09841a85324194644d40c58e6

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild
new file mode 100644
index 00000000000..ccecbccb7bc
--- /dev/null
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic java-pkg-2 multilib toolchain-funcs
+
+DESCRIPTION="NativeThread for priorities on linux for freenet"
+HOMEPAGE="http://www.freenetproject.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=net-p2p/freenet-0.7
+	>=virtual/jdk-1.4"
+RDEPEND=""
+
+S="${WORKDIR}"
+
+src_compile() {
+	append-flags -fPIC
+	tc-export CC
+	emake || die
+}
+
+src_install() {
+	dolib.so lib${PN}.so || die
+	dosym lib${PN}.so /usr/$(get_libdir)/libnative.so || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2021-10-23 12:24 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2021-10-23 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3ecee5b85ab1832f9ea56af5e932c08e4ecf4b3f
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:24:00 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=3ecee5b8

net-libs/NativeThread: dropped pre-revbump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../NativeThread/NativeThread-0_pre20190914.ebuild | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild
deleted file mode 100644
index 7d89a6bca77..00000000000
--- a/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic java-pkg-2 toolchain-funcs
-
-DESCRIPTION="NativeThread for priorities on linux for freenet"
-HOMEPAGE="http://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.4"
-RDEPEND=""
-
-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
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2021-10-23 12:24 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2021-10-23 12:24 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2022-03-12 11:49 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-03-12 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     885f4bf79b4d5e8ea6ead70fec00bcc923a6052d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 11:49:26 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 11:49:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885f4bf7

net-libs/NativeThread: Stabilize 0_pre20190914-r1 amd64, #834925

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index 1156f64a3ad3..b1073f7e8a3f 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 CDEPEND="
 	dev-java/jna:4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2022-06-02  6:14 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-06-02  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8352b1dd476e1bfb923f16d23d0aef413f728863
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 06:14:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 06:14:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8352b1dd

net-libs/NativeThread: Keyword 0_pre20190914-r1 arm, #834927

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index b1073f7e8a3f..dd4f4037f848 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 CDEPEND="
 	dev-java/jna:4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2022-08-05  7:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-08-05  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7b5edd0abf8114a391a0e20265c3a23df97f4845
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 07:31:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 07:31:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5edd0a

net-libs/NativeThread: Keyword 0_pre20190914-r1 arm64, #834927

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index dd4f4037f848..9614d3ce6f94 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 CDEPEND="
 	dev-java/jna:4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2023-04-28  6:26 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2023-04-28  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0c23bbd983d61b0a57f05c506109ec5e78e08151
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 27 06:05:11 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 06:26:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c23bbd9

net-libs/NativeThread: add github upstream metadata, update HOMEPAGE

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30772
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 4 ++--
 net-libs/NativeThread/metadata.xml                         | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index 9614d3ce6f94..91bb7a91e214 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit flag-o-matic java-pkg-2 toolchain-funcs
 
 DESCRIPTION="NativeThread for priorities on linux for freenet"
-HOMEPAGE="https://www.freenetproject.org/"
+HOMEPAGE="https://github.com/hyphanet/contrib/blob/master/README"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"

diff --git a/net-libs/NativeThread/metadata.xml b/net-libs/NativeThread/metadata.xml
index 8e4916babcbf..a093204e633c 100644
--- a/net-libs/NativeThread/metadata.xml
+++ b/net-libs/NativeThread/metadata.xml
@@ -5,4 +5,7 @@
 		<email>tommy@gentoo.org</email>
 		<name>Thomas Sachau (Tommy[D])</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">hyphanet/contrib</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2024-10-11 12:04 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-10-11 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4f42b79892681eb6b516f5ef4d9ede9230de1054
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 12:00:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 12:00:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f42b798

net-libs/NativeThread: unkeyword 0_pre20190914-r1 for ~arm

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index 91bb7a91e214..6ae09248e46d 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 CDEPEND="
 	dev-java/jna:4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2024-10-11 12:04 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-10-11 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8d6aba2d7170d500ef2da9d8654ac3f8477be7d0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 12:03:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 12:03:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6aba2d

net-libs/NativeThread: unkeyword 0_pre20190914-r1 for ~x86

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
index 6ae09248e46d..92146917eb6e 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64"
 
 CDEPEND="
 	dev-java/jna:4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/
@ 2024-11-26  8:28 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2024-11-26  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     af55b55e2fd53718aa326c425dd5b874a70719cc
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Nov 13 20:41:45 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 08:27:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af55b55e

net-libs/NativeThread: style update, update EAPI 7 -> 8

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/39233/commits/a8a26b135679d02d0cfc4f57050c861a5d55808f
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 ...14-r1.ebuild => NativeThread-0_pre20190914-r2.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914-r2.ebuild
similarity index 84%
rename from net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
rename to net-libs/NativeThread/NativeThread-0_pre20190914-r2.ebuild
index 92146917eb6e..8b153683c6b0 100644
--- a/net-libs/NativeThread/NativeThread-0_pre20190914-r1.ebuild
+++ b/net-libs/NativeThread/NativeThread-0_pre20190914-r2.ebuild
@@ -1,33 +1,33 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic java-pkg-2 toolchain-funcs
 
 DESCRIPTION="NativeThread for priorities on linux for freenet"
 HOMEPAGE="https://github.com/hyphanet/contrib/blob/master/README"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64"
 
-CDEPEND="
-	dev-java/jna:4
+CDEPEND="dev-java/jna:4"
+DEPEND="
+	net-p2p/freenet
+	>=virtual/jdk-1.8:*
 "
-DEPEND="net-p2p/freenet
-	>=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"
 
-S="${WORKDIR}"
-
 PATCHES=(
 	"${FILESDIR}/${P}-javah.patch"
 )
 
 src_prepare() {
-	default
+	default #780585
+	java-pkg-2_src_prepare
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-11-26  8:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-23 12:24 [gentoo-commits] repo/gentoo:master commit in: net-libs/NativeThread/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26  8:28 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox