summaryrefslogtreecommitdiff
path: root/mail-mta/notqmail
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /mail-mta/notqmail
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'mail-mta/notqmail')
-rw-r--r--mail-mta/notqmail/Manifest2
-rw-r--r--mail-mta/notqmail/notqmail-9999.ebuild9
2 files changed, 3 insertions, 8 deletions
diff --git a/mail-mta/notqmail/Manifest b/mail-mta/notqmail/Manifest
index 8de0c7e802b7..db7922c130f3 100644
--- a/mail-mta/notqmail/Manifest
+++ b/mail-mta/notqmail/Manifest
@@ -7,5 +7,5 @@ DIST notqmail-1.08-tls-spp.patch 64223 BLAKE2B d2337017dacd41d975a9ebd4650cce584
DIST notqmail-1.08.tar.xz 179500 BLAKE2B 6c774037b257849aea65e7761a6f6c9918079faa490c0ed027d73a8b32de5d5907a54a59162b9b68479229c4b92a23fe28cd2f334123cfe674a94502b90a3635 SHA512 c18d09e28c2e580522eea144e5344e814811108b12f3272b4cf10ad58d9d3d8e666616dcfea2f369e226b68db4fe8cf67cbae994b242d36e9e07c289a0539394
DIST qmail-103.patch 2104 BLAKE2B 23721b3331c719f3b6deca8b2603bf824b66068d3901a84dda9edbe33b506d0c2b6e711364e2426d9e393453a54485f0286d4668f99cf6b9acabf10a5dc59b0a SHA512 b81062bb0b0023f474c0b6af40601926e1c04ad395de480d114809e48a8060c06d99bdbdeb6f44d9e24ae1acedabb094b979193d305371aed958f18fc6eee354
EBUILD notqmail-1.08-r3.ebuild 4411 BLAKE2B eb096ec4d942d90120615c1d8385c9149f7409815696f574487e7bc0225000483db4e5170e3f578a8e28d2a272de0e27357292c9106520a2770661ec7a1b1498 SHA512 64dfbec09a2b8c9bae743641b75c689431ad10e756633067b2398767580de801cabd7dd4ec164b0665eca9233e581992ee9cf64231ac747defbb6999a78ab437
-EBUILD notqmail-9999.ebuild 4380 BLAKE2B 6d50a59eb3c3576fcc1acadeecc73ecba3f35f2b54fc226fa16e4f187eb8476d8da27cbac32ddf8d3c6462cc70bb18a0c9e90f6db8a15b037a3132fe53f311c8 SHA512 390901fa08ca3e0694fd053e8edf4373876460e62a868f1352d692c40d44bde7e8ddcd5694f05f135f32ffa3d299c2cdda0539c66c0ece2f968b523fdbc7f0d4
+EBUILD notqmail-9999.ebuild 4266 BLAKE2B fbbba305aff99486f322e1ff9944a05a07c8e07dd97204d770c5b7e531484c34080c2db6f28213d09c0e7a7d381341533b7394b9693c46c6372e89007ebb2ea7 SHA512 447e96d61e77c3c684483988d3aad1846e3dc818790a8715d127cc4a4fbcc119495eb52ecd5cc3cda34230b4fc2f9b6806b818b625aa1c44ea1ae1753d424ece
MISC metadata.xml 807 BLAKE2B 3bbc2374094c3bcfab161787b20321ab8dac7e861c758f4803507d6063b3441c382ce8dd3447c6e939181d32d06547bf91c47d4928a1e5ce8a76eca6c7db496c SHA512 e0619acfcebadc9b2d1ff7c47767426528c74d157072a489b61f8cc61c549671544744c6fd74c4531c2bed04974157fd12010c5ef6b28380d11723446549084b
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" )