From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 433A11384B4 for ; Mon, 16 Nov 2015 05:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B30421C10F; Mon, 16 Nov 2015 05:47:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9687621C10F for ; Mon, 16 Nov 2015 05:47:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9548633E01A for ; Mon, 16 Nov 2015 05:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC7CA96 for ; Mon, 16 Nov 2015 05:47:20 +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: <1447652647.496f6e5efd6d1b02002de5a00b3f0f77ca9aa0d7.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ipcalc/ipcalc-0.41.ebuild X-VCS-Directories: net-misc/ipcalc/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 496f6e5efd6d1b02002de5a00b3f0f77ca9aa0d7 X-VCS-Branch: master Date: Mon, 16 Nov 2015 05:47:20 +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: d3410743-f6e2-4fc9-be29-1f4c3e2d044c X-Archives-Hash: bcc587ffc294ac812d973561df29a94f commit: 496f6e5efd6d1b02002de5a00b3f0f77ca9aa0d7 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Nov 16 05:44:07 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Nov 16 05:44:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496f6e5e net-misc/ipcalc: Improve DESCRIPTION. Package-Manager: portage-2.2.24 net-misc/ipcalc/ipcalc-0.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild b/net-misc/ipcalc/ipcalc-0.41.ebuild index b50b0da..43d2f44 100644 --- a/net-misc/ipcalc/ipcalc-0.41.ebuild +++ b/net-misc/ipcalc/ipcalc-0.41.ebuild @@ -4,7 +4,7 @@ EAPI=5 -DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" +DESCRIPTION="IP Calculator prints broadcast/network/etc for an IP address and netmask" LICENSE="GPL-2+" HOMEPAGE="http://jodies.de/ipcalc" SRC_URI="${HOMEPAGE}-archive/${P}.tar.gz"