Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
Date: Sat, 03 Apr 2021 15:48:47
Message-Id: 1617464913.170ac0f9f39ef299fc1d4ba4af0b53481120681b.sam@gentoo
1 commit: 170ac0f9f39ef299fc1d4ba4af0b53481120681b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 15:47:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:48:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170ac0f9
7
8 net-mail/qmailadmin: sort inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
16 index f5949b52f56..a71c6727a32 100644
17 --- a/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
18 +++ b/net-mail/qmailadmin/qmailadmin-1.2.15-r1.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=7
22
23 -inherit qmail webapp autotools
24 +WEBAPP_MANUAL_SLOT="yes"
25 +inherit autotools qmail webapp
26
27 MY_P=${P/_rc/-rc}
28
29 @@ -13,18 +14,18 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 -WEBAPP_MANUAL_SLOT="yes"
34 KEYWORDS="amd64 arm ~hppa ~ia64 ppc s390 sparc x86"
35 IUSE="maildrop"
36 # the RESTRICT is because the vpopmail lib directory is locked down
37 # and non-root can't access them.
38 RESTRICT="userpriv"
39
40 -RDEPEND="virtual/qmail
41 - >=net-mail/vpopmail-5.4.33
42 +RDEPEND="
43 net-mail/autorespond
44 + >=net-mail/vpopmail-5.4.33
45 + virtual/qmail
46 maildrop? ( >=mail-filter/maildrop-2.0.1 )"
47 -DEPEND=${RDEPEND}
48 +DEPEND="${RDEPEND}"
49
50 S="${WORKDIR}"/${MY_P}