public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/policyd-weight: ChangeLog policyd-weight-0.1.14.14.ebuild
@ 2008-01-27 14:23 Andrej Kacian (ticho)
  0 siblings, 0 replies; only message in thread
From: Andrej Kacian (ticho) @ 2008-01-27 14:23 UTC (permalink / raw
  To: gentoo-commits

ticho       08/01/27 14:23:46

  Modified:             ChangeLog
  Added:                policyd-weight-0.1.14.14.ebuild
  Log:
  Version bump. Bug #206779 by Bernhard Frauendienst <gentoo at obeliks de>.
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.9                  mail-filter/policyd-weight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Aug 2007 12:12:03 -0000	1.8
+++ ChangeLog	27 Jan 2008 14:23:46 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for mail-filter/policyd-weight
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.8 2007/08/13 12:12:03 angelos Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd-weight/ChangeLog,v 1.9 2008/01/27 14:23:46 ticho Exp $
+
+*policyd-weight-0.1.14.14 (27 Jan 2008)
+
+  27 Jan 2008; Andrej Kacian <ticho@gentoo.org>
+  +policyd-weight-0.1.14.14.ebuild:
+  Version bump. Bug #206779 by Bernhard Frauendienst <gentoo at obeliks de>.
 
   13 Aug 2007; Christoph Mende <angelos@gentoo.org>
   policyd-weight-0.1.14.5.ebuild:



1.1                  mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd-weight/policyd-weight-0.1.14.14.ebuild?rev=1.1&content-type=text/plain

Index: policyd-weight-0.1.14.14.ebuild
===================================================================
# 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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-27 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 14:23 [gentoo-commits] gentoo-x86 commit in mail-filter/policyd-weight: ChangeLog policyd-weight-0.1.14.14.ebuild Andrej Kacian (ticho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox