eclass/qmail: drop qmail_create_groups
authorRolf Eike Beer <eike@sf-mail.de>
Sun, 8 Sep 2019 19:40:09 +0000 (21:40 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sat, 21 Sep 2019 14:49:08 +0000 (17:49 +0300)
All ebuilds that were calling this directly or indirectly depend on acct-group
now.

Closes: https://bugs.gentoo.org/533184
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
eclass/qmail.eclass

index 8dd3ae99043f63962e76adbcb6657605ce930965..429a0251353b5d1bc8e5be9ee94c017e765c9897 100644 (file)
@@ -105,21 +105,10 @@ qmail_set_cc() {
        sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh
 }
 
-# @FUNCTION: qmail_create_groups
-# @DESCRIPTION:
-# Keep qmail groups in sync across ebuilds
-qmail_create_groups() {
-       einfo "Creating qmail groups"
-       enewgroup nofiles 200
-       enewgroup qmail 201
-}
-
 # @FUNCTION: qmail_create_users
 # @DESCRIPTION:
 # Keep qmail users in sync across ebuilds
 qmail_create_users() {
-       qmail_create_groups
-
        einfo "Creating qmail users"
        enewuser alias 200 -1  "${QMAIL_HOME}"/alias 200
        enewuser qmaild 201 -1 "${QMAIL_HOME}" 200