summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-30 13:25:36 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 13:29:58 +0200
commita2baa78f261046f963c19a851c6343d9d3f653df (patch)
treedb93a738f8f3b5d403c5d3871ccd041b7a0fd8de /eclass
parentapp-arch/zpaq: Bump to 7.15 (diff)
downloadgentoo-a2baa78f261046f963c19a851c6343d9d3f653df.tar.gz
gentoo-a2baa78f261046f963c19a851c6343d9d3f653df.tar.bz2
gentoo-a2baa78f261046f963c19a851c6343d9d3f653df.zip
confutils.eclass: Mark @DEAD for removal
Diffstat (limited to 'eclass')
-rw-r--r--eclass/confutils.eclass11
1 files changed, 10 insertions, 1 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
index cfd1a64d9a00..63a65db867e5 100644
--- a/eclass/confutils.eclass
+++ b/eclass/confutils.eclass
@@ -1,6 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
+# Michał Górny <mgorny@gentoo.org> (30 Jun 2017)
+# This eclass is no longer useful. Most of it has been superseded by
+# new EAPI features such as REQUIRED_USE and USE dependencies.
+# The remaining functions are very specialized (probably to PHP)
+# and were not used for a long time. The last consumer is now redundant
+# to a new stable version and will be removed soon.
+# The eclass will be removed in 30 days.
+
# @ECLASS: confutils.eclass
# @MAINTAINER:
# No maintainer <maintainer-needed@gentoo.org>