From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6E7B139694 for ; Tue, 28 Feb 2017 11:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 684E221C18D; Tue, 28 Feb 2017 11:27:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B7E921C18D for ; Tue, 28 Feb 2017 11:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54716341641 for ; Tue, 28 Feb 2017 11:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABEB6577F for ; Tue, 28 Feb 2017 11:27:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488281210.4c5dced023349a27c314bee6b41cb08b6cd18390.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python_orocos_kdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild X-VCS-Directories: dev-python/python_orocos_kdl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4c5dced023349a27c314bee6b41cb08b6cd18390 X-VCS-Branch: master Date: Tue, 28 Feb 2017 11:27:01 +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: a6948ded-4795-46dc-9de5-d8ff8c358e67 X-Archives-Hash: f25989e3c1cc462fa9148c51511a61f7 commit: 4c5dced023349a27c314bee6b41cb08b6cd18390 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 28 10:43:53 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 28 11:26:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5dced0 dev-python/python_orocos_kdl: Install package.xml in our custom gentoo path from ebuild instead of patching Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild | 5 ++++- dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild index 227c40d706..c8144ed108 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.3.1-r1.ebuild @@ -32,7 +32,6 @@ RDEPEND=" dev-python/sip[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/python_orocos_kdl @@ -54,4 +53,8 @@ src_test() { src_install() { python_foreach_impl cmake-utils_src_install + + # Need to have package.xml in our custom gentoo path + insinto /usr/share/ros_packages/${PN} + doins "${ED}/usr/share/${PN}/package.xml" } diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild index 89a4b94a28..c8144ed108 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,6 @@ RDEPEND=" dev-python/sip[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/gentoo.patch" ) if [ "${PV#9999}" != "${PV}" ] ; then S=${WORKDIR}/${P}/python_orocos_kdl @@ -54,4 +53,8 @@ src_test() { src_install() { python_foreach_impl cmake-utils_src_install + + # Need to have package.xml in our custom gentoo path + insinto /usr/share/ros_packages/${PN} + doins "${ED}/usr/share/${PN}/package.xml" }