summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-03-19 10:02:02 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-03-19 10:02:02 +0000
commit61e7c5548e9098d53a4364dd1f95f03232743d1a (patch)
tree5a9da84cdb2ac90e388530f5799366157494ce6e /dev-python/pysvn
parentAdd configuration check for radeon KMS and against radeonfb, bug #461718. (diff)
downloadgentoo-2-61e7c5548e9098d53a4364dd1f95f03232743d1a.tar.gz
gentoo-2-61e7c5548e9098d53a4364dd1f95f03232743d1a.tar.bz2
gentoo-2-61e7c5548e9098d53a4364dd1f95f03232743d1a.zip
Split installing python-abi specific files from docs and examples to prevent parallel install failures
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'dev-python/pysvn')
-rw-r--r--dev-python/pysvn/ChangeLog6
-rw-r--r--dev-python/pysvn/pysvn-1.7.7.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/pysvn/ChangeLog b/dev-python/pysvn/ChangeLog
index e425e75e77e3..63cdc5ca5c3f 100644
--- a/dev-python/pysvn/ChangeLog
+++ b/dev-python/pysvn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pysvn
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.32 2013/03/12 16:56:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.33 2013/03/19 10:02:02 xarthisius Exp $
+
+ 19 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org> pysvn-1.7.7.ebuild:
+ Split installing python-abi specific files from docs and examples to prevent
+ parallel install failures
*pysvn-1.7.7 (12 Mar 2013)
diff --git a/dev-python/pysvn/pysvn-1.7.7.ebuild b/dev-python/pysvn/pysvn-1.7.7.ebuild
index cd832fc12bd8..144b654e1fb5 100644
--- a/dev-python/pysvn/pysvn-1.7.7.ebuild
+++ b/dev-python/pysvn/pysvn-1.7.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.7.ebuild,v 1.1 2013/03/12 16:56:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.7.ebuild,v 1.2 2013/03/19 10:02:02 xarthisius Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
@@ -60,7 +60,9 @@ python_install() {
doexe _pysvn*$(get_modname)
insinto "$(python_get_sitedir)"/pysvn
doins __init__.py
+}
+python_install_all() {
use doc && dohtml -r Docs/
if use examples; then