summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2021-07-23 19:04:08 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2021-07-23 18:05:50 +0100
commit5408f85de95386270256d5649bc1c595084be2b2 (patch)
tree078817a6dc8d859e49452175ddee8740c3b142d1 /mail-mta
parentapp-admin/logrotate: stable 3.18.1 for sparc, bug #803458 (diff)
downloadgentoo-5408f85de95386270256d5649bc1c595084be2b2.tar.gz
gentoo-5408f85de95386270256d5649bc1c595084be2b2.tar.bz2
gentoo-5408f85de95386270256d5649bc1c595084be2b2.zip
mail-mta/notqmail-9999: drop large DNS patch
This has been applied upstream. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/notqmail/notqmail-9999.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild
index d19ad72c59fc..9c68b334dbf5 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" )