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 71C35138CCF for ; Tue, 12 May 2015 23:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C870FE07D7; Tue, 12 May 2015 23:42:11 +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 77988E07D7 for ; Tue, 12 May 2015 23:42:11 +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 733DA340D71 for ; Tue, 12 May 2015 23:42:10 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 807) id 2617F9E3; Tue, 12 May 2015 23:42:09 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nmap-9999.ebuild ChangeLog X-VCS-Directories: net-analyzer/nmap X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150512234209.2617F9E3@oystercatcher.gentoo.org> Date: Tue, 12 May 2015 23:42:09 +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: 8a03f74d-993e-4a04-b2ed-303af847ac21 X-Archives-Hash: 5985e96a54e782626ddadce587435118 patrick 15/05/12 23:42:09 Modified: nmap-9999.ebuild ChangeLog Log: Whitespace (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.7 net-analyzer/nmap/nmap-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.6&r2=1.7 Index: nmap-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nmap-9999.ebuild 12 May 2015 17:27:40 -0000 1.6 +++ nmap-9999.ebuild 12 May 2015 23:42:09 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.6 2015/05/12 17:27:40 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.7 2015/05/12 23:42:09 patrick Exp $ EAPI=5 @@ -67,7 +67,6 @@ To avoid passing --privileged every time, add \ 'export NMAP_PRIVILEGED=\"\"' to your user environment (eg ~/.bashrc)." - pkg_setup() { if use ndiff || use zenmap; then python-single-r1_pkg_setup 1.339 net-analyzer/nmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.339&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.339&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.338&r2=1.339 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v retrieving revision 1.338 retrieving revision 1.339 diff -u -r1.338 -r1.339 --- ChangeLog 12 May 2015 17:27:40 -0000 1.338 +++ ChangeLog 12 May 2015 23:42:09 -0000 1.339 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nmap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.338 2015/05/12 17:27:40 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.339 2015/05/12 23:42:09 patrick Exp $ + + 12 May 2015; Patrick Lauer nmap-9999.ebuild: + Whitespace 12 May 2015; Rick Farina nmap-9999.ebuild: use readme.gentoo with some minor custom to support 9999 better