summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2020-02-05 13:47:14 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2020-02-05 13:47:14 +0100
commitb7f89b0b0de232477a46fe0ba4dfe56382088c58 (patch)
tree34dc15bfd58ad39e84eaaa284367d52b6edf3c52 /mail-mta
parentmail-mta/opensmtpd: port to GLEP 81 (diff)
downloadgentoo-b7f89b0b0de232477a46fe0ba4dfe56382088c58.tar.gz
gentoo-b7f89b0b0de232477a46fe0ba4dfe56382088c58.tar.bz2
gentoo-b7f89b0b0de232477a46fe0ba4dfe56382088c58.zip
mail-mta/opensmtpd: opensmtpd-extras package is gone
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/opensmtpd-6.0.3_p1-r2.ebuild8
-rw-r--r--mail-mta/opensmtpd/opensmtpd-6.6.2_p1.ebuild6
2 files changed, 0 insertions, 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 bdc4021247d6..10d6ce9bc02e 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 0889df338c55..78d71db39df8 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"