summaryrefslogtreecommitdiff
path: root/mail-filter
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-30 00:07:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-30 00:07:18 +0100
commit0e2a727aba684f1a44cc0402a3f77d242140681b (patch)
treead462b91afc9d7f8d76e3c51331517fddd6b25c2 /mail-filter
parent5c4786a868bad6e3f46aecf32ad6c6dc5de98408 (diff)
gentoo auto-resync : 30:05:2024 - 00:07:18
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/Manifest.gzbin8202 -> 8207 bytes
-rw-r--r--mail-filter/spf-engine/Manifest2
-rw-r--r--mail-filter/spf-engine/spf-engine-3.0.3.ebuild74
3 files changed, 0 insertions, 76 deletions
diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz
index e53ccffe1fa6..3ae902bc1fb5 100644
--- a/mail-filter/Manifest.gz
+++ b/mail-filter/Manifest.gz
Binary files differ
diff --git a/mail-filter/spf-engine/Manifest b/mail-filter/spf-engine/Manifest
index debfc08a642b..2386a8353c00 100644
--- a/mail-filter/spf-engine/Manifest
+++ b/mail-filter/spf-engine/Manifest
@@ -1,5 +1,3 @@
-DIST spf-engine-3.0.3.tar.gz 61350 BLAKE2B f28dfb10559bfd61be152a4b65a5653ec50b25718fcb63f8a2c9532fd9d52a51c131c99ba5408bd6aa424adc5ce6094da7eeb97dbacd7e60e8abb48c65c4f188 SHA512 08db392d2cce16651ba416fcd265e6606e1a8af3cb88721ed149a2286d11ac9ea6ed4d01572cea6950740890c3334e8e0d496d1d1e9edcc29d04833fec049ab0
DIST spf-engine-3.0.4.tar.gz 61428 BLAKE2B b4c1e920cdb6706650341a21abe21a3318649a3bd379aea2d16c30bb9d27d95b83b980dfb0f62c234627f3c87b4d82f6074b88eb0f4ccb878618f61f9d8b9827 SHA512 29a6cd4d2c94ef1d47ff6d6d03bd485961f8c01e838800dd8c1194a51fdfbf384ffb5f073e1262993cd2bb5cbf2eff645048d6f1f3ce57bdebfefe3d0425ee77
-EBUILD spf-engine-3.0.3.ebuild 2522 BLAKE2B cfd61a17ce04cd22be187299939f2095ae655552fff7a810850d00780add32edd9ccbb1a359a5ddf8e92c5539e6db7d634f00ccd0d7541f23cb193cd089bb328 SHA512 0b89f41f6ac0bdb798f6133d9f057318f9120fecd325f4402bb3e5bc34ecdaf26b2e702d676d292054d6b0f114d6829a17c65a2ea9f6622164c321e9be2c08ec
EBUILD spf-engine-3.0.4-r1.ebuild 2523 BLAKE2B bbe6b04159cb21eaef16c90f55ef498e314bbeb3c44c8f1bad4be6e9712c727068f920d09e50e1e691b26a36b0811800c56bfdfb4341256ccfb127f3d5854aea SHA512 87f34c91b1f228c9035b3772a0201dde893f5ff571e65265d4cca6e4b4fd4093b00e6621b20555a8292a5ff34788e031ba2d5b151767113dddcc13f6dbcd1e8b
MISC metadata.xml 351 BLAKE2B 896ff35eb02fb2dc7a81f61d7698c72566061e15a43773b24655f12840e47b9f84ab98778498da1418b74007309fff3257de8b5ea06f60b4d358633ebfec12cd SHA512 e592b10d44514d4f5ac34295b727a58659d82d41e100c97c96f7881d0e189311e30aa2527a32d92ae1cbefea55aa722d39c7c36c3d3b259fc3b1df04bd9b075f
diff --git a/mail-filter/spf-engine/spf-engine-3.0.3.ebuild b/mail-filter/spf-engine/spf-engine-3.0.3.ebuild
deleted file mode 100644
index 46d608b77a7e..000000000000
--- a/mail-filter/spf-engine/spf-engine-3.0.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_9 python3_10 python3_11 )
-
-# The built-in ipaddress module handles the parsing of IP addresses. If
-# python is built without ipv6 support, then ipaddress can't parse ipv6
-# addresses, and the daemon will crash if it sees an ipv6 SPF record. In
-# other words, it's completely broken.
-PYTHON_REQ_USE="ipv6(+)"
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Policy daemon for Postfix SPF verification"
-HOMEPAGE="https://launchpad.net/spf-engine"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/pyspf[${PYTHON_USEDEP}]
- dev-python/authres[${PYTHON_USEDEP}]"
-
-DOCS=( CHANGES )
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # The tarball has a "data" directory containing a hierarchy that
- # flit wants to insert right into /usr. Before it does that, we have
- # to remove the parts we don't want, and fix some of the paths.
- #
- # Note that one of our patches already mangles a few of these
- # before we even see them.
-
- einfo "removing milter files"
- rm -v -r data/lib data/etc/init.d data/share/man/man8 || die
- rm -v data/etc/pyspf-milter/pyspf-milter.conf || die
- rm -v spf_engine/milter_spf.py || die
-
- # And don't create a python-exec wrapper for it.
- sed -e '/^pyspf-milter = /d' -i pyproject.toml || die
-
- # The commented conf example is documentation, not configuration.
- mv -v data/etc/python-policyd-spf/policyd-spf.conf.commented \
- data/share/doc/python-policyd-spf/ || die
-
- # The man page hard-codes /usr/local/etc, it should be /etc.
- sed -e 's:/usr/local/etc:/etc:g' \
- -i data/share/man/man1/policyd-spf.1 || die
-
- # Fix the documentation path.
- mv -v data/share/doc/python-policyd-spf "data/share/doc/${PF}" || die
-
- # The "real" config file mentions the commented one, so we point
- # users in the right direction. Caveat: the documentation is
- # compressed, so we're usually off by a ".bz2" suffix anyway.
- local oldconf="policyd-spf.conf.commented"
- local newconf="/usr/share/doc/${PF}/${oldconf}"
- sed -e "1 s~ ${oldconf}~,\n# ${newconf}~" \
- -i "data/etc/python-policyd-spf/policyd-spf.conf" \
- || die 'failed to update commented config file path'
-}
-
-src_install() {
- distutils-r1_src_install
-
- # The "data" installation is relative to python's prefix, so
- # data/etc gets installed to /usr/etc. Let's fix that.
- mv -v "${ED}/usr/etc" "${ED}/" || die 'failed to relocate sysconfdir'
-}