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:30
Message-Id: 1617167984.f1c3a62fc8a6ed71db2b068ec13497a81308a0bf.sam@gentoo
1 commit: f1c3a62fc8a6ed71db2b068ec13497a81308a0bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:23:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c3a62f
7
8 php-ext-pecl-r3.eclass: mark PHP_EXT_PECL_{PKG, FILENAME} as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/php-ext-pecl-r3.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass
16 index 8df60a37205..19040a7e762 100644
17 --- a/eclass/php-ext-pecl-r3.eclass
18 +++ b/eclass/php-ext-pecl-r3.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: php-ext-pecl-r3.eclass
25 @@ -11,6 +11,7 @@
26 # see https://pecl.php.net/
27
28 # @ECLASS-VARIABLE: PHP_EXT_PECL_PKG
29 +# @PRE_INHERIT
30 # @DESCRIPTION:
31 # Set in ebuild before inheriting this eclass if the tarball name
32 # differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE get set
33 @@ -22,6 +23,7 @@
34 [[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}"
35
36 # @ECLASS-VARIABLE: PHP_EXT_PECL_FILENAME
37 +# @PRE_INHERIT
38 # @DEFAULT_UNSET
39 # @DESCRIPTION:
40 # Set in ebuild before inheriting this eclass if the tarball name