From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 411A71382F7 for ; Fri, 8 Jul 2016 10:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE252E099D; Fri, 8 Jul 2016 10:56:09 +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 88CD8E099D for ; Fri, 8 Jul 2016 10:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5ACCD340EE6 for ; Fri, 8 Jul 2016 10:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B8C97B for ; Fri, 8 Jul 2016 10:56:05 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1467975364.338c1480a3d7039792d71a3e128050808942dfd6.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pmacct/pmacct-1.6.0.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 338c1480a3d7039792d71a3e128050808942dfd6 X-VCS-Branch: master Date: Fri, 8 Jul 2016 10:56:05 +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: 144cecf9-707f-4d2d-bf67-40ee3fbde5b7 X-Archives-Hash: c6e591bb9a0526dfd6b4ed29a0a4a484 commit: 338c1480a3d7039792d71a3e128050808942dfd6 Author: Tony Vroon gentoo org> AuthorDate: Fri Jul 8 10:53:44 2016 +0000 Commit: Tony Vroon gentoo org> CommitDate: Fri Jul 8 10:56:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338c1480 net-analyzer/pmacct: Version bump to 1.6.0 release. net-analyzer/pmacct/pmacct-1.6.0.ebuild | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/net-analyzer/pmacct/pmacct-1.6.0.ebuild b/net-analyzer/pmacct/pmacct-1.6.0.ebuild new file mode 100644 index 0000000..2cd4535 --- /dev/null +++ b/net-analyzer/pmacct/pmacct-1.6.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit toolchain-funcs + +DESCRIPTION="A network tool to gather IP traffic information" +HOMEPAGE="http://www.pmacct.net/" +SRC_URI="http://www.pmacct.net/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="64bit debug geoip geoipv2 ipv6 mongodb mysql postgres sqlite threads" +REQUIRED_USE=" + ?? ( geoip geoipv2 ) +" + +RDEPEND=" + net-libs/libpcap + geoip? ( dev-libs/geoip ) + geoipv2? ( dev-libs/libmaxminddb ) + mongodb? ( + >=dev-libs/mongo-c-driver-0.8.1-r1 +