Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 21 Sep 2019 14:49:34
Message-Id: 1569077348.63425a92fdbb4d64901316665e50589142776a6c.juippis@gentoo
1 commit: 63425a92fdbb4d64901316665e50589142776a6c
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Sep 9 19:36:52 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 14:49:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63425a92
7
8 eclass/qmail: drop qmail_create_users
9
10 All ebuilds that were calling this depend on acct-users now.
11
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Closes: https://github.com/gentoo/gentoo/pull/12898
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 eclass/qmail.eclass | 14 --------------
17 1 file changed, 14 deletions(-)
18
19 diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
20 index 429a0251353..158cf1607cf 100644
21 --- a/eclass/qmail.eclass
22 +++ b/eclass/qmail.eclass
23 @@ -105,20 +105,6 @@ qmail_set_cc() {
24 sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh
25 }
26
27 -# @FUNCTION: qmail_create_users
28 -# @DESCRIPTION:
29 -# Keep qmail users in sync across ebuilds
30 -qmail_create_users() {
31 - einfo "Creating qmail users"
32 - enewuser alias 200 -1 "${QMAIL_HOME}"/alias 200
33 - enewuser qmaild 201 -1 "${QMAIL_HOME}" 200
34 - enewuser qmaill 202 -1 "${QMAIL_HOME}" 200
35 - enewuser qmailp 203 -1 "${QMAIL_HOME}" 200
36 - enewuser qmailq 204 -1 "${QMAIL_HOME}" 201
37 - enewuser qmailr 205 -1 "${QMAIL_HOME}" 201
38 - enewuser qmails 206 -1 "${QMAIL_HOME}" 201
39 -}
40 -
41 genqmail_src_unpack() {
42 cd "${WORKDIR}"
43 [[ -n ${GENQMAIL_PV} ]] && unpack "${GENQMAIL_F}"