commit:     3248793477073c375fcfa817f399381e27e2c708
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  3 04:28:30 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Sep  3 04:28:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32487934

app-admin/cronlocker: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-admin/cronlocker/Manifest                      |  1 -
 .../cronlocker/cronlocker-0.4.0_p20180710.ebuild   | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/app-admin/cronlocker/Manifest b/app-admin/cronlocker/Manifest
index 5329a4e3e80..f46e8c52767 100644
--- a/app-admin/cronlocker/Manifest
+++ b/app-admin/cronlocker/Manifest
@@ -1,2 +1 @@
-DIST cronlocker-0.4.0_p20180710.tar.gz 60256 BLAKE2B 
62adf6a935e13d97de9776f40a9349f7b3f1758c9d90c11f66759b87d3d8d9dc20a78ecfe0aa7849319be3c8c557dae3d9cc04c87bc6226af5842c72efac0611
 SHA512 
fc73b572da4fe485f9ba13340b946db40d7e0224643b5fe0b8f56b24560ce4bc32d0a42e3e0e33b979d3aec2910e96ff847249181e7b69776174e2f28d67797c
 DIST cronlocker-0.5.0.tar.gz 937557 BLAKE2B 
ef34fd58e6df60cf2f216ea03dd40b139a60e36ae5a0ee6184e4eb8c1134c6afbbf8c83a8547c5d5b1387597df241c2579b047c720146dd259bb9eda80e1deab
 SHA512 
821c200006fd2972bbb8d850a39348872e18b24ec9d68a90d0b3cce0848bd85d3542253260a4bb5bae3a89fe269b3c35151b829dbda5cacf9c7ab44a14a3c0a9

diff --git a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild 
b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
deleted file mode 100644
index 0c226b78bbd..00000000000
--- a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-EGO_PN=github.com/Barzahlen/cronlocker
-HASH=c0ac605
-inherit golang-vcs-snapshot
-
-DESCRIPTION="synchronize a cron job across multiple hosts using the consul 
lock feature"
-HOMEPAGE="https://github.com/Barzahlen/cronlocker";
-SRC_URI="https://github.com/Barzahlen/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-       pushd src/${EGO_PN} || die
-       GOPATH="${S}" emake cronlocker
-}
-
-src_install() {
-       pushd src/${EGO_PN}
-       dobin cronlocker
-       dodoc *.md package/changelog
-}

Reply via email to