mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
eclass/vcs-snapshot: Sync with Gentoo
It's from Gentoo commit 3b271461c203e1798dd0a31c3fbf8f65fef3b948. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
a079b14332
commit
006913466c
@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: vcs-snapshot.eclass
|
||||
# @MAINTAINER:
|
||||
# mgorny@gentoo.org
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @SUPPORTED_EAPIS: 7 8 9
|
||||
# @BLURB: support eclass for unpacking VCS snapshot tarballs
|
||||
# @DESCRIPTION:
|
||||
# THIS ECLASS IS NOT NECESSARY FOR MODERN GITHUB AND GITLAB SNAPSHOTS.
|
||||
@ -42,14 +42,14 @@
|
||||
# and however the tarballs were originally packed, all files will appear
|
||||
# in ${WORKDIR}/${P} and ${WORKDIR}/${P}-otherstuff respectively.
|
||||
|
||||
case ${EAPI} in
|
||||
7|8) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
if [[ -z ${_VCS_SNAPSHOT_ECLASS} ]]; then
|
||||
_VCS_SNAPSHOT_ECLASS=1
|
||||
|
||||
case ${EAPI} in
|
||||
7|8|9) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
# @FUNCTION: vcs-snapshot_src_unpack
|
||||
# @DESCRIPTION:
|
||||
# Extract all the archives from ${A}. The .tar, .tar.gz, .tar.bz2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user