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

(-)/usr/portage/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild (-4 / +10 lines)
Lines 52-57 Link Here
52
	[[ -n ${MY_PLAT} ]]
52
	[[ -n ${MY_PLAT} ]]
53
}
53
}
54
54
55
prt_fetch_status() {
56
	if [ -e "${DISTDIR}/${1}" ]; then
57
		eerror "${2}${1} (present)"
58
	else
59
		eerror "${2}${1} (missing)"
60
	fi
61
}
62
55
pkg_nofetch() {
63
pkg_nofetch() {
56
	eerror "Please go to"
64
	eerror "Please go to"
57
	eerror "  ${HOMEPAGE%/*}/index-097480.html"
65
	eerror "  ${HOMEPAGE%/*}/index-097480.html"
Lines 60-69 Link Here
60
	do
68
	do
61
		set_my_abivars || continue
69
		set_my_abivars || continue
62
		eerror "Instant Client for ${MY_PLAT}"
70
		eerror "Instant Client for ${MY_PLAT}"
63
		eerror "    Basic: ${MY_A}"
71
		prt_fetch_status "${MY_A}" "    Basic: "
64
		if is_final_abi; then
72
		is_final_abi && prt_fetch_status "${MY_ASDK}" "    SDK:   "
65
			eerror "    SDK:   ${MY_ASDK}"
66
		fi
67
	done
73
	done
68
	eerror "After downloading, put them in:"
74
	eerror "After downloading, put them in:"
69
	eerror "    ${DISTDIR}/"
75
	eerror "    ${DISTDIR}/"

Return to bug 408591