net-mail/postfix-logwatch - 1.40.06 (gentoo)

Search

Package Information

Description:
A log analyzer for postfix
Homepage:
https://michael.orlitzky.com/code/postfix-logwatch.xhtml
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.40.06 8 ~amd64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A log analyzer for postfix"
HOMEPAGE="https://michael.orlitzky.com/code/postfix-logwatch.xhtml"
SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"

RDEPEND="dev-lang/perl"

src_prepare() {
	default
	# 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_install() {
	dodoc Bugs Changes README ${PN}.conf-topn
	doman ${PN}.1
	dobin ${PN}
	insinto /etc
	doins ${PN}.conf
}

Dependencies

RDEPEND

dev-lang/perl

Manifest for 1.40.06

Type File Size Source URLs
DIST postfix-logwatch-1.40.06.tar.xz 79408 bytes https://michael.orlitzky.com/code/releases/postfix-logwatch-1.40.06.tar.xz