diff options
author | 2013-05-27 21:17:23 +0000 | |
---|---|---|
committer | 2013-05-27 21:17:23 +0000 | |
commit | 58cb54a6fa466098f5567f8ad7edce14548058ff (patch) | |
tree | cedf05e85c4f2fa781d61cf1ecb68d14f27f4fc2 /app-forensics | |
parent | Version bump, and remove old version with security vulnerability. (diff) | |
download | gentoo-2-58cb54a6fa466098f5567f8ad7edce14548058ff.tar.gz gentoo-2-58cb54a6fa466098f5567f8ad7edce14548058ff.tar.bz2 gentoo-2-58cb54a6fa466098f5567f8ad7edce14548058ff.zip |
Version bump and remove older ~arch
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/unhide/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/unhide/unhide-20110113.ebuild | 33 | ||||
-rw-r--r-- | app-forensics/unhide/unhide-20130526.ebuild (renamed from app-forensics/unhide/unhide-20120905.ebuild) | 11 |
3 files changed, 10 insertions, 40 deletions
diff --git a/app-forensics/unhide/ChangeLog b/app-forensics/unhide/ChangeLog index 15668d1e2149..76f156ab70c2 100644 --- a/app-forensics/unhide/ChangeLog +++ b/app-forensics/unhide/ChangeLog @@ -1,4 +1,10 @@ +*unhide-20130526 (27 May 2013) + + 27 May 2013; Anthony G. Basile <blueness@gentoo.org> +unhide-20130526.ebuild, + -unhide-20110113.ebuild, -unhide-20120905.ebuild: + Version bump and remove older ~arch + *unhide-20121229 (29 Dec 2012) 29 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +unhide-20121229.ebuild: diff --git a/app-forensics/unhide/unhide-20110113.ebuild b/app-forensics/unhide/unhide-20110113.ebuild deleted file mode 100644 index 27175bd0524b..000000000000 --- a/app-forensics/unhide/unhide-20110113.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/unhide/unhide-20110113.ebuild,v 1.1 2011/12/01 01:56:25 blueness Exp $ - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs or other technique." -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) --static ${CFLAGS} ${LDFLAGS} -o ${PN}-tcp ${PN}-tcp.c - $(tc-getCC) --static -pthread ${CFLAGS} ${LDFLAGS} -o ${PN}-linux26 ${PN}-linux26.c -} - -src_install() { - dobin ${PN}-tcp - newbin ${PN}-linux26 ${PN} - dodoc changelog README.txt 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 -} diff --git a/app-forensics/unhide/unhide-20120905.ebuild b/app-forensics/unhide/unhide-20130526.ebuild index 78a4be4b5146..ca0a84b65bb9 100644 --- a/app-forensics/unhide/unhide-20120905.ebuild +++ b/app-forensics/unhide/unhide-20130526.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/unhide/unhide-20120905.ebuild,v 1.1 2012/11/21 19:33:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/unhide/unhide-20130526.ebuild,v 1.1 2013/05/27 21:17:23 blueness Exp $ -EAPI="4" +EAPI="5" inherit toolchain-funcs -MY_P="${PN}_${PV}" -S="${WORKDIR}/${MY_P}" - DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs or other technique." HOMEPAGE="http://www.unhide-forensics.info" -SRC_URI="mirror://sourceforge/${PN}/files/${MY_P}.tgz" +SRC_URI="mirror://sourceforge/${PN}/files/${P}.tgz" LICENSE="GPL-3" SLOT="0" |