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

Collapse All | Expand All

(-)ecopy.orig (-4 / +5 lines)
Lines 47-57 Link Here
47
47
48
wget --no-glob "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/$catpkg/$ebuild"
48
wget --no-glob "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/$catpkg/$ebuild"
49
49
50
source $ebuild
50
for i in $(grep -e '^AUX' Manifest | awk '{ print $2 }'); do
51
for i in $(eval echo $(grep FILESDIR $ebuild | sed -e 's:.*FILESDIR[}"]*/::' -e 's:"::g' -e "s:'::" -e "s:#.*::" -e "s: .*::")); do
51
	mkdir -p "files/$(dirname $i)"
52
	mkdir -p files
52
	wget --no-glob -P "files/$(dirname $i)" "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/$catpkg/files/$i"
53
	wget --no-glob -P files "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/$catpkg/files/$i"
54
done
53
done
54
55
source $ebuild
55
eapify $ebuild
56
eapify $ebuild
56
ecleankw $ebuild
57
ecleankw $ebuild
57
source "${EPREFIX:-$(portageq envvar EPREFIX)}"/etc/make.profile/make.defaults
58
source "${EPREFIX:-$(portageq envvar EPREFIX)}"/etc/make.profile/make.defaults

Return to bug 223295