Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postfix-logwatch/
Date: Tue, 24 Oct 2017 14:44:33
Message-Id: 1508856210.e4ee3a71f119ab026d51577796d9716cf52a3ee6.mjo@gentoo
1 commit: e4ee3a71f119ab026d51577796d9716cf52a3ee6
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 14:43:30 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 14:43:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ee3a71
7
8 net-mail/postfix-logwatch: remove unused postfix-logwatch-1.40.03.ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 .../postfix-logwatch-1.40.03.ebuild | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild
16 deleted file mode 100644
17 index 375d2ed98b4..00000000000
18 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.03.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -DESCRIPTION="A log analyzer for postfix"
27 -HOMEPAGE="http://logreporters.sourceforge.net/"
28 -SRC_URI="mirror://sourceforge/logreporters/${P}.tgz"
29 -
30 -LICENSE="MIT"
31 -SLOT="0"
32 -KEYWORDS="amd64 x86"
33 -
34 -RDEPEND="dev-lang/perl"
35 -
36 -src_prepare() {
37 - # Replace the default config file location with ours.
38 - local cfg_default='/usr/local/etc/${progname_prefix}-logwatch.conf'
39 - local cfg_gentoo='/etc/${progname_prefix}-logwatch.conf';
40 - sed -i "s~${cfg_default}~${cfg_gentoo}~" ${PN} \
41 - || die 'failed to update the default config location'
42 -}
43 -
44 -src_compile() {
45 - # The default make target just outputs instructions. We don't want
46 - # the user to see these, so we avoid the default emake.
47 - :
48 -}
49 -
50 -src_install() {
51 - dodoc Bugs Changes README ${PN}.conf-topn
52 - doman ${PN}.1
53 - dobin ${PN}
54 - insinto /etc
55 - doins ${PN}.conf
56 -}