From 27cf8f197a427c1c71255f86149344e3bf1be47d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Nov 2023 10:58:21 +0000 Subject: gentoo auto-resync : 17:11:2023 - 10:58:21 --- sys-cluster/nomad/nomad-1.5.3.ebuild | 44 ------------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 sys-cluster/nomad/nomad-1.5.3.ebuild (limited to 'sys-cluster/nomad/nomad-1.5.3.ebuild') diff --git a/sys-cluster/nomad/nomad-1.5.3.ebuild b/sys-cluster/nomad/nomad-1.5.3.ebuild deleted file mode 100644 index 1adb04ac4d08..000000000000 --- a/sys-cluster/nomad/nomad-1.5.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module systemd -GIT_COMMIT=434f7a1745c6304d607562daa9a4a635def7153f - -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" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="ui" - -RESTRICT=" test" - -src_compile() { - local go_ldflags go_tags - go_ldflags="-X github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}" - go_tags="codegen_generated" - go_tags+="$(usex ui ',ui' '' )" - CGO_ENABLED=1 \ - ego build \ - -ldflags "${go_ldflags}" \ - -tags "${go_tags}" \ - -trimpath \ - -o bin/${PN} -} - -src_install() { - dobin bin/${PN} - systemd_dounit "${FILESDIR}"/nomad.service - keepdir /etc/nomad.d - einstalldocs - dodoc CHANGELOG.md - keepdir /var/lib/nomad /var/log/nomad - newconfd "${FILESDIR}/nomad.confd" nomad - newinitd "${FILESDIR}/nomad.initd" nomad - insinto /etc/logrotate.d - newins "${FILESDIR}/nomad.logrotated" nomad -} -- cgit v1.2.3