Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 30 Jun 2017 11:30:31
Message-Id: 1498822198.a2baa78f261046f963c19a851c6343d9d3f653df.mgorny@gentoo
1 commit: a2baa78f261046f963c19a851c6343d9d3f653df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 11:25:36 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 11:29:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2baa78f
7
8 confutils.eclass: Mark @DEAD for removal
9
10 eclass/confutils.eclass | 11 ++++++++++-
11 1 file changed, 10 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
14 index cfd1a64d9a0..63a65db867e 100644
15 --- a/eclass/confutils.eclass
16 +++ b/eclass/confutils.eclass
17 @@ -1,6 +1,15 @@
18 -# Copyright 1999-2012 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 +# @DEAD
23 +# Michał Górny <mgorny@g.o> (30 Jun 2017)
24 +# This eclass is no longer useful. Most of it has been superseded by
25 +# new EAPI features such as REQUIRED_USE and USE dependencies.
26 +# The remaining functions are very specialized (probably to PHP)
27 +# and were not used for a long time. The last consumer is now redundant
28 +# to a new stable version and will be removed soon.
29 +# The eclass will be removed in 30 days.
30 +
31 # @ECLASS: confutils.eclass
32 # @MAINTAINER:
33 # No maintainer <maintainer-needed@g.o>