From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D7C5158086 for ; Mon, 15 Nov 2021 13:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20C9E0878; Mon, 15 Nov 2021 13:13:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 392B9E0870 for ; Mon, 15 Nov 2021 13:13:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 237D3342DFB for ; Mon, 15 Nov 2021 13:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D4D143 for ; Mon, 15 Nov 2021 13:13:03 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1636981971.ff8b518fef3fa583d4a45bd2219b6c82e640bb64.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/elasticsearch_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild acct-group/elasticsearch_exporter/elasticsearch_exporter-0.ebuild X-VCS-Directories: acct-group/elasticsearch_exporter/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ff8b518fef3fa583d4a45bd2219b6c82e640bb64 X-VCS-Branch: master Date: Mon, 15 Nov 2021 13:13:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 648a530f-32b7-4d40-bf57-966f149bf1dc X-Archives-Hash: 8b1841b72b1bad1aa8ba701c93433800 commit: ff8b518fef3fa583d4a45bd2219b6c82e640bb64 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 14 20:19:11 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 15 13:12:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b518f acct-group/elasticsearch_exporter: Change GID to 501 Bug: https://bugs.gentoo.org/823750 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> ...asticsearch_exporter-0.ebuild => elasticsearch_exporter-0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-group/elasticsearch_exporter/elasticsearch_exporter-0.ebuild b/acct-group/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild similarity index 90% rename from acct-group/elasticsearch_exporter/elasticsearch_exporter-0.ebuild rename to acct-group/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild index b28c7b674996..65fdefebaf47 100644 --- a/acct-group/elasticsearch_exporter/elasticsearch_exporter-0.ebuild +++ b/acct-group/elasticsearch_exporter/elasticsearch_exporter-0-r1.ebuild @@ -7,4 +7,4 @@ inherit acct-group DESCRIPTION="A group for app-metrics/elasticsearch_exporter" -ACCT_GROUP_ID="98" +ACCT_GROUP_ID="501"