Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 17 Nov 2017 18:29:52
Message-Id: 1510942589.e523242efedb3ab594905877a96b2cbd116afaa3.grknight@gentoo
1 commit: e523242efedb3ab594905877a96b2cbd116afaa3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 18:16:29 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 18:16:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e523242e
7
8 php-lib-r1.eclass: Fix documentation and mark DEAD wrt bug 637842
9
10 Removal pending final consumer last rite.
11
12 Closes: https://bugs.gentoo.org/show_bug.cgi?id=637842
13
14 eclass/php-lib-r1.eclass | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/eclass/php-lib-r1.eclass b/eclass/php-lib-r1.eclass
18 index a6bffabc6fb..90edad61f9c 100644
19 --- a/eclass/php-lib-r1.eclass
20 +++ b/eclass/php-lib-r1.eclass
21 @@ -1,6 +1,7 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# @DEAD
27 # @ECLASS: php-lib-r1.eclass
28 # @MAINTAINER:
29 # Gentoo PHP team <php-bugs@g.o>
30 @@ -37,6 +38,7 @@ RDEPEND="${DEPEND}"
31 # You have to pass in a list of the PHP files to install.
32
33 # @VARIABLE: DOCS
34 +# @DEFAULT_UNSET
35 # @DESCRIPTION:
36 # Set in ebuild if you wish to install additional, package-specific documentation.