public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-01-05  7:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2015-01-05  7:42 UTC (permalink / raw
  To: gentoo-commits

jer         15/01/05 07:42:36

  Modified:             ChangeLog
  Added:                nmap-9999.ebuild
  Log:
  Add live ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.333                net-analyzer/nmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.333&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.333&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.332&r2=1.333

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- ChangeLog	3 Dec 2014 10:08:28 -0000	1.332
+++ ChangeLog	5 Jan 2015 07:42:36 -0000	1.333
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/nmap
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.332 2014/12/03 10:08:28 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.333 2015/01/05 07:42:36 jer Exp $
+
+*nmap-9999 (05 Jan 2015)
+
+  05 Jan 2015; Jeroen Roovers <jer@gentoo.org> +nmap-9999.ebuild:
+  Add live ebuild.
 
   03 Dec 2014; Jeroen Roovers <jer@gentoo.org> -nmap-6.01.ebuild,
   -nmap-6.25.ebuild, -nmap-6.25-r1.ebuild,



1.1                  net-analyzer/nmap/nmap-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.1&content-type=text/plain

Index: nmap-9999.ebuild
===================================================================
# 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.1 2015/01/05 07:42:36 jer Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite,xml"
inherit eutils flag-o-matic python-single-r1 subversion toolchain-funcs

MY_P=${P/_beta/BETA}

DESCRIPTION="A utility for network exploration or security auditing"
HOMEPAGE="http://nmap.org/"
ESVN_REPO_URI="https://svn.nmap.org/nmap"
SRC_URI="
	http://dev.gentoo.org/~jer/nmap-logo-64.png
"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

IUSE="ipv6 +lua system-lua ncat ndiff nls nmap-update nping ssl zenmap"
NMAP_LINGUAS=( de es fr hr hu id it ja pl pt_BR pt_PT ro ru sk zh )
IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}"

REQUIRED_USE="
	system-lua? ( lua )
	ndiff? ( ${PYTHON_REQUIRED_USE} )
	zenmap? ( ${PYTHON_REQUIRED_USE} )
"

RDEPEND="
	dev-libs/liblinear
	dev-libs/libpcre
	net-libs/libpcap[ipv6?]
	zenmap? (
		dev-python/pygtk:2[${PYTHON_USEDEP}]
		${PYTHON_DEPS}
	)
	system-lua? ( >=dev-lang/lua-5.2[deprecated] )
	ndiff? ( ${PYTHON_DEPS} )
	nls? ( virtual/libintl )
	nmap-update? ( dev-libs/apr dev-vcs/subversion )
	ssl? ( dev-libs/openssl )
"
DEPEND="
	${RDEPEND}
	nls? ( sys-devel/gettext )
"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
	if use ndiff || use zenmap; then
		python-single-r1_pkg_setup
	fi
}

src_prepare() {
	epatch \
		"${FILESDIR}"/${PN}-4.75-nolua.patch \
		"${FILESDIR}"/${PN}-5.10_beta1-string.patch \
		"${FILESDIR}"/${PN}-5.21-python.patch \
		"${FILESDIR}"/${PN}-6.01-make.patch \
		"${FILESDIR}"/${PN}-6.25-liblua-ar.patch \
		"${FILESDIR}"/${PN}-6.46-uninstaller.patch \
		"${FILESDIR}"/${PN}-6.47-no-libnl.patch \
		"${FILESDIR}"/${PN}-6.47-no-FORTIFY_SOURCE.patch

	if use nls; then
		local lingua=''
		for lingua in ${NMAP_LINGUAS}; do
			if ! use linguas_${lingua}; then
				rm -rf zenmap/share/zenmap/locale/${lingua}
				rm -f zenmap/share/zenmap/locale/${lingua}.po
			fi
		done
	else
		# configure/make ignores --disable-nls
		for lingua in ${NMAP_LINGUAS}; do
			rm -rf zenmap/share/zenmap/locale/${lingua}
			rm -f zenmap/share/zenmap/locale/${lingua}.po
		done
	fi

	sed -i \
		-e '/^ALL_LINGUAS =/{s|$| id|g;s|jp|ja|g}' \
		Makefile.in || die

	# Fix desktop files wrt bug #432714
	sed -i \
		-e '/^Encoding/d' \
		-e 's|^Categories=.*|Categories=Network;System;Security;|g' \
		zenmap/install_scripts/unix/zenmap-root.desktop \
		zenmap/install_scripts/unix/zenmap.desktop || die

	epatch_user
}

src_configure() {
	# The bundled libdnet is incompatible with the version available in the
	# tree, so we cannot use the system library here.
	econf \
		$(use_enable ipv6) \
		$(use_enable nls) \
		$(use_with zenmap) \
		$(usex lua --with-liblua=$(usex system-lua /usr included '' '') --without-liblua) \
		$(use_with ncat) \
		$(use_with ndiff) \
		$(use_with nmap-update) \
		$(use_with nping) \
		$(use_with ssl openssl) \
		--with-libdnet=included \
		--with-pcre=/usr
	#	--with-liblinear=/usr \
	#	Commented because configure does weird things, while autodetection works
}

src_compile() {
	emake \
		AR=$(tc-getAR) \
		RANLIB=$(tc-getRANLIB )
}

src_install() {
	LC_ALL=C emake -j1 \
		DESTDIR="${D}" \
		STRIP=: \
		nmapdatadir="${EPREFIX}"/usr/share/nmap \
		install
	if use nmap-update;then
		LC_ALL=C emake -j1 \
			-C nmap-update \
			DESTDIR="${D}" \
			STRIP=: \
			nmapdatadir="${EPREFIX}"/usr/share/nmap \
			install
	fi

	dodoc CHANGELOG HACKING docs/README docs/*.txt

	if use zenmap; then
		doicon "${DISTDIR}/nmap-logo-64.png"
		python_optimize
	fi
}





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-05-12 16:27 Richard Farina (zerochaos)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina (zerochaos) @ 2015-05-12 16:27 UTC (permalink / raw
  To: gentoo-commits

zerochaos    15/05/12 16:27:59

  Modified:             nmap-9999.ebuild ChangeLog
  Log:
  add fcaps, bug #492794
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.4                  net-analyzer/nmap/nmap-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.3&r2=1.4

Index: nmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nmap-9999.ebuild	12 May 2015 16:06:37 -0000	1.3
+++ nmap-9999.ebuild	12 May 2015 16:27:59 -0000	1.4
@@ -1,12 +1,12 @@
 # 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.3 2015/05/12 16:06:37 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.4 2015/05/12 16:27:59 zerochaos Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,xml"
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs
+inherit eutils fcaps flag-o-matic python-single-r1 toolchain-funcs user
 
 MY_P=${P/_beta/BETA}
 
@@ -154,3 +154,17 @@
 		python_optimize
 	fi
 }
+
+pkg_postinst() {
+	# Add group for users allowed to run nmap.
+	enewgroup nmap
+
+	fcaps -o 0 -g nmap -m 4755 -M 0755 \
+		cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
+		"${EROOT}"/usr/bin/nmap
+
+	ewarn "NOTE: To run nmap  as normal user you have to add yourself to the"
+	ewarn "nmap group. This security measure ensures that only trusted users"
+	ewarn "are allowed to run nmap"
+}
+



1.336                net-analyzer/nmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.336&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.336&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.335&r2=1.336

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog	12 May 2015 16:06:37 -0000	1.335
+++ ChangeLog	12 May 2015 16:27:59 -0000	1.336
@@ -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.335 2015/05/12 16:06:37 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.336 2015/05/12 16:27:59 zerochaos Exp $
+
+  12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
+  add fcaps, bug #492794
 
   12 May 2015; Rick Farina <zerochaos@gentoo.org>
   +files/nmap-9999-no-FORTIFY_SOURCE.patch, metadata.xml, nmap-6.47-r1.ebuild,





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-05-12 16:43 Richard Farina (zerochaos)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina (zerochaos) @ 2015-05-12 16:43 UTC (permalink / raw
  To: gentoo-commits

zerochaos    15/05/12 16:43:07

  Modified:             nmap-9999.ebuild ChangeLog
  Log:
  improve postinst message for fcaps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.5                  net-analyzer/nmap/nmap-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.4&r2=1.5

Index: nmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nmap-9999.ebuild	12 May 2015 16:27:59 -0000	1.4
+++ nmap-9999.ebuild	12 May 2015 16:43:07 -0000	1.5
@@ -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.4 2015/05/12 16:27:59 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.5 2015/05/12 16:43:07 zerochaos Exp $
 
 EAPI=5
 
@@ -163,8 +163,10 @@
 		cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
 		"${EROOT}"/usr/bin/nmap
 
-	ewarn "NOTE: To run nmap  as normal user you have to add yourself to the"
-	ewarn "nmap group. This security measure ensures that only trusted users"
-	ewarn "are allowed to run nmap"
+	ewarn "NOTE: To run nmap as normal user you have to add yourself to the"
+	ewarn "nmap group AND pass --privileged on the command line. This security"
+	ewarn "measure ensures that only trusted users are allowed to run nmap."
+	ewarn "To avoid passing --privileged every time, add"
+	ewarn "'export NMAP_PRIVILEGED=\"\"' to your user environment (eg ~/.bashrc)."
 }
 



1.337                net-analyzer/nmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.337&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.337&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.336&r2=1.337

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- ChangeLog	12 May 2015 16:27:59 -0000	1.336
+++ ChangeLog	12 May 2015 16:43:07 -0000	1.337
@@ -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.336 2015/05/12 16:27:59 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.337 2015/05/12 16:43:07 zerochaos Exp $
+
+  12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
+  improve postinst message for fcaps
 
   12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
   add fcaps, bug #492794





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-05-12 17:27 Richard Farina (zerochaos)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Farina (zerochaos) @ 2015-05-12 17:27 UTC (permalink / raw
  To: gentoo-commits

zerochaos    15/05/12 17:27:40

  Modified:             nmap-9999.ebuild ChangeLog
  Log:
  use readme.gentoo with some minor custom to support 9999 better
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.6                  net-analyzer/nmap/nmap-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.5&r2=1.6

Index: nmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nmap-9999.ebuild	12 May 2015 16:43:07 -0000	1.5
+++ nmap-9999.ebuild	12 May 2015 17:27:40 -0000	1.6
@@ -1,12 +1,12 @@
 # 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.5 2015/05/12 16:43:07 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.6 2015/05/12 17:27:40 zerochaos Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,xml"
-inherit eutils fcaps flag-o-matic python-single-r1 toolchain-funcs user
+inherit eutils fcaps flag-o-matic python-single-r1 readme.gentoo toolchain-funcs user
 
 MY_P=${P/_beta/BETA}
 
@@ -18,6 +18,7 @@
 	ESVN_REPO_URI="https://svn.nmap.org/nmap"
 	SRC_URI="http://dev.gentoo.org/~jer/nmap-logo-64.png"
 	KEYWORDS=""
+	#FORCE_PRINT_ELOG="true"
 else
 	SRC_URI="
 		http://nmap.org/dist/${MY_P}.tar.bz2
@@ -60,6 +61,13 @@
 
 S="${WORKDIR}/${MY_P}"
 
+DOC_CONTENTS="To run nmap as normal user you have to add yourself to the \
+nmap group AND pass --privileged on the command line. This security \
+measure ensures that only trusted users are allowed to run nmap. \
+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
@@ -153,6 +161,8 @@
 		doicon "${DISTDIR}/nmap-logo-64.png"
 		python_optimize
 	fi
+
+	readme.gentoo_create_doc
 }
 
 pkg_postinst() {
@@ -163,10 +173,16 @@
 		cap_net_raw,cap_net_admin,cap_net_bind_service+eip \
 		"${EROOT}"/usr/bin/nmap
 
-	ewarn "NOTE: To run nmap as normal user you have to add yourself to the"
-	ewarn "nmap group AND pass --privileged on the command line. This security"
-	ewarn "measure ensures that only trusted users are allowed to run nmap."
-	ewarn "To avoid passing --privileged every time, add"
-	ewarn "'export NMAP_PRIVILEGED=\"\"' to your user environment (eg ~/.bashrc)."
+	if [[ ${PV} == "9999" ]] ; then
+		einfo "To run nmap as normal user you have to add yourself to the nmap group"
+		einfo "AND pass --privileged on the command line. This security measure"
+		einfo "ensures that only trusted users are allowed to run nmap. To avoid"
+		einfo "passing --privileged every time, add 'export NMAP_PRIVILEGED=\"\"' to"
+		einfo "your user environment (eg ~/.bashrc)."
+	else
+		if [[ ${REPLACING_VERSIONS} < 6.48 ]]; then
+			FORCE_PRINT_ELOG="true"
+		fi
+		readme.gentoo_print_elog
+	fi
 }
-



1.338                net-analyzer/nmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.338&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.338&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.337&r2=1.338

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- ChangeLog	12 May 2015 16:43:07 -0000	1.337
+++ ChangeLog	12 May 2015 17:27:40 -0000	1.338
@@ -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.337 2015/05/12 16:43:07 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.338 2015/05/12 17:27:40 zerochaos Exp $
+
+  12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
+  use readme.gentoo with some minor custom to support 9999 better
 
   12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
   improve postinst message for fcaps





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-05-12 23:42 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2015-05-12 23:42 UTC (permalink / raw
  To: gentoo-commits

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 <patrick@gentoo.org> nmap-9999.ebuild:
+  Whitespace
 
   12 May 2015; Rick Farina <zerochaos@gentoo.org> nmap-9999.ebuild:
   use readme.gentoo with some minor custom to support 9999 better





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog
@ 2015-05-15  4:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-15  4:36 UTC (permalink / raw
  To: gentoo-commits

jer         15/05/15 04:36:08

  Modified:             nmap-9999.ebuild ChangeLog
  Log:
  Unset one variable (bug #549470).
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.13                 net-analyzer/nmap/nmap-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.12&r2=1.13

Index: nmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nmap-9999.ebuild	14 May 2015 09:43:06 -0000	1.12
+++ nmap-9999.ebuild	15 May 2015 04:36:08 -0000	1.13
@@ -1,10 +1,9 @@
 # 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.12 2015/05/14 09:43:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.13 2015/05/15 04:36:08 jer Exp $
 
 EAPI=5
 
-DISABLE_AUTOFORMATTING=true
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,xml"
 inherit eutils flag-o-matic python-single-r1 toolchain-funcs user



1.345                net-analyzer/nmap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.345&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.345&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.344&r2=1.345

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog	14 May 2015 09:43:06 -0000	1.344
+++ ChangeLog	15 May 2015 04:36:08 -0000	1.345
@@ -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.344 2015/05/14 09:43:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.345 2015/05/15 04:36:08 jer Exp $
+
+  15 May 2015; Jeroen Roovers <jer@gentoo.org> nmap-9999.ebuild:
+  Unset one variable (bug #549470).
 
   14 May 2015; Jeroen Roovers <jer@gentoo.org> nmap-6.47-r3.ebuild,
   nmap-9999.ebuild, +files/nmap-6.47-ncat-lua.patch:





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-15  4:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 23:42 [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-9999.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-15  4:36 Jeroen Roovers (jer)
2015-05-12 17:27 Richard Farina (zerochaos)
2015-05-12 16:43 Richard Farina (zerochaos)
2015-05-12 16:27 Richard Farina (zerochaos)
2015-01-05  7:42 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox