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 F1A49139084 for ; Sat, 2 Dec 2017 11:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09B6FE0BE0; Sat, 2 Dec 2017 11:10:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DBA1DE0BE0 for ; Sat, 2 Dec 2017 11:10:16 +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 6B48A33D4A6 for ; Sat, 2 Dec 2017 11:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D56EAE66 for ; Sat, 2 Dec 2017 11:10:12 +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: <1512212990.d243d8b76e936e83488c049446f160a733c0fb0a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild X-VCS-Directories: net-analyzer/dhcp_probe/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d243d8b76e936e83488c049446f160a733c0fb0a X-VCS-Branch: master Date: Sat, 2 Dec 2017 11:10:12 +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: 9813403e-2243-4c73-8346-ff518112465d X-Archives-Hash: fc8294d8e6431d1b47787d2413d1b8d8 commit: d243d8b76e936e83488c049446f160a733c0fb0a Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 2 11:09:50 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 2 11:09:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d243d8b7 net-analyzer/dhcp_probe: DESCRIPTION bump. Package-Manager: Portage-2.3.16, Repoman-2.3.6 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild index 9a97d906c0a..9f05421d375 100644 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild +++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit flag-o-matic -DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network" +DESCRIPTION="discover DHCP and BootP servers on a directly-attached Ethernet network" HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/" SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"