summaryrefslogtreecommitdiff
path: root/mail-filter/spampd/spampd-2.42.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /mail-filter/spampd/spampd-2.42.ebuild
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'mail-filter/spampd/spampd-2.42.ebuild')
-rw-r--r--mail-filter/spampd/spampd-2.42.ebuild25
1 files changed, 0 insertions, 25 deletions
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
-}