summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-12-07 00:49:20 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-12-07 00:49:20 +0000
commitace357d8b9b018a10284941b4f53bbe888b1f18b (patch)
treee8dc5e92915d88c9d04938087e62c073827880b6
parentAfter over a year of hard masking I\'ve had the last user bug me about this. ... (diff)
downloadgentoo-2-ace357d8b9b018a10284941b4f53bbe888b1f18b.tar.gz
gentoo-2-ace357d8b9b018a10284941b4f53bbe888b1f18b.tar.bz2
gentoo-2-ace357d8b9b018a10284941b4f53bbe888b1f18b.zip
cleanup
-rw-r--r--dev-python/python-docs/Manifest4
-rw-r--r--dev-python/python-docs/files/digest-python-docs-2.2.11
-rw-r--r--dev-python/python-docs/files/digest-python-docs-2.2.1-r11
-rw-r--r--dev-python/python-docs/python-docs-2.2.1-r1.ebuild30
-rw-r--r--dev-python/python-docs/python-docs-2.2.1.ebuild28
5 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index a1931b2592c9..5c414c7759b5 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -1,12 +1,8 @@
MD5 bd507543468409bef045c5fdeacb0232 ChangeLog 2335
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 e1be94e6f26bcb60e86f866412572957 python-docs-2.2.1-r1.ebuild 913
-MD5 be36602abd07ab80b8ef4fe0bcf86b7a python-docs-2.2.1.ebuild 813
MD5 70d6949db8c90a9ad22fc4cbb62441ae python-docs-2.2.2.ebuild 722
MD5 e03f63bd48726b7fea6715e3809d3b46 python-docs-2.2.3.ebuild 739
MD5 9bb641f04e09be8458d383d6953f9827 python-docs-2.3.2.ebuild 699
-MD5 eaf9e5a3c6c11fcfbfca444de1427b97 files/digest-python-docs-2.2.1 63
-MD5 eaf9e5a3c6c11fcfbfca444de1427b97 files/digest-python-docs-2.2.1-r1 63
MD5 f228bfc10d3eb9dfb215177275b0e1c9 files/digest-python-docs-2.2.2 63
MD5 e9b50e3077ea663db9a42bc42b725ef1 files/digest-python-docs-2.2.3 63
MD5 7b436318fac12a473ded0ca6af258e12 files/digest-python-docs-2.3.2 64
diff --git a/dev-python/python-docs/files/digest-python-docs-2.2.1 b/dev-python/python-docs/files/digest-python-docs-2.2.1
deleted file mode 100644
index 1a027d8de1c1..000000000000
--- a/dev-python/python-docs/files/digest-python-docs-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c04d71113914c7e4619ff7dc732dbbd html-2.2.1.tar.bz2 944676
diff --git a/dev-python/python-docs/files/digest-python-docs-2.2.1-r1 b/dev-python/python-docs/files/digest-python-docs-2.2.1-r1
deleted file mode 100644
index 1a027d8de1c1..000000000000
--- a/dev-python/python-docs/files/digest-python-docs-2.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c04d71113914c7e4619ff7dc732dbbd html-2.2.1.tar.bz2 944676
diff --git a/dev-python/python-docs/python-docs-2.2.1-r1.ebuild b/dev-python/python-docs/python-docs-2.2.1-r1.ebuild
deleted file mode 100644
index 87f23ef67706..000000000000
--- a/dev-python/python-docs/python-docs-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,30 +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.2.1-r1.ebuild,v 1.5 2003/09/06 23:32:28 msterret 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"
-KEYWORDS="x86 ppc sparc alpha"
-
-src_unpack() {
- mkdir ${S}
- cd ${S}
- unpack ${A}
-}
-
-
-src_install() {
- docinto html
- cp -R ${S}/* ${D}/usr/share/doc/${PF}/html
- chown -R root.root ${D}/usr/share/doc/${PF}/html
- find ${D}/usr/share/doc/${PF}/html -type d -exec chmod 0755 \{\} \;
- find ${D}/usr/share/doc/${PF}/html -type f -exec chmod 0644 \{\} \;
- dodir /etc/env.d
- echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs
-}
diff --git a/dev-python/python-docs/python-docs-2.2.1.ebuild b/dev-python/python-docs/python-docs-2.2.1.ebuild
deleted file mode 100644
index 0ce068052fdc..000000000000
--- a/dev-python/python-docs/python-docs-2.2.1.ebuild
+++ /dev/null
@@ -1,28 +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.2.1.ebuild,v 1.12 2003/09/06 23:32:28 msterret 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"
-KEYWORDS="x86 ppc sparc alpha"
-
-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 \{\} \;
-}