Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cronolog/
Date: Fri, 29 Dec 2017 22:33:36
Message-Id: 1514586673.e55f3120e1fa231481a986238997c69fdf0217d1.soap@gentoo
1 commit: e55f3120e1fa231481a986238997c69fdf0217d1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 18:03:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:31:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55f3120
7
8 app-admin/cronolog: [QA] Minor touchups
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
16 index ca4ce0c7003..a362f4f52c7 100644
17 --- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
18 +++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit eutils autotools
24 +inherit autotools
25
26 DESCRIPTION="Log rotation software"
27 HOMEPAGE="https://github.com/fordmason/cronolog"
28 @@ -19,10 +19,8 @@ PATCHES=(
29 "${FILESDIR}"/${P}-umask.patch
30 )
31
32 -DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
33 -
34 src_prepare() {
35 default
36 - mv configure.in configure.ac || die
37 + mv configure.{in,ac} || die
38 eautoreconf
39 }