public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Zapparov" <alexey@zapparov.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/overmind/
Date: Wed,  3 Nov 2021 14:28:24 +0000 (UTC)	[thread overview]
Message-ID: <1635948985.0f042dd6b0bb8706d036b3ef3544c8ec021face4.alexey@gentoo> (raw)

commit:     0f042dd6b0bb8706d036b3ef3544c8ec021face4
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Wed Nov  3 14:10:48 2021 +0000
Commit:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
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
+}


             reply	other threads:[~2021-11-03 14:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03 14:28 Alexey Zapparov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-22 15:43 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/overmind/ Alexey Zapparov
2021-11-23  2:25 Alexey Zapparov
2021-11-01  1:32 Alexey Zapparov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1635948985.0f042dd6b0bb8706d036b3ef3544c8ec021face4.alexey@gentoo \
    --to=alexey@zapparov.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox