Skip to content

Commit

Permalink
mail-mta/notqmail-9999: drop large DNS patch
Browse files Browse the repository at this point in the history
This has been applied upstream.

Signed-off-by: Rolf Eike Beer <[email protected]>
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
DerDakon authored and Sergei Trofimovich committed Jul 23, 2021
1 parent 3971f54 commit 5408f85
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mail-mta/notqmail/notqmail-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down Expand Up @@ -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" )
Expand Down

0 comments on commit 5408f85

Please sign in to comment.