mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
committed by
Sam James
parent
f42bd5e087
commit
a650c8a859
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user