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 20B931382C5 for ; Sun, 21 Mar 2021 13:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABCAE087E; Sun, 21 Mar 2021 13:03:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 435E9E087E for ; Sun, 21 Mar 2021 13:03:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4657335C67 for ; Sun, 21 Mar 2021 13:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F43D5BA for ; Sun, 21 Mar 2021 13:03:48 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1616331825.022041ccdc4a8d70078acc35a7ddbe3c4931f576.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/telegraf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/telegraf/telegraf-1.10.4.ebuild net-analyzer/telegraf/telegraf-1.11.5.ebuild net-analyzer/telegraf/telegraf-1.12.1.ebuild net-analyzer/telegraf/telegraf-1.13.3.ebuild net-analyzer/telegraf/telegraf-1.14.5.ebuild net-analyzer/telegraf/telegraf-1.15.2.ebuild X-VCS-Directories: net-analyzer/telegraf/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 022041ccdc4a8d70078acc35a7ddbe3c4931f576 X-VCS-Branch: master Date: Sun, 21 Mar 2021 13:03:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8f6621f-035c-4d5a-9931-7cdd48ff1c88 X-Archives-Hash: 4c00bb5cc94ef3c43c5c478b0e3e8891 commit: 022041ccdc4a8d70078acc35a7ddbe3c4931f576 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 21 13:03:09 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 21 13:03:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022041cc net-analyzer/telegraf: fix formatting Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-analyzer/telegraf/telegraf-1.10.4.ebuild | 4 ++-- net-analyzer/telegraf/telegraf-1.11.5.ebuild | 4 ++-- net-analyzer/telegraf/telegraf-1.12.1.ebuild | 4 ++-- net-analyzer/telegraf/telegraf-1.13.3.ebuild | 4 ++-- net-analyzer/telegraf/telegraf-1.14.5.ebuild | 4 ++-- net-analyzer/telegraf/telegraf-1.15.2.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-analyzer/telegraf/telegraf-1.10.4.ebuild b/net-analyzer/telegraf/telegraf-1.10.4.ebuild index ed1cb6058ca..fb95813bea2 100644 --- a/net-analyzer/telegraf/telegraf-1.10.4.ebuild +++ b/net-analyzer/telegraf/telegraf-1.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf diff --git a/net-analyzer/telegraf/telegraf-1.11.5.ebuild b/net-analyzer/telegraf/telegraf-1.11.5.ebuild index b7f0834d156..ab13d1ecb67 100644 --- a/net-analyzer/telegraf/telegraf-1.11.5.ebuild +++ b/net-analyzer/telegraf/telegraf-1.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf diff --git a/net-analyzer/telegraf/telegraf-1.12.1.ebuild b/net-analyzer/telegraf/telegraf-1.12.1.ebuild index 2a16e0960f7..849340237b1 100644 --- a/net-analyzer/telegraf/telegraf-1.12.1.ebuild +++ b/net-analyzer/telegraf/telegraf-1.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf diff --git a/net-analyzer/telegraf/telegraf-1.13.3.ebuild b/net-analyzer/telegraf/telegraf-1.13.3.ebuild index 264ae05a70d..01ad1e57dba 100644 --- a/net-analyzer/telegraf/telegraf-1.13.3.ebuild +++ b/net-analyzer/telegraf/telegraf-1.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,7 +48,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf diff --git a/net-analyzer/telegraf/telegraf-1.14.5.ebuild b/net-analyzer/telegraf/telegraf-1.14.5.ebuild index edbb0ca26a7..341f13c414b 100644 --- a/net-analyzer/telegraf/telegraf-1.14.5.ebuild +++ b/net-analyzer/telegraf/telegraf-1.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -929,7 +929,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf diff --git a/net-analyzer/telegraf/telegraf-1.15.2.ebuild b/net-analyzer/telegraf/telegraf-1.15.2.ebuild index 607b7dc09d8..afacc6fbaae 100644 --- a/net-analyzer/telegraf/telegraf-1.15.2.ebuild +++ b/net-analyzer/telegraf/telegraf-1.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -943,7 +943,7 @@ src_install() { insinto /etc/logrotate.d doins etc/logrotate.d/telegraf -systemd_dounit scripts/telegraf.service + systemd_dounit scripts/telegraf.service newconfd "${FILESDIR}"/telegraf.confd telegraf newinitd "${FILESDIR}"/telegraf.rc telegraf