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: Wed, 25 Apr 2018 17:47:08
Message-Id: 1524678279.d5ab3b733cc6c95ced7fb858e26500a4785d10f7.grknight@gentoo
1 commit: d5ab3b733cc6c95ced7fb858e26500a4785d10f7
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 17:44:39 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 17:44:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ab3b73
7
8 eclass: php-pear-r1 mark DEAD
9
10 This eclass is problematic as it creates a dependency database
11 which is quickly removed. Also the PHP invocation may need
12 to addpredict for libsnmp.
13
14 Superseded by php-pear-r2 eclass
15
16 eclass/php-pear-r1.eclass | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
20 index d565f07a095..990ba379694 100644
21 --- a/eclass/php-pear-r1.eclass
22 +++ b/eclass/php-pear-r1.eclass
23 @@ -1,6 +1,7 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 +# @DEAD
29 # @ECLASS: php-pear-r1.eclass
30 # @MAINTAINER:
31 # Gentoo PHP Team <php-bugs@g.o>