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

Collapse All | Expand All

(-)cacti-0.8.7i.ebuild (-1 / +3 lines)
Lines 7-13 EAPI="2" Link Here
7
inherit eutils webapp depend.php
7
inherit eutils webapp depend.php
8
8
9
# Support for _p* in version.
9
# Support for _p* in version.
10
MY_P=${P/_p*/}
10
MY_P=${P/_p*/}-PIA-3.1
11
UPSTREAM_PATCHES=""
11
UPSTREAM_PATCHES=""
12
12
13
DESCRIPTION="Cacti is a complete frontend to rrdtool"
13
DESCRIPTION="Cacti is a complete frontend to rrdtool"
Lines 37-42 RDEPEND="snmp? ( >=net-analyzer/net-snmp Link Here
37
	dev-lang/php[cli,mysql,xml,session,sockets]
37
	dev-lang/php[cli,mysql,xml,session,sockets]
38
	|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
38
	|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
39
39
40
S="${WORKDIR}/${MY_P}"
41
40
src_unpack() {
42
src_unpack() {
41
	unpack ${MY_P}.tar.gz
43
	unpack ${MY_P}.tar.gz
42
	if [[ -n ${UPSTREAM_PATCHES} ]]; then
44
	if [[ -n ${UPSTREAM_PATCHES} ]]; then

Return to bug 346741