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:24
Message-Id: 1488703693.876a3258e35f3b2f1fa27f4536a6c310a292eb05.monsieurp@gentoo
1 commit: 876a3258e35f3b2f1fa27f4536a6c310a292eb05
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 08:38:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 08:48:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876a3258
7
8 www-misc/log-toolkit: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
16 new file mode 100644
17 index 00000000000..3294ded614b
18 --- /dev/null
19 +++ b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit depend.apache
27 +
28 +DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
29 +HOMEPAGE="https://sourceforge.net/projects/log-toolkit/"
30 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +
36 +need_apache
37 +
38 +DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
39 +
40 +src_install() {
41 + default
42 + emake DESTDIR="${D}" install
43 + einstalldocs
44 +}