Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/
Date: Sat, 31 Dec 2022 22:41:02
Message-Id: 1672526385.d22f9a5e29fa7f182abf8eec54616e1ed4c9f946.sam@gentoo
1 commit: d22f9a5e29fa7f182abf8eec54616e1ed4c9f946
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Dec 31 21:27:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 22:39:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22f9a5e
7
8 Revert "mail-mta/netqmail: Remove USE=pop3"
9
10 This reverts commit bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6.
11
12 Bug: https://bugs.gentoo.org/889216
13 Bug: https://bugs.gentoo.org/889218
14 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 mail-mta/netqmail/netqmail-1.06-r14.ebuild | 7 +++++--
18 mail-mta/netqmail/netqmail-1.06-r16.ebuild | 7 +++++--
19 2 files changed, 10 insertions(+), 4 deletions(-)
20
21 diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
22 index de1b07a4b18c..e1f204048728 100644
23 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild
24 +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2022 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz
32 LICENSE="public-domain"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
35 -IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla"
36 +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla"
37 REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )"
38 RESTRICT="test"
39
40 @@ -67,6 +67,9 @@ RDEPEND="${DEPEND}
41 virtual/checkpassword
42 virtual/daemontools
43 authcram? ( >=net-mail/cmd5checkpw-0.30 )
44 + ssl? (
45 + pop3? ( sys-apps/ucspi-ssl )
46 + )
47 !mail-mta/courier
48 !mail-mta/esmtp
49 !mail-mta/exim
50
51 diff --git a/mail-mta/netqmail/netqmail-1.06-r16.ebuild b/mail-mta/netqmail/netqmail-1.06-r16.ebuild
52 index 10daf0337012..3a8a3899566f 100644
53 --- a/mail-mta/netqmail/netqmail-1.06-r16.ebuild
54 +++ b/mail-mta/netqmail/netqmail-1.06-r16.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2022 Gentoo Authors
57 +# Copyright 1999-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=8
61 @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz
62 LICENSE="public-domain"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
65 -IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla"
66 +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla"
67 REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )"
68 RESTRICT="test"
69
70 @@ -65,6 +65,9 @@ DEPEND="
71 RDEPEND="${DEPEND}
72 sys-apps/ucspi-tcp
73 authcram? ( >=net-mail/cmd5checkpw-0.30 )
74 + ssl? (
75 + pop3? ( sys-apps/ucspi-ssl )
76 + )
77 !mail-mta/courier
78 !mail-mta/esmtp
79 !mail-mta/exim