diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-20 15:32:09 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-20 15:32:09 +0000 |
commit | c135e11315a8469cc173f8f6b959d1975b8ade70 (patch) | |
tree | 14feef6a53fa3493a8d287f0ea7c5bcf6ebedeae /eclass/distutils.eclass | |
parent | Remove the experimental git-r3 testing support. It is not needed anymore, git... (diff) | |
download | gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.gz gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.bz2 gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.zip |
Deprecate the few eclasses.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 22ebf1379505..8b9140a7719b 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.84 2013/08/03 13:28:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.85 2014/11/20 15:32:09 mgorny Exp $ # @ECLASS: distutils.eclass # @MAINTAINER: @@ -8,6 +8,8 @@ # @BLURB: Eclass for packages with build systems using Distutils # @DESCRIPTION: # The distutils eclass defines phase functions for packages with build systems using Distutils. +# +# This eclass is DEPRECATED. Please use distutils-r1 instead. if [[ -z "${_PYTHON_ECLASS_INHERITED}" ]]; then inherit python |