From 58c2ef4e37fa635945e19a1650e15206d457830b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 14 Oct 2012 01:57:06 +0200 Subject: EAPI="5-progress": Add master_repositories(), repository_path(), available_eclasses(), eclass_path() and license_path() functions. --- bin/eapi.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bin/eapi.sh') diff --git a/bin/eapi.sh b/bin/eapi.sh index a561c1cf8..d21b69df7 100644 --- a/bin/eapi.sh +++ b/bin/eapi.sh @@ -64,6 +64,26 @@ ___eapi_has_usex() { [[ ! ${1-${EAPI}} =~ ^(0|1|2|3|4|4-python|4-slot-abi)$ ]] } +___eapi_has_master_repositories() { + [[ ${1-${EAPI}} =~ ^(5-progress)$ ]] +} + +___eapi_has_repository_path() { + [[ ${1-${EAPI}} =~ ^(5-progress)$ ]] +} + +___eapi_has_available_eclasses() { + [[ ${1-${EAPI}} =~ ^(5-progress)$ ]] +} + +___eapi_has_eclass_path() { + [[ ${1-${EAPI}} =~ ^(5-progress)$ ]] +} + +___eapi_has_license_path() { + [[ ${1-${EAPI}} =~ ^(5-progress)$ ]] +} + # HELPERS BEHAVIOR ___eapi_best_version_and_has_version_support_--host-root() { -- cgit v1.2.3-1-g7c22