Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152703 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-analyzer/cacti/cacti-0.8.6i.ebuild (-2 / +5 lines)
Lines 35-40 Link Here
35
RDEPEND="!alpha? ( !sparc? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) )
35
RDEPEND="!alpha? ( !sparc? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) )
36
	snmp? ( net-analyzer/net-snmp )
36
	snmp? ( net-analyzer/net-snmp )
37
	net-analyzer/rrdtool
37
	net-analyzer/rrdtool
38
	dev-php/adodb
38
	dev-db/mysql
39
	dev-db/mysql
39
	virtual/cron"
40
	virtual/cron"
40
41
Lines 54-67 Link Here
54
	webapp_pkg_setup
55
	webapp_pkg_setup
55
	has_php
56
	has_php
56
	if [ $PHP_VERSION = 5 ] ; then
57
	if [ $PHP_VERSION = 5 ] ; then
57
		require_php_with_use cli mysql xml
58
		require_php_with_use cli mysql xml sockets
58
	elif [ $PHP_VERSION = 4 ] ; then
59
	elif [ $PHP_VERSION = 4 ] ; then
59
		require_php_with_use cli mysql xml expat
60
		require_php_with_use cli mysql xml sockets expat
60
	fi
61
	fi
61
}
62
}
62
63
63
src_compile() {
64
src_compile() {
64
	einfo "Nothing to compile."
65
	einfo "Nothing to compile."
66
	epatch ${FILESDIR}/adodb.patch
65
}
67
}
66
68
67
src_install() {
69
src_install() {
Lines 72-77 Link Here
72
74
73
	dodoc docs/{CHANGELOG,CONTRIB,INSTALL,README,REQUIREMENTS,UPGRADE}
75
	dodoc docs/{CHANGELOG,CONTRIB,INSTALL,README,REQUIREMENTS,UPGRADE}
74
	rm -rf docs
76
	rm -rf docs
77
	rm -rf lib/adodb
75
78
76
	edos2unix `find -type f -name '*.php'`
79
	edos2unix `find -type f -name '*.php'`
77
80

Return to bug 152703