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 0A56D1387B1 for ; Tue, 22 Sep 2015 14:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3ED021C010; Tue, 22 Sep 2015 14:36:57 +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 5C93C21C010 for ; Tue, 22 Sep 2015 14:36:57 +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 44FFD3408DD for ; Tue, 22 Sep 2015 14:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1DED238 for ; Tue, 22 Sep 2015 14:36:54 +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: <1442932585.2194f5634c7b93bfe293878483fcc89febd8ae23.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rospy/rospy-1.11.14.ebuild dev-ros/rospy/rospy-9999.ebuild X-VCS-Directories: dev-ros/rospy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2194f5634c7b93bfe293878483fcc89febd8ae23 X-VCS-Branch: master Date: Tue, 22 Sep 2015 14:36:54 +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: ee11f436-4587-44ea-ac86-7ca1c531a187 X-Archives-Hash: 91f2954db7886baad719918f45706636 commit: 2194f5634c7b93bfe293878483fcc89febd8ae23 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 13:30:44 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 14:36:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2194f563 dev-ros/rospy: Install test nodes since tests of other packages need it. Package-Manager: portage-2.2.21 dev-ros/rospy/rospy-1.11.14.ebuild | 7 +++++++ dev-ros/rospy/rospy-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/dev-ros/rospy/rospy-1.11.14.ebuild b/dev-ros/rospy/rospy-1.11.14.ebuild index 1d2ec33..720ae2d 100644 --- a/dev-ros/rospy/rospy-1.11.14.ebuild +++ b/dev-ros/rospy/rospy-1.11.14.ebuild @@ -23,3 +23,10 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +src_install() { + ros-catkin_src_install + # Other tests need these nodes + exeinto /usr/share/${PN} + doexe test_nodes/* +} diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild index 1d2ec33..720ae2d 100644 --- a/dev-ros/rospy/rospy-9999.ebuild +++ b/dev-ros/rospy/rospy-9999.ebuild @@ -23,3 +23,10 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" + +src_install() { + ros-catkin_src_install + # Other tests need these nodes + exeinto /usr/share/${PN} + doexe test_nodes/* +}