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 | 5afe92a1218b907db89c3445973a8d2ae72a9023 (patch) | |
tree | 8214f68d70f66b6eb6144697501a074396630e02 /dev-python | |
parent | Initial import (diff) | |
download | historical-5afe92a1218b907db89c3445973a8d2ae72a9023.tar.gz historical-5afe92a1218b907db89c3445973a8d2ae72a9023.tar.bz2 historical-5afe92a1218b907db89c3445973a8d2ae72a9023.zip |
cleanup and stable bump
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-docs/Manifest | 8 | ||||
-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 |
4 files changed, 5 insertions, 31 deletions
diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest index e45c78caab71..8702235439d0 100644 --- a/dev-python/python-docs/Manifest +++ b/dev-python/python-docs/Manifest @@ -1,10 +1,8 @@ -MD5 bdef3b9db4d91527a672e5674202d837 python-docs-2.3.2.ebuild 699 MD5 138adbfb00e60b9f7c08b04dc8453afa ChangeLog 2697 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 57f895ec96f63b17ba553294a49b9e14 python-docs-2.2.3.ebuild 746 MD5 70d6949db8c90a9ad22fc4cbb62441ae python-docs-2.2.2.ebuild 722 -MD5 c9aec936e621d85ac8c3755370987173 python-docs-2.3.3.ebuild 699 -MD5 e9b50e3077ea663db9a42bc42b725ef1 files/digest-python-docs-2.2.3 63 -MD5 7b436318fac12a473ded0ca6af258e12 files/digest-python-docs-2.3.2 64 +MD5 57f895ec96f63b17ba553294a49b9e14 python-docs-2.2.3.ebuild 746 +MD5 58635426b9ddb03e74460bde33608397 python-docs-2.3.3.ebuild 698 MD5 f228bfc10d3eb9dfb215177275b0e1c9 files/digest-python-docs-2.2.2 63 +MD5 e9b50e3077ea663db9a42bc42b725ef1 files/digest-python-docs-2.2.3 63 MD5 d7a3f8363864425c84dcd47a1524035d files/digest-python-docs-2.3.3 64 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="" |