diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-08-14 16:18:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-08-14 16:18:57 -0400 |
commit | 1c1c4f9dc5cfc3d60ef31f2a5511553aaa248b86 (patch) | |
tree | b14eb15e580b3cba4341f55681d25fcffd32b32d /app-forensics/unhide/unhide-20121229.ebuild | |
parent | net-misc/curl: default enable USE=http2 (diff) | |
download | gentoo-1c1c4f9dc5cfc3d60ef31f2a5511553aaa248b86.tar.gz gentoo-1c1c4f9dc5cfc3d60ef31f2a5511553aaa248b86.tar.bz2 gentoo-1c1c4f9dc5cfc3d60ef31f2a5511553aaa248b86.zip |
app-forensics/unhide: clean up old, bug #724012
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-forensics/unhide/unhide-20121229.ebuild')
-rw-r--r-- | app-forensics/unhide/unhide-20121229.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-forensics/unhide/unhide-20121229.ebuild b/app-forensics/unhide/unhide-20121229.ebuild deleted file mode 100644 index 2a55d29a6833..000000000000 --- a/app-forensics/unhide/unhide-20121229.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_P="${PN}_${PV}" -S="${WORKDIR}" - -DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs" -HOMEPAGE="http://www.unhide-forensics.info" -SRC_URI="mirror://sourceforge/${PN}/files/${MY_P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} --static -pthread \ - unhide-linux*.c unhide-output.c -o unhide - $(tc-getCC) ${CFLAGS} ${LDFLAGS} --static \ - unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp -} - -src_install() { - dobin ${PN} - dobin ${PN}-tcp - dodoc changelog README.txt TODO - dodoc changelog README.txt LEEME.txt LISEZ-MOI.TXT NEWS TODO - doman man/unhide.8 man/unhide-tcp.8 - has "fr" ${LINGUAS} && newman man/fr/unhide.8 unhide.fr.8 - has "es" ${LINGUAS} && newman man/es/unhide.8 unhide.es.8 -} |