diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-08-13 12:42:47 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-17 02:41:20 +0100 |
commit | 7b8138b6093d4dc09f5131439c7f3b35175169c4 (patch) | |
tree | 9fdd39ffd2109a917b7b068e03442de7be236594 /mail-mta/notqmail | |
parent | qmail.eclass: remove needless keepdirs (diff) | |
download | gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.tar.gz gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.tar.bz2 gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.zip |
qmail.eclass: retire qmail_tcprules_fixup()
This has been in all ebuilds since the move of the portage tree to git, so
everyone should have already moved the files.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/21999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta/notqmail')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r3.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-9999.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r3.ebuild b/mail-mta/notqmail/notqmail-1.08-r3.ebuild index 382f241e719e..6afc55ac3bde 100644 --- a/mail-mta/notqmail/notqmail-1.08-r3.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r3.ebuild @@ -173,10 +173,6 @@ pkg_postinst() { elog } -pkg_preinst() { - qmail_tcprules_fixup -} - pkg_config() { # avoid some weird locale problems export LC_ALL=C diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index 8673f74908f8..224aaed06285 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -168,10 +168,6 @@ pkg_postinst() { elog } -pkg_preinst() { - qmail_tcprules_fixup -} - pkg_config() { # avoid some weird locale problems export LC_ALL=C |