summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-28 04:47:52 +0000
committerSam James <sam@gentoo.org>2021-03-31 08:42:38 +0100
commit9c48742a3f488cb3081d904ebf627d69a6b3a2a3 (patch)
treeff7237fcec30a9cbba9b1250638b74197e7a675b /eclass/db-use.eclass
parentfont-ebdftopcf.eclass: provide basic @ECLASS block, docs (diff)
downloadgentoo-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/db-use.eclass')
-rw-r--r--eclass/db-use.eclass14
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