diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-07-04 20:18:21 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-07-04 20:18:21 +0000 |
commit | 2b8ee01a54b0595ba62db74961289b8457f461b6 (patch) | |
tree | 3fd8d98de7e72005c7e9563898f699360dfba013 /dev-python/log4py/log4py-1.1.ebuild | |
parent | Removed use_setuptools sed. Dropped old version. (diff) | |
download | gentoo-2-2b8ee01a54b0595ba62db74961289b8457f461b6.tar.gz gentoo-2-2b8ee01a54b0595ba62db74961289b8457f461b6.tar.bz2 gentoo-2-2b8ee01a54b0595ba62db74961289b8457f461b6.zip |
use DOCS, mydoc is deprecated
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python/log4py/log4py-1.1.ebuild')
-rw-r--r-- | dev-python/log4py/log4py-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/log4py/log4py-1.1.ebuild b/dev-python/log4py/log4py-1.1.ebuild index 45ca2aca4b24..939683df5683 100644 --- a/dev-python/log4py/log4py-1.1.ebuild +++ b/dev-python/log4py/log4py-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/log4py/log4py-1.1.ebuild,v 1.9 2004/06/25 01:33:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/log4py/log4py-1.1.ebuild,v 1.10 2007/07/04 20:18:21 hawking Exp $ inherit distutils @@ -18,7 +18,7 @@ DEPEND="virtual/python" RDEPEND="" src_install() { - mydoc="doc/*.* database/* log4py-test.py" + DOCS="doc/*.* database/* log4py-test.py" distutils_src_install dohtml -r doc/html/* |