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

(-)/usr/portage/eclass/xfce44-orig.eclass (-1 / +1 lines)
Lines 53-59 Link Here
53
53
54
## sets SRC_URI and HOMEPAGE to berlios
54
## sets SRC_URI and HOMEPAGE to berlios
55
xfce44_goodies() {
55
xfce44_goodies() {
56
	SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P:-${P}}${COMPRESS}"
56
	SRC_URI="ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/${MY_P:-${P}}${COMPRESS}"
57
	[[ -z ${HOMEPAGE} ]] && HOMEPAGE="http://xfce-goodies.berlios.de/"
57
	[[ -z ${HOMEPAGE} ]] && HOMEPAGE="http://xfce-goodies.berlios.de/"
58
	S="${WORKDIR}/${MY_P:-${P}}"
58
	S="${WORKDIR}/${MY_P:-${P}}"
59
}
59
}

Return to bug 130440