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: Sun, 28 Mar 2021 17:48:52
Message-Id: 1616953270.5d1bad01063af3dff63d9e51e2832f8ac499faf2.sam@gentoo
1 commit: 5d1bad01063af3dff63d9e51e2832f8ac499faf2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 17:41:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 28 17:41:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1bad01
7
8 cmake-utils.eclass: fix @DEPRECATED placement for eclass-to-manpage
9
10 It's fragile.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/cmake-utils.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
18 index 59a3f9a026b..aae859a44cc 100644
19 --- a/eclass/cmake-utils.eclass
20 +++ b/eclass/cmake-utils.eclass
21 @@ -2,7 +2,6 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: cmake-utils.eclass
25 -# @DEPRECATED: cmake.eclass
26 # @MAINTAINER:
27 # kde@g.o
28 # @AUTHOR:
29 @@ -12,6 +11,7 @@
30 # Original author: Zephyrus (zephyrus@××××××.it)
31 # @SUPPORTED_EAPIS: 5 6 7
32 # @BLURB: common ebuild functions for cmake-based packages
33 +# @DEPRECATED: cmake.eclass
34 # @DESCRIPTION:
35 # DEPRECATED: This no longer receives any changes. Everyone must port to cmake.eclass.
36 # The cmake-utils eclass makes creating ebuilds for cmake-based packages much easier.