summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-18 06:22:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-18 06:22:00 +0000
commite1cd495de7532677268e1d9c09d3b0cac2fa3182 (patch)
treea26eddb8a1b608f8491cd044c9098bf0e4e35813 /net-analyzer/snort
parentwhitespace (diff)
downloadhistorical-e1cd495de7532677268e1d9c09d3b0cac2fa3182.tar.gz
historical-e1cd495de7532677268e1d9c09d3b0cac2fa3182.tar.bz2
historical-e1cd495de7532677268e1d9c09d3b0cac2fa3182.zip
whitespace
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r--net-analyzer/snort/Manifest2
-rw-r--r--net-analyzer/snort/snort-2.8.4.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest
index 278cf632135a..fe65f1c6c059 100644
--- a/net-analyzer/snort/Manifest
+++ b/net-analyzer/snort/Manifest
@@ -29,6 +29,6 @@ EBUILD snort-2.6.1.4-r1.ebuild 6032 RMD160 4e04385e15ac0da60eb33b6decef9ef75bee2
EBUILD snort-2.6.1.4.ebuild 5984 RMD160 57047f39db0979462684f75775c876b1f3e737d2 SHA1 cc4340770104cd6ffdab42165b27bd149d68103d SHA256 ada6aa994e747869846bf6bf41e8579b0a8bda56b945a1409d0af0d3c3e99eb8
EBUILD snort-2.7.0.1.ebuild 5408 RMD160 e9d46031bc510e0eb052e4d86906d549bd2265b9 SHA1 ef571fd63b0068b8aa86d5ca04360b6b66c1ec01 SHA256 194ec0bb0b17fa4bdd48451f1f7c940bed4454c88450833aa213207dc16a104e
EBUILD snort-2.8.3.1.ebuild 8974 RMD160 6ef2f46e1c73fb775bd5bdff90260a364e1a0d4e SHA1 57f21974a405eb88146877dd0fa477150c568bde SHA256 82f8cb84bb3bbf6cab5715f3c0dd3fa6066ee5b1905f4200a9c31af4790613b5
-EBUILD snort-2.8.4.ebuild 11997 RMD160 d737b724f7104a4800c1f6f77752414fd6901aaa SHA1 32c251d797bb777fcde4138e711907a53a90a831 SHA256 6e94a9de8be0878151dc57e769adf8f6e0cb7351e21126e132448f32f0ebd511
+EBUILD snort-2.8.4.ebuild 11996 RMD160 4add7135c97b197bbff420f04973c64134c40d16 SHA1 87f298aa68daa51853b6df5adc2ebe47993e1506 SHA256 2bd7c53ed04fc48b12f025a55e859862804eccc92a6adc3111dd51ebc8d9aef1
MISC ChangeLog 25321 RMD160 6eaeae67d8f3b49a55340dfe8f96ed761efeeb52 SHA1 81cbcd4d95eb0e7c0e9ecbe63aad38ef971f7212 SHA256 852cd3323f87d39b21e700863d5dde550c67f9165ce9a606efdca06acc29390c
MISC metadata.xml 2013 RMD160 f878a557e7fb8a6a0e5d5d723ccfe6706ecbbd01 SHA1 142b29b37edc0e531580c755299c4c330857ae46 SHA256 a92d498a6a793bd7df774c71561a845770a6daedc8c3114f3370d98e712d8c42
diff --git a/net-analyzer/snort/snort-2.8.4.ebuild b/net-analyzer/snort/snort-2.8.4.ebuild
index 3e71d69bf439..c057d61d2161 100644
--- a/net-analyzer/snort/snort-2.8.4.ebuild
+++ b/net-analyzer/snort/snort-2.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4.ebuild,v 1.1 2009/04/17 12:05:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.4.ebuild,v 1.2 2009/04/18 06:22:00 mr_bones_ Exp $
AT_M4DIR=m4
@@ -131,7 +131,7 @@ src_compile() {
#are used. Here is the error...
#ERROR! --enable-react cannot be used with --enable-flexresp
#because it is AUTOMATICALLY enabled with --enable-flexresp
- #Given that --enable-flexresp is enable we know that
+ #Given that --enable-flexresp is enable we know that
#--disable-flexresp2 should be used
if use react; then
myconf="${myconf} --enable-react --disable-flexresp2"
@@ -145,7 +145,6 @@ src_compile() {
myconf="${myconf} --disable-dynamicplugin"
fi
-
# USE flages 'targetbased' and 'inline-init-failopen' require threads
#Only 'threads' is set here. 'targetbased' and 'inline-init-failopen' are set below via econf.
if use targetbased || use inline-init-failopen || use threads; then
@@ -166,7 +165,7 @@ src_compile() {
myconf="${myconf} --disable-inline"
fi
-#The --enable-<feature> options...
+#The --enable-<feature> options...
#'static' 'threads' 'react' 'flexresp' 'flexresp2' 'inline' 'dynamicplugin'
# are configured above due to dependancy/conflict issues.