commit: 5adf9875ec49c3eb8bfd73af2c0c59666bdbc1bd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 05:16:49 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 07:20:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5adf9875
ebuild-writing/variables: add link to helpful guide for versionator migration Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/variables/text.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 97561e0..6b5f072 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -684,6 +684,13 @@ follows. </tr> </table> +<note> +A helpful guide to the newer complements of the old <c>versionator.eclass</c> +functions can be found +<uri link="https://mgorny.pl/articles/the-ultimate-guide-to-eapi-7.html#replacing-versionator-eclass-uses"> +here</uri>, courtesy of Gentoo developer mgorny. +</note> + </body> </section>
