* [gentoo-commits] repo/proj/guru:master commit in: app-admin/overmind/
@ 2021-11-04 11:38 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-11-04 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 0f042dd6b0bb8706d036b3ef3544c8ec021face4
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Nov 3 14:10:48 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 14:16:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f042dd6
app-admin/overmind: add 2.2.2-r1
Address review comments:
https://github.com/gentoo/guru/commit/a9d01bf7144c8ae5f9076b45828c1114c68f5f32#r59265484
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
app-admin/overmind/overmind-2.2.2-r1.ebuild | 56 +++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/app-admin/overmind/overmind-2.2.2-r1.ebuild b/app-admin/overmind/overmind-2.2.2-r1.ebuild
new file mode 100644
index 000000000..1a7b1cc81
--- /dev/null
+++ b/app-admin/overmind/overmind-2.2.2-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+EGO_SUM=(
+ "github.com/BurntSushi/toml v0.3.1/go.mod"
+ "github.com/DarthSim/godotenv v1.3.1"
+ "github.com/DarthSim/godotenv v1.3.1/go.mod"
+ "github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d"
+ "github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod"
+ "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0"
+ "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod"
+ "github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6"
+ "github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6/go.mod"
+ "github.com/pmezard/go-difflib v1.0.0"
+ "github.com/pmezard/go-difflib v1.0.0/go.mod"
+ "github.com/russross/blackfriday/v2 v2.0.1"
+ "github.com/russross/blackfriday/v2 v2.0.1/go.mod"
+ "github.com/sevlyar/go-daemon v0.1.5"
+ "github.com/sevlyar/go-daemon v0.1.5/go.mod"
+ "github.com/shurcooL/sanitized_anchor_name v1.0.0"
+ "github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod"
+ "github.com/urfave/cli v1.22.2"
+ "github.com/urfave/cli v1.22.2/go.mod"
+ "golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a"
+ "golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a/go.mod"
+ "golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e"
+ "golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod"
+ "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
+ "gopkg.in/yaml.v2 v2.2.2/go.mod"
+ )
+go-module_set_globals
+
+DESCRIPTION="Process manager for Procfile-based applications and tmux"
+HOMEPAGE="https://github.com/DarthSim/overmind"
+SRC_URI="https://github.com/DarthSim/overmind/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ ${EGO_SUM_SRC_URI}"
+
+LICENSE="MIT BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-misc/tmux"
+
+src_compile() {
+ go build -ldflags "-s -w" || die "go build failed"
+}
+
+src_install() {
+ dobin "${PN}"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/overmind/
@ 2023-02-23 9:24 Viorel Munteanu
0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-02-23 9:24 UTC (permalink / raw
To: gentoo-commits
commit: ede5b53839eed8c1c5eea74e77c5c58fdf23b0cd
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Feb 22 15:42:54 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 15:43:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ede5b538
app-admin/overmind: add 2.4.0
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
app-admin/overmind/Manifest | 2 ++
app-admin/overmind/overmind-2.4.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-admin/overmind/Manifest b/app-admin/overmind/Manifest
index 7dbbffb80..41cd65001 100644
--- a/app-admin/overmind/Manifest
+++ b/app-admin/overmind/Manifest
@@ -24,3 +24,5 @@ DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190403152447-81d4e9dc473e.zip 1606010
DIST gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod 25 BLAKE2B 6470f3d94700c4d8b3176d692bdb91646750f2c6a866ff2ef4183aff1de01f024a8757f97b4626ec0355092e5f25e7ded91cd5be845f627d107c58b1daf400d7 SHA512 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.2.mod 95 BLAKE2B adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362 SHA512 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
DIST overmind-2.2.2.tar.gz 24523 BLAKE2B 0caafb16472bb0c3ea369347156cda929bb8e16ba19b758c61ed0c87ad946b93528f506c675b73da80becc7935a35930f8778e14eea0076c5aa1969b7721fd87 SHA512 1ca98ee6a058e4d396e96c3b0442387567816e6c3b7cad1122e5f3ca915067ae2b03d9629e156c91e4164fa71f42930002da1d9e0e7f4eaee9d866bcabe94f6f
+DIST overmind-2.4.0-deps.tar.xz 2846384 BLAKE2B 96b869d3a0dc74c272cd8f9f8ebe3baac1f1806310fc53e28d8f452965561e407e717f6f219f4286fcf189a1e5a08e9c2ec792b136abfc236812c680f8a5c2c4 SHA512 663114a2c97c87c08b2096328486bdfa49201e453dcac765b82ccde5dbe006d81e7cec8864be1ab736420ebc535204885d9d017561f41a5b9d19e9421f697230
+DIST overmind-2.4.0.tar.gz 26115 BLAKE2B c102283677b39e18152081830df69aa89ff12d27d10be6ce8355ed50cc1eadf22eef7e756f22f8b29a69a447b2633c3ebf834f5634c6b3808f15029644961da6 SHA512 bcf1b8ea99a04b7fbd8cf1de6c1fe13ecdcbca8a6a1c5883768dceb47d55497ead860eed9302e17b30bca0a4e348fa52ba8ceeb98bcd589cf565fea7c1a31418
diff --git a/app-admin/overmind/overmind-2.4.0.ebuild b/app-admin/overmind/overmind-2.4.0.ebuild
new file mode 100644
index 000000000..dd390c0aa
--- /dev/null
+++ b/app-admin/overmind/overmind-2.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Process manager for Procfile-based applications and tmux"
+HOMEPAGE="https://github.com/DarthSim/overmind"
+SRC_URI="
+ https://github.com/DarthSim/overmind/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/ixti/overmind/releases/download/v${PV}/${P}-deps.tar.xz
+"
+
+LICENSE="MIT BSD BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-misc/tmux
+"
+
+src_compile() {
+ go build -ldflags "-s -w" || die "go build failed"
+}
+
+src_install() {
+ dobin "${PN}"
+ dodoc README.md
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-23 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 9:24 [gentoo-commits] repo/proj/guru:master commit in: app-admin/overmind/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2021-11-04 11:38 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox