mjo 14/09/05 21:31:39 Modified: ChangeLog Added: postfix-logwatch-1.40.03.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)
Revision Changes Path 1.5 net-mail/postfix-logwatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/postfix-logwatch/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/postfix-logwatch/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/postfix-logwatch/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/postfix-logwatch/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 31 Mar 2014 14:12:58 -0000 1.4 +++ ChangeLog 5 Sep 2014 21:31:39 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for net-mail/postfix-logwatch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix-logwatch/ChangeLog,v 1.4 2014/03/31 14:12:58 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix-logwatch/ChangeLog,v 1.5 2014/09/05 21:31:39 mjo Exp $ + +*postfix-logwatch-1.40.03 (05 Sep 2014) + + 05 Sep 2014; Michael Orlitzky <[email protected]> + +postfix-logwatch-1.40.03.ebuild: + Version bump. 31 Mar 2014; Chema Alonso <[email protected]> postfix-logwatch-1.40.00.ebuild: 1.1 net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild?rev=1.1&content-type=text/plain Index: postfix-logwatch-1.40.03.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild,v 1.1 2014/09/05 21:31:39 mjo Exp $ EAPI=5 DESCRIPTION="A log analyzer for postfix" HOMEPAGE="http://logreporters.sourceforge.net/" SRC_URI="mirror://sourceforge/logreporters/${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-lang/perl" src_prepare() { # Replace the default config file location with ours. local cfg_default='/usr/local/etc/${progname_prefix}-logwatch.conf' local cfg_gentoo='/etc/${progname_prefix}-logwatch.conf'; sed -i "s~${cfg_default}~${cfg_gentoo}~" ${PN} \ || die 'failed to update the default config location' } src_compile() { # The default make target just outputs instructions. We don't want # the user to see these, so we avoid the default emake. : } src_install() { dodoc Bugs Changes README ${PN}.conf-topn doman ${PN}.1 dobin ${PN} insinto /etc doins ${PN}.conf }
