commit:     7981ce133ff280edc16d7b0427c3db998e0bdcbf
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 22:12:37 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 22:12:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7981ce13

app-admin/consul: drop 1.14.2

Bug: https://bugs.gentoo.org/885997
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/consul/Manifest             |  1 -
 app-admin/consul/consul-1.14.2.ebuild | 57 -----------------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 3681adc95af4..f97ac05df344 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -1,2 +1 @@
-DIST consul-1.14.2-vendor.tar.gz 40549325 BLAKE2B 
af0135de2b781d69707246a8f7f48fb677d3b9cfff59ee95ae6c37cdbe634bc04c2e853ce3dd2f70bd9a7a1d72438cdcd382939a5e361e152180c7ae1905bf85
 SHA512 
8e4d160993272a99901b83821b2e29686a53c2700a3e9e2355080eaa15d74f0a0d8f0d8ff86f08a131549cb3e70f77f59da302bb3f6f6b7a367c2ccd6f3ccfd2
 DIST consul-1.14.3-vendor.tar.gz 40650363 BLAKE2B 
1c15333d1a1053da871ccf032c8b21f6b1265a5c222395f217444de3c4472c755d205bad82d83ecdb520081830d11e4c7f113207fe83a7dac4860497518d5be8
 SHA512 
b1764b845bea8681d72858de4558fdfce4de1faaaf1fb5221eab12d8c9f512efbf1b8a118ea68c829660e23410381a2b71d12fc6d995a64be041d74ad616a663

diff --git a/app-admin/consul/consul-1.14.2.ebuild 
b/app-admin/consul/consul-1.14.2.ebuild
deleted file mode 100644
index c78ede7b6e9e..000000000000
--- a/app-admin/consul/consul-1.14.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-
-DESCRIPTION="A tool for service discovery, monitoring and configuration"
-HOMEPAGE="https://www.consul.io";
-GIT_COMMIT="cac392a17d3f71048a949599a0f977bf9645df62"
-
-SRC_URI="https://github.com/zmedico/consul/archive/v${PV}-vendor.tar.gz -> 
${P}-vendor.tar.gz"
-
-LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
-RESTRICT+=" test"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-BDEPEND="dev-go/gox"
-COMMON_DEPEND="
-       acct-group/consul
-       acct-user/consul"
-       DEPEND="${COMMON_DEPEND}"
-       RDEPEND="${COMMON_DEPEND}"
-
-S=${WORKDIR}/${P}-vendor
-
-src_prepare() {
-       default
-       sed -e 's|^GIT_DATE=.*|GIT_DATE=2022-11-30T19:54:31Z|' -i GNUmakefile 
|| die
-}
-
-src_compile() {
-       # The dev target sets causes build.sh to set appropriate XC_OS
-       # and XC_ARCH, and skips generation of an unused zip file,
-       # avoiding a dependency on app-arch/zip.
-       GIT_DESCRIBE="v${PV}" \
-       GIT_DIRTY="" \
-       GIT_COMMIT="${GIT_COMMIT}" \
-       emake dev-build
-}
-
-src_install() {
-       dobin bin/consul
-
-       keepdir /etc/consul.d
-       insinto /etc/consul.d
-       doins "${FILESDIR}/"*.json.example
-
-       keepdir /var/log/consul
-       fowners consul:consul /var/log/consul
-
-       newinitd "${FILESDIR}/consul.initd" "${PN}"
-       newconfd "${FILESDIR}/consul.confd" "${PN}"
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-       systemd_dounit "${FILESDIR}/consul.service"
-}

Reply via email to