commit: a6326f5c6a45398d16dc78850b815e6fb479d5e2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:57:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 19:00:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6326f5c
mail-filter/spampd: drop 2.42
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/spampd/Manifest | 1 -
mail-filter/spampd/files/init-r1 | 23 -----------------------
mail-filter/spampd/spampd-2.42.ebuild | 25 -------------------------
3 files changed, 49 deletions(-)
diff --git a/mail-filter/spampd/Manifest b/mail-filter/spampd/Manifest
index 223906db8157..34c544eee5d3 100644
--- a/mail-filter/spampd/Manifest
+++ b/mail-filter/spampd/Manifest
@@ -1,2 +1 @@
-DIST spampd-2.42.tar.gz 202504 BLAKE2B
9ad74d3199345ba54c613fa928cfd177fded551ca304dd22c802b996b95e2905d40d92bfa25d7c64b823b2357c657f283c9550b635f3188fbbb42fb793cd2b8d
SHA512
5c44b5902efd6c628fb62887b755012b137940d7d687f5d9489e5f96623d6eeca5f3641a76fe3b2ce8585040c3661e19df981c612cdb1a767b4a46fec982fa4e
DIST spampd-2.61.tar.gz 246956 BLAKE2B
de2b428fbed80ba6d65bd2b249a3adfb00cd0a33df21b71676da1949b680dbfee72412ae2c752f4e5dcf9f7f7349ae59ce94f81b2abae5fd4de34d3a92954fbb
SHA512
e2f84c4b24648d4f4db70174f04b72981faa1c54ffc4bbc433d14c730ef4ad7fd4cd3772a476f25be0bee103e951700d038634d14848f1eb90849d1a6655199b
diff --git a/mail-filter/spampd/files/init-r1 b/mail-filter/spampd/files/init-r1
deleted file mode 100644
index b6402e4b5b55..000000000000
--- a/mail-filter/spampd/files/init-r1
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Note: spampd configuration file is /etc/conf.d/spampd
-
-depend() {
- use net
-}
-
-start() {
- ebegin "Starting spampd"
- start-stop-daemon --start --quiet \
- --exec /usr/sbin/spampd.pl -- --pid=/run/spampd.pid \
- ${SPAMPD_OPTS}
- eend $? "Failed to start spampd"
-}
-
-stop() {
- ebegin "Stopping spampd"
- start-stop-daemon --stop --quiet --pidfile /run/spampd.pid
- eend $? "Failed to stop spampd"
-}
diff --git a/mail-filter/spampd/spampd-2.42.ebuild
b/mail-filter/spampd/spampd-2.42.ebuild
deleted file mode 100644
index a31d8091448b..000000000000
--- a/mail-filter/spampd/spampd-2.42.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="spampd is a program to scan messages for Unsolicited Commercial
E-mail content"
-HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
-SRC_URI="https://github.com/mpaperno/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-DEPEND="
- dev-perl/Net-Server
- mail-filter/spamassassin"
-RDEPEND="${DEPEND}
- dev-lang/perl"
-
-src_install() {
- dosbin spampd.pl
- dodoc changelog.txt misc/spampd-rh-rc-script.sh misc/spampd.service
spampd.html
- newinitd "${FILESDIR}"/init-r1 spampd
- newconfd "${FILESDIR}"/conf spampd
-}