Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/, acct-group/vpopmail/
Date: Thu, 26 Sep 2019 16:00:26
Message-Id: 1569513592.9dbfc4954b1411a5bf25a7e1456e42cb76631892.juippis@gentoo
1 commit: 9dbfc4954b1411a5bf25a7e1456e42cb76631892
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Sep 24 15:30:34 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 15:59:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbfc495
7
8 acct-group/vpopmail: add new group (GID 89)
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 acct-group/vpopmail/metadata.xml | 12 ++++++++++++
14 acct-group/vpopmail/vpopmail-0.ebuild | 8 ++++++++
15 net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild | 5 +++--
16 net-mail/vpopmail/vpopmail-5.4.33.ebuild | 5 +++--
17 4 files changed, 26 insertions(+), 4 deletions(-)
18
19 diff --git a/acct-group/vpopmail/metadata.xml b/acct-group/vpopmail/metadata.xml
20 new file mode 100644
21 index 00000000000..984c50fcb5c
22 --- /dev/null
23 +++ b/acct-group/vpopmail/metadata.xml
24 @@ -0,0 +1,12 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="person">
29 + <email>eike@×××××××.de</email>
30 + <name>Rolf Eike Beer</name>
31 + </maintainer>
32 + <maintainer type="project">
33 + <email>proxy-maint@g.o</email>
34 + <name>Proxy Maintainers</name>
35 + </maintainer>
36 +</pkgmetadata>
37
38 diff --git a/acct-group/vpopmail/vpopmail-0.ebuild b/acct-group/vpopmail/vpopmail-0.ebuild
39 new file mode 100644
40 index 00000000000..fed48eea304
41 --- /dev/null
42 +++ b/acct-group/vpopmail/vpopmail-0.ebuild
43 @@ -0,0 +1,8 @@
44 +# Copyright 2019 Gentoo Authors
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=7
48 +
49 +inherit acct-group
50 +
51 +ACCT_GROUP_ID=89
52
53 diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
54 index 9aec8fe2f04..eca83681371 100644
55 --- a/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
56 +++ b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
57 @@ -15,7 +15,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
58 IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"
59 REQUIRED_USE="mysql? ( !postgres )"
60
61 -DEPEND="virtual/qmail
62 +DEPEND="
63 + acct-group/vpopmail
64 + virtual/qmail
65 maildrop? ( mail-filter/maildrop )
66 mysql? ( dev-db/mysql-connector-c:0= )
67 postgres? ( dev-db/postgresql:=[server] )
68 @@ -88,7 +90,6 @@ vpopmail_set_homedir() {
69 }
70
71 pkg_setup() {
72 - enewgroup vpopmail 89
73 enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail
74 upgradewarning
75 }
76
77 diff --git a/net-mail/vpopmail/vpopmail-5.4.33.ebuild b/net-mail/vpopmail/vpopmail-5.4.33.ebuild
78 index bfc60278c20..e91114dbf41 100644
79 --- a/net-mail/vpopmail/vpopmail-5.4.33.ebuild
80 +++ b/net-mail/vpopmail/vpopmail-5.4.33.ebuild
81 @@ -14,7 +14,9 @@ SLOT="0"
82 KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
83 IUSE="clearpasswd ipalias maildrop mysql spamassassin"
84
85 -DEPEND="virtual/qmail
86 +DEPEND="
87 + acct-group/vpopmail
88 + virtual/qmail
89 maildrop? ( mail-filter/maildrop )
90 mysql? ( virtual/mysql )
91 spamassassin? ( mail-filter/spamassassin )"
92 @@ -36,7 +38,6 @@ vpopmail_set_homedir() {
93 }
94
95 pkg_setup() {
96 - enewgroup vpopmail 89
97 enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail
98 upgradewarning
99 }