Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snort: snort-2.8.3.1.ebuild
Date: Fri, 02 Jan 2009 04:41:30
Message-Id: E1LIbqi-0005uR-DE@stork.gentoo.org
1 mr_bones_ 09/01/02 04:41:28
2
3 Modified: snort-2.8.3.1.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.3 net-analyzer/snort/snort-2.8.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild?r1=1.2&r2=1.3
14
15 Index: snort-2.8.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- snort-2.8.3.1.ebuild 31 Dec 2008 10:05:32 -0000 1.2
22 +++ snort-2.8.3.1.ebuild 2 Jan 2009 04:41:28 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.2 2008/12/31 10:05:32 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.3 2009/01/02 04:41:28 mr_bones_ Exp $
28
29 WANT_AUTOCONF="latest"
30 WANT_AUTOMAKE="latest"
31 @@ -89,7 +89,6 @@
32 fi
33 }
34
35 -
36 src_unpack() {
37 unpack ${A}
38 cd "${S}"
39 @@ -161,9 +160,8 @@
40 myconf="${myconf} --disable-inline"
41 fi
42
43 -
44 #The --enable-<feature> options... 'static' 'dynamicplugin' 'threads' 'flexresp' 'flexresp2' 'inline'
45 -# are configured above due to dependancy/conflict issues.
46 +# are configured above due to dependancy/conflict issues.
47 #All others are handled the standard ebuild way via econf
48
49 econf \