X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-mail%2Famavis-logwatch%2Famavis-logwatch-1.51.02.ebuild;h=7619c4b2bca3793f2b7a2822fdcf4333618495c9;hb=7ab552d7f74ce3f70c396870a688bf40bdd6097e;hp=fa0b005abe0ca8b9cb27409664bc1801eef6b053;hpb=a71d91a57ffac433ccd1b5c7184af55c6c11485f;p=mjo-overlay.git diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.51.02.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.51.02.ebuild index fa0b005..7619c4b 100644 --- a/net-mail/amavis-logwatch/amavis-logwatch-1.51.02.ebuild +++ b/net-mail/amavis-logwatch/amavis-logwatch-1.51.02.ebuild @@ -4,8 +4,6 @@ EAPI=5 -inherit eutils - DESCRIPTION="A log analyzer for amavisd-new" HOMEPAGE="http://logreporters.sourceforge.net/" SRC_URI="mirror://sourceforge/logreporters/${P}.tgz" @@ -13,12 +11,20 @@ SRC_URI="mirror://sourceforge/logreporters/${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" + +# >sys-apps/logwatch-7.4.0 ships our logwatch scripts and will +# thus obsolete this use flag. IUSE="logwatch" -RDEPEND="dev-lang/perl" +RDEPEND="dev-lang/perl + logwatch? ( !>sys-apps/logwatch-7.4.0 )" src_prepare() { - epatch "${FILESDIR}/default_config_location.patch" + # 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() { @@ -42,8 +48,12 @@ src_install() { # Remove the taint mode (-T) switch from the header of the # standalone executable, and save the result as our logwatch # filter. + # + # We don't do this for the standalone script because it's nice + # to have the taint flag when it works. + # sed 's~^#!/usr/bin/perl -T$~#!/usr/bin/perl~' ${PN} > amavis \ - || die "failed to remove the perl taint switch" + || die 'failed to remove the perl taint switch' insinto /etc/logwatch/scripts/services doins amavis