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

Collapse All | Expand All

(-)xbmc-9999.ebuild_orig (-1 / +5 lines)
Lines 7-13 Link Here
7
7
8
EAPI="2"
8
EAPI="2"
9
9
10
inherit eutils
10
inherit eutils autotools libtool
11
11
12
# Use XBMC_ESVN_REPO_URI to track a different branch
12
# Use XBMC_ESVN_REPO_URI to track a different branch
13
ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
13
ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
Lines 121-126 Link Here
121
	# Unzip web content
121
	# Unzip web content
122
	cd web
122
	cd web
123
	unpack ./Project_Mayhem_III_webserver_*.zip
123
	unpack ./Project_Mayhem_III_webserver_*.zip
124
125
	cd "${S}"
126
	eautoreconf
127
	elibtoolize
124
}
128
}
125
129
126
src_configure() {
130
src_configure() {

Return to bug 260024