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 CD9D6139694 for ; Fri, 17 Feb 2017 20:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619CFE0CFF; Fri, 17 Feb 2017 20:18:50 +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 3C4A5E0CFF for ; Fri, 17 Feb 2017 20:18:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 532763413C3 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 B28AE4B66 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: <1487362679.cb8bb20a1e083ca43b7767b32ccfc18ae6e0b8b5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/examiner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/examiner/examiner-0.5-r2.ebuild X-VCS-Directories: app-forensics/examiner/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cb8bb20a1e083ca43b7767b32ccfc18ae6e0b8b5 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: 919c3178-1aa4-4780-8333-a218ab3a6812 X-Archives-Hash: 99a78577e1e22d68e3f9670823eb0103 commit: cb8bb20a1e083ca43b7767b32ccfc18ae6e0b8b5 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 15:36:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:17:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8bb20a app-forensics/examiner: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-forensics/examiner/examiner-0.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/examiner/examiner-0.5-r2.ebuild b/app-forensics/examiner/examiner-0.5-r2.ebuild index db1da1583b..54e66e67b1 100644 --- a/app-forensics/examiner/examiner-0.5-r2.ebuild +++ b/app-forensics/examiner/examiner-0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="4" inherit eutils -DESCRIPTION="Application that utilizes the objdump command to disassemble and comment foreign executable binaries" +DESCRIPTION="Utilizes the objdump command to disassemble and comment foreign binaries" HOMEPAGE="http://www.academicunderground.org/examiner/" SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" SLOT="0"