commit:     63425a92fdbb4d64901316665e50589142776a6c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Sep  9 19:36:52 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 14:49:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63425a92

eclass/qmail: drop qmail_create_users

All ebuilds that were calling this depend on acct-users now.

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/12898
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 eclass/qmail.eclass | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index 429a0251353..158cf1607cf 100644
--- a/eclass/qmail.eclass
+++ b/eclass/qmail.eclass
@@ -105,20 +105,6 @@ qmail_set_cc() {
        sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i 
make-makelib.sh
 }
 
-# @FUNCTION: qmail_create_users
-# @DESCRIPTION:
-# Keep qmail users in sync across ebuilds
-qmail_create_users() {
-       einfo "Creating qmail users"
-       enewuser alias 200 -1  "${QMAIL_HOME}"/alias 200
-       enewuser qmaild 201 -1 "${QMAIL_HOME}" 200
-       enewuser qmaill 202 -1 "${QMAIL_HOME}" 200
-       enewuser qmailp 203 -1 "${QMAIL_HOME}" 200
-       enewuser qmailq 204 -1 "${QMAIL_HOME}" 201
-       enewuser qmailr 205 -1 "${QMAIL_HOME}" 201
-       enewuser qmails 206 -1 "${QMAIL_HOME}" 201
-}
-
 genqmail_src_unpack() {
        cd "${WORKDIR}"
        [[ -n ${GENQMAIL_PV} ]] && unpack "${GENQMAIL_F}"

Reply via email to