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 01F1A13835A for ; Fri, 12 Feb 2021 22:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F839E0849; Fri, 12 Feb 2021 22:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EC694E0849 for ; Fri, 12 Feb 2021 22:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 819DA3410B0 for ; Fri, 12 Feb 2021 22:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0543D4C4 for ; Fri, 12 Feb 2021 22:35:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613169345.93138d34c435b5e06ea37e2f64a63b122443172e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nomad/nomad-0.12.8.ebuild sys-cluster/nomad/nomad-1.0.1.ebuild X-VCS-Directories: sys-cluster/nomad/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 93138d34c435b5e06ea37e2f64a63b122443172e X-VCS-Branch: master Date: Fri, 12 Feb 2021 22:35:53 +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: c653d046-72cf-40c2-9d47-1d2783005fb8 X-Archives-Hash: 5ab1de7a47bcf67df46d4064b523019e commit: 93138d34c435b5e06ea37e2f64a63b122443172e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 12 22:06:18 2021 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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