diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-09-19 21:26:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-09-19 21:26:03 +0000 |
commit | 3a219481a3fd2017e341b95b06ee900c50090961 (patch) | |
tree | c978138d31dbbd30b051f242492f42bc03b50495 /dev-python/python-docs | |
parent | fixes numberous PKCS#11 stand violations as per bug #122357. Thanks Alon Bar-... (diff) | |
download | gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.tar.gz gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.tar.bz2 gentoo-2-3a219481a3fd2017e341b95b06ee900c50090961.zip |
fix not installing anything bug (#148244)
(Portage version: 2.1.1)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 8d64ec4c5ece..65f8498df807 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.84 2006/09/19 19:22:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.85 2006/09/19 21:26:03 liquidx Exp $ + + 19 Sep 2006; Alastair Tse <liquidx@gentoo.org> python-docs-2.5.ebuild: + fix not installing anything bug (#148244) *python-docs-2.5 (19 Sep 2006) diff --git a/dev-python/python-docs/python-docs-2.5.ebuild b/dev-python/python-docs/python-docs-2.5.ebuild index a5cb17e50f5e..1860ed8dc31a 100644 --- a/dev-python/python-docs/python-docs-2.5.ebuild +++ b/dev-python/python-docs/python-docs-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.5.ebuild,v 1.1 2006/09/19 19:22:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.ebuild,v 1.2 2006/09/19 21:26:03 liquidx Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -23,7 +23,7 @@ src_unpack() { src_install() { docinto html - cp -R ${S}/Python-Docs-${MY_PV}/* ${D}/usr/share/doc/${PF}/html + cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs |