net-mail/amavis-logwatch: remove unused amavis-logwatch-1.51.03.ebuild.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 24 Oct 2017 14:42:07 +0000 (10:42 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 24 Oct 2017 14:42:07 +0000 (10:42 -0400)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild [deleted file]

diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild
deleted file mode 100644 (file)
index f8eb3ef..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A log analyzer for amavisd-new"
-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
-       doman ${PN}.1
-       dobin ${PN}
-       insinto /etc
-       doins ${PN}.conf
-}