diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-08-02 00:55:50 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-08-02 00:55:50 +0000 |
commit | a0d027d343f979a4de7f73f7a9f0befe21ceffef (patch) | |
tree | 6fd538e0a2269166cab2a4350609a40a1b0c986a /dev-python/python-docs | |
parent | add distutils.eclass (diff) | |
download | gentoo-2-a0d027d343f979a4de7f73f7a9f0befe21ceffef.tar.gz gentoo-2-a0d027d343f979a4de7f73f7a9f0befe21ceffef.tar.bz2 gentoo-2-a0d027d343f979a4de7f73f7a9f0befe21ceffef.zip |
remove old python docs
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/files/digest-python-docs-2.0.1 | 1 | ||||
-rw-r--r-- | dev-python/python-docs/files/digest-python-docs-2.2 | 1 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.0.1.ebuild | 22 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.ebuild | 22 |
5 files changed, 4 insertions, 47 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 6de1474a73b3..fe84518b2e9d 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/python-docs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.3 2002/07/02 03:54:28 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.4 2002/08/02 00:55:50 jnelson Exp $ + 1 Aug 2002; Jon Nelson <jnelson@gentoo.org> + + Remove python-docs-2.0.1.ebuild, python-docs-2.2.ebuild *python-docs-2.2.1 (1 Jul 2002) diff --git a/dev-python/python-docs/files/digest-python-docs-2.0.1 b/dev-python/python-docs/files/digest-python-docs-2.0.1 deleted file mode 100644 index 70976173abf7..000000000000 --- a/dev-python/python-docs/files/digest-python-docs-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8169ab99513a74b1317f58eda37b4ff3 html-2.0.1.tar.bz2 704567 diff --git a/dev-python/python-docs/files/digest-python-docs-2.2 b/dev-python/python-docs/files/digest-python-docs-2.2 deleted file mode 100644 index ff468da0188c..000000000000 --- a/dev-python/python-docs/files/digest-python-docs-2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ef4a2a0521e4a6eadcbc8f5469f2b89c html-2.2p1.tar.bz2 925429 diff --git a/dev-python/python-docs/python-docs-2.0.1.ebuild b/dev-python/python-docs/python-docs-2.0.1.ebuild deleted file mode 100644 index add305ffe8a0..000000000000 --- a/dev-python/python-docs/python-docs-2.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.0.1.ebuild,v 1.4 2002/08/01 11:59:01 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="HTML documentation for Python" -SRC_URI="http://www.python.org/ftp/python/doc/2.0.1/html-2.0.1.tar.bz2" -HOMEPAGE="http://www.python.org/doc/2.0.1/" - -src_unpack() { - mkdir ${S} - cd ${S} - unpack ${A} -} - -src_install() { - docinto html - cp -R ${S}/* ${D}/usr/share/doc/${P}/html - chown -R root.root ${D}/usr/share/doc/${P}/html - find ${D}/usr/share/doc/${P}/html -type d -exec chmod 0755 \{\} \; - find ${D}/usr/share/doc/${P}/html -type f -exec chmod 0644 \{\} \; -} diff --git a/dev-python/python-docs/python-docs-2.2.ebuild b/dev-python/python-docs/python-docs-2.2.ebuild deleted file mode 100644 index cca6a4552dc1..000000000000 --- a/dev-python/python-docs/python-docs-2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="HTML documentation for Python" -SRC_URI="http://www.python.org/ftp/python/doc/2.2p1/html-2.2p1.tar.bz2" -HOMEPAGE="http://www.python.org/doc/2.2/" - -src_unpack() { - mkdir ${S} - cd ${S} - unpack ${A} -} - -src_install() { - docinto html - cp -R ${S}/* ${D}/usr/share/doc/${P}/html - chown -R root.root ${D}/usr/share/doc/${P}/html - find ${D}/usr/share/doc/${P}/html -type d -exec chmod 0755 \{\} \; - find ${D}/usr/share/doc/${P}/html -type f -exec chmod 0644 \{\} \; -} |