Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd-weight/
Date: Sat, 17 Apr 2021 19:20:33
Message-Id: 1618687163.18addb2932cccf33987271c89b25c9e43da0804c.conikost@gentoo
1 commit: 18addb2932cccf33987271c89b25c9e43da0804c
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 17:27:35 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:19:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18addb29
7
8 mail-filter/policyd-weight: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 .../policyd-weight-0.1.15.2-r2.ebuild | 59 ----------------------
14 1 file changed, 59 deletions(-)
15
16 diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
17 deleted file mode 100644
18 index 298da40f0b8..00000000000
19 --- a/mail-filter/policyd-weight/policyd-weight-0.1.15.2-r2.ebuild
20 +++ /dev/null
21 @@ -1,59 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -
27 -inherit user tmpfiles
28 -
29 -PATCH_VER="1.0"
30 -
31 -DESCRIPTION="Weighted Policy daemon for Postfix"
32 -HOMEPAGE="http://www.policyd-weight.org/"
33 -SRC_URI="http://www.policyd-weight.org/releases/${P}.tar.gz
34 - mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
35 - https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~alpha amd64 x86"
40 -IUSE=""
41 -
42 -DEPEND=""
43 -RDEPEND="virtual/perl-File-Spec
44 - virtual/perl-Sys-Syslog
45 - dev-perl/Net-DNS
46 - dev-perl/Net-IP
47 - >=mail-mta/postfix-2.1"
48 -
49 -pkg_setup() {
50 - enewgroup 'polw'
51 - enewuser 'polw' -1 -1 -1 'polw'
52 -}
53 -
54 -src_prepare() {
55 - eapply "${WORKDIR}"/patches/*.patch
56 -
57 - default
58 -}
59 -
60 -src_compile() { :; }
61 -
62 -src_install() {
63 - exeinto /usr/libexec/postfix
64 - doexe policyd-weight
65 - fowners root:wheel /usr/libexec/postfix/policyd-weight
66 -
67 - doman man/man5/*.5 man/man8/*.8
68 - dodoc *.txt
69 -
70 - insinto /etc
71 - newins policyd-weight.conf.sample policyd-weight.conf
72 -
73 - newinitd "${FILESDIR}/${PN}.init.d-r2" "${PN}"
74 -
75 - newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
76 -}
77 -
78 -pkg_postinst() {
79 - tmpfiles_process "${PN}.conf"
80 -}