diff options
author | Andrej Kacian <ticho@gentoo.org> | 2008-04-05 10:54:55 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2008-04-05 10:54:55 +0000 |
commit | 906df31a0adac6eef67098f585a5786ee1699c8b (patch) | |
tree | b10c1295346ea08932c2c325743b95efe40bb986 /mail-filter/policyd-weight | |
parent | Fix typo for bug #216287 (diff) | |
download | gentoo-2-906df31a0adac6eef67098f585a5786ee1699c8b.tar.gz gentoo-2-906df31a0adac6eef67098f585a5786ee1699c8b.tar.bz2 gentoo-2-906df31a0adac6eef67098f585a5786ee1699c8b.zip |
Use virtual/perl-Sys-Syslog in DEPEND. Bug #211631, by Jakub Moc. Old ebuild cleanup.
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-filter/policyd-weight')
5 files changed, 9 insertions, 162 deletions
diff --git a/mail-filter/policyd-weight/ChangeLog b/mail-filter/policyd-weight/ChangeLog index 57ead0f393a6..66d88e46c907 100644 --- a/mail-filter/policyd-weight/ChangeLog +++ b/mail-filter/policyd-weight/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/policyd-weight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.13 2008/03/29 18:18:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.14 2008/04/05 10:54:55 ticho Exp $ + + 05 Apr 2008; Andrej Kacian <ticho@gentoo.org> + -policyd-weight-0.1.14.5.ebuild, -policyd-weight-0.1.14.14.ebuild, + -policyd-weight-0.1.14.15.ebuild, policyd-weight-0.1.14.17.ebuild: + Use virtual/perl-Sys-Syslog in DEPEND. Bug #211631, by Jakub Moc. Old + ebuild cleanup. 29 Mar 2008; Christian Faulhammer <opfer@gentoo.org> policyd-weight-0.1.14.17.ebuild: diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild deleted file mode 100644 index 0064806e783c..000000000000 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild,v 1.1 2008/01/27 14:23:46 ticho Exp $ - -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="~alpha ~amd64 ~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() { - 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}" -} - -pkg_postinst() { - elog "To use policyd-weight with postfix, update your /etc/postfix/main.cf file by adding" - elog " check_policy_service inet:127.0.0.1:12525" - elog "to your smtpd_recipient_restrictions." - elog - elog "Also remember to start policyd-weight at boot:" - elog " rc-update add policyd-weight default" - echo - ewarn "Please note:" - ewarn "If you are getting legitimate e-mails from verizon.net, it is advised to" - ewarn "whitelist the domain in postfix. Because of the way they send their" - ewarn "emails, they are often listed in RBLs." - echo -} diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild deleted file mode 100644 index f005ee5ed7ca..000000000000 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.15.ebuild,v 1.1 2008/03/27 09:14:15 ticho Exp $ - -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="~alpha ~amd64 ~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() { - 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}" -} - -pkg_postinst() { - elog "To use policyd-weight with postfix, update your /etc/postfix/main.cf file by adding" - elog " check_policy_service inet:127.0.0.1:12525" - elog "to your smtpd_recipient_restrictions." - elog - elog "Also remember to start policyd-weight at boot:" - elog " rc-update add policyd-weight default" - echo - ewarn "Please note:" - ewarn "If you are getting legitimate e-mails from verizon.net, it is advised to" - ewarn "whitelist the domain in postfix. Because of the way they send their" - ewarn "emails, they are often listed in RBLs." - echo -} diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild index dbc2441dd370..4c619f012651 100644 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild +++ b/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild,v 1.3 2008/03/29 18:18:25 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.17.ebuild,v 1.4 2008/04/05 10:54:55 ticho Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 x86" IUSE="" DEPEND="" -RDEPEND="perl-core/Sys-Syslog +RDEPEND="virtual/perl-Sys-Syslog dev-perl/Net-DNS >=mail-mta/postfix-2.1" diff --git a/mail-filter/policyd-weight/policyd-weight-0.1.14.5.ebuild b/mail-filter/policyd-weight/policyd-weight-0.1.14.5.ebuild deleted file mode 100644 index 8adf0ef8c515..000000000000 --- a/mail-filter/policyd-weight/policyd-weight-0.1.14.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.5.ebuild,v 1.4 2007/08/13 12:12:03 angelos Exp $ - -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="~alpha ~amd64 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() { - 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}" -} - -pkg_postinst() { - elog "To use policyd-weight with postfix, update your /etc/postfix/main.cf file by adding" - elog " check_policy_service inet:127.0.0.1:12525" - elog "to your smtpd_recipient_restrictions." - elog - elog "Also remember to start policyd-weight at boot:" - elog " rc-update add policyd-weight default" - echo - ewarn "Please note:" - ewarn "If you are getting legitimate e-mails from verizon.net, it is advised to" - ewarn "whitelist the domain in postfix. Because of the way they send their" - ewarn "emails, they are often listed in RBLs." - echo -} |