eclass/versionator: Sync with gentoo

It's from gentoo commit ffb256572995c9894ed5b1239ce5fbe59bed1a72.
This commit is contained in:
Krzesimir Nowak 2022-03-02 18:45:54 +01:00
parent 87a6215579
commit 3f07c6f22c

View File

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: versionator.eclass # @ECLASS: versionator.eclass
@ -7,6 +7,7 @@
# base-system@gentoo.org # base-system@gentoo.org
# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6
# @BLURB: functions which simplify manipulation of ${PV} and similar version strings # @BLURB: functions which simplify manipulation of ${PV} and similar version strings
# @DEPRECATED: ver_* functions from EAPI 7
# @DESCRIPTION: # @DESCRIPTION:
# This eclass provides functions which simplify manipulating $PV and similar # This eclass provides functions which simplify manipulating $PV and similar
# variables. Most functions default to working with $PV, although other # variables. Most functions default to working with $PV, although other