From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B9EA59CA5 for ; Sun, 20 Mar 2016 14:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8554E0853; Sun, 20 Mar 2016 14:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32E4FE0853 for ; Sun, 20 Mar 2016 14:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFBFE340B35 for ; Sun, 20 Mar 2016 14:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BAB9856 for ; Sun, 20 Mar 2016 14:44:33 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1458485058.f2b6a11f11f195b24f87ec8da1c4fc26b6655386.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bro/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bro/bro-2.4.1-r1.ebuild net-analyzer/bro/bro-2.4.1.ebuild net-analyzer/bro/metadata.xml X-VCS-Directories: net-analyzer/bro/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: f2b6a11f11f195b24f87ec8da1c4fc26b6655386 X-VCS-Branch: master Date: Sun, 20 Mar 2016 14:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c87c255b-b954-49fa-b1aa-7774b8aa1665 X-Archives-Hash: ef23c2d71515e128b21260a1ae74294a commit: f2b6a11f11f195b24f87ec8da1c4fc26b6655386 Author: Matthew Brewer sina cn> AuthorDate: Sun Mar 20 09:00:56 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Mar 20 14:44:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b6a11f net-analyzer/bro: revbump bro-2.4.1 - 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.ebuild => bro-2.4.1-r1.ebuild} | 8 ++++---- net-analyzer/bro/metadata.xml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net-analyzer/bro/bro-2.4.1.ebuild b/net-analyzer/bro/bro-2.4.1-r1.ebuild 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 5389880..d72a43d 100644 --- a/net-analyzer/bro/bro-2.4.1.ebuild +++ b/net-analyzer/bro/bro-2.4.1-r1.ebuild @@ -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 )" diff --git a/net-analyzer/bro/metadata.xml b/net-analyzer/bro/metadata.xml index 5a0fdfd..cb35341 100644 --- a/net-analyzer/bro/metadata.xml +++ b/net-analyzer/bro/metadata.xml @@ -13,11 +13,10 @@ Enable the Bro Client Communication Library An interactive shell for managing Bro installations - Bro's (new) Messaging Library + Bro's new Messaging Library (experimental) Enable support for Maxmind's GeoIP library Support for mobile IPv6 Support for the Jemalloc allocator - Enable Bro to send e-mails Enable Python bindings Enable Ruby bindings (deprecated) Enable Google's Performance Analysis Tools