diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 04:47:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 08:42:38 +0100 |
commit | 9c48742a3f488cb3081d904ebf627d69a6b3a2a3 (patch) | |
tree | ff7237fcec30a9cbba9b1250638b74197e7a675b /eclass | |
parent | font-ebdftopcf.eclass: provide basic @ECLASS block, docs (diff) | |
download | gentoo-9c48742a3f488cb3081d904ebf627d69a6b3a2a3.tar.gz gentoo-9c48742a3f488cb3081d904ebf627d69a6b3a2a3.tar.bz2 gentoo-9c48742a3f488cb3081d904ebf627d69a6b3a2a3.zip |
db-use.eclass: add initial @EBUILD block
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/db-use.eclass | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass index 7633425bac3b..d23b08d19996 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: maintainer-needed@gentoo.org + +# @ECLASS: db-use.eclass +# @MAINTAINER: +# maintainer-needed@gentoo.org +# @AUTHOR: +# Paul de Vrieze <pauldv@gentoo.org> +# @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 |