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.25.ebuild ChangeLog
Date: Sun, 02 Dec 2012 15:57:18
Message-Id: 20121202155707.BFDCC2171D@flycatcher.gentoo.org
1 jer 12/12/02 15:57:07
2
3 Modified: nmap-6.25.ebuild ChangeLog
4 Log:
5 Fix building with USE=-lua by Anton Bolshakov (bug #445552).
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 net-analyzer/nmap/nmap-6.25.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild?r1=1.1&r2=1.2
15
16 Index: nmap-6.25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nmap-6.25.ebuild 1 Dec 2012 18:06:08 -0000 1.1
23 +++ nmap-6.25.ebuild 2 Dec 2012 15:57:07 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.25.ebuild,v 1.1 2012/12/01 18:06:08 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.2 2012/12/02 15:57:07 jer Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="2"
32 @@ -56,11 +56,13 @@
33 }
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${PN}-4.75-include.patch
37 - epatch "${FILESDIR}"/${PN}-4.75-nolua.patch
38 - epatch "${FILESDIR}"/${PN}-5.10_beta1-string.patch
39 - epatch "${FILESDIR}"/${PN}-5.21-python.patch
40 - epatch "${FILESDIR}"/${PN}-6.01-make.patch
41 + epatch \
42 + "${FILESDIR}"/${PN}-4.75-include.patch \
43 + "${FILESDIR}"/${PN}-4.75-nolua.patch \
44 + "${FILESDIR}"/${PN}-5.10_beta1-string.patch \
45 + "${FILESDIR}"/${PN}-5.21-python.patch \
46 + "${FILESDIR}"/${PN}-6.01-make.patch \
47 + "${FILESDIR}"/${PN}-6.25-lua.patch
48 sed -i \
49 -e 's/-m 755 -s ncat/-m 755 ncat/' \
50 ncat/Makefile.in || die
51
52
53
54 1.263 net-analyzer/nmap/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.263&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.263&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.262&r2=1.263
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v
63 retrieving revision 1.262
64 retrieving revision 1.263
65 diff -u -r1.262 -r1.263
66 --- ChangeLog 1 Dec 2012 21:30:34 -0000 1.262
67 +++ ChangeLog 2 Dec 2012 15:57:07 -0000 1.263
68 @@ -1,6 +1,10 @@
69 # ChangeLog for net-analyzer/nmap
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.262 2012/12/01 21:30:34 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.263 2012/12/02 15:57:07 jer Exp $
73 +
74 + 02 Dec 2012; Jeroen Roovers <jer@g.o> nmap-6.25.ebuild,
75 + +files/nmap-6.25-lua.patch:
76 + Fix building with USE=-lua by Anton Bolshakov (bug #445552).
77
78 01 Dec 2012; <ago@g.o> nmap-6.01.ebuild:
79 Stable for amd64, wrt bug #445500