Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 07:44:04
Message-Id: 1617176558.9c48742a3f488cb3081d904ebf627d69a6b3a2a3.sam@gentoo
1 commit: 9c48742a3f488cb3081d904ebf627d69a6b3a2a3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 04:47:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 07:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c48742a
7
8 db-use.eclass: add initial @EBUILD block
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/db-use.eclass | 14 ++++++++++++--
13 1 file changed, 12 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/db-use.eclass b/eclass/db-use.eclass
16 index 7633425bac3..d23b08d1999 100644
17 --- a/eclass/db-use.eclass
18 +++ b/eclass/db-use.eclass
19 @@ -1,8 +1,18 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23 # This is a common location for functions that aid the use of sys-libs/db
24 #
25 -# Bugs: maintainer-needed@g.o
26 +
27 +# @ECLASS: db-use.eclass
28 +# @MAINTAINER:
29 +# maintainer-needed@g.o
30 +# @AUTHOR:
31 +# Paul de Vrieze <pauldv@g.o>
32 +# @SUPPORTED_EAPIS: 5 6 7
33 +# @BLURB: This is a common location for functions that aid the use of sys-libs/db
34 +# @DESCRIPTION:
35 +# This eclass is designed to provide helpful functions for depending on
36 +# sys-libs/db.
37
38 # multilib is used for get_libname in all EAPI
39 case "${EAPI:-0}" in