From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A98CA158012 for ; Fri, 24 Sep 2021 16:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F4FE096C; Fri, 24 Sep 2021 16:50:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B827E096C for ; Fri, 24 Sep 2021 16:50:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 065C0342DBB for ; Fri, 24 Sep 2021 16:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F6B6ED for ; Fri, 24 Sep 2021 16:50:45 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1632502241.f0fa25e220d3a82f0aec57db26d10c7bce058c9b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/unhide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/unhide/Manifest app-forensics/unhide/unhide-20130526.ebuild X-VCS-Directories: app-forensics/unhide/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f0fa25e220d3a82f0aec57db26d10c7bce058c9b X-VCS-Branch: master Date: Fri, 24 Sep 2021 16:50:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2d244f5-3471-4a42-8a6b-65cfc8f60bad X-Archives-Hash: b5faf0b765b68598d69258fe9bf230c6 commit: f0fa25e220d3a82f0aec57db26d10c7bce058c9b Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 24 16:50:31 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 24 16:50:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fa25e2 app-forensics/unhide: remove ancient 2013 version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> app-forensics/unhide/Manifest | 1 - app-forensics/unhide/unhide-20130526.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/app-forensics/unhide/Manifest b/app-forensics/unhide/Manifest index fece0bd375a..da2c67dc11f 100644 --- a/app-forensics/unhide/Manifest +++ b/app-forensics/unhide/Manifest @@ -1,2 +1 @@ -DIST unhide-20130526.tgz 59625 BLAKE2B 90a76f7e6203e00ce43748c00887bb5e34dd866420760e9564af4d20ca6ce0d98961b6c2a7f9ff97769bc2354774b63631f7a2ae17be150a2acff58d494cb84e SHA512 0fbe4d8b36171906f81fa35b1bbf91c079920a31244e89a9dad3570d8e2832d2db2f7bd8f7f33aaa66d08e6be0a19c5fb0b8aa418f09154b97279c9279af1223 DIST unhide-20210124.tgz 75982 BLAKE2B 2c7a016830820d40d086d72db220e3b56e4453483b471e0803ce0170deee8327f514254ed1039fe4862685d665b38c8c5461ac870caf3fe200f7cebac19955f1 SHA512 60c5bf73fcb8af9ae0414c5e3397d1f9d6b12ed2da36fd1924dea4e43044d7f72a31c6fdf38e6615bd8465fbf839a34f588f9b795d1fe593c17fcc2f2da21e79 diff --git a/app-forensics/unhide/unhide-20130526.ebuild b/app-forensics/unhide/unhide-20130526.ebuild deleted file mode 100644 index dc6d9605f83..00000000000 --- a/app-forensics/unhide/unhide-20130526.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit toolchain-funcs - -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/${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 -}