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

(-)old/app-admin/collectd/collectd-5.5.0.ebuild (-5 / +3 lines)
Lines 4-15 Link Here
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
AUTOTOOLS_AUTORECONF="yes"
7
GENTOO_DEPEND_ON_PERL="no"
8
GENTOO_DEPEND_ON_PERL="no"
8
JAVA_PKG_OPT_USE="collectd_plugins_java"
9
JAVA_PKG_OPT_USE="collectd_plugins_java"
9
# XXX: 5.4.1-r0 stated 2* but it builds fine against 3.4
10
# XXX: 5.4.1-r0 stated 2* but it builds fine against 3.4
10
PYTHON_COMPAT=( python2_7 )
11
PYTHON_COMPAT=( python2_7 )
11
12
12
inherit autotools eutils fcaps java-pkg-opt-2 linux-info multilib perl-app python-single-r1 systemd user
13
inherit autotools-utils eutils fcaps java-pkg-opt-2 linux-info multilib perl-app python-single-r1 systemd user
13
14
14
DESCRIPTION="Collects system statistics and provides mechanisms to store the values"
15
DESCRIPTION="Collects system statistics and provides mechanisms to store the values"
15
16
Lines 220-228 Link Here
220
}
221
}
221
222
222
src_prepare() {
223
src_prepare() {
223
	default
224
	epatch_user
225
226
	# There's some strange prefix handling in the default config file, resulting in
224
	# There's some strange prefix handling in the default config file, resulting in
227
	# paths like "/usr/var/..."
225
	# paths like "/usr/var/..."
228
	sed -i -e "s:@prefix@/var:/var:g" src/collectd.conf.in || die
226
	sed -i -e "s:@prefix@/var:/var:g" src/collectd.conf.in || die
Lines 239-245 Link Here
239
237
240
	rm -r libltdl || die
238
	rm -r libltdl || die
241
239
242
	eautoreconf
240
	autotools-utils_src_prepare
243
}
241
}
244
242
245
src_configure() {
243
src_configure() {

Return to bug 570772