Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/
Date: Fri, 13 Sep 2019 12:59:03
Message-Id: 1568378571.9e67ca5ea7aec6933243b1559748cd80296d7d0b.mgorny@gentoo
1 commit: 9e67ca5ea7aec6933243b1559748cd80296d7d0b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 12:16:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 12:42:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e67ca5e
7
8 sys-apps/udevil: Use acct-group/plugdev
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/udevil/udevil-0.4.4-r3.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-apps/udevil/udevil-0.4.4-r3.ebuild b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
16 index 0dede83db0e..fdae0cfa0d3 100644
17 --- a/sys-apps/udevil/udevil-0.4.4-r3.ebuild
18 +++ b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -inherit autotools user
27 +inherit autotools
28
29 DESCRIPTION="mount and unmount removable devices without a password"
30 HOMEPAGE="https://ignorantguru.github.com/udevil/"
31 @@ -14,7 +14,9 @@ SLOT="0"
32 KEYWORDS="amd64 x86"
33 IUSE=""
34
35 -RDEPEND=">=app-shells/bash-4.0:*
36 +RDEPEND="
37 + acct-group/plugdev
38 + >=app-shells/bash-4.0:*
39 dev-libs/glib:2
40 sys-apps/util-linux
41 virtual/acl
42 @@ -24,10 +26,6 @@ DEPEND="${RDEPEND}
43 sys-devel/gettext
44 virtual/pkgconfig"
45
46 -pkg_setup(){
47 - enewgroup plugdev
48 -}
49 -
50 PATCHES=(
51 # This works for 0.4.4 too, no sense copying the patch
52 "${FILESDIR}"/${PN}-0.4.3-flags.patch