From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A082A1382C5 for ; Thu, 17 Jun 2021 15:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA6A9E0855; Thu, 17 Jun 2021 15:56:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4A54E0855 for ; Thu, 17 Jun 2021 15:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C596633BEC7 for ; Thu, 17 Jun 2021 15:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D4C7B4 for ; Thu, 17 Jun 2021 15:56:40 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1623945345.9919ead8eb99038c8a79b60a454c5412c92e01fb.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/netqmail/netqmail-1.06-r14.ebuild X-VCS-Directories: mail-mta/netqmail/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9919ead8eb99038c8a79b60a454c5412c92e01fb X-VCS-Branch: master Date: Thu, 17 Jun 2021 15:56:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a4970bf4-7593-4cca-a21b-6197b990334b X-Archives-Hash: bfbe4aaf45ed7fd17c017df5409960bf commit: 9919ead8eb99038c8a79b60a454c5412c92e01fb Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Jun 17 14:57:57 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jun 17 15:55:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9919ead8 mail-mta/netqmail: stop warning about QMAIL_PATCH_DIR This has been removed years ago, time to remove the cruft. Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> mail-mta/netqmail/netqmail-1.06-r14.ebuild | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index 0e04cd4db01..aef1ed5b4dd 100644 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild @@ -83,17 +83,6 @@ RDEPEND="${DEPEND} !mail-mta/ssmtp[mta] " -pkg_setup() { - if [[ -n "${QMAIL_PATCH_DIR}" ]]; then - eerror - eerror "The QMAIL_PATCH_DIR variable for custom patches" - eerror "has been removed from ${PN}. If you need custom patches" - eerror "see 'user patches' in the portage manual." - eerror - die "QMAIL_PATCH_DIR is not supported anymore" - fi -} - src_unpack() { genqmail_src_unpack use qmail-spp && qmail_spp_src_unpack