diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-23 14:24:00 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-23 14:24:24 +0200 |
commit | 3ecee5b85ab1832f9ea56af5e932c08e4ecf4b3f (patch) | |
tree | 6e6a062d5e9197973a85e1a9d1c3912e5c41dd68 /net-libs/NativeThread | |
parent | net-libs/NativeThread: added missing dep, switched to javac -h (diff) | |
download | gentoo-3ecee5b85ab1832f9ea56af5e932c08e4ecf4b3f.tar.gz gentoo-3ecee5b85ab1832f9ea56af5e932c08e4ecf4b3f.tar.bz2 gentoo-3ecee5b85ab1832f9ea56af5e932c08e4ecf4b3f.zip |
net-libs/NativeThread: dropped pre-revbump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-libs/NativeThread')
-rw-r--r-- | net-libs/NativeThread/NativeThread-0_pre20190914.ebuild | 31 |
1 files changed, 0 insertions, 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 7d89a6bca773..000000000000 --- 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 -} |