commit: 5408f85de95386270256d5649bc1c595084be2b2
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jul 23 17:04:08 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 17:05:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5408f85d
mail-mta/notqmail-9999: drop large DNS patch
This has been applied upstream.
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
mail-mta/notqmail/notqmail-9999.ebuild | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/mail-mta/notqmail/notqmail-9999.ebuild
b/mail-mta/notqmail/notqmail-9999.ebuild
index d19ad72c59f..9c68b334dbf 100644
--- a/mail-mta/notqmail/notqmail-9999.ebuild
+++ b/mail-mta/notqmail/notqmail-9999.ebuild
@@ -11,8 +11,6 @@ QMAIL_TLS_F=notqmail-1.08-tls-${QMAIL_TLS_PV}.patch
QMAIL_BIGTODO_F=notqmail-1.08-big-todo.patch
-QMAIL_LARGE_DNS="qmail-103.patch"
-
inherit qmail systemd
if [[ ${PV} == "9999" ]] ; then
@@ -31,7 +29,6 @@ HOMEPAGE="
"
SRC_URI="${SRC_URI}
https://github.com/DerDakon/genqmail/releases/download/genqmail-${GENQMAIL_PV}/${GENQMAIL_F}
- https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS}
!vanilla? (
highvolume? (
https://github.com/notqmail/notqmail/commit/3a22b45974ddd1230da0dfa21f886c3401bee020.patch
-> ${QMAIL_BIGTODO_F}
@@ -104,11 +101,9 @@ src_unpack() {
[[ ${PV} != "9999" ]] && default
}
-PATCHES=(
- "${DISTDIR}/${QMAIL_LARGE_DNS}"
-)
-
src_prepare() {
+ PATCHES=()
+
if ! use vanilla; then
if use qmail-spp; then
PATCHES+=( "${DISTDIR}/${P}-auth.patch" )