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 DC4781384B4 for ; Tue, 24 Nov 2015 22:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 409F221C0FD; Tue, 24 Nov 2015 22:02:03 +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 7174421C0FD for ; Tue, 24 Nov 2015 22:02:02 +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 2FF0C33FFDD for ; Tue, 24 Nov 2015 22:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1011CF50 for ; Tue, 24 Nov 2015 22:01:58 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1448402487.733183e990df8ca3ab8d72a0fc8bf24b6c4b3d04.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/net-tools/metadata.xml sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild sys-apps/net-tools/net-tools-9999.ebuild X-VCS-Directories: sys-apps/net-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 733183e990df8ca3ab8d72a0fc8bf24b6c4b3d04 X-VCS-Branch: master Date: Tue, 24 Nov 2015 22:01:58 +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: eeda9ad8-7989-4338-bf3b-414b4620374f X-Archives-Hash: 2ebb38e5e790a0aff8f9a93a16df66c4 commit: 733183e990df8ca3ab8d72a0fc8bf24b6c4b3d04 Author: Mike Frysinger gentoo org> AuthorDate: Tue Nov 24 21:14:54 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Nov 24 22:01:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733183e9 sys-apps/net-tools: add USE flags to control arp/hostname/nis/plipconfig/slattach programs #128538 Default the old crufty stuff to off (parallel port, serial port, and NIS/YP). sys-apps/net-tools/metadata.xml | 4 +++ .../net-tools-1.60_p20151124144947.ebuild | 36 ++++++++++++++++++++-- sys-apps/net-tools/net-tools-9999.ebuild | 36 ++++++++++++++++++++-- 3 files changed, 70 insertions(+), 6 deletions(-) diff --git a/sys-apps/net-tools/metadata.xml b/sys-apps/net-tools/metadata.xml index cd6f227..8ba2926 100644 --- a/sys-apps/net-tools/metadata.xml +++ b/sys-apps/net-tools/metadata.xml @@ -3,7 +3,11 @@ base-system + build the arp and rarp tools (for manipulating the ARP cache) + build the hostname and dnsdomainname tools use old ifconfig output style (useful for when new output breaks scripts) + build the plipconfig tool (for working with old PLIP hardware) + build the slattach tool (for working with old serial ports) net-tools diff --git a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild index 40970a4..059a1aa 100644 --- a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild +++ b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild @@ -19,16 +19,18 @@ HOMEPAGE="http://net-tools.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 nls selinux static" +IUSE="+arp +hostname ipv6 nis nls plipconfig selinux slattach static" -RDEPEND="!