diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-24 01:49:34 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-24 01:49:34 +0000 |
commit | 2681ae3539b2b89f42e87093e2cfbe665c539c9b (patch) | |
tree | 28ec063f8e6bc89128028c17a091ae430ba3f5d1 /dev-python/python-docs | |
parent | Initial import (diff) | |
download | gentoo-2-2681ae3539b2b89f42e87093e2cfbe665c539c9b.tar.gz gentoo-2-2681ae3539b2b89f42e87093e2cfbe665c539c9b.tar.bz2 gentoo-2-2681ae3539b2b89f42e87093e2cfbe665c539c9b.zip |
cleanup and stable bump
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/files/digest-python-docs-2.3.2 | 1 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.2.ebuild | 23 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.3.ebuild | 4 |
3 files changed, 2 insertions, 26 deletions
diff --git a/dev-python/python-docs/files/digest-python-docs-2.3.2 b/dev-python/python-docs/files/digest-python-docs-2.3.2 deleted file mode 100644 index 782e633a960d..000000000000 --- a/dev-python/python-docs/files/digest-python-docs-2.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 099df1801c947e4a821605a6ae01c6b2 html-2.3.2.tar.bz2 1222947 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 -} diff --git a/dev-python/python-docs/python-docs-2.3.3.ebuild b/dev-python/python-docs/python-docs-2.3.3.ebuild index add5c10276f6..5ef68b35190a 100644 --- a/dev-python/python-docs/python-docs-2.3.3.ebuild +++ b/dev-python/python-docs/python-docs-2.3.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2004/01/03 03:47:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3.ebuild,v 1.2 2004/01/24 01:49:34 liquidx Exp $ DESCRIPTION="HTML documentation for Python" SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.python.org/doc/2.3/" IUSE="" SLOT="2.3" -KEYWORDS="~x86 ~ppc" # ~sparc ~alpha ~hppa ~ia64 ~amd64" +KEYWORDS="x86 ~ppc" # ~sparc ~alpha ~hppa ~ia64 ~amd64" LICENSE="PSF-2.2" DEPEND="" |