net-analyzer/bro: revbump bro-2.4.1
authorMatthew Brewer <tomboy64@sina.cn>
Sun, 20 Mar 2016 09:00:56 +0000 (10:00 +0100)
committerIan Delaney <idella4@gentoo.org>
Sun, 20 Mar 2016 14:44:18 +0000 (22:44 +0800)
- minor useflag adjustment (affected dependencies)
- keyword with ~x86
- remove redundant IUSE flag from metadata.xml

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1093

net-analyzer/bro/bro-2.4.1-r1.ebuild [moved from net-analyzer/bro/bro-2.4.1.ebuild with 93% similarity]
net-analyzer/bro/metadata.xml

similarity index 93%
rename from net-analyzer/bro/bro-2.4.1.ebuild
rename to net-analyzer/bro/bro-2.4.1-r1.ebuild
index 538988008e866eae4fbd4e925dbb15fc6f331599..d72a43d53176cc51ee69e70cacf94832206fb287 100644 (file)
@@ -13,21 +13,21 @@ SRC_URI="https://www.bro.org/downloads/release/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+broccoli +broctl broker curl debug geoip ipv6 jemalloc mta +python -ruby tcmalloc static-libs +tools"
+KEYWORDS="~amd64 ~x86"
+IUSE="+broccoli +broctl -broker curl debug geoip ipv6 jemalloc +python -ruby tcmalloc static-libs +tools"
 
 RDEPEND="app-shells/bash:0
        dev-libs/openssl:0
        net-analyzer/ipsumdump
-       ipv6? ( net-analyzer/ipsumdump[ipv6] )
        net-dns/bind-tools
        net-libs/libpcap
        sys-libs/zlib
        broker? ( =dev-libs/actor-framework-0.13.2* )
+       broctl? ( virtual/mta )
        curl? ( net-misc/curl )
        geoip? ( dev-libs/geoip )
+       ipv6? ( net-analyzer/ipsumdump[ipv6] )
        jemalloc? ( dev-libs/jemalloc )
-       mta? ( virtual/mta )
        python? ( ${PYTHON_DEPS} )
        ruby? ( >=dev-lang/ruby-1.8:= )
        tcmalloc? ( dev-util/google-perftools )"
index 5a0fdfd0e9821bed1d8580e78587e9d84a1821bb..cb35341ee9f52a0fa1499f981b371737a5dea919 100644 (file)
     <use>
         <flag name="broccoli">Enable the Bro Client Communication Library</flag>
         <flag name="broctl">An interactive shell for managing Bro installations</flag>
-        <flag name="broker">Bro's (new) Messaging Library</flag>
+        <flag name="broker">Bro's new Messaging Library (experimental)</flag>
         <flag name="geoip">Enable support for Maxmind's GeoIP library</flag>
         <flag name="ipv6">Support for mobile IPv6</flag>
         <flag name="jemalloc">Support for the Jemalloc allocator</flag>
-        <flag name="mta">Enable Bro to send e-mails</flag>
         <flag name="python">Enable Python bindings</flag>
         <flag name="ruby">Enable Ruby bindings (deprecated)</flag>
         <flag name="tcmalloc">Enable Google's Performance Analysis Tools</flag>