commit: 9c48742a3f488cb3081d904ebf627d69a6b3a2a3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 04:47:52 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 07:42:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c48742a
db-use.eclass: add initial @EBUILD block Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/db-use.eclass | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass index 7633425bac3..d23b08d1999 100644 --- a/eclass/db-use.eclass +++ b/eclass/db-use.eclass @@ -1,8 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This is a common location for functions that aid the use of sys-libs/db # -# Bugs: [email protected] + +# @ECLASS: db-use.eclass +# @MAINTAINER: +# [email protected] +# @AUTHOR: +# Paul de Vrieze <[email protected]> +# @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: This is a common location for functions that aid the use of sys-libs/db +# @DESCRIPTION: +# This eclass is designed to provide helpful functions for depending on +# sys-libs/db. # multilib is used for get_libname in all EAPI case "${EAPI:-0}" in
