Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/
Date: Thu, 17 Jun 2021 15:56:45
Message-Id: 1623945345.9919ead8eb99038c8a79b60a454c5412c92e01fb.slyfox@gentoo
1 commit: 9919ead8eb99038c8a79b60a454c5412c92e01fb
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 17 14:57:57 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 15:55:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9919ead8
7
8 mail-mta/netqmail: stop warning about QMAIL_PATCH_DIR
9
10 This has been removed years ago, time to remove the cruft.
11
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 mail-mta/netqmail/netqmail-1.06-r14.ebuild | 11 -----------
16 1 file changed, 11 deletions(-)
17
18 diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
19 index 0e04cd4db01..aef1ed5b4dd 100644
20 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild
21 +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild
22 @@ -83,17 +83,6 @@ RDEPEND="${DEPEND}
23 !mail-mta/ssmtp[mta]
24 "
25
26 -pkg_setup() {
27 - if [[ -n "${QMAIL_PATCH_DIR}" ]]; then
28 - eerror
29 - eerror "The QMAIL_PATCH_DIR variable for custom patches"
30 - eerror "has been removed from ${PN}. If you need custom patches"
31 - eerror "see 'user patches' in the portage manual."
32 - eerror
33 - die "QMAIL_PATCH_DIR is not supported anymore"
34 - fi
35 -}
36 -
37 src_unpack() {
38 genqmail_src_unpack
39 use qmail-spp && qmail_spp_src_unpack