mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
eclass/tmpfiles: Sync with Gentoo
It's from Gentoo commit 9624aabd7852cde30d5c4392c5b05d51921f1a7a.
This commit is contained in:
parent
0c7d847b36
commit
191cf4c794
@ -1,4 +1,4 @@
|
||||
# Copyright 2016-2022 Gentoo Authors
|
||||
# Copyright 2016-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: tmpfiles.eclass
|
||||
@ -55,9 +55,13 @@
|
||||
if [[ -z ${_TMPFILES_ECLASS} ]]; then
|
||||
_TMPFILES_ECLASS=1
|
||||
|
||||
case "${EAPI}" in
|
||||
5|6|7|8) ;;
|
||||
*) die "API is undefined for EAPI ${EAPI}" ;;
|
||||
case ${EAPI} in
|
||||
5|6)
|
||||
ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!"
|
||||
ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI."
|
||||
;;
|
||||
7|8) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
# @ECLASS_VARIABLE: TMPFILES_OPTIONAL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user