[gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/

2021-12-19 Thread William Hubbs
commit: d5e1d02b02c0dae999d07f242a4d5078fc049998
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Dec 19 20:37:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Dec 19 20:37:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e1d02b

app-admin/cronlocker: fix homepage

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/cronlocker/cronlocker-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/cronlocker/cronlocker-0.5.0.ebuild 
b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
index 711bc7413ca4..b92604a122f4 100644
--- a/app-admin/cronlocker/cronlocker-0.5.0.ebuild
+++ b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 inherit go-module
 
 DESCRIPTION="synchronize a cron job across multiple hosts using the consul 
lock feature"
-HOMEPAGE="https://github.com/Barzahlen/cronlocker;
+HOMEPAGE="https://github.com/viafintech/cronlocker;
 SRC_URI="https://github.com/Barzahlen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT MPL-2.0"



[gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/

2021-09-02 Thread William Hubbs
commit: 3248793477073c375fcfa817f399381e27e2c708
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Sep  3 04:28:30 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep  3 04:28:30 2021 +
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  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 
821c26fd2972bbb8d850a39348872e18b24ec9d68a90d0b3cce0848bd85d3542253260a4bb5bae3a89fe269b3c35151b829dbda5cacf9c7ab44a14a3c0a9

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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/

2021-09-02 Thread William Hubbs
commit: 34f0deb97c4daa072f0e58345598874c729d3285
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Sep  3 04:28:29 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Sep  3 04:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f0deb9

app-admin/cronlocker: 0.5.0 bump

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

 app-admin/cronlocker/Manifest|  1 +
 app-admin/cronlocker/cronlocker-0.5.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

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

diff --git a/app-admin/cronlocker/cronlocker-0.5.0.ebuild 
b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
new file mode 100644
index 000..711bc7413ca
--- /dev/null
+++ b/app-admin/cronlocker/cronlocker-0.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+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/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   go build -o cronlocker . || die
+}
+
+src_install() {
+   dobin cronlocker
+   dodoc *.md package/changelog
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/

2020-04-04 Thread Robin H. Johnson
commit: 35bc9496f2f833105f4b31c172be67a7d9f963d4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Apr  4 06:47:55 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Apr  4 06:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bc9496

app-admin/cronlocker: fix LICENSE

Closes: https://bugs.gentoo.org/694702
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild 
b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
index 46e33d17179..0c226b78bbd 100644
--- a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
+++ b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="synchronize a cron job across multiple hosts 
using the consul lock
 HOMEPAGE="https://github.com/Barzahlen/cronlocker;
 SRC_URI="https://github.com/Barzahlen/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
@@ -21,6 +21,6 @@ src_compile() {
 
 src_install() {
pushd src/${EGO_PN}
-dobin cronlocker
-dodoc *.md package/changelog
+   dobin cronlocker
+   dodoc *.md package/changelog
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/cronlocker/

2019-05-31 Thread William Hubbs
commit: 0aa797efeae11d475794323415d158f6f6857142
Author: William Hubbs  sony  com>
AuthorDate: Fri May 31 22:41:12 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 31 22:42:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa797ef

app-admin/cronlocker: synchronize a cron job across hosts

This utility uses the consul lock feature to synchronize a cron job
across multiple hosts.

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/cronlocker/Manifest  |  1 +
 .../cronlocker/cronlocker-0.4.0_p20180710.ebuild   | 26 ++
 app-admin/cronlocker/metadata.xml  |  8 +++
 3 files changed, 35 insertions(+)

diff --git a/app-admin/cronlocker/Manifest b/app-admin/cronlocker/Manifest
new file mode 100644
index 000..89950da9936
--- /dev/null
+++ b/app-admin/cronlocker/Manifest
@@ -0,0 +1 @@
+DIST cronlocker-0.4.0_p20180710.tar.gz 60256 BLAKE2B 
62adf6a935e13d97de9776f40a9349f7b3f1758c9d90c11f66759b87d3d8d9dc20a78ecfe0aa7849319be3c8c557dae3d9cc04c87bc6226af5842c72efac0611
 SHA512 
fc73b572da4fe485f9ba13340b946db40d7e0224643b5fe0b8f56b24560ce4bc32d0a42e3e0e33b979d3aec2910e96ff847249181e7b69776174e2f28d67797c

diff --git a/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild 
b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
new file mode 100644
index 000..46e33d17179
--- /dev/null
+++ b/app-admin/cronlocker/cronlocker-0.4.0_p20180710.ebuild
@@ -0,0 +1,26 @@
+# 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"
+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
+}

diff --git a/app-admin/cronlocker/metadata.xml 
b/app-admin/cronlocker/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/app-admin/cronlocker/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+