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/fwlogwatch: ChangeLog fwlogwatch-1.4.ebuild
Date: Fri, 20 Jun 2014 13:52:43
Message-Id: 20140620135238.BBF2F2004E@flycatcher.gentoo.org
1 jer 14/06/20 13:52:38
2
3 Modified: ChangeLog fwlogwatch-1.4.ebuild
4 Log:
5 Remove support for net-libs/adns (bug #513992).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.29 net-analyzer/fwlogwatch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 29 Jun 2013 16:22:20 -0000 1.28
23 +++ ChangeLog 20 Jun 2014 13:52:38 -0000 1.29
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/fwlogwatch
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.28 2013/06/29 16:22:20 ago Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.29 2014/06/20 13:52:38 jer Exp $
30 +
31 + 20 Jun 2014; Jeroen Roovers <jer@g.o> fwlogwatch-1.4.ebuild:
32 + Remove support for net-libs/adns (bug #513992).
33
34 29 Jun 2013; Agostino Sarubbo <ago@g.o> fwlogwatch-1.3.ebuild:
35 Stable for sparc, wrt bug #472216
36
37
38
39 1.2 net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?r1=1.1&r2=1.2
44
45 Index: fwlogwatch-1.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- fwlogwatch-1.4.ebuild 3 Jun 2013 20:15:56 -0000 1.1
52 +++ fwlogwatch-1.4.ebuild 20 Jun 2014 13:52:38 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v 1.1 2013/06/03 20:15:56 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v 1.2 2014/06/20 13:52:38 jer Exp $
59
60 EAPI=5
61
62 @@ -13,10 +13,9 @@
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
64 LICENSE="GPL-1"
65 SLOT="0"
66 -IUSE="adns nls zlib"
67 +IUSE="nls zlib"
68
69 RDEPEND="
70 - adns? ( net-libs/adns )
71 zlib? ( sys-libs/zlib )
72 "
73 DEPEND="
74 @@ -47,10 +46,6 @@
75 }
76
77 src_configure() {
78 - if use adns; then
79 - sed -i Makefile -e '/^LIBS/ s|#-ladns |-ladns #|g' || die
80 - append-cflags -DHAVE_ADNS
81 - fi
82 if ! use zlib; then
83 sed -i Makefile -e '/^LIBS/ s|-lz||g' || die
84 else