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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59AA01382C5 for ; Tue, 26 Jan 2021 14:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87BADE0CA6; Tue, 26 Jan 2021 14:37:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73F20E0CA6 for ; Tue, 26 Jan 2021 14:37:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65577340DAE for ; Tue, 26 Jan 2021 14:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 041564C for ; Tue, 26 Jan 2021 14:37:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1611671836.77d3b72e62b51b976e0c231b092d217482f00c8a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/minio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/minio/minio-2021.01.16.02.19.44-r1.ebuild net-fs/minio/minio-2021.01.16.02.19.44.ebuild X-VCS-Directories: net-fs/minio/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 77d3b72e62b51b976e0c231b092d217482f00c8a X-VCS-Branch: master Date: Tue, 26 Jan 2021 14:37:19 +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: 62eb140a-c2e4-4117-b2ef-c2e16faab6ea X-Archives-Hash: b45d027394cb12347f55ea6b15d26f54 commit: 77d3b72e62b51b976e0c231b092d217482f00c8a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jan 26 14:36:18 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jan 26 14:37:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d3b72e net-fs/minio: glep 81 migration Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> ...6.02.19.44.ebuild => minio-2021.01.16.02.19.44-r1.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-fs/minio/minio-2021.01.16.02.19.44.ebuild b/net-fs/minio/minio-2021.01.16.02.19.44-r1.ebuild similarity index 99% rename from net-fs/minio/minio-2021.01.16.02.19.44.ebuild rename to net-fs/minio/minio-2021.01.16.02.19.44-r1.ebuild index fc7e8e755d3..3c67daa84cd 100644 --- a/net-fs/minio/minio-2021.01.16.02.19.44.ebuild +++ b/net-fs/minio/minio-2021.01.16.02.19.44-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit go-module user +inherit go-module MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z" MY_PV=${MY_PV//./-} @@ -919,12 +919,12 @@ KEYWORDS="~amd64 ~amd64-linux" RESTRICT+=" test" -S="${WORKDIR}/${PN}-RELEASE.${MY_PV}" +BDEPEND=" + acct-user/minio + acct-group/minio +" -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} -} +S="${WORKDIR}/${PN}-RELEASE.${MY_PV}" src_prepare() { default