diff options
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} |