public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/telegraf/
Date: Sun, 21 Mar 2021 13:03:48 +0000 (UTC)	[thread overview]
Message-ID: <1616331825.022041ccdc4a8d70078acc35a7ddbe3c4931f576.zlogene@gentoo> (raw)

commit:     022041ccdc4a8d70078acc35a7ddbe3c4931f576
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 13:03:09 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <zlogene <AT> 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
 


             reply	other threads:[~2021-03-21 13:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 13:03 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:54 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/telegraf/ William Hubbs
2023-06-11 18:47 William Hubbs
2023-06-11 18:47 William Hubbs
2023-06-10 23:16 William Hubbs
2023-01-28 18:05 William Hubbs
2023-01-28 16:30 William Hubbs
2022-06-22 12:34 Jakov Smolić
2021-05-28 15:56 Mikle Kolyada
2021-05-03 13:18 Mikle Kolyada
2021-04-10 13:02 Mikle Kolyada
2021-03-28  8:20 Mikle Kolyada
2021-03-21 12:32 Mikle Kolyada
2020-08-27 19:28 William Hubbs
2020-08-27 19:23 William Hubbs
2020-07-19 20:40 William Hubbs
2020-07-13 15:42 William Hubbs
2020-06-30 19:53 Matt Turner
2020-02-07 14:59 William Hubbs
2019-09-20 20:56 William Hubbs
2019-09-04  3:26 William Hubbs
2019-06-12 17:49 William Hubbs
2019-06-12 17:39 William Hubbs
2018-11-01 23:13 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1616331825.022041ccdc4a8d70078acc35a7ddbe3c4931f576.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox