Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148869
Collapse All | Expand All

(-)cronolog-1.6.2-r2.ebuild (-8 / +9 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/cronolog-1.6.2-r2.ebuild,v 1.5 2005/08/26 18:15:07 ramereth Exp $
3
# $Header: $
4
4
5
inherit eutils
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="1.4"
7
8
inherit eutils autotools
6
9
7
DESCRIPTION="Cronolog apache logfile rotator"
10
DESCRIPTION="Cronolog apache logfile rotator"
8
HOMEPAGE="http://cronolog.org/"
11
HOMEPAGE="http://cronolog.org/"
Lines 13-33 Link Here
13
KEYWORDS="amd64 ppc x86"
16
KEYWORDS="amd64 ppc x86"
14
IUSE=""
17
IUSE=""
15
18
16
DEPEND="virtual/libc
19
DEPEND=""
17
	>=sys-devel/autoconf-2.50"
18
RDEPEND=""
20
RDEPEND=""
19
21
20
src_unpack() {
22
src_unpack() {
21
	unpack ${A} ; cd ${S}
23
	unpack ${A}
24
	cd "${S}"
22
	epatch ${FILESDIR}/${PV}-patches/*.txt
25
	epatch ${FILESDIR}/${PV}-patches/*.txt
23
	# Small hack till upstream fixes
26
	# Small hack till upstream fixes
24
	touch config.guess config.sub
27
	touch config.guess config.sub
25
}
28
}
26
29
27
src_compile() {
30
src_compile() {
28
	export WANT_AUTOCONF=2.5
31
	eautoreconf || die "autoconf failed"
29
	aclocal || die "aclocal failed"
30
	autoconf || die "autoconf failed"
31
	econf || die "econf failed"
32
	econf || die "econf failed"
32
	emake || die "emake failed"
33
	emake || die "emake failed"
33
}
34
}

Return to bug 148869