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 13328138330 for ; Fri, 2 Sep 2016 20:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4223021C094; Fri, 2 Sep 2016 20:47:33 +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 C976B21C094 for ; Fri, 2 Sep 2016 20:47:32 +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 B04E434090F for ; Fri, 2 Sep 2016 20:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D139245A for ; Fri, 2 Sep 2016 20:47:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1472849243.59ef0b7eab4e17848a7e1a0810fc61fa48b86f6d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/Manifest net-analyzer/netdata/netdata-1.3.0.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 59ef0b7eab4e17848a7e1a0810fc61fa48b86f6d X-VCS-Branch: master Date: Fri, 2 Sep 2016 20:47:30 +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: a9560631-ad49-4b10-967c-7635df7bbe4e X-Archives-Hash: 24b07bd8f53dd0ab3528095225b21f3c commit: 59ef0b7eab4e17848a7e1a0810fc61fa48b86f6d Author: Craig Andrews integralblue com> AuthorDate: Mon Aug 29 01:17:09 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Sep 2 20:47:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ef0b7e net-analyzer/netdata-1.3.0: version bump Gentoo-bug: 592352 Closes: https://github.com/gentoo/gentoo/pull/2156 Signed-off-by: David Seifert gentoo.org> net-analyzer/netdata/Manifest | 1 + .../{netdata-9999.ebuild => netdata-1.3.0.ebuild} | 22 ++++++++++++++++++---- net-analyzer/netdata/netdata-9999.ebuild | 22 ++++++++++++++++++---- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/net-analyzer/netdata/Manifest b/net-analyzer/netdata/Manifest index d69d88a..454863c 100644 --- a/net-analyzer/netdata/Manifest +++ b/net-analyzer/netdata/Manifest @@ -1 +1,2 @@ DIST netdata-1.2.0.tar.xz 1254000 SHA256 5c1ff3fe0501b654cd92dbba3fe4c0fc125736b58d604340f138df80fb1de1ce SHA512 0c43e89c7cb52a5dde2aec13b06496ffb70fcb1952cf74156bd4400f3520b4136a94b5390077a4e5e3278a8e175dcc14505a456efafec5fdf0759af4846e03f4 WHIRLPOOL 211fabbecfd4b0ffe8f6fb5dbdc28cf08a743c4544e29dd500187547107500c1b42a95677d8de746cce367d4a59c17ff29328c47b0de65208004e6de65d63277 +DIST netdata-1.3.0.tar.xz 1647708 SHA256 bad5d259467ae42ceb0cf5f03fc4b37d094a81f21a772477e6ccc5b8a778bf15 SHA512 0e96f12cbeb7aeecb07b885a0f10940022741633e5cfd76d9f79c9efe3bce2583d96ae18995831fc48d6724f65357929dc5a4220521230ecfb8517f15e779217 WHIRLPOOL 85b87fc6ec76a0255732613606fd4d3000870252c84dbd7be51a2b0132d4d1875d38b61085daeb3ea4e31e522b5e86e05bacf3eb57895ca718cd58501b995955 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-1.3.0.ebuild similarity index 73% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.3.0.ebuild index ad8fb33..f5951ec 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.3.0.ebuild @@ -3,8 +3,9 @@ # $Id$ EAPI=6 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) -inherit linux-info systemd user fcaps +inherit fcaps linux-info python-r1 systemd user if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/firehol/${PN}.git" @@ -21,15 +22,28 @@ HOMEPAGE="https://github.com/firehol/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="+compression nfacct nodejs" - +IUSE="+compression mysql nfacct nodejs +python" +REQUIRED_USE=" + mysql? ( python ) + python? ( ${PYTHON_REQUIRED_USE} )" # most unconditional dependencies are for plugins.d/charts.d.plugin: RDEPEND=" >=app-shells/bash-4:0 net-misc/curl net-misc/wget virtual/awk + net-libs/libmnl + || ( net-analyzer/netcat6 net-analyzer/netcat ) + net-analyzer/tcpdump + net-analyzer/traceroute compression? ( sys-libs/zlib ) + python? ( + ${PYTHON_DEPS} + dev-python/pyyaml[${PYTHON_USEDEP}] + mysql? ( + || ( dev-python/mysqlclient[${PYTHON_USEDEP}] dev-python/mysql-python[${PYTHON_USEDEP}] ) + ) + ) nfacct? ( net-firewall/nfacct net-libs/libmnl @@ -74,7 +88,7 @@ src_install() { fowners ${NETDATA_USER}:${NETDATA_GROUP} /var/log/netdata fowners ${NETDATA_USER}:${NETDATA_GROUP} /var/cache/netdata - chown -Rc ${NETDATA_USER}:${NETDATA_GROUP} "${ED}"/usr/share/${PN} || die + fowners -Rc ${NETDATA_USER}:${NETDATA_GROUP} /usr/share/${PN} newinitd system/netdata-openrc ${PN} systemd_dounit system/netdata.service diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index ad8fb33..f5951ec 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -3,8 +3,9 @@ # $Id$ EAPI=6 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) -inherit linux-info systemd user fcaps +inherit fcaps linux-info python-r1 systemd user if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/firehol/${PN}.git" @@ -21,15 +22,28 @@ HOMEPAGE="https://github.com/firehol/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="+compression nfacct nodejs" - +IUSE="+compression mysql nfacct nodejs +python" +REQUIRED_USE=" + mysql? ( python ) + python? ( ${PYTHON_REQUIRED_USE} )" # most unconditional dependencies are for plugins.d/charts.d.plugin: RDEPEND=" >=app-shells/bash-4:0 net-misc/curl net-misc/wget virtual/awk + net-libs/libmnl + || ( net-analyzer/netcat6 net-analyzer/netcat ) + net-analyzer/tcpdump + net-analyzer/traceroute compression? ( sys-libs/zlib ) + python? ( + ${PYTHON_DEPS} + dev-python/pyyaml[${PYTHON_USEDEP}] + mysql? ( + || ( dev-python/mysqlclient[${PYTHON_USEDEP}] dev-python/mysql-python[${PYTHON_USEDEP}] ) + ) + ) nfacct? ( net-firewall/nfacct net-libs/libmnl @@ -74,7 +88,7 @@ src_install() { fowners ${NETDATA_USER}:${NETDATA_GROUP} /var/log/netdata fowners ${NETDATA_USER}:${NETDATA_GROUP} /var/cache/netdata - chown -Rc ${NETDATA_USER}:${NETDATA_GROUP} "${ED}"/usr/share/${PN} || die + fowners -Rc ${NETDATA_USER}:${NETDATA_GROUP} /usr/share/${PN} newinitd system/netdata-openrc ${PN} systemd_dounit system/netdata.service