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: 1514586685.24254e469adf129b54e76cea88deeb48dca857e7.soap@gentoo
1 commit: 24254e469adf129b54e76cea88deeb48dca857e7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 18:06:50 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:31:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24254e46
7
8 app-admin/cronolog: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/cronolog/cronolog-1.6.2-r3.ebuild | 28 ---------------------------
13 app-admin/cronolog/cronolog-1.6.2-r4.ebuild | 30 -----------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
17 deleted file mode 100644
18 index d3dd6636923..00000000000
19 --- a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -inherit eutils autotools
26 -
27 -DESCRIPTION="Cronolog apache logfile rotator"
28 -HOMEPAGE="http://cronolog.org/"
29 -SRC_URI="http://cronolog.org/download/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2+ Apache-1.0"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc x86"
34 -IUSE=""
35 -
36 -RDEPEND=""
37 -
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 - epatch "${FILESDIR}"/${PV}-patches/*.patch
42 -
43 - eautoreconf
44 -}
45 -
46 -src_install() {
47 - make DESTDIR="${D}" install || die
48 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
49 -}
50
51 diff --git a/app-admin/cronolog/cronolog-1.6.2-r4.ebuild b/app-admin/cronolog/cronolog-1.6.2-r4.ebuild
52 deleted file mode 100644
53 index 3c603c95959..00000000000
54 --- a/app-admin/cronolog/cronolog-1.6.2-r4.ebuild
55 +++ /dev/null
56 @@ -1,30 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -inherit eutils autotools
61 -
62 -DESCRIPTION="Cronolog apache logfile rotator"
63 -HOMEPAGE="http://cronolog.org/"
64 -SRC_URI="http://cronolog.org/download/${P}.tar.gz"
65 -
66 -LICENSE="GPL-2+ Apache-1.0"
67 -SLOT="0"
68 -KEYWORDS="amd64 ~arm ~ppc x86"
69 -IUSE=""
70 -
71 -RDEPEND=""
72 -
73 -src_unpack() {
74 - unpack ${A}
75 - cd "${S}"
76 - epatch "${FILESDIR}"/${PV}-patches/*.patch
77 - # patch written for infra usage
78 - epatch "${FILESDIR}"/${PN}-1.6.2-umask.patch
79 -
80 - eautoreconf
81 -}
82 -
83 -src_install() {
84 - make DESTDIR="${D}" install || die
85 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
86 -}