summaryrefslogtreecommitdiff
path: root/net-libs/NativeThread
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /net-libs/NativeThread
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'net-libs/NativeThread')
-rw-r--r--net-libs/NativeThread/Manifest3
-rw-r--r--net-libs/NativeThread/NativeThread-0_pre20080330.ebuild34
-rw-r--r--net-libs/NativeThread/files/Makefile.patch22
3 files changed, 0 insertions, 59 deletions
diff --git a/net-libs/NativeThread/Manifest b/net-libs/NativeThread/Manifest
index d4a274e3686a..8df856322e3a 100644
--- a/net-libs/NativeThread/Manifest
+++ b/net-libs/NativeThread/Manifest
@@ -1,6 +1,3 @@
-AUX Makefile.patch 759 BLAKE2B c6d93212714791d7d4dc316021f8efde41602bcc1fcf6d6b4aa469b868a9bdcdd6052cf2350613d4609227d9291a1b79e143a8e5f8ebbfaebbe24677b1ee42ae SHA512 6304da105ce09cb5fad241bd5ed6486ae237551143676feab1668c3e8777a68458bedc4d4a53710a115ec4d608985600ef54e0baecd162c1236fdbdcedf88b18
-DIST NativeThread-0_pre20080330.tar.bz2 2707 BLAKE2B d1b97be9b8b6ae33f716202b7acb246101175d2445a9f92fbada99969471ae06495f94cd03b9de9666af11e1e36506ba979f19707871c6e615dfc8887eb8171a SHA512 c6c4b26e82c02cb4039718e8085f54fad3d2492b3905dbd91b8798c1140a819cf1fab1b8346ab2524e0619d2921b4ae9de6ffa9c18138bccd965e67c28b05ed7
DIST NativeThread-0_pre20190914.tar.bz2 3163 BLAKE2B b16aa3ceb3ea18ea13962e53d68fa2eac1854b9141055de251eedf0c9a2cc284e68f3f2601f49d1ac1d7fcef9fc502bf1877161fdb43b1b941a3b9983829e4a9 SHA512 ff0902b874c72f0e15f35374d0a409271ba236343cf24bc708bc7a72677a9a582013bfb7a1e8fdd2aabb741bb5dc04dc901ff4c09841a85324194644d40c58e6
-EBUILD NativeThread-0_pre20080330.ebuild 618 BLAKE2B 0ff63e6d26fe144179206dec92fe4efdd757709c663afe9224edaee3c9dd3712ccebe9ddeab61a819b1b20e9f458ed3740ee85e493b0da24346ce15451089ca3 SHA512 5ff966a63512638875078a937f25084c210e6275ce556abc83a928f8c510ad73a002ed1bfdffe7e4450416fee4e706b6a60e2d7b29ccbb0620492b68ffa809d8
EBUILD NativeThread-0_pre20190914.ebuild 630 BLAKE2B f15e5af7589475f7f6681f83d108c58f3caba1ba9fe653aa3f55cdc5c6cd5efe1b810dce50151e0d8d173c5e332a8ccf2c74cb60346853b5ee428174cc3d9bba SHA512 7f92a4aa331cd637939ff3c87eee0cacf293c4312d72d2a04ea0645ecdb002dc662309cc3c3eca5dd76043f8309fb7b2223654b0997db2bcb1bd79a291d7a85e
MISC metadata.xml 256 BLAKE2B d4cddf1e47808cc6fed0829aa4bfe16d930ee2e12bb3e7355ed4871b41e42dac196735be01fe9b38464183039f2df7f88cdd26750461dc9a3268f9844e3373fd SHA512 26e53ead25d8fef36a3759518b200c6a4ea0fc24d2c1f054ed85772cba5644118b231438d723ca25c22a55ed2fcf54e2c467279c9f3b49b6c1ced9997e3f098c
diff --git a/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild b/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
deleted file mode 100644
index 219fd6f55fdc..000000000000
--- a/net-libs/NativeThread/NativeThread-0_pre20080330.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils 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"
-IUSE=""
-
-DEPEND=">=net-p2p/freenet-0.7
- >=virtual/jdk-1.4"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/Makefile.patch
-}
-
-src_compile() {
- append-flags -fPIC
- tc-export CC
- emake || die
-}
-
-src_install() {
- dolib.so lib${PN}.so || die
-}
diff --git a/net-libs/NativeThread/files/Makefile.patch b/net-libs/NativeThread/files/Makefile.patch
deleted file mode 100644
index e1f0209a6f3f..000000000000
--- a/net-libs/NativeThread/files/Makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile 2008-03-03 13:59:06.000000000 +0100
-+++ Makefile.new 2008-03-30 16:27:12.000000000 +0200
-@@ -1,14 +1,14 @@
--CC = gcc
- INC = $(JAVA_HOME)/include
--CFLAGS = -Wall -O3 -fPIC
--LDFLAGS = -shared -Wl,-soname,libnative.so -I$(INC) -I$(INC)/linux
-+CFLAGS += -Wall
-+LDFLAGS += -shared -Wl,-soname,libnative.so -I$(INC) -I$(INC)/linux
- LIBS = -lc
-
- all: clean libNativeThread.so
-
- NativeThread.class:
-- javac java/NativeThread.java
-- mv java/NativeThread.class freenet/support/io/
-+ javac -classpath /usr/share/freenet/lib/freenet.jar NativeThread.java
-+ mkdir -p freenet/support/io
-+ mv NativeThread.class freenet/support/io/
-
- libNativeThread.so: NativeThread.c NativeThread.h
- $(CC) $(CFLAGS) -o libNativeThread.so $(LDFLAGS) NativeThread.c $(LIBS)