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/amavis-logwatch/
Date: Tue, 24 Oct 2017 14:44:34
Message-Id: 1508856127.36eaf06ae04dcfc15012163b8d8016f60a369608.mjo@gentoo
1 commit: 36eaf06ae04dcfc15012163b8d8016f60a369608
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 14:42:07 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 14:42:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eaf06a
7
8 net-mail/amavis-logwatch: remove unused amavis-logwatch-1.51.03.ebuild.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 .../amavis-logwatch/amavis-logwatch-1.51.03.ebuild | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild b/net-mail/amavis-logwatch/amavis-logwatch-1.51.03.ebuild
16 deleted file mode 100644
17 index f8eb3efd3b4..00000000000
18 --- a/net-mail/amavis-logwatch/amavis-logwatch-1.51.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 amavisd-new"
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
52 - doman ${PN}.1
53 - dobin ${PN}
54 - insinto /etc
55 - doins ${PN}.conf
56 -}