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:31
Message-Id: 1617167994.e5d93414c75747792ecc5125edddefc3dc3f0faf.sam@gentoo
1 commit: e5d93414c75747792ecc5125edddefc3dc3f0faf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:32:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d93414
7
8 xorg-2.eclass: set various variables as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/xorg-2.eclass | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
16 index 21b3da5374a..e6ec80523ae 100644
17 --- a/eclass/xorg-2.eclass
18 +++ b/eclass/xorg-2.eclass
19 @@ -43,6 +43,7 @@ if [[ ${CATEGORY} = media-fonts ]]; then
20 fi
21
22 # @ECLASS-VARIABLE: XORG_MULTILIB
23 +# @PRE_INHERIT
24 # @DESCRIPTION:
25 # If set to 'yes', the multilib support for package will be enabled. Set
26 # before inheriting this eclass.
27 @@ -68,18 +69,21 @@ EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
28 IUSE=""
29
30 # @ECLASS-VARIABLE: XORG_EAUTORECONF
31 +# @PRE_INHERIT
32 # @DESCRIPTION:
33 # If set to 'yes' and configure.ac exists, eautoreconf will run. Set
34 # before inheriting this eclass.
35 : ${XORG_EAUTORECONF:="no"}
36
37 # @ECLASS-VARIABLE: XORG_BASE_INDIVIDUAL_URI
38 +# @PRE_INHERIT
39 # @DESCRIPTION:
40 # Set up SRC_URI for individual modular releases. If set to an empty
41 # string, no SRC_URI will be provided by the eclass.
42 : ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual"}
43
44 # @ECLASS-VARIABLE: XORG_MODULE
45 +# @PRE_INHERIT
46 # @DESCRIPTION:
47 # The subdirectory to download source from. Possible settings are app,
48 # doc, data, util, driver, font, lib, proto, xserver. Set above the
49 @@ -99,6 +103,7 @@ if [[ ${XORG_MODULE} == auto ]]; then
50 fi
51
52 # @ECLASS-VARIABLE: XORG_PACKAGE_NAME
53 +# @PRE_INHERIT
54 # @DESCRIPTION:
55 # For git checkout the git repository might differ from package name.
56 # This variable can be used for proper directory specification
57 @@ -148,6 +153,7 @@ if [[ ${FONT} == yes ]]; then
58 >=x11-apps/mkfontscale-1.2.0"
59
60 # @ECLASS-VARIABLE: FONT_DIR
61 + # @PRE_INHERIT
62 # @DESCRIPTION:
63 # If you're creating a font package and the suffix of PN is not equal to
64 # the subdirectory of /usr/share/fonts/ it should install into, set