Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: ChangeLog nmap-4.68.ebuild
Date: Thu, 28 Aug 2008 21:38:05
Message-Id: E1KYpBq-0006WR-ET@stork.gentoo.org
1 spock 08/08/28 21:38:02
2
3 Modified: ChangeLog nmap-4.68.ebuild
4 Log:
5 Remove forced -j1 as it doesn't seem to be necessary anymore (bug #235995).
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
7
8 Revision Changes Path
9 1.181 net-analyzer/nmap/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.181&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.181&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.180&r2=1.181
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
18 retrieving revision 1.180
19 retrieving revision 1.181
20 diff -u -r1.180 -r1.181
21 --- ChangeLog 4 Aug 2008 19:48:30 -0000 1.180
22 +++ ChangeLog 28 Aug 2008 21:38:01 -0000 1.181
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-analyzer/nmap
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.180 2008/08/04 19:48:30 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.181 2008/08/28 21:38:01 spock Exp $
28 +
29 + 28 Aug 2008; Michał Januszewski <spock@g.o> nmap-4.68.ebuild:
30 + Remove forced -j1 as it doesn't seem to be necessary anymore (bug
31 + #235995).
32
33 04 Aug 2008; Raúl Porcel <armin76@g.o> nmap-4.68.ebuild:
34 alpha/ia64/sparc/x86 stable
35
36
37
38 1.6 net-analyzer/nmap/nmap-4.68.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild?r1=1.5&r2=1.6
43
44 Index: nmap-4.68.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- nmap-4.68.ebuild 4 Aug 2008 19:48:30 -0000 1.5
51 +++ nmap-4.68.ebuild 28 Aug 2008 21:38:01 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.5 2008/08/04 19:48:30 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.68.ebuild,v 1.6 2008/08/28 21:38:01 spock Exp $
57
58 inherit eutils flag-o-matic autotools
59
60 @@ -58,7 +58,7 @@
61 "${myconf}" \
62 $(use_with gtk zenmap) \
63 $(use_with ssl openssl) || die
64 - emake -j1 || die
65 + emake || die
66 }
67
68 src_install() {