diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-09-02 06:44:19 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-09-02 06:44:19 +0000 |
commit | 8efb6b0707ffe2c7ae1668aa45119edbb80fc65e (patch) | |
tree | f2dd7623be318f725827debd0b0a27576bae64de /dev-python/python-docs | |
parent | Mask jruby 1.6 and its RUBY_TARGETS USE flag. (diff) | |
download | gentoo-2-8efb6b0707ffe2c7ae1668aa45119edbb80fc65e.tar.gz gentoo-2-8efb6b0707ffe2c7ae1668aa45119edbb80fc65e.tar.bz2 gentoo-2-8efb6b0707ffe2c7ae1668aa45119edbb80fc65e.zip |
add install of objects.inv for most recent py2.7,3.3,3.4 wrt to Bug #521768
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.7.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-3.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-3.4.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index ceb19974cda2..979f0f9a9c58 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-docs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.192 2014/03/23 15:54:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.193 2014/09/02 06:44:19 idella4 Exp $ + + 02 Sep 2014; Ian Delaney <idella4@gentoo.org> python-docs-2.7.6.ebuild, + python-docs-3.3.5.ebuild, python-docs-3.4.0.ebuild: + add install of objects.inv for most recent py2.7,3.3,3.4 wrt to Bug #521768 *python-docs-3.3.5 (23 Mar 2014) *python-docs-3.4.0 (23 Mar 2014) diff --git a/dev-python/python-docs/python-docs-2.7.6.ebuild b/dev-python/python-docs/python-docs-2.7.6.ebuild index 34d5ff2f83dc..b5f2fc2452bf 100644 --- a/dev-python/python-docs/python-docs-2.7.6.ebuild +++ b/dev-python/python-docs/python-docs-2.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.7.6.ebuild,v 1.1 2014/02/17 06:03:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $ EAPI="5" @@ -19,7 +19,7 @@ RDEPEND="" S="${WORKDIR}/python-${PV}-docs-html" src_install() { - dohtml -A xml -r ./ + dohtml -A xml -A inv -r ./ echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}" doenvd "60python-docs-${SLOT}" } diff --git a/dev-python/python-docs/python-docs-3.3.5.ebuild b/dev-python/python-docs/python-docs-3.3.5.ebuild index 6fdafbfd64a9..1ac2e41211e7 100644 --- a/dev-python/python-docs/python-docs-3.3.5.ebuild +++ b/dev-python/python-docs/python-docs-3.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $ EAPI="5" @@ -19,7 +19,7 @@ RDEPEND="" S="${WORKDIR}/python-${PV}-docs-html" src_install() { - dohtml -A xml -r ./ + dohtml -A xml -A inv -r ./ echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}" doenvd "60python-docs-${SLOT}" } diff --git a/dev-python/python-docs/python-docs-3.4.0.ebuild b/dev-python/python-docs/python-docs-3.4.0.ebuild index 7852b429d32b..408be5e63c4a 100644 --- a/dev-python/python-docs/python-docs-3.4.0.ebuild +++ b/dev-python/python-docs/python-docs-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $ EAPI="5" @@ -27,7 +27,7 @@ pkg_setup() { } src_install() { - dohtml -A xml -r ./ + dohtml -A xml -A inv -r ./ echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}" doenvd "60python-docs-${SLOT}" } |