summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-docs/python-docs-2.3.2.ebuild')
-rw-r--r--dev-python/python-docs/python-docs-2.3.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-docs/python-docs-2.3.2.ebuild b/dev-python/python-docs/python-docs-2.3.2.ebuild
deleted file mode 100644
index 86cd084c147b..000000000000
--- a/dev-python/python-docs/python-docs-2.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.2.ebuild,v 1.3 2003/12/13 00:41:31 lu_zero Exp $
-
-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.3/"
-
-IUSE=""
-SLOT="2.3"
-KEYWORDS="~x86 ~ppc" # ~sparc ~alpha ~hppa ~ia64 ~amd64"
-LICENSE="PSF-2.2"
-
-DEPEND=""
-RDEPEND=""
-S=${WORKDIR}
-
-src_install() {
- docinto html
- cp -R ${S}/* ${D}/usr/share/doc/${PF}/html
- dodir /etc/env.d
- echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs
-}