diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 12:46:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 12:46:26 +0000 |
commit | 5561902f98dfb55b74d078bc240a8bda558efaff (patch) | |
tree | a49251a4b4b0768a68204b967fe62f6a0ede5dd8 /dev-python/python-docs | |
parent | Added patch fixing cmake files to properly detect and add lam-mpi libraries. (diff) | |
download | gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.tar.gz gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.tar.bz2 gentoo-2-5561902f98dfb55b74d078bc240a8bda558efaff.zip |
Fix collision protect problem, bug 145241.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.5.ebuild | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.5.1.ebuild | 4 |
4 files changed, 16 insertions, 4 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 840d6594cd87..60fa1d70a18e 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.90 2007/05/07 10:35:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.91 2007/05/07 12:46:26 kloeri Exp $ + + 07 May 2007; Bryan Østergaard <kloeri@gentoo.org> + python-docs-2.3.5.ebuild, python-docs-2.4.4.ebuild, + python-docs-2.5.1.ebuild: + Fix collision protect problem, bug 145241. 07 May 2007; Bryan Østergaard <kloeri@gentoo.org> python-docs-2.4.4.ebuild: diff --git a/dev-python/python-docs/python-docs-2.3.5.ebuild b/dev-python/python-docs/python-docs-2.3.5.ebuild index a1a8a3b6ce12..ce34bea4fb8c 100644 --- a/dev-python/python-docs/python-docs-2.3.5.ebuild +++ b/dev-python/python-docs/python-docs-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.3.5.ebuild,v 1.11 2007/05/06 22:36:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.5.ebuild,v 1.12 2007/05/07 12:46:26 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/2.3/" @@ -19,6 +19,9 @@ S=${WORKDIR} src_install() { docinto html cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html +} + +pkg_preinst() { dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs } diff --git a/dev-python/python-docs/python-docs-2.4.4.ebuild b/dev-python/python-docs/python-docs-2.4.4.ebuild index 1bfa01cc21e1..52c9272745f6 100644 --- a/dev-python/python-docs/python-docs-2.4.4.ebuild +++ b/dev-python/python-docs/python-docs-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.4.4.ebuild,v 1.4 2007/05/07 10:35:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.5 2007/05/07 12:46:26 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -31,7 +31,9 @@ src_install() { insinto /usr/share/info doins ${S}/info/* +} +pkg_preinst() { dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs } diff --git a/dev-python/python-docs/python-docs-2.5.1.ebuild b/dev-python/python-docs/python-docs-2.5.1.ebuild index 9b8a15447293..a739aed4b06f 100644 --- a/dev-python/python-docs/python-docs-2.5.1.ebuild +++ b/dev-python/python-docs/python-docs-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1.ebuild,v 1.1 2007/05/06 22:36:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.1.ebuild,v 1.2 2007/05/07 12:46:26 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -24,7 +24,9 @@ src_unpack() { src_install() { docinto html cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html +} +pkg_preinst() { dodir /etc/env.d echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs } |