forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
confutils.eclass: Mark @dead for removal
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> (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 <[email protected]> | ||
|