summaryrefslogtreecommitdiff
path: root/mail-filter/mapson/mapson-3.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /mail-filter/mapson/mapson-3.3.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'mail-filter/mapson/mapson-3.3.ebuild')
-rw-r--r--mail-filter/mapson/mapson-3.3.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/mail-filter/mapson/mapson-3.3.ebuild b/mail-filter/mapson/mapson-3.3.ebuild
deleted file mode 100644
index 5c6ce7bac660..000000000000
--- a/mail-filter/mapson/mapson-3.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A challenge/response-based white-list spam filter"
-HOMEPAGE="http://mapson.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mapson/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-RDEPEND="virtual/mta"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc6.patch
-}
-
-src_configure() {
- econf $(use_with debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc AUTHORS INSTALL NEWS README
- doman doc/mapson.1
- dohtml doc/mapson.html
- dodir /etc/mapson
- insinto /etc/mapson
- newins sample-config mapson.config
- dodir /usr/share/mapson
- insinto /usr/share/mapson
- newins sample-challenge-template challenge-template
- rm -f "${D}"/etc/sample-config
- rm -f "${D}"/usr/share/{mapson.html,sample-challenge-template}
-}