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 E0E95138335 for ; Tue, 13 Aug 2019 06:22:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1C2FE0839; Tue, 13 Aug 2019 06:22:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8FE5E0839 for ; Tue, 13 Aug 2019 06:22:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1A05349A0E for ; Tue, 13 Aug 2019 06:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF8173C for ; Tue, 13 Aug 2019 06:22:02 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1565677320.b3695b84765dad5cbad30ed7a4829dcad7fd70e9.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hydra/hydra-8.1.ebuild net-analyzer/hydra/hydra-8.5-r1.ebuild net-analyzer/hydra/hydra-8.6-r1.ebuild net-analyzer/hydra/hydra-8.9.1.ebuild net-analyzer/hydra/hydra-9.0.ebuild X-VCS-Directories: net-analyzer/hydra/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b3695b84765dad5cbad30ed7a4829dcad7fd70e9 X-VCS-Branch: master Date: Tue, 13 Aug 2019 06:22:02 +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: a3569a6e-ac52-4675-878a-c35a43ff6b31 X-Archives-Hash: c5c31585fde7992409ab6a8f8ea30f26 commit: b3695b84765dad5cbad30ed7a4829dcad7fd70e9 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 13 06:12:41 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 13 06:22:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3695b84 net-analyzer/hydra: Fix DESCRIPTION Sync up DESCRIPTION with the hydra.c header blurb, with one spelling correction: * "Advanced" was removed from or never present in the source code * "Parallized" => "Parallelized" * "login hacker" => "network &" Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/hydra/hydra-8.1.ebuild | 4 ++-- net-analyzer/hydra/hydra-8.5-r1.ebuild | 2 +- net-analyzer/hydra/hydra-8.6-r1.ebuild | 2 +- net-analyzer/hydra/hydra-8.9.1.ebuild | 2 +- net-analyzer/hydra/hydra-9.0.ebuild | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/hydra/hydra-8.1.ebuild b/net-analyzer/hydra/hydra-8.1.ebuild index 64a4453dc1f..80610ce9cb2 100644 --- a/net-analyzer/hydra/hydra-8.1.ebuild +++ b/net-analyzer/hydra/hydra-8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="http://www.thc.org/thc-hydra/" SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz" diff --git a/net-analyzer/hydra/hydra-8.5-r1.ebuild b/net-analyzer/hydra/hydra-8.5-r1.ebuild index 79aa16aa49e..78edf98bb46 100644 --- a/net-analyzer/hydra/hydra-8.5-r1.ebuild +++ b/net-analyzer/hydra/hydra-8.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="https://www.thc.org/thc-hydra/" SRC_URI=" https://github.com/vanhauser-thc/thc-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz diff --git a/net-analyzer/hydra/hydra-8.6-r1.ebuild b/net-analyzer/hydra/hydra-8.6-r1.ebuild index 741256b459a..c1e0721b857 100644 --- a/net-analyzer/hydra/hydra-8.6-r1.ebuild +++ b/net-analyzer/hydra/hydra-8.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="https://www.thc.org/thc-hydra/" SRC_URI=" https://github.com/vanhauser-thc/thc-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz diff --git a/net-analyzer/hydra/hydra-8.9.1.ebuild b/net-analyzer/hydra/hydra-8.9.1.ebuild index 04d20a0858d..06022352417 100644 --- a/net-analyzer/hydra/hydra-8.9.1.ebuild +++ b/net-analyzer/hydra/hydra-8.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 inherit toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra" SRC_URI=" ${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz diff --git a/net-analyzer/hydra/hydra-9.0.ebuild b/net-analyzer/hydra/hydra-9.0.ebuild index d71a62a645f..a7894804ea7 100644 --- a/net-analyzer/hydra/hydra-9.0.ebuild +++ b/net-analyzer/hydra/hydra-9.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 inherit toolchain-funcs -DESCRIPTION="Advanced parallized login hacker" +DESCRIPTION="Parallelized network login hacker" HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra" SRC_URI=" ${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz