Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/
Date: Wed, 10 Apr 2019 05:13:37
Message-Id: 1554873207.7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9.anarchy@gentoo
1 commit: 7d41c6b260fe4bee9f6f3b76b00d27a6becb34d9
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 05:13:10 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 05:13:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d41c6b2
7
8 sys-fs/eudev: create kvm/render group
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-fs/eudev/{eudev-3.2.7-r1.ebuild => eudev-3.2.7-r2.ebuild} | 4 +++-
14 sys-fs/eudev/eudev-9999.ebuild | 4 +++-
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-fs/eudev/eudev-3.2.7-r1.ebuild b/sys-fs/eudev/eudev-3.2.7-r2.ebuild
18 similarity index 98%
19 rename from sys-fs/eudev/eudev-3.2.7-r1.ebuild
20 rename to sys-fs/eudev/eudev-3.2.7-r2.ebuild
21 index 63a4096b3f0..21b78a5bbe0 100644
22 --- a/sys-fs/eudev/eudev-3.2.7-r1.ebuild
23 +++ b/sys-fs/eudev/eudev-3.2.7-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30 @@ -190,6 +190,8 @@ pkg_postinst() {
31 # https://bugs.gentoo.org/246847
32 # https://bugs.gentoo.org/514174
33 enewgroup input
34 + enewgroup kvm 78
35 + enewgroup render
36
37 # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
38 # process it as a list. We only care about the zero case (new install) or the case where
39
40 diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild
41 index 63a4096b3f0..21b78a5bbe0 100644
42 --- a/sys-fs/eudev/eudev-9999.ebuild
43 +++ b/sys-fs/eudev/eudev-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="6"
50 @@ -190,6 +190,8 @@ pkg_postinst() {
51 # https://bugs.gentoo.org/246847
52 # https://bugs.gentoo.org/514174
53 enewgroup input
54 + enewgroup kvm 78
55 + enewgroup render
56
57 # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
58 # process it as a list. We only care about the zero case (new install) or the case where