Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zmap: zmap-1.1.1.ebuild ChangeLog zmap-9999.ebuild zmap-1.1.0.ebuild
Date: Mon, 30 Dec 2013 09:58:11
Message-Id: 20131230095807.5E95F2004C@flycatcher.gentoo.org
1 jlec 13/12/30 09:58:07
2
3 Modified: zmap-1.1.1.ebuild ChangeLog zmap-9999.ebuild
4 Removed: zmap-1.1.0.ebuild
5 Log:
6 net-analyzer/zmap: Backport patch for json-c's pkg-config file rename, #496364
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 net-analyzer/zmap/zmap-1.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: zmap-1.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- zmap-1.1.1.ebuild 22 Dec 2013 18:02:39 -0000 1.1
24 +++ zmap-1.1.1.ebuild 30 Dec 2013 09:58:06 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v 1.1 2013/12/22 18:02:39 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v 1.2 2013/12/30 09:58:06 jlec Exp $
30
31 EAPI=5
32
33 @@ -27,6 +27,7 @@
34
35 PATCHES=(
36 "${FILESDIR}"/${P}-out-of-src.patch
37 + "${FILESDIR}"/${P}-json-c.patch
38 )
39
40 src_configure() {
41
42
43
44 1.5 net-analyzer/zmap/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 22 Dec 2013 18:02:39 -0000 1.4
57 +++ ChangeLog 30 Dec 2013 09:58:06 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-analyzer/zmap
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v 1.4 2013/12/22 18:02:39 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v 1.5 2013/12/30 09:58:06 jlec Exp $
63 +
64 + 30 Dec 2013; Justin Lecher <jlec@g.o> -zmap-1.1.0.ebuild,
65 + zmap-1.1.1.ebuild, zmap-9999.ebuild, +files/zmap-1.1.1-json-c.patch:
66 + Backport patch for json-c's pkg-config file rename, #496364
67
68 *zmap-1.1.1 (22 Dec 2013)
69
70
71
72
73 1.5 net-analyzer/zmap/zmap-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?r1=1.4&r2=1.5
78
79 Index: zmap-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- zmap-9999.ebuild 22 Dec 2013 18:02:39 -0000 1.4
86 +++ zmap-9999.ebuild 30 Dec 2013 09:58:06 -0000 1.5
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.4 2013/12/22 18:02:39 jlec Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.5 2013/12/30 09:58:06 jlec Exp $
92
93 EAPI=5
94
95 @@ -29,6 +29,7 @@
96
97 PATCHES=(
98 "${FILESDIR}"/${P}-out-of-src.patch
99 + "${FILESDIR}"/${PN}-1.1.1-json-c.patch
100 )
101
102 src_configure() {