summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-docs/python-docs-2.2.2.ebuild')
-rw-r--r--dev-python/python-docs/python-docs-2.2.2.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-docs/python-docs-2.2.2.ebuild b/dev-python/python-docs/python-docs-2.2.2.ebuild
deleted file mode 100644
index cb72e484d461..000000000000
--- a/dev-python/python-docs/python-docs-2.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.11 2005/01/05 00:33:28 pythonhead 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.2/"
-DEPEND=""
-RDEPEND=""
-SLOT="2.2"
-LICENSE="PSF-2.2"
-KEYWORDS="x86 ppc sparc alpha"
-IUSE=""
-
-src_unpack() {
- mkdir ${S}
- cd ${S}
- unpack ${A}
-}
-
-
-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
-}