diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-06 11:52:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-06 12:32:21 +0100 |
commit | 38092efc6cdf12267c794a4f9b8a4a656d27af6c (patch) | |
tree | 8414719b3bd2063e05472eb471a21bd637a0358b /eclass/versionator.eclass | |
parent | sys-apps/pkgcore: Backport metadata.xsd update (diff) | |
download | gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.gz gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.tar.bz2 gentoo-38092efc6cdf12267c794a4f9b8a4a656d27af6c.zip |
eclass/*: Add @DEPRECATED tags, based on pkgcheck list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/versionator.eclass')
-rw-r--r-- | eclass/versionator.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index 0f5d5770350b..24f9fb2c20bc 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -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 # @ECLASS: versionator.eclass @@ -11,6 +11,7 @@ # This eclass provides functions which simplify manipulating $PV and similar # variables. Most functions default to working with $PV, although other # values can be used. +# @DEPRECATED: ver_* functions from EAPI 7 # @EXAMPLE: # Simple Example 1: $PV is 1.2.3b, we want 1_2.3b: # MY_PV=$(replace_version_separator 1 '_' ) |