mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
eclass/multilib-minimal: Sync with Gentoo
It's from Gentoo commit fc315af9b669cc506f49fc659a3f7c1f24b19cac.
This commit is contained in:
parent
ef90f5f0bb
commit
f93ba14494
@ -1,12 +1,10 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# Flatcar: Support EAPI 4.
|
|
||||||
|
|
||||||
# @ECLASS: multilib-minimal.eclass
|
# @ECLASS: multilib-minimal.eclass
|
||||||
# @MAINTAINER:
|
# @MAINTAINER:
|
||||||
# Michał Górny <mgorny@gentoo.org>
|
# Michał Górny <mgorny@gentoo.org>
|
||||||
# @SUPPORTED_EAPIS: 5 6 7 8
|
# @SUPPORTED_EAPIS: 6 7 8
|
||||||
# @PROVIDES: multilib-build
|
# @PROVIDES: multilib-build
|
||||||
# @BLURB: wrapper for multilib builds providing convenient multilib_src_* functions
|
# @BLURB: wrapper for multilib builds providing convenient multilib_src_* functions
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
@ -25,18 +23,15 @@
|
|||||||
#
|
#
|
||||||
# If you need generic install rules, use multilib_src_install_all function.
|
# If you need generic install rules, use multilib_src_install_all function.
|
||||||
|
|
||||||
|
|
||||||
case ${EAPI} in
|
case ${EAPI} in
|
||||||
4|5|6|7|8) ;;
|
6|7|8) ;;
|
||||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
[[ ${EAPI} == [45] ]] && inherit eutils
|
|
||||||
inherit multilib-build
|
inherit multilib-build
|
||||||
|
|
||||||
EXPORT_FUNCTIONS src_configure src_compile src_test src_install
|
if [[ ! ${_MULTILIB_MINIMAL_ECLASS} ]]; then
|
||||||
|
_MULTILIB_MINIMAL_ECLASS=1
|
||||||
|
|
||||||
multilib-minimal_src_configure() {
|
multilib-minimal_src_configure() {
|
||||||
debug-print-function ${FUNCNAME} "$@"
|
debug-print-function ${FUNCNAME} "$@"
|
||||||
@ -125,3 +120,7 @@ multilib-minimal_src_install() {
|
|||||||
einstalldocs
|
einstalldocs
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
EXPORT_FUNCTIONS src_configure src_compile src_test src_install
|
||||||
|
Loading…
Reference in New Issue
Block a user