public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/
Date: Wed,  7 Apr 2021 11:21:33 +0000 (UTC)	[thread overview]
Message-ID: <1617794454.826dd61aa2cbc5a624adf5e75fb4a1759e2a3d10.zlogene@gentoo> (raw)

commit:     826dd61aa2cbc5a624adf5e75fb4a1759e2a3d10
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 11:20:54 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 11:20:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826dd61a

app-metrics/alertmanager: migrate to glep81

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 ...anager-0.21.0.ebuild => alertmanager-0.21.0-r1.ebuild} | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild b/app-metrics/alertmanager/alertmanager-0.21.0-r1.ebuild
similarity index 87%
rename from app-metrics/alertmanager/alertmanager-0.21.0.ebuild
rename to app-metrics/alertmanager/alertmanager-0.21.0-r1.ebuild
index 7fff854258f..5be06b8761f 100644
--- a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
+++ b/app-metrics/alertmanager/alertmanager-0.21.0-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit go-module user
+
+inherit go-module
+
 GIT_COMMIT=4c6c03eb
 MY_PV="${PV/_rc/-rc.}"
 
@@ -13,16 +15,15 @@ SRC_URI="https://github.com/prometheus/alertmanager/archive/v${MY_PV}.tar.gz ->
 LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 BDEPEND="dev-util/promu"
 
 RESTRICT+=" test"
 
-pkg_setup() {
-	enewgroup ${PN}
-	enewuser ${PN} -1 -1 -1 ${PN}
-}
+BDEPEND="
+	acct-group/alertmanager
+	acct-user/alertmanager
+"
 
 src_prepare() {
 	default


             reply	other threads:[~2021-04-07 11:21 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07 11:21 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:54 [gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/ Arthur Zamarin
2025-01-31  2:47 William Hubbs
2023-12-03 23:15 Sam James
2023-09-26 21:27 William Hubbs
2022-10-21 17:40 William Hubbs
2022-05-18 22:10 William Hubbs
2022-05-18 22:10 William Hubbs
2021-11-07 21:00 Mikle Kolyada
2021-06-12 19:10 Mikle Kolyada
2021-06-12 19:10 Mikle Kolyada
2021-05-27 17:44 Mikle Kolyada
2021-05-27 17:44 Mikle Kolyada
2021-05-25 10:38 Mikle Kolyada
2021-05-04 11:32 Mikle Kolyada
2021-04-21  8:09 Mikle Kolyada
2021-04-19 13:58 Mikle Kolyada
2021-04-08 13:19 Mikle Kolyada
2021-04-07 13:40 Mikle Kolyada
2020-08-02 16:21 William Hubbs
2020-06-25  4:21 William Hubbs
2019-12-04  5:34 William Hubbs
2019-12-03  9:48 Michał Górny
2019-11-23 10:58 Manuel Rüger
2019-09-04 13:50 Manuel Rüger
2019-09-04 13:50 Manuel Rüger
2019-07-09 12:53 Manuel Rüger
2019-07-09 12:52 Manuel Rüger
2019-05-02 16:36 Manuel Rüger
2019-05-02 16:36 Manuel Rüger
2019-04-05 13:14 Manuel Rüger
2019-01-31 16:29 Manuel Rüger
2019-01-22 14:13 Manuel Rüger
2018-11-11 15:21 Manuel Rüger
2018-08-20 17:55 Manuel Rüger
2018-07-13 10:15 Manuel Rüger
2018-07-13 10:15 Manuel Rüger
2018-06-27 11:22 Manuel Rüger
2018-06-18 10:32 Manuel Rüger
2018-06-18 10:31 Manuel Rüger
2018-06-11  9:33 Manuel Rüger
2018-04-10 12:28 Manuel Rüger

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=1617794454.826dd61aa2cbc5a624adf5e75fb4a1759e2a3d10.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --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