summaryrefslogtreecommitdiff
path: root/net-mail
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 17:33:07 -0500
commit9940acdf7308f3fd603561fa85bdd2753a8fb2f5 (patch)
tree192d76f303d788d3488ce7515e63c5f04270a8b1 /net-mail
parent9513d72c2b000ea9949dbc875636aaef1b8ef236 (diff)
downloadbaldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.gz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.tar.xz
baldeagleos-repo-9940acdf7308f3fd603561fa85bdd2753a8fb2f5.zip
Adding metadata
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/getmail/getmail-6.19.07.ebuild2
-rw-r--r--net-mail/getmail/getmail-6.19.08.ebuild2
-rw-r--r--net-mail/mailutils/mailutils-3.18.ebuild2
-rw-r--r--net-mail/mailutils/mailutils-3.21.ebuild4
-rw-r--r--net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild2
-rw-r--r--net-mail/rss2email/rss2email-3.14-r2.ebuild2
-rw-r--r--net-mail/rss2email/rss2email-3.14-r3.ebuild4
-rw-r--r--net-mail/stalwart-cli/Manifest4
-rw-r--r--net-mail/stalwart-cli/stalwart-cli-1.0.8.ebuild (renamed from net-mail/stalwart-cli/stalwart-cli-1.0.6.ebuild)0
-rw-r--r--net-mail/stalwart-mail/Manifest4
-rw-r--r--net-mail/stalwart-mail/stalwart-mail-0.16.7.ebuild (renamed from net-mail/stalwart-mail/stalwart-mail-0.16.5.ebuild)0
-rw-r--r--net-mail/tlsrpt-reporter/tlsrpt-reporter-0.5.0.ebuild2
12 files changed, 14 insertions, 14 deletions
diff --git a/net-mail/getmail/getmail-6.19.07.ebuild b/net-mail/getmail/getmail-6.19.07.ebuild
index f42b6ee03cc7..3a8a410942bc 100644
--- a/net-mail/getmail/getmail-6.19.07.ebuild
+++ b/net-mail/getmail/getmail-6.19.07.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
PYTHON_REQ_USE="ssl"
inherit distutils-r1
diff --git a/net-mail/getmail/getmail-6.19.08.ebuild b/net-mail/getmail/getmail-6.19.08.ebuild
index aac256686394..bf6c19bb52a0 100644
--- a/net-mail/getmail/getmail-6.19.08.ebuild
+++ b/net-mail/getmail/getmail-6.19.08.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
PYTHON_REQ_USE="ssl"
inherit distutils-r1
diff --git a/net-mail/mailutils/mailutils-3.18.ebuild b/net-mail/mailutils/mailutils-3.18.ebuild
index ad277fd68bd0..cd2b4fb88a84 100644
--- a/net-mail/mailutils/mailutils-3.18.ebuild
+++ b/net-mail/mailutils/mailutils-3.18.ebuild
@@ -4,7 +4,7 @@
EAPI=8
GUILE_COMPAT=( 2-2 3-0 )
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit autotools elisp-common flag-o-matic guile-single python-single-r1 toolchain-funcs
diff --git a/net-mail/mailutils/mailutils-3.21.ebuild b/net-mail/mailutils/mailutils-3.21.ebuild
index 518c890a6735..b6f574daf747 100644
--- a/net-mail/mailutils/mailutils-3.21.ebuild
+++ b/net-mail/mailutils/mailutils-3.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
LICENSE="GPL-3+ LGPL-3+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
IUSE="berkdb bidi +clients emacs gdbm sasl guile kerberos kyotocabinet \
ldap mysql nls pam postgres python servers split-usr ssl static-libs test +threads tcpd \
tokyocabinet"
diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild
index 58ea64330b3b..3cd697091df7 100644
--- a/net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild
+++ b/net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit python-single-r1
DESCRIPTION="Toolkit for dealing with the qmail queue directory structure"
diff --git a/net-mail/rss2email/rss2email-3.14-r2.ebuild b/net-mail/rss2email/rss2email-3.14-r2.ebuild
index 860d2632afaa..8b473d8efb37 100644
--- a/net-mail/rss2email/rss2email-3.14-r2.ebuild
+++ b/net-mail/rss2email/rss2email-3.14-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1
diff --git a/net-mail/rss2email/rss2email-3.14-r3.ebuild b/net-mail/rss2email/rss2email-3.14-r3.ebuild
index 2dad9eb75844..3b834214cdb2 100644
--- a/net-mail/rss2email/rss2email-3.14-r3.ebuild
+++ b/net-mail/rss2email/rss2email-3.14-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rss2email/rss2email/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
RDEPEND=">=dev-python/feedparser-6.0.5[${PYTHON_USEDEP}]
>=dev-python/html2text-2025.4.15[${PYTHON_USEDEP}]
diff --git a/net-mail/stalwart-cli/Manifest b/net-mail/stalwart-cli/Manifest
index 1d78e7d68fe7..ae147ec964da 100644
--- a/net-mail/stalwart-cli/Manifest
+++ b/net-mail/stalwart-cli/Manifest
@@ -1,4 +1,4 @@
-DIST stalwart-cli-1.0.6-crates.tar.xz 19321336 BLAKE2B c40ffccc6b105731a269e4a99fb28195a607f4db5994b6a4633b5347ec48a098b478d2ca0abbecf7276c09918bd345793186f25207cdfc00223528006e78835f SHA512 bcb2e976f49e7c6d159300cffe40ea14b254cb7a54e3e3e13146f882a964cc0e75e4580dc8a0d1912317890289391202d9b5ecd1c5cad50de877b2ce4f2a0559
-DIST stalwart-cli-1.0.6.tar.gz 105391 BLAKE2B 24f86edcf0810e18d9e4a55292b4b388dd767c51d1505533d0d01bc38054efad3f2b3f41eb6ce164fc6c60444d7fcb6404938f3ca238504389eb5d2dcc7ea5b6 SHA512 369083d1294c403afc6d12dfda4dfaeb0056b5d59fa5d8f03cea0b15cd2b4a5096fdcb5eed6bd7145dbfe6703496020ee2506db2e3334a88230934650bc423af
DIST stalwart-cli-1.0.7-crates.tar.xz 19321336 BLAKE2B c40ffccc6b105731a269e4a99fb28195a607f4db5994b6a4633b5347ec48a098b478d2ca0abbecf7276c09918bd345793186f25207cdfc00223528006e78835f SHA512 bcb2e976f49e7c6d159300cffe40ea14b254cb7a54e3e3e13146f882a964cc0e75e4580dc8a0d1912317890289391202d9b5ecd1c5cad50de877b2ce4f2a0559
DIST stalwart-cli-1.0.7.tar.gz 106640 BLAKE2B f38bd6d16703690d029c1b8bac7193ffa87050e99327a18484815ec76ac9b2185529aced2372193d39aa40afd0b1716838d5c1f4fbee556adc5134cb7f9f7cd5 SHA512 5077a7ed6919b9d9f978a8ed17ab27d60aac8ecba35a5a3b4b223d8c2ecc4136d53099544e1e4d224fb765e3b4a8f50e5584475942df2193b74612d283c95d02
+DIST stalwart-cli-1.0.8-crates.tar.xz 18956700 BLAKE2B 6e06d4d6f9aaac1dd9824b30a55f56342f718a3466df50ff455f3fe3b8655848b69b1968fbb003acde5d0c55bc460fe48cc4fd1c56ca6d057a8f97f5823d5f55 SHA512 100bed0a12903e2f6634717cd207420ded58271e5b47f4354f660cecc43ca0a2a790908a30c550e583e530ea7c1720ff99921152086adaca130a7f95ef1491b4
+DIST stalwart-cli-1.0.8.tar.gz 108227 BLAKE2B c6428ba7cef856c9bda26a44fc30fd28cb8227e4bfb663fc5656af221e97c1bb7cab16b063df52bf9bfe03eea098ebe5deee0adbbe9a3baf3a9e21fd349b4aac SHA512 ded2200395a90f553f9003b2d53f9fed19ce5a15abe97f40019e41fecb77fc09f256c48a1f79148c7f82453cdd27a9f0cd06b080af5b342efa2bc4f60d1890d7
diff --git a/net-mail/stalwart-cli/stalwart-cli-1.0.6.ebuild b/net-mail/stalwart-cli/stalwart-cli-1.0.8.ebuild
index d3eb3d72af9a..d3eb3d72af9a 100644
--- a/net-mail/stalwart-cli/stalwart-cli-1.0.6.ebuild
+++ b/net-mail/stalwart-cli/stalwart-cli-1.0.8.ebuild
diff --git a/net-mail/stalwart-mail/Manifest b/net-mail/stalwart-mail/Manifest
index e90e563c20ac..45a251008602 100644
--- a/net-mail/stalwart-mail/Manifest
+++ b/net-mail/stalwart-mail/Manifest
@@ -1,5 +1,5 @@
DIST opentelemetry-rust-274b4d324794280ce6f4def095a3428197a9e6e3.gh.tar.gz 778227 BLAKE2B 605da7804f7810691b0e03b08df20d1ad5d90f17879c4dad6bdec2a8f976b4fec464837ea2e9a365a4a5e6256212971efa7715e75ec3d961dd45138179369495 SHA512 2ea398be854c0e1952832c1f02e08a42bc41153cabb639362fe42c489c07d39a19c409a4e2c62569e8d930a6fd5c01254965777f4248345a43e6c5c25453dbc8
-DIST stalwart-0.16.5-crates.tar.xz 80104260 BLAKE2B 3f30c3d2ac0de6f6101fdfe9311ca45db5b62db2446e94d424a23c2da141f2a631a61ee880018a173a07598e46fbba846c357e1824fc30d19c5c5f762d33a9db SHA512 9a05e372f96fdf72f63b609443f5cd8df8d4cc55afa07459abcc33b6bb138349d628814894b77c1054069597280de46c908c210272db9239b361a65873036866
DIST stalwart-0.16.6-crates.tar.xz 80177756 BLAKE2B 07392df129bc38e9119135933f7831cbff75fcfff7c7c0a26bab3691d4e4147f864c9b9e83b4efe2167d9fe9abd03c03713f47f4f2fdfb5093b42c97ce3533de SHA512 35c983a835472c66cd9bde6842ce1f81a0881378141364cc86dfac04dc750f0e08daa15e881efb5bb0061cf34bd87854e2594189bb09900fe1a9590894b35cac
-DIST stalwart-mail-0.16.5.tar.gz 8215630 BLAKE2B 0faff6d5af441c55d6be02f1f5c5bad51da465a71f45891c8ac0681e60735466589471cc6ff0890d3f7a99d3a022780f7e92772c9b2de3336ab60480e45eb052 SHA512 2e2455ca22c5a7a6dd173cb16265b9785f128b7275e36c07100d4b3cf73680d13c0ce1413dffaf77a6c71a6b6e10d8e2bc44b5ba18d0a07503969a5fe6f1b6fd
+DIST stalwart-0.16.7-crates.tar.xz 80248276 BLAKE2B 3437d5d6c2b48c4382357a31193cca914064dae89028470a8fbc69526ea194c835ad4c960117187b401150961722f0337a8b85db40a6f2b13227824b847a79df SHA512 61cb9dcf3510d067db7f381afde083a18896b836fbaac88cf5e4be9e71247de2939047e0e34b658953f1222310ac31f33ff5629afbafec8ae4ef0bae064c9c53
DIST stalwart-mail-0.16.6.tar.gz 8267074 BLAKE2B 59fbf8045d44ef33577e69fe8575d04b87674d71d7dff00058010bc81b99908d444e084d74b41d9c17c257c199ea5a7fa7b6a7c6f5e4d1cc8af7ceda0f42506e SHA512 52b2f58d57379ffc8c10f0a28ab705c56088bfe40fed71a30e059aa1b35da45ad991a3c1fcf23a8b3401a049a908af98bc21345fd22852b72cb52f7c1261fa65
+DIST stalwart-mail-0.16.7.tar.gz 8269969 BLAKE2B 83fa32a9d79ca3fcea3a94e9991a6e848c26b3d4b55e5bb46a555df45c9588d141c2899568fafa675b3e463e72e46b43d715ca08a30cfe141aa39d717e4b97ae SHA512 d3ff0e94b6a7b8450cbfadab027bffc7eeb78d05e02d90572c6497bb93854d4ef613436fbc4251065ad374d96017acb70b6d25b4940f0395769ff448eadf18bf
diff --git a/net-mail/stalwart-mail/stalwart-mail-0.16.5.ebuild b/net-mail/stalwart-mail/stalwart-mail-0.16.7.ebuild
index ec88508291a1..ec88508291a1 100644
--- a/net-mail/stalwart-mail/stalwart-mail-0.16.5.ebuild
+++ b/net-mail/stalwart-mail/stalwart-mail-0.16.7.ebuild
diff --git a/net-mail/tlsrpt-reporter/tlsrpt-reporter-0.5.0.ebuild b/net-mail/tlsrpt-reporter/tlsrpt-reporter-0.5.0.ebuild
index 75eef004e65f..ae126c824e89 100644
--- a/net-mail/tlsrpt-reporter/tlsrpt-reporter-0.5.0.ebuild
+++ b/net-mail/tlsrpt-reporter/tlsrpt-reporter-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1 systemd tmpfiles