diff options
author | ormorph <[email protected]> | 2022-09-14 22:38:46 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-09-14 22:45:56 +0200 |
commit | 802f52c9d328df0a1d9a86b99deedddce868ad84 (patch) | |
tree | 2bbd7afeb10103b8b90ad79b8deb56e279e14870 /eclass/trinity-meta-2.eclass | |
parent | df0ae35e2cbed9ff04fadf14ce4b5574440c1607 (diff) | |
download | tde-packaging-gentoo-802f52c9d328df0a1d9a86b99deedddce868ad84.tar.gz tde-packaging-gentoo-802f52c9d328df0a1d9a86b99deedddce868ad84.zip |
Fixed obsolete macro definitions, added documentation for classes, functions and variables
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'eclass/trinity-meta-2.eclass')
-rw-r--r-- | eclass/trinity-meta-2.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/trinity-meta-2.eclass b/eclass/trinity-meta-2.eclass index 2d4c9c70..e3fafb77 100644 --- a/eclass/trinity-meta-2.eclass +++ b/eclass/trinity-meta-2.eclass @@ -2,7 +2,12 @@ # Copyright 2020-2022 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# +# @ECLASS: trinity-meta-2.eclass +# @MAINTAINER: +# @SUPPORTED_EAPIS: 7 8 +# @BLURB: common ebuild functions for trinity-meta packages +# @DESCRIPTION: # Original Author: fat-zer # Ported to git-r3 eclass and EAPI7 by E. Liddell # Ported to cmake eclass and EAPI8 by ormorh |