Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/log-toolkit/
Date: Sun, 05 Mar 2017 08:48:25
Message-Id: 1488703696.75fb426cb1c829addff1ba18f5ea0ea8aea1ba67.monsieurp@gentoo
1 commit: 75fb426cb1c829addff1ba18f5ea0ea8aea1ba67
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 08:39:01 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 08:48:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fb426c
7
8 www-misc/log-toolkit: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-misc/log-toolkit/log-toolkit-0.9.6.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
16 deleted file mode 100644
17 index 8e2a1c35d34..00000000000
18 --- a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit depend.apache
25 -
26 -DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
27 -HOMEPAGE="https://sourceforge.net/projects/log-toolkit/"
28 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ppc ~x86"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -RDEPEND=""
37 -
38 -need_apache
39 -
40 -src_install() {
41 - make DESTDIR="${D}" install || die "install failed"
42 - dodoc AUTHORS BUGS ChangeLog NEWS README TODO
43 -}