sys-fs/eudev: use acct-group packages
authorMike Gilbert <floppym@gentoo.org>
Mon, 29 Jul 2019 17:50:43 +0000 (13:50 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 29 Jul 2019 17:50:54 +0000 (13:50 -0400)
Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-fs/eudev/eudev-3.2.5.ebuild
sys-fs/eudev/eudev-3.2.7-r2.ebuild
sys-fs/eudev/eudev-3.2.8.ebuild
sys-fs/eudev/eudev-4.9999.ebuild
sys-fs/eudev/eudev-9999.ebuild

index d84528595794add54e504ceeab5e07e85834beb8..292095d63780ed7df3968c0146f5b39f0c5fc9d3 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 KV_min=2.6.39
 
-inherit autotools linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
@@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
        test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}
+       acct-group/input
+       acct-group/kvm
+       acct-group/render
        !<sys-fs/lvm2-2.02.103
        !<sec-policy/selinux-base-2.20120725-r10
        !sys-fs/udev
@@ -184,12 +187,6 @@ pkg_postinst() {
                ewarn "else losetup may be confused when looking for unused devices."
        fi
 
-       # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
-       # https://bugs.gentoo.org/246847
-       # https://bugs.gentoo.org/514174
-       enewgroup input
-
-       # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
        # process it as a list.  We only care about the zero case (new install) or the case where
        # the same version is being re-emerged.  If there is a second version, allow it to abort.
        local rv rvres=doitnew
index 9ab6b6a42a2c9d9acfcb5e45199d26efcbabae7c..a9b3e55a1b92e1a245d703b76e163afebc649e83 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 
 KV_min=2.6.39
 
-inherit autotools linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
@@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
        test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}
+       acct-group/input
+       acct-group/kvm
+       acct-group/render
        !<sys-fs/lvm2-2.02.103
        !<sec-policy/selinux-base-2.20120725-r10
        !sys-fs/udev
@@ -186,13 +189,6 @@ pkg_postinst() {
                ewarn "else losetup may be confused when looking for unused devices."
        fi
 
-       # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
-       # https://bugs.gentoo.org/246847
-       # https://bugs.gentoo.org/514174
-       enewgroup input
-       enewgroup kvm 78
-       enewgroup render
-
        # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
        # process it as a list.  We only care about the zero case (new install) or the case where
        # the same version is being re-emerged.  If there is a second version, allow it to abort.
index 9ab6b6a42a2c9d9acfcb5e45199d26efcbabae7c..a9b3e55a1b92e1a245d703b76e163afebc649e83 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 
 KV_min=2.6.39
 
-inherit autotools linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
@@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
        test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}
+       acct-group/input
+       acct-group/kvm
+       acct-group/render
        !<sys-fs/lvm2-2.02.103
        !<sec-policy/selinux-base-2.20120725-r10
        !sys-fs/udev
@@ -186,13 +189,6 @@ pkg_postinst() {
                ewarn "else losetup may be confused when looking for unused devices."
        fi
 
-       # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
-       # https://bugs.gentoo.org/246847
-       # https://bugs.gentoo.org/514174
-       enewgroup input
-       enewgroup kvm 78
-       enewgroup render
-
        # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
        # process it as a list.  We only care about the zero case (new install) or the case where
        # the same version is being re-emerged.  If there is a second version, allow it to abort.
index a2f3610f835cfe1ee61600c9ef3713a080cce085..da2372754cf1a7acc4048ecb8b370986b301284d 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 
 KV_min=2.6.39
 
-inherit autotools linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal
 
 if [[ ${PV} = 4.9999* ]]; then
        EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
@@ -40,6 +40,9 @@ DEPEND="${COMMON_DEPEND}
        test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}
+       acct-group/input
+       acct-group/kvm
+       acct-group/render
        !<sys-fs/lvm2-2.02.103
        !<sec-policy/selinux-base-2.20120725-r10
        !sys-fs/udev
@@ -178,12 +181,6 @@ pkg_postinst() {
                ewarn "else losetup may be confused when looking for unused devices."
        fi
 
-       # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
-       # https://bugs.gentoo.org/246847
-       # https://bugs.gentoo.org/514174
-       enewgroup input
-
-       # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
        # process it as a list.  We only care about the zero case (new install) or the case where
        # the same version is being re-emerged.  If there is a second version, allow it to abort.
        local rv rvres=doitnew
index 9ab6b6a42a2c9d9acfcb5e45199d26efcbabae7c..a9b3e55a1b92e1a245d703b76e163afebc649e83 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 
 KV_min=2.6.39
 
-inherit autotools linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
@@ -39,6 +39,9 @@ DEPEND="${COMMON_DEPEND}
        test? ( app-text/tree dev-lang/perl )"
 
 RDEPEND="${COMMON_DEPEND}
+       acct-group/input
+       acct-group/kvm
+       acct-group/render
        !<sys-fs/lvm2-2.02.103
        !<sec-policy/selinux-base-2.20120725-r10
        !sys-fs/udev
@@ -186,13 +189,6 @@ pkg_postinst() {
                ewarn "else losetup may be confused when looking for unused devices."
        fi
 
-       # https://cgit.freedesktop.org/systemd/systemd/commit/rules/50-udev-default.rules?id=3dff3e00e044e2d53c76fa842b9a4759d4a50e69
-       # https://bugs.gentoo.org/246847
-       # https://bugs.gentoo.org/514174
-       enewgroup input
-       enewgroup kvm 78
-       enewgroup render
-
        # REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
        # process it as a list.  We only care about the zero case (new install) or the case where
        # the same version is being re-emerged.  If there is a second version, allow it to abort.