diff options
author | David Seifert <soap@gentoo.org> | 2017-12-29 19:06:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-29 23:31:25 +0100 |
commit | 24254e469adf129b54e76cea88deeb48dca857e7 (patch) | |
tree | f4672beb7ae493bc8a0450aafb427f9b92a04c2f /app-admin/cronolog | |
parent | app-admin/cronolog: Mark stable (diff) | |
download | gentoo-24254e469adf129b54e76cea88deeb48dca857e7.tar.gz gentoo-24254e469adf129b54e76cea88deeb48dca857e7.tar.bz2 gentoo-24254e469adf129b54e76cea88deeb48dca857e7.zip |
app-admin/cronolog: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/cronolog')
-rw-r--r-- | app-admin/cronolog/cronolog-1.6.2-r3.ebuild | 28 | ||||
-rw-r--r-- | app-admin/cronolog/cronolog-1.6.2-r4.ebuild | 30 |
2 files changed, 0 insertions, 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 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 -} 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 3c603c959591..000000000000 --- 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 -} |