From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A7B811384B4 for ; Tue, 10 Nov 2015 10:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E42E075F; Tue, 10 Nov 2015 10:53:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE9E6E075F for ; Tue, 10 Nov 2015 10:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5CDE33FFDD for ; Tue, 10 Nov 2015 10:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179B6A39 for ; Tue, 10 Nov 2015 10:53:39 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1447152746.db3b341337c7dbf63880bd5bd3f3e850c5a4c7b4.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.2-r3.ebuild dev-libs/libxml2/libxml2-2.9.2-r4.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: db3b341337c7dbf63880bd5bd3f3e850c5a4c7b4 X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:53:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6eb39fbd-bf28-40a9-822f-b69754eae734 X-Archives-Hash: 2864e88cb2151163c1dac2bda7bdde9a commit: db3b341337c7dbf63880bd5bd3f3e850c5a4c7b4 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 10 10:52:26 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 10 10:52:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3b3413 dev-libs/libxml2: fix python module installation, bugĀ #565310 Package-Manager: portage-2.2.24 .../libxml2/{libxml2-2.9.2-r3.ebuild => libxml2-2.9.2-r4.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild similarity index 98% rename from dev-libs/libxml2/libxml2-2.9.2-r3.ebuild rename to dev-libs/libxml2/libxml2-2.9.2-r4.ebuild index e8cdc44..46bc61f 100644 --- a/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2-r4.ebuild @@ -173,7 +173,9 @@ multilib_src_install() { if multilib_is_native_abi && use python; then python_foreach_impl libxml2_py_emake \ DESTDIR="${D}" \ - exampledir="${EPREFIX}"/usr/share/doc/${PF}/python/examples + docsdir="${EPREFIX}"/usr/share/doc/${PF}/python \ + exampledir="${EPREFIX}"/usr/share/doc/${PF}/python/examples \ + install python_foreach_impl python_optimize fi } @@ -191,11 +193,6 @@ multilib_src_install_all() { rm -rf "${ED}"/usr/share/doc/${P} einstalldocs - if use python ; then - docinto python - dodoc "${S}"/python/TODO - fi - if ! use examples; then rm -rf "${ED}"/usr/share/doc/${PF}/examples rm -rf "${ED}"/usr/share/doc/${PF}/python/examples