summaryrefslogtreecommitdiff
path: root/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/cronolog/cronolog-1.6.2-r3.ebuild')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r3.ebuild28
1 files changed, 0 insertions, 28 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 d3dd66369235..000000000000
--- 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
-}