jer         15/06/14 10:32:59

  Modified:             ChangeLog nmap-9999.ebuild
  Log:
  Switch to git.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.347                net-analyzer/nmap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- ChangeLog   14 Jun 2015 10:23:27 -0000      1.346
+++ ChangeLog   14 Jun 2015 10:32:59 -0000      1.347
@@ -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.346 
2015/06/14 10:23:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.347 
2015/06/14 10:32:59 jer Exp $
+
+  14 Jun 2015; Jeroen Roovers <j...@gentoo.org> nmap-9999.ebuild:
+  Switch to git.
 
 *nmap-6.49_beta1 (14 Jun 2015)
 



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

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

Index: nmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nmap-9999.ebuild    15 May 2015 04:36:08 -0000      1.13
+++ nmap-9999.ebuild    14 Jun 2015 10:32:59 -0000      1.14
@@ -1,30 +1,20 @@
 # 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.13 
2015/05/15 04:36:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.14 
2015/06/14 10:32:59 jer Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,xml"
-inherit eutils flag-o-matic python-single-r1 toolchain-funcs user
+inherit eutils flag-o-matic git-r3 python-single-r1 toolchain-funcs user
 
 MY_P=${P/_beta/BETA}
 
 DESCRIPTION="A utility for network discovery and security auditing"
 HOMEPAGE="http://nmap.org/";
 
-if [[ ${PV} == "9999" ]] ; then
-       inherit subversion
-       ESVN_REPO_URI="https://svn.nmap.org/nmap";
-       SRC_URI="http://dev.gentoo.org/~jer/nmap-logo-64.png";
-       #FORCE_PRINT_ELOG="true"
-else
-       SRC_URI="
-               http://nmap.org/dist/${MY_P}.tar.bz2
-               http://dev.gentoo.org/~jer/nmap-logo-64.png
-               "
-       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-fi
+EGIT_REPO_URI="https://github.com/nmap/nmap";
+SRC_URI="http://dev.gentoo.org/~jer/nmap-logo-64.png";
 
 LICENSE="GPL-2"
 SLOT="0"




Reply via email to