diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-12 23:06:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-12 23:35:45 +0100 |
commit | 93138d34c435b5e06ea37e2f64a63b122443172e (patch) | |
tree | 73f61bed1dcfa541ca379ed119adb7e07fc81b52 /sys-cluster/nomad | |
parent | dev-lua/mediator_lua: remove whitespace (diff) | |
download | gentoo-93138d34c435b5e06ea37e2f64a63b122443172e.tar.gz gentoo-93138d34c435b5e06ea37e2f64a63b122443172e.tar.bz2 gentoo-93138d34c435b5e06ea37e2f64a63b122443172e.zip |
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@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-cluster/nomad')
-rw-r--r-- | sys-cluster/nomad/nomad-0.12.8.ebuild | 6 | ||||
-rw-r--r-- | 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 3b9472c5d179..390774fda6af 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 cf4c35f52785..78c2f6b12336 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 |