commit:     24254e469adf129b54e76cea88deeb48dca857e7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 18:06:50 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:31:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24254e46

app-admin/cronolog: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/cronolog/cronolog-1.6.2-r3.ebuild | 28 ---------------------------
 app-admin/cronolog/cronolog-1.6.2-r4.ebuild | 30 -----------------------------
 2 files changed, 58 deletions(-)

diff --git a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild 
b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
deleted file mode 100644
index d3dd6636923..00000000000
--- a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="Cronolog apache logfile rotator"
-HOMEPAGE="http://cronolog.org/";
-SRC_URI="http://cronolog.org/download/${P}.tar.gz";
-
-LICENSE="GPL-2+ Apache-1.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${PV}-patches/*.patch
-
-       eautoreconf
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}

diff --git a/app-admin/cronolog/cronolog-1.6.2-r4.ebuild 
b/app-admin/cronolog/cronolog-1.6.2-r4.ebuild
deleted file mode 100644
index 3c603c95959..00000000000
--- a/app-admin/cronolog/cronolog-1.6.2-r4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils autotools
-
-DESCRIPTION="Cronolog apache logfile rotator"
-HOMEPAGE="http://cronolog.org/";
-SRC_URI="http://cronolog.org/download/${P}.tar.gz";
-
-LICENSE="GPL-2+ Apache-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE=""
-
-RDEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${PV}-patches/*.patch
-       # patch written for infra usage
-       epatch "${FILESDIR}"/${PN}-1.6.2-umask.patch
-
-       eautoreconf
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}

Reply via email to