Gentoo Archives: gentoo-commits

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