summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2008-05-06 20:02:20 +0000
committerLance Albertson <ramereth@gentoo.org>2008-05-06 20:02:20 +0000
commit29cd43543cdc7e2faffe1a7ad2408f4253ff68c8 (patch)
tree1427d911365dec5a7ce360d520240023dbd419b5 /app-admin/cronolog/cronolog-1.6.2-r3.ebuild
parentstable x86, security bug 220391 (diff)
downloadhistorical-29cd43543cdc7e2faffe1a7ad2408f4253ff68c8.tar.gz
historical-29cd43543cdc7e2faffe1a7ad2408f4253ff68c8.tar.bz2
historical-29cd43543cdc7e2faffe1a7ad2408f4253ff68c8.zip
Add a few patch fixes to app-admin/cronolog
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-admin/cronolog/cronolog-1.6.2-r3.ebuild')
-rw-r--r--app-admin/cronolog/cronolog-1.6.2-r3.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/app-admin/cronolog/cronolog-1.6.2-r3.ebuild b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
new file mode 100644
index 000000000000..83381247432d
--- /dev/null
+++ b/app-admin/cronolog/cronolog-1.6.2-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/cronolog-1.6.2-r3.ebuild,v 1.1 2008/05/06 20:02:20 ramereth Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit eutils autotools
+
+DESCRIPTION="Cronolog apache logfile rotator"
+HOMEPAGE="http://cronolog.org/"
+SRC_URI="http://cronolog.org/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-patches/*.txt
+
+ eautoreconf
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}