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 05:20:32
Message-Id: 1617167992.47b1461fc02fff2878c8fac1f77d6358beebdb78.sam@gentoo
1 commit: 47b1461fc02fff2878c8fac1f77d6358beebdb78
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:29:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b1461f
7
8 ros-catkin.eclass: mark CATKIN_HAS_MESSAGES, CATKIN_MESSAGES_TRANSITIVE_DEPS as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ros-catkin.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
16 index 2779a0353ec..b6f10ce6202 100644
17 --- a/eclass/ros-catkin.eclass
18 +++ b/eclass/ros-catkin.eclass
19 @@ -1,4 +1,4 @@
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
24 # @ECLASS: ros-catkin.eclass
25 @@ -61,11 +61,13 @@ DEPEND="${RDEPEND}
26 "
27
28 # @ECLASS-VARIABLE: CATKIN_HAS_MESSAGES
29 +# @PRE_INHERIT
30 # @DESCRIPTION:
31 # Set it to a non-empty value before inherit to tell the eclass the package has messages to build.
32 # Messages will be built based on ROS_MESSAGES USE_EXPANDed variable.
33
34 # @ECLASS-VARIABLE: CATKIN_MESSAGES_TRANSITIVE_DEPS
35 +# @PRE_INHERIT
36 # @DESCRIPTION:
37 # Some messages have dependencies on other messages.
38 # In that case, CATKIN_MESSAGES_TRANSITIVE_DEPS should contain a space-separated list of atoms