diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-07-02 03:55:45 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-07-02 03:55:45 +0000 |
commit | 33bbf554fe0f3c49f7d4de79eae579c8b41d5d35 (patch) | |
tree | e13db71f5778ee379146b9c1cda7c7b95c52aaa9 /dev-python/python-docs | |
parent | update python-docs to 2.2.1 (diff) | |
download | historical-33bbf554fe0f3c49f7d4de79eae579c8b41d5d35.tar.gz historical-33bbf554fe0f3c49f7d4de79eae579c8b41d5d35.tar.bz2 historical-33bbf554fe0f3c49f7d4de79eae579c8b41d5d35.zip |
make lintool clean
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/python-docs/python-docs-2.2.1.ebuild b/dev-python/python-docs/python-docs-2.2.1.ebuild index 03f65750b26c..1c70e090b8c0 100644 --- a/dev-python/python-docs/python-docs-2.2.1.ebuild +++ b/dev-python/python-docs/python-docs-2.2.1.ebuild @@ -1,11 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1.ebuild,v 1.1 2002/07/02 03:54:28 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.1.ebuild,v 1.2 2002/07/02 03:55:45 jnelson Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" HOMEPAGE="http://www.python.org/doc/2.2/" +DEPEND="" +RDEPEND="" +SLOT="2.2" +LICENSE="PSF-2.2" src_unpack() { mkdir ${S} |