Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snort: ChangeLog snort-2.8.3.1.ebuild
Date: Mon, 26 Jan 2009 18:37:29
Message-Id: E1LRWKs-0003oa-S4@stork.gentoo.org
1 vapier 09/01/26 18:37:26
2
3 Modified: ChangeLog snort-2.8.3.1.ebuild
4 Log:
5 Drop usage of USE=pic here.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.138 net-analyzer/snort/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/ChangeLog?rev=1.138&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/ChangeLog?rev=1.138&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/ChangeLog?r1=1.137&r2=1.138
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v
18 retrieving revision 1.137
19 retrieving revision 1.138
20 diff -u -r1.137 -r1.138
21 --- ChangeLog 2 Jan 2009 22:00:16 -0000 1.137
22 +++ ChangeLog 26 Jan 2009 18:37:26 -0000 1.138
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-analyzer/snort
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.137 2009/01/02 22:00:16 dertobi123 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.138 2009/01/26 18:37:26 vapier Exp $
29 +
30 + 26 Jan 2009; Mike Frysinger <vapier@g.o> snort-2.8.3.1.ebuild:
31 + Drop usage of USE=pic here.
32
33 02 Jan 2009; Tobias Scherbaum <dertobi123@g.o>
34 snort-2.8.3.1.ebuild:
35
36
37
38 1.5 net-analyzer/snort/snort-2.8.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?r1=1.4&r2=1.5
43
44 Index: snort-2.8.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- snort-2.8.3.1.ebuild 2 Jan 2009 22:00:16 -0000 1.4
51 +++ snort-2.8.3.1.ebuild 26 Jan 2009 18:37:26 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.4 2009/01/02 22:00:16 dertobi123 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.5 2009/01/26 18:37:26 vapier Exp $
57
58 WANT_AUTOCONF="latest"
59 WANT_AUTOMAKE="latest"
60 @@ -15,7 +15,7 @@
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 -sparc ~x86"
64 -IUSE="static debug threads prelude stream4udp memory-cleanup decoder-preprocessor-rules ipv6 targetbased dynamicplugin timestats ruleperf ppm perfprofiling linux-smp-stats inline inline-init-failopen flexresp flexresp2 react aruba gre mpls pic postgres mysql odbc selinux community-rules"
65 +IUSE="static debug threads prelude stream4udp memory-cleanup decoder-preprocessor-rules ipv6 targetbased dynamicplugin timestats ruleperf ppm perfprofiling linux-smp-stats inline inline-init-failopen flexresp flexresp2 react aruba gre mpls postgres mysql odbc selinux community-rules"
66
67 #flexresp, react, and inline _ONLY_ work with net-libs/libnet-1.0.2a
68 DEPEND="virtual/libc
69 @@ -169,7 +169,6 @@
70 $(use_with postgres postgresql) \
71 $(use_with mysql) \
72 $(use_with odbc) \
73 - $(use_with pic) \
74 --disable-ipfw \
75 --disable-profile \
76 --disable-ppm-test \