summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/policyd-weight/ChangeLog9
-rw-r--r--net-mail/policyd-weight/Manifest5
-rw-r--r--net-mail/policyd-weight/files/digest-policyd-weight-0.1.14.33
-rw-r--r--net-mail/policyd-weight/files/policyd-weight.init.d25
-rw-r--r--net-mail/policyd-weight/metadata.xml20
-rw-r--r--net-mail/policyd-weight/policyd-weight-0.1.14.3.ebuild36
6 files changed, 0 insertions, 98 deletions
diff --git a/net-mail/policyd-weight/ChangeLog b/net-mail/policyd-weight/ChangeLog
deleted file mode 100644
index 8aea66545..000000000
--- a/net-mail/policyd-weight/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for net-mail/policyd-weight
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 12 Mar 2007; Brian Evans (grknight) <grknight@scent-team.com>
- +policyd-weight-0.1.14.3.ebuild, +files/policyd-weight.init.d,
- +metadata.xml:
- New Ebuild for bug 169646
-
diff --git a/net-mail/policyd-weight/Manifest b/net-mail/policyd-weight/Manifest
deleted file mode 100644
index d809f7dee..000000000
--- a/net-mail/policyd-weight/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX policyd-weight.init.d 362 RMD160 14ad58d9792b40af595b220f2eb5b91dcb8c4799 SHA1 e24b4028cab224847d1ed1e97f42adbc662d679c SHA256 4354e31b33ca1c191903fa17d64e4a5a8932339248eb297b79f8f50dc4aaf8a6
-DIST policyd-weight-0.1.14.3.tar.gz 49105 RMD160 8263ca55676d15a81925b7bd186ad8c91f9054c8 SHA1 9f16da7567c5bae3fe51dac15069fb378fced450 SHA256 642d5ca134fe6deeb6e7d7e0147dedcf615c8e4d3b4d7d848f1a0ff023a67b50
-EBUILD policyd-weight-0.1.14.3.ebuild 820 RMD160 7df36f14a1459941f56964600e5935e6eb9db493 SHA1 78ea8a439798d7a253d56278f3d003f28e6d60e6 SHA256 9d892716b15f268bec1a1a6341c80cf99b9c92d92dd348358b53751061dad926
-MISC ChangeLog 299 RMD160 d7b8ab12358260b6fd2efe5a3db470fae3303a38 SHA1 518e47bc50513628293a86c97ede419134eafdf0 SHA256 7c6aef7ebe20b6b164ea580d2d491b02a19c58ef699bde275fa6417d6f425bcc
-MISC metadata.xml 800 RMD160 b7843d8c4cec3b28661534f393b6c13921bca2e5 SHA1 5c86f67662afd65c8c8727fcf0866c6fd9e813a8 SHA256 8dc5ea770ea4a4a0fa2ce220385f3a93068b7e94d88495c29b9b733e11d14bc3
diff --git a/net-mail/policyd-weight/files/digest-policyd-weight-0.1.14.3 b/net-mail/policyd-weight/files/digest-policyd-weight-0.1.14.3
deleted file mode 100644
index cbd004d5e..000000000
--- a/net-mail/policyd-weight/files/digest-policyd-weight-0.1.14.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 afa9286a5adc393b63641994bbb78a16 policyd-weight-0.1.14.3.tar.gz 49105
-RMD160 8263ca55676d15a81925b7bd186ad8c91f9054c8 policyd-weight-0.1.14.3.tar.gz 49105
-SHA256 642d5ca134fe6deeb6e7d7e0147dedcf615c8e4d3b4d7d848f1a0ff023a67b50 policyd-weight-0.1.14.3.tar.gz 49105
diff --git a/net-mail/policyd-weight/files/policyd-weight.init.d b/net-mail/policyd-weight/files/policyd-weight.init.d
deleted file mode 100644
index f9c89c965..000000000
--- a/net-mail/policyd-weight/files/policyd-weight.init.d
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/runscript
-opts="${opts} reload"
-
-depend(){
- before postfix
- need net
-}
-
-start(){
- ebegin "Starting policyd-weight"
- /usr/lib/postfix/policyd-weight start
- eend $?
-}
-
-stop(){
- ebegin "Stopping policyd-weight"
- /usr/lib/postfix/policyd-weight stop
- eend $?
-}
-
-reload(){
- ebegin "Reloading policyd-weight"
- /usr/lib/postfix/policyd-weight reload
- eend $?
-}
diff --git a/net-mail/policyd-weight/metadata.xml b/net-mail/policyd-weight/metadata.xml
deleted file mode 100644
index 0705e7c5f..000000000
--- a/net-mail/policyd-weight/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
-$Header: $
--->
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>grknight@scent-team.com</email>
-</maintainer>
-<longdescription>
-policyd-weight is a Perl policy daemon for the Postfix MTA (2.1 and later)
-intended to eliminate forged envelope senders and HELOs (i.e. in bogus mails).
-It allows you to score DNSBLs (RBL/RHSBL), HELO, MAIL FROM and client
-IP addresses before any queuing is done.
-It allows you to REJECT messages which have a score higher than allowed,
-providing improved blocking of spam and virus mails.
-policyd-weight caches the most frequent client/sender combinations
-(SPAM as well as HAM) to reduce the number of DNS queries.</longdescription>
-</pkgmetadata>
diff --git a/net-mail/policyd-weight/policyd-weight-0.1.14.3.ebuild b/net-mail/policyd-weight/policyd-weight-0.1.14.3.ebuild
deleted file mode 100644
index 5047cb5b1..000000000
--- a/net-mail/policyd-weight/policyd-weight-0.1.14.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Weighted Policy daemon for Postfix"
-HOMEPAGE="http://www.policyd-weight.org/"
-SRC_URI="http://www.policyd-weight.org/old/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="perl-core/Sys-Syslog
- dev-perl/Net-DNS
- >=mail-mta/postfix-2.1"
-
-pkg_setup() {
- enewgroup 'polw'
- enewuser 'polw' -1 -1 -1 'polw'
-}
-
-src_install() {
- #Makefile does not install. Performing manual install
- exeinto /usr/lib/postfix
- doexe policyd-weight
- fowners root:wheel /usr/lib/postfix/policyd-weight
- doman man/man5/*.5 man/man8/*.8
- dodoc *.txt
- insinto /etc
- newins policyd-weight.conf.sample policyd-weight.conf
- newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
-}