diff options
author | 2007-10-25 13:49:10 +0000 | |
---|---|---|
committer | 2007-10-25 13:49:10 +0000 | |
commit | c29047b6dd3731887ac9a319f8aa39240f7f0326 (patch) | |
tree | 1a16547b68248aa476f9411cea7f70ee669853ec /eclass | |
parent | old (diff) | |
download | historical-c29047b6dd3731887ac9a319f8aa39240f7f0326.tar.gz historical-c29047b6dd3731887ac9a319f8aa39240f7f0326.tar.bz2 historical-c29047b6dd3731887ac9a319f8aa39240f7f0326.zip |
removed deprecated mydoc, use DOCS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 90a66849608c..3e81b954e4f7 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.43 2007/08/21 18:17:59 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.44 2007/10/25 13:49:10 hawking Exp $ # # Author: Jon Nelson <jnelson@gentoo.org> # Current Maintainer: Alastair Tse <liquidx@gentoo.org> @@ -71,9 +71,6 @@ distutils_src_install() { done [ -n "${DOCS}" ] && dodoc ${DOCS} - - # deprecated! please use DOCS instead. - [ -n "${mydoc}" ] && dodoc ${mydoc} } # generic pyc/pyo cleanup script. |