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 3ACA4138334 for ; Fri, 13 Sep 2019 12:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F97E0BCF; Fri, 13 Sep 2019 12:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2DC60E0BCF for ; Fri, 13 Sep 2019 12:58:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9545234B109 for ; Fri, 13 Sep 2019 12:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47FB57E9 for ; Fri, 13 Sep 2019 12:58:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568378554.011482c262ccbce84ce869e3406757346f1394a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uam/uam-0.3.2-r1.ebuild sys-apps/uam/uam-9999.ebuild X-VCS-Directories: sys-apps/uam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 011482c262ccbce84ce869e3406757346f1394a2 X-VCS-Branch: master Date: Fri, 13 Sep 2019 12:58:52 +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: 26d1a039-76b4-4ca4-9cf8-9ec4cf99e44a X-Archives-Hash: 202c0826d130e623898e80d270e80d1d commit: 011482c262ccbce84ce869e3406757346f1394a2 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 31 18:32:52 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 13 12:42:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011482c2 sys-apps/uam: Use acct-group/plugdev Signed-off-by: Michał Górny gentoo.org> sys-apps/uam/uam-0.3.2-r1.ebuild | 14 +++++--------- sys-apps/uam/uam-9999.ebuild | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/sys-apps/uam/uam-0.3.2-r1.ebuild b/sys-apps/uam/uam-0.3.2-r1.ebuild index eddf29d0f8a..e22ef2bb800 100644 --- a/sys-apps/uam/uam-0.3.2-r1.ebuild +++ b/sys-apps/uam/uam-0.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit udev user +inherit udev DESCRIPTION="Simple udev-based automounter for removable USB media" HOMEPAGE="https://github.com/mgorny/uam/" @@ -14,16 +14,12 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="virtual/udev" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND=" + acct-group/plugdev + virtual/udev" +DEPEND="virtual/pkgconfig" pkg_postinst() { - # The plugdev group is created by pam, pmount and many other ebuilds - # in gx86. As we don't want to depend on any of them (even pmount is - # optional), we create it ourself too. - enewgroup plugdev - elog "To be able to access uam-mounted filesystems, you have to be" elog "a member of the 'plugdev' group." elog diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild index 4aa94933698..3a247b31bd2 100644 --- a/sys-apps/uam/uam-9999.ebuild +++ b/sys-apps/uam/uam-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools git-r3 udev user +inherit autotools git-r3 udev DESCRIPTION="Simple udev-based automounter for removable USB media" HOMEPAGE="https://github.com/mgorny/uam/" @@ -15,9 +15,10 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND="virtual/udev" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND=" + acct-group/plugdev + virtual/udev" +DEPEND="virtual/pkgconfig" src_prepare() { default @@ -25,11 +26,6 @@ src_prepare() { } pkg_postinst() { - # The plugdev group is created by pam, pmount and many other ebuilds - # in gx86. As we don't want to depend on any of them (even pmount is - # optional), we create it ourself too. - enewgroup plugdev - elog "To be able to access uam-mounted filesystems, you have to be" elog "a member of the 'plugdev' group." elog