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 845A7139694 for ; Fri, 17 Feb 2017 20:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A765E0D05; Fri, 17 Feb 2017 20:18:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02534E0D05 for ; Fri, 17 Feb 2017 20:18:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 299E33412CB for ; Fri, 17 Feb 2017 20:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8BB14B68 for ; Fri, 17 Feb 2017 20:18:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487362686.6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/unhide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/unhide/unhide-20121229.ebuild app-forensics/unhide/unhide-20130526.ebuild X-VCS-Directories: app-forensics/unhide/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312 X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:18:21 +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-Archives-Salt: b2e5dc77-5b24-4abf-8b6d-05144efb9d98 X-Archives-Hash: 2ed34f88b878574cb3d5742f7f964876 commit: 6fe1b0bb8dc5f6d186a58a1cb0c56e73d7635312 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 15:43:09 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:18:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe1b0bb app-forensics/unhide: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-forensics/unhide/unhide-20121229.ebuild | 4 ++-- 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 0f33fe82d9..96ce1d6d74 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 9f04f37889..2b7fe07352 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"