Skip to content

Commit

Permalink
mail-mta/n[eo]tqmail: drop ucspi-ssl dependency for pop3s
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/889216
Bug: https://bugs.gentoo.org/889218
Signed-off-by: Rolf Eike Beer <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
DerDakon authored and thesamesam committed Dec 31, 2022
1 parent ec4f22b commit 9e1bcf7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 25 deletions.
10 changes: 2 additions & 8 deletions eclass/qmail.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ qmail_tcprules_install() {
insinto "${TCPRULES_DIR}"
doins "${GENQMAIL_S}"/tcprules/Makefile.qmail
doins "${GENQMAIL_S}"/tcprules/tcp.qmail-*
use ssl && use pop3 || rm -f "${D}${TCPRULES_DIR}"/tcp.qmail-pop3sd
rm -f "${D}${TCPRULES_DIR}"/tcp.qmail-pop3sd
}

qmail_supervise_install_one() {
Expand All @@ -263,7 +263,6 @@ qmail_supervise_install() {

if use pop3; then
qmail_supervise_install_one qmail-pop3d
use ssl && qmail_supervise_install_one qmail-pop3sd
fi
}

Expand Down Expand Up @@ -344,7 +343,7 @@ qmail_rootmail_fixup() {
}

qmail_tcprules_build() {
for f in tcp.qmail-{smtp,qmtp,qmqp,pop3,pop3s}; do
for f in tcp.qmail-{smtp,qmtp,qmqp,pop3}; do
# please note that we don't check if it exists
# as we want it to make the cdb files anyway!
src="${ROOT}${TCPRULES_DIR}/${f}"
Expand All @@ -371,11 +370,6 @@ qmail_supervise_config_notice() {
elog "To start the pop3 server as well, create the following link:"
elog "ln -s ${SUPERVISE_DIR}/qmail-pop3d /service/qmail-pop3d"
elog
if use ssl; then
elog "To start the pop3s server as well, create the following link:"
elog "ln -s ${SUPERVISE_DIR}/qmail-pop3sd /service/qmail-pop3sd"
elog
fi
fi
elog "Additionally, the QMTP and QMQP protocols are supported, "
elog "and can be started as:"
Expand Down
5 changes: 1 addition & 4 deletions mail-mta/netqmail/netqmail-1.06-r14.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -67,9 +67,6 @@ RDEPEND="${DEPEND}
virtual/checkpassword
virtual/daemontools
authcram? ( >=net-mail/cmd5checkpw-0.30 )
ssl? (
pop3? ( sys-apps/ucspi-ssl )
)
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
Expand Down
5 changes: 1 addition & 4 deletions mail-mta/netqmail/netqmail-1.06-r16.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -65,9 +65,6 @@ DEPEND="
RDEPEND="${DEPEND}
sys-apps/ucspi-tcp
authcram? ( >=net-mail/cmd5checkpw-0.30 )
ssl? (
pop3? ( sys-apps/ucspi-ssl )
)
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
Expand Down
3 changes: 0 additions & 3 deletions mail-mta/notqmail/notqmail-1.08-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ RDEPEND="${DEPEND}
acct-user/qmailr
acct-user/qmails
sys-apps/ucspi-tcp
ssl? (
pop3? ( sys-apps/ucspi-ssl )
)
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
Expand Down
3 changes: 0 additions & 3 deletions mail-mta/notqmail/notqmail-1.08-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ RDEPEND="${DEPEND}
acct-user/qmailr
acct-user/qmails
sys-apps/ucspi-tcp
ssl? (
pop3? ( sys-apps/ucspi-ssl )
)
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
Expand Down
3 changes: 0 additions & 3 deletions mail-mta/notqmail/notqmail-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ RDEPEND="${DEPEND}
acct-user/qmailr
acct-user/qmails
sys-apps/ucspi-tcp
ssl? (
pop3? ( sys-apps/ucspi-ssl )
)
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
Expand Down

0 comments on commit 9e1bcf7

Please sign in to comment.