diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 10:03:20 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:04:16 -0400 |
commit | 935c8b84d751ab7077bdca9005140fb697a5c2b0 (patch) | |
tree | 049e1ca8673f2312168ee144a6d9821ac8c1a593 /mail-filter | |
parent | sci-electronics/spice: remove old (diff) | |
download | gentoo-935c8b84d751ab7077bdca9005140fb697a5c2b0.tar.gz gentoo-935c8b84d751ab7077bdca9005140fb697a5c2b0.tar.bz2 gentoo-935c8b84d751ab7077bdca9005140fb697a5c2b0.zip |
mail-filter/policyd-weight: remove old
Closes: https://github.com/gentoo/gentoo/pull/8507
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild deleted file mode 100644 index 6f6c048e4700..000000000000 --- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils user - -DESCRIPTION="Weighted Policy daemon for Postfix" -HOMEPAGE="http://www.policyd-weight.org/" -SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="virtual/perl-Sys-Syslog - dev-perl/Net-DNS - >=mail-mta/postfix-2.1" - -pkg_setup() { - enewgroup 'polw' - enewuser 'polw' -1 -1 -1 'polw' -} - -src_compile() { :; } - -src_install() { - exeinto /usr/libexec/postfix - doexe policyd-weight - fowners root:wheel /usr/libexec/postfix/policyd-weight - - doman man/man5/*.5 man/man8/*.8 - dodoc *.txt - - sed -i -e "s:^ \$LOCKPATH.*: \$LOCKPATH = '/var/run/policyd-weight/'; # must be a directory (add:" policyd-weight.conf.sample || die - insinto /etc - newins policyd-weight.conf.sample policyd-weight.conf - - newinitd "${FILESDIR}/${PN}.init.d-r1" "${PN}" -} |