summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-10-24 10:43:30 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-10-24 10:43:30 -0400
commite4ee3a71f119ab026d51577796d9716cf52a3ee6 (patch)
tree14cf06d8f206e6867c3865c88cebc50b94bf3ee8
parentnet-mail/postfix-logwatch: stabilize -r2 on amd64 and x86. (diff)
downloadgentoo-e4ee3a71f119ab026d51577796d9716cf52a3ee6.tar.gz
gentoo-e4ee3a71f119ab026d51577796d9716cf52a3ee6.tar.bz2
gentoo-e4ee3a71f119ab026d51577796d9716cf52a3ee6.zip
net-mail/postfix-logwatch: remove unused postfix-logwatch-1.40.03.ebuild.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild
deleted file mode 100644
index 375d2ed98b4b..000000000000
--- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild
+++ /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 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
-}