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 5CF02138350 for ; Wed, 5 Feb 2020 12:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B31E0AAC; Wed, 5 Feb 2020 12:47:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AC4A4E0AAC for ; Wed, 5 Feb 2020 12:47:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF0D934E785 for ; Wed, 5 Feb 2020 12:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502F0B0 for ; Wed, 5 Feb 2020 12:47:24 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1580906834.b7f89b0b0de232477a46fe0ba4dfe56382088c58.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild X-VCS-Directories: mail-mta/opensmtpd/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: b7f89b0b0de232477a46fe0ba4dfe56382088c58 X-VCS-Branch: master Date: Wed, 5 Feb 2020 12:47:24 +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: dee29cba-1184-4ecc-8240-8c88d8c1a4d8 X-Archives-Hash: 914a4efe4dd91072919078c788055a2a commit: b7f89b0b0de232477a46fe0ba4dfe56382088c58 Author: Jason A. Donenfeld gentoo org> AuthorDate: Wed Feb 5 12:47:14 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Wed Feb 5 12:47:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f89b0b mail-mta/opensmtpd: opensmtpd-extras package is gone Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld gentoo.org> mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild | 8 -------- mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild | 6 ------ 2 files changed, 14 deletions(-) diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild index bdc4021247d..10d6ce9bc02 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild @@ -75,11 +75,3 @@ src_install() { ln -s --relative "${ED}"/usr/sbin/smtpctl "${ED}"/usr/$(get_libdir)/sendmail || die fi } - -pkg_postinst() { - einfo - einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps," - einfo "Redis, and many other useful addons and filters are" - einfo "available in the mail-filter/opensmtpd-extras package." - einfo -} diff --git a/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild index 0889df338c5..78d71db39df 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild @@ -72,12 +72,6 @@ src_install() { } pkg_postinst() { - einfo - einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps," - einfo "Redis, and many other useful addons and filters are" - einfo "available in the mail-filter/opensmtpd-extras package." - einfo - ewarn ewarn "If you're upgrading from version 6.0, note that the" ewarn "configuration syntax has changed, and config files"