diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-08 16:01:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-08 15:12:23 +0000 |
commit | a650c8a85921a0c68870ead1b2dc6bfbcbb9fd7e (patch) | |
tree | bfe9218e90c5ea01a6de4af930c8a92932e2efb9 /mail-mta | |
parent | sci-electronics/gspeakers: add missing patches (diff) | |
download | gentoo-a650c8a85921a0c68870ead1b2dc6bfbcbb9fd7e.tar.gz gentoo-a650c8a85921a0c68870ead1b2dc6bfbcbb9fd7e.tar.bz2 gentoo-a650c8a85921a0c68870ead1b2dc6bfbcbb9fd7e.zip |
mail-mta/courier: fix patching, remove unused eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/774870
Closes: https://github.com/gentoo/gentoo/pull/19832
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/courier/courier-1.0.13.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/courier/courier-1.0.14.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/courier/courier-1.0.17.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/courier/courier-1.0.5.ebuild | 7 | ||||
-rw-r--r-- | mail-mta/courier/files/norewrite.patch | 4 |
5 files changed, 17 insertions, 13 deletions
diff --git a/mail-mta/courier/courier-1.0.13.ebuild b/mail-mta/courier/courier-1.0.13.ebuild index 4451b6d47e0d..c05f3387c09f 100644 --- a/mail-mta/courier/courier-1.0.13.ebuild +++ b/mail-mta/courier/courier-1.0.13.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib + +inherit flag-o-matic multilib DESCRIPTION="An MTA designed specifically for maildirs" HOMEPAGE="https://www.courier-mta.org/" @@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 )" src_prepare() { - use norewrite && epatch "${FILESDIR}/norewrite.patch" + use norewrite && eapply "${FILESDIR}/norewrite.patch" default } diff --git a/mail-mta/courier/courier-1.0.14.ebuild b/mail-mta/courier/courier-1.0.14.ebuild index 7919c9f23584..795a78c203b9 100644 --- a/mail-mta/courier/courier-1.0.14.ebuild +++ b/mail-mta/courier/courier-1.0.14.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib + +inherit flag-o-matic multilib DESCRIPTION="An MTA designed specifically for maildirs" HOMEPAGE="https://www.courier-mta.org/" @@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 )" src_prepare() { - use norewrite && epatch "${FILESDIR}/norewrite.patch" + use norewrite && eapply "${FILESDIR}/norewrite.patch" default } diff --git a/mail-mta/courier/courier-1.0.17.ebuild b/mail-mta/courier/courier-1.0.17.ebuild index 8b9ae5cab58c..18202c44d22d 100644 --- a/mail-mta/courier/courier-1.0.17.ebuild +++ b/mail-mta/courier/courier-1.0.17.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib + +inherit flag-o-matic multilib DESCRIPTION="An MTA designed specifically for maildirs" HOMEPAGE="https://www.courier-mta.org/" @@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 )" src_prepare() { - use norewrite && epatch "${FILESDIR}/norewrite.patch" + use norewrite && eapply "${FILESDIR}/norewrite.patch" default } diff --git a/mail-mta/courier/courier-1.0.5.ebuild b/mail-mta/courier/courier-1.0.5.ebuild index ce3d563a4d0e..470c2a9a78fe 100644 --- a/mail-mta/courier/courier-1.0.5.ebuild +++ b/mail-mta/courier/courier-1.0.5.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib + +inherit flag-o-matic multilib DESCRIPTION="An MTA designed specifically for maildirs" HOMEPAGE="http://www.courier-mta.org/" @@ -65,7 +66,7 @@ PDEPEND="pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 )" src_prepare() { - use norewrite && epatch "${FILESDIR}/norewrite.patch" + use norewrite && eapply "${FILESDIR}/norewrite.patch" default } diff --git a/mail-mta/courier/files/norewrite.patch b/mail-mta/courier/files/norewrite.patch index 8d8f5362967e..9fd4224348cf 100644 --- a/mail-mta/courier/files/norewrite.patch +++ b/mail-mta/courier/files/norewrite.patch @@ -1,5 +1,5 @@ ---- courier/module.esmtp/esmtp.c.orig 2004-02-03 01:08:15.679486558 -0700 -+++ courier/module.esmtp/esmtp.c 2004-02-03 01:07:41.262697092 -0700 +--- a/courier/module.esmtp/esmtp.c 2004-02-03 01:08:15.679486558 -0700 ++++ b/courier/module.esmtp/esmtp.c 2004-02-03 01:07:41.262697092 -0700 @@ -255,6 +255,10 @@ const char *me; struct rfc822t *tp; struct rfc822token at; |