commit:     93138d34c435b5e06ea37e2f64a63b122443172e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Feb 12 22:06:18 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 22:35:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93138d34

sys-cluster/nomad: remove whitespace, fix indent

Closes: https://github.com/gentoo/gentoo/pull/19434
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-cluster/nomad/nomad-0.12.8.ebuild | 6 +++---
 sys-cluster/nomad/nomad-1.0.1.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/nomad/nomad-0.12.8.ebuild 
b/sys-cluster/nomad/nomad-0.12.8.ebuild
index 3b9472c5d17..390774fda6a 100644
--- a/sys-cluster/nomad/nomad-0.12.8.ebuild
+++ b/sys-cluster/nomad/nomad-0.12.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit go-module systemd
 GIT_COMMIT=99fa2774301199ee20e661c7c1832a6ee1d5c553
 
-DESCRIPTION="A simple and flexible workload orchestrator "
+DESCRIPTION="A simple and flexible workload orchestrator"
 HOMEPAGE="https://nomadproject.io";
 SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -36,7 +36,7 @@ src_install() {
        newins dist/client.hcl client.hcl.example
        newins dist/server.hcl server.hcl.example
        einstalldocs
-dodoc CHANGELOG.md
+       dodoc CHANGELOG.md
        keepdir /var/lib/nomad /var/log/nomad
        newconfd "${FILESDIR}/nomad.confd" nomad
        newinitd "${FILESDIR}/nomad.initd" nomad

diff --git a/sys-cluster/nomad/nomad-1.0.1.ebuild 
b/sys-cluster/nomad/nomad-1.0.1.ebuild
index cf4c35f5278..78c2f6b1233 100644
--- a/sys-cluster/nomad/nomad-1.0.1.ebuild
+++ b/sys-cluster/nomad/nomad-1.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit go-module systemd
 GIT_COMMIT=52ec2e19f1d6e383b30a495b9bcdece315adac17
 
-DESCRIPTION="A simple and flexible workload orchestrator "
+DESCRIPTION="A simple and flexible workload orchestrator"
 HOMEPAGE="https://nomadproject.io";
 SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -36,7 +36,7 @@ src_install() {
        newins dist/client.hcl client.hcl.example
        newins dist/server.hcl server.hcl.example
        einstalldocs
-dodoc CHANGELOG.md
+       dodoc CHANGELOG.md
        keepdir /var/lib/nomad /var/log/nomad
        newconfd "${FILESDIR}/nomad.confd" nomad
        newinitd "${FILESDIR}/nomad.initd" nomad

Reply via email to