public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-5.21.ebuild nmap-4.90_rc1.ebuild nmap-5.20.ebuild nmap-5.00-r2.ebuild nmap-5.00.ebuild ChangeLog nmap-4.76.ebuild nmap-5.10_beta1.ebuild nmap-4.85_beta9.ebuild
@ 2010-05-18 16:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-05-18 16:28 UTC (permalink / raw
  To: gentoo-commits

jer         10/05/18 16:28:29

  Modified:             nmap-5.21.ebuild nmap-4.90_rc1.ebuild
                        nmap-5.20.ebuild nmap-5.00-r2.ebuild
                        nmap-5.00.ebuild ChangeLog nmap-4.76.ebuild
                        nmap-5.10_beta1.ebuild nmap-4.85_beta9.ebuild
  Log:
  Fix SRC_URI thanks to Mike Becker (bug #319913).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.10                 net-analyzer/nmap/nmap-5.21.ebuild

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

Index: nmap-5.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.21.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nmap-5.21.ebuild	4 May 2010 10:08:47 -0000	1.9
+++ nmap-5.21.ebuild	18 May 2010 16:28:29 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.21.ebuild,v 1.9 2010/05/04 10:08:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.21.ebuild,v 1.10 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.2                  net-analyzer/nmap/nmap-4.90_rc1.ebuild

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

Index: nmap-4.90_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.90_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmap-4.90_rc1.ebuild	27 Jun 2009 09:03:51 -0000	1.1
+++ nmap-4.90_rc1.ebuild	18 May 2010 16:28:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.90_rc1.ebuild,v 1.1 2009/06/27 09:03:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.90_rc1.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist-old/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.4                  net-analyzer/nmap/nmap-5.20.ebuild

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

Index: nmap-5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nmap-5.20.ebuild	25 Mar 2010 19:37:48 -0000	1.3
+++ nmap-5.20.ebuild	18 May 2010 16:28:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.20.ebuild,v 1.3 2010/03/25 19:37:48 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.20.ebuild,v 1.4 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.11                 net-analyzer/nmap/nmap-5.00-r2.ebuild

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

Index: nmap-5.00-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nmap-5.00-r2.ebuild	4 Apr 2010 09:56:09 -0000	1.10
+++ nmap-5.00-r2.ebuild	18 May 2010 16:28:29 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.10 2010/04/04 09:56:09 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.11 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.2                  net-analyzer/nmap/nmap-5.00.ebuild

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

Index: nmap-5.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmap-5.00.ebuild	16 Jul 2009 20:19:47 -0000	1.1
+++ nmap-5.00.ebuild	18 May 2010 16:28:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00.ebuild,v 1.1 2009/07/16 20:19:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.227                net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog	4 May 2010 10:08:47 -0000	1.226
+++ ChangeLog	18 May 2010 16:28:29 -0000	1.227
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nmap
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.226 2010/05/04 10:08:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.227 2010/05/18 16:28:29 jer Exp $
+
+  18 May 2010; Jeroen Roovers <jer@gentoo.org> nmap-4.76.ebuild,
+  nmap-4.85_beta9.ebuild, nmap-4.90_rc1.ebuild, nmap-5.00.ebuild,
+  nmap-5.00-r2.ebuild, nmap-5.10_beta1.ebuild, nmap-5.20.ebuild,
+  nmap-5.21.ebuild:
+  Fix SRC_URI thanks to Mike Becker (bug #319913).
 
   04 May 2010; <angelos@gentoo.org> nmap-5.21.ebuild:
   amd64 stable, thanks to Roeland Douma (bug #306791)



1.11                 net-analyzer/nmap/nmap-4.76.ebuild

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

Index: nmap-4.76.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.76.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nmap-4.76.ebuild	2 May 2009 17:34:33 -0000	1.10
+++ nmap-4.76.ebuild	18 May 2010 16:28:29 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.76.ebuild,v 1.10 2009/05/02 17:34:33 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.76.ebuild,v 1.11 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${P}.tar.bz2"
+SRC_URI="http://nmap.org/dist-old/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.2                  net-analyzer/nmap/nmap-5.10_beta1.ebuild

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

Index: nmap-5.10_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.10_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmap-5.10_beta1.ebuild	8 Dec 2009 07:30:18 -0000	1.1
+++ nmap-5.10_beta1.ebuild	18 May 2010 16:28:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.10_beta1.ebuild,v 1.1 2009/12/08 07:30:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.10_beta1.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"



1.3                  net-analyzer/nmap/nmap-4.85_beta9.ebuild

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

Index: nmap-4.85_beta9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nmap-4.85_beta9.ebuild	2 Jun 2009 16:07:13 -0000	1.2
+++ nmap-4.85_beta9.ebuild	18 May 2010 16:28:29 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta9.ebuild,v 1.2 2009/06/02 16:07:13 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta9.ebuild,v 1.3 2010/05/18 16:28:29 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A utility for network exploration or security auditing"
 HOMEPAGE="http://nmap.org/"
-SRC_URI="http://download.insecure.org/nmap/dist/${MY_P}.tar.bz2"
+SRC_URI="http://nmap.org/dist-old/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-18 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 16:28 [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-5.21.ebuild nmap-4.90_rc1.ebuild nmap-5.20.ebuild nmap-5.00-r2.ebuild nmap-5.00.ebuild ChangeLog nmap-4.76.ebuild nmap-5.10_beta1.ebuild nmap-4.85_beta9.ebuild 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