diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-12-25 11:57:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-12-25 11:57:00 +0100 |
commit | e2a2f4e0318e7ba37697d632452307f509c5055d (patch) | |
tree | b64e313d6d81e25a32d3765ca6b58dd3fa9e811a /mail-mta/exim | |
parent | mail-mta/exim: drop no longer used exiscan-acl USE-desc from metadata.xml (diff) | |
download | gentoo-e2a2f4e0318e7ba37697d632452307f509c5055d.tar.gz gentoo-e2a2f4e0318e7ba37697d632452307f509c5055d.tar.bz2 gentoo-e2a2f4e0318e7ba37697d632452307f509c5055d.zip |
mail-mta/exim: drop srs-alt/srs-native USE-flags descriptions
remove from metadata.xml
remove change notice from 4.97
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'mail-mta/exim')
-rw-r--r-- | mail-mta/exim/exim-4.97-r2.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/exim/metadata.xml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/mail-mta/exim/exim-4.97-r2.ebuild b/mail-mta/exim/exim-4.97-r2.ebuild index 06ad474f9e9c..ada81a9a2399 100644 --- a/mail-mta/exim/exim-4.97-r2.ebuild +++ b/mail-mta/exim/exim-4.97-r2.ebuild @@ -622,10 +622,6 @@ pkg_postinst() { einfo "documentation at the bottom of this prerelease message:" einfo " http://article.gmane.org/gmane.mail.exim.devel/3579" fi - if use srs; then - einfo "SRS support using libsrs_alt was dropped in this" - einfo "release of Exim, you are now using the native SRS implementation" - fi use dsn && einfo "extra information in fail DSN message is experimental" einfo elog "Note that this release contains a tainted variable check that" diff --git a/mail-mta/exim/metadata.xml b/mail-mta/exim/metadata.xml index abbcc855d88d..536bdc48deb3 100644 --- a/mail-mta/exim/metadata.xml +++ b/mail-mta/exim/metadata.xml @@ -35,10 +35,6 @@ <flag name="mbx">Adds support for UW's mbx format</flag> <flag name="spf">Adds support for Sender Policy Framework</flag> <flag name="srs">Adds support for Sender Rewriting Scheme</flag> - <flag name="srs-alt">Use <pkg>mail-filter/libsrs_alt</pkg> to - implement SRS support</flag> - <flag name="srs-native">Use Exim's built-in SRS support to - implement SRS support</flag> <flag name="proxy">Add support for being behind a proxy, such as HAProxy</flag> <flag name="pkcs11">Require pkcs11 support in <pkg>net-libs/gnutls</pkg> with USE=gnutls</flag> <flag name="redis">Adds support for querying <pkg>dev-db/redis</pkg></flag> |