Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-6.40.ebuild ChangeLog
Date: Thu, 01 Aug 2013 16:33:46
Message-Id: 20130801163338.DBE522171C@flycatcher.gentoo.org
1 jer 13/08/01 16:33:38
2
3 Modified: nmap-6.40.ebuild ChangeLog
4 Log:
5 Make sure we use the system libpcre.
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.4 net-analyzer/nmap/nmap-6.40.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?r1=1.3&r2=1.4
15
16 Index: nmap-6.40.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- nmap-6.40.ebuild 31 Jul 2013 00:57:19 -0000 1.3
23 +++ nmap-6.40.ebuild 1 Aug 2013 16:33:38 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v 1.3 2013/07/31 00:57:19 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v 1.4 2013/08/01 16:33:38 jer Exp $
29
30 EAPI=5
31
32 @@ -117,7 +117,8 @@
33 $(use_with nmap-update) \
34 $(use_with nping) \
35 $(use_with ssl openssl) \
36 - --with-libdnet=included
37 + --with-libdnet=included \
38 + --with-pcre=/usr
39 }
40
41 src_compile() {
42
43
44
45 1.302 net-analyzer/nmap/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.302&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.302&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.301&r2=1.302
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
54 retrieving revision 1.301
55 retrieving revision 1.302
56 diff -u -r1.301 -r1.302
57 --- ChangeLog 31 Jul 2013 00:57:19 -0000 1.301
58 +++ ChangeLog 1 Aug 2013 16:33:38 -0000 1.302
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-analyzer/nmap
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.301 2013/07/31 00:57:19 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.302 2013/08/01 16:33:38 jer Exp $
64 +
65 + 01 Aug 2013; Jeroen Roovers <jer@g.o> nmap-6.40.ebuild:
66 + Make sure we use the system libpcre.
67
68 31 Jul 2013; Jeroen Roovers <jer@g.o> nmap-6.40.ebuild:
69 Fix USE=-lua.