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/argus-clients: argus-clients-3.0.4.1-r2.ebuild argus-clients-3.0.5.16.ebuild ChangeLog argus-clients-3.0.5.11.ebuild argus-clients-3.0.5.14.ebuild argus-clients-3.0.5.6.ebuild
Date: Wed, 06 Jul 2011 15:26:20
Message-Id: 20110706152607.769072004B@flycatcher.gentoo.org
1 jer 11/07/06 15:26:07
2
3 Modified: argus-clients-3.0.5.16.ebuild ChangeLog
4 Added: argus-clients-3.0.4.1-r2.ebuild
5 Removed: argus-clients-3.0.5.11.ebuild
6 argus-clients-3.0.5.14.ebuild
7 argus-clients-3.0.5.6.ebuild
8 Log:
9 Respect CFLAGS (again, bug #369607).
10
11 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.2 net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild?r1=1.1&r2=1.2
19
20 Index: argus-clients-3.0.5.16.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- argus-clients-3.0.5.16.ebuild 6 Jul 2011 14:58:31 -0000 1.1
27 +++ argus-clients-3.0.5.16.ebuild 6 Jul 2011 15:26:07 -0000 1.2
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2011 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild,v 1.1 2011/07/06 14:58:31 jer Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.5.16.ebuild,v 1.2 2011/07/06 15:26:07 jer Exp $
33
34 EAPI="2"
35
36 @@ -37,9 +37,6 @@
37 "
38
39 src_prepare() {
40 - for x in $(find . -name "Makefile.in"); do
41 - sed -i "s:\$(CFLAGS):& \$(LDFLAGS) :" $x
42 - done
43 epatch "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
44 eautoreconf
45 }
46 @@ -54,7 +51,7 @@
47 }
48
49 src_compile() {
50 - emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
51 + emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
52 }
53
54 src_install() {
55
56
57
58 1.25 net-analyzer/argus-clients/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.25&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.25&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?r1=1.24&r2=1.25
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v
67 retrieving revision 1.24
68 retrieving revision 1.25
69 diff -u -r1.24 -r1.25
70 --- ChangeLog 6 Jul 2011 14:58:31 -0000 1.24
71 +++ ChangeLog 6 Jul 2011 15:26:07 -0000 1.25
72 @@ -1,6 +1,14 @@
73 # ChangeLog for net-analyzer/argus-clients
74 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.24 2011/07/06 14:58:31 jer Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.25 2011/07/06 15:26:07 jer Exp $
77 +
78 +*argus-clients-3.0.4.1-r2 (06 Jul 2011)
79 +
80 + 06 Jul 2011; Jeroen Roovers <jer@g.o>
81 + +argus-clients-3.0.4.1-r2.ebuild, -argus-clients-3.0.5.6.ebuild,
82 + -argus-clients-3.0.5.11.ebuild, -argus-clients-3.0.5.14.ebuild,
83 + argus-clients-3.0.5.16.ebuild:
84 + Respect CFLAGS (again, bug #369607).
85
86 *argus-clients-3.0.5.16 (06 Jul 2011)
87
88
89
90
91 1.1 net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild?rev=1.1&content-type=text/plain
95
96 Index: argus-clients-3.0.4.1-r2.ebuild
97 ===================================================================
98 # Copyright 1999-2011 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild,v 1.1 2011/07/06 15:26:07 jer Exp $
101
102 EAPI="2"
103
104 inherit autotools eutils
105
106 DESCRIPTION="Clients for net-analyzer/argus"
107 HOMEPAGE="http://www.qosient.com/argus/"
108 SRC_URI="http://qosient.com/argus/src/${P}.tar.gz"
109
110 LICENSE="GPL-2"
111 SLOT="0"
112 KEYWORDS="~amd64 ~ppc ~x86"
113 IUSE="debug geoip mysql tcpd"
114
115 #sasl? ( >=dev-libs/cyrus-sasl-1.5.24 )
116 MY_CDEPEND="
117 net-libs/libpcap
118 net-analyzer/rrdtool[perl]
119 geoip? ( dev-libs/geoip )
120 mysql? ( virtual/mysql )
121 sys-libs/ncurses
122 "
123
124 # >=net-analyzer/argus-2.0.6[sasl?]"
125 RDEPEND="
126 ${MY_CDEPEND}
127 >=net-analyzer/argus-3.0.2
128 "
129
130 DEPEND="
131 ${MY_CDEPEND}
132 >=sys-devel/bison-1.28
133 >=sys-devel/flex-2.4.6
134 "
135
136 src_prepare() {
137 epatch "${FILESDIR}"/${P}-disable-tcp-wrappers-automagic.patch
138 eautoreconf
139 }
140
141 src_configure() {
142 use debug && touch .debug
143 # $(use_with sasl) \
144 econf \
145 $(use_with geoip GeoIP /usr/) \
146 $(use_with tcpd wrappers) \
147 $(use_with mysql)
148 }
149
150 src_compile() {
151 emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
152 }
153
154 src_install() {
155 # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
156 dobin bin/ra* radium/radium || die "Failed to install ra*"
157 dodoc ChangeLog CREDITS README doc/{CHANGES,FAQ,HOW-TO} || die
158 doman man/man{1,5}/*
159 }