Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 01 May 2021 19:02:32
Message-Id: 1619895719.e40eab3b921f3fd20eecb4d78d0a9094e27e7827.soap@gentoo
1 commit: e40eab3b921f3fd20eecb4d78d0a9094e27e7827
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 19:01:59 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 19:01:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40eab3b
7
8 wxwidgets.eclass: Clean up setup-wxwidgets eclassdoc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 eclass/wxwidgets.eclass | 22 ++++++++++------------
13 1 file changed, 10 insertions(+), 12 deletions(-)
14
15 diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
16 index 09c45ba48a5..019bc75ee79 100644
17 --- a/eclass/wxwidgets.eclass
18 +++ b/eclass/wxwidgets.eclass
19 @@ -79,20 +79,18 @@ esac
20
21 # @FUNCTION: setup-wxwidgets
22 # @DESCRIPTION:
23 -# Call this in your ebuild to set up the environment for wxGTK. Besides
24 -# controlling the wx-config wrapper this exports WX_CONFIG containing
25 -# the path to the config in case it needs to be passed to a build system.
26 +# Call this in your ebuild to set up the environment for wxGTK in src_configure.
27 +# Besides controlling the wx-config wrapper, this exports WX_CONFIG containing
28 +# the path to the config in case it needs to be passed to the build system.
29 #
30 -# In wxGTK-2.9 and later it also controls the level of debugging output
31 -# from the libraries. In these versions debugging features are enabled
32 -# by default and need to be disabled at the package level. Because this
33 -# causes many warning dialogs to pop up during runtime we add -DNDEBUG to
34 -# CPPFLAGS to disable debugging features (unless your ebuild has a debug
35 -# USE flag and it's enabled). If you don't like this behavior you can set
36 -# WX_DISABLE_NDEBUG to override it.
37 +# This function also controls the level of debugging output from the libraries.
38 +# Debugging features are enabled by default and need to be disabled at the
39 +# package level. Because this causes many warning dialogs to pop up during
40 +# runtime, we add -DNDEBUG to CPPFLAGS to disable debugging features (unless
41 +# your ebuild has a debug USE flag and it's enabled). If you don't like this
42 +# behavior, you can set WX_DISABLE_NDEBUG to override it.
43 #
44 -# See: http://docs.wxwidgets.org/trunk/overview_debugging.html
45 -
46 +# See: https://docs.wxwidgets.org/trunk/overview_debugging.html
47 setup-wxwidgets() {
48 local w wxtoolkit wxconf