diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 17:43:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:18:06 +0100 |
commit | 6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312 (patch) | |
tree | fdcddc5f8409028b731f2b4184313307d94f8fc4 /app-forensics/unhide | |
parent | app-forensics/openscap: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312.tar.gz gentoo-6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312.tar.bz2 gentoo-6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312.zip |
app-forensics/unhide: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-forensics/unhide')
-rw-r--r-- | app-forensics/unhide/unhide-20121229.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/unhide/unhide-20130526.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/unhide/unhide-20121229.ebuild b/app-forensics/unhide/unhide-20121229.ebuild index 0f33fe82d958..96ce1d6d7473 100644 --- a/app-forensics/unhide/unhide-20121229.ebuild +++ b/app-forensics/unhide/unhide-20121229.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit toolchain-funcs MY_P="${PN}_${PV}" S="${WORKDIR}" -DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs or other technique" +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" diff --git a/app-forensics/unhide/unhide-20130526.ebuild b/app-forensics/unhide/unhide-20130526.ebuild index 9f04f3788959..2b7fe0735283 100644 --- a/app-forensics/unhide/unhide-20130526.ebuild +++ b/app-forensics/unhide/unhide-20130526.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit toolchain-funcs -DESCRIPTION="A forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs or other technique" +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" |