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 07139138332 for ; Wed, 11 Apr 2018 18:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D97C2E0920; Wed, 11 Apr 2018 18:27:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0AB8E0920 for ; Wed, 11 Apr 2018 18:27:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8494335C86 for ; Wed, 11 Apr 2018 18:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 014C5282 for ; Wed, 11 Apr 2018 18:27:14 +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: <1523471223.d11075ef65a84439c074e6d77dc032f26ebcf0bc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_state_publisher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild dev-ros/joint_state_publisher/metadata.xml X-VCS-Directories: dev-ros/joint_state_publisher/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d11075ef65a84439c074e6d77dc032f26ebcf0bc X-VCS-Branch: master Date: Wed, 11 Apr 2018 18:27:14 +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: b2511bc9-8c3e-4778-8e8d-37bca677c3f6 X-Archives-Hash: 2ec7acda4c5b94571f1355f03e6931a4 commit: d11075ef65a84439c074e6d77dc032f26ebcf0bc Author: Alexis Ballier gentoo org> AuthorDate: Wed Apr 11 18:26:02 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Apr 11 18:27:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11075ef dev-ros/joint_state_publisher: update uri, fix test deps Closes: https://bugs.gentoo.org/632634 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild | 6 ++++-- dev-ros/joint_state_publisher/metadata.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild index 7a7a68e6267..5f4325158a5 100644 --- a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild +++ b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -ROS_REPO_URI="https://github.com/ros/robot_model" +ROS_REPO_URI="https://github.com/ros/joint_state_publisher" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 ) @@ -20,3 +20,5 @@ RDEPEND="${DEPEND} dev-ros/python_qt_binding[${PYTHON_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " +DEPEND="${DEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/joint_state_publisher/metadata.xml b/dev-ros/joint_state_publisher/metadata.xml index ceef7c794c1..b74086ddd5f 100644 --- a/dev-ros/joint_state_publisher/metadata.xml +++ b/dev-ros/joint_state_publisher/metadata.xml @@ -6,6 +6,6 @@ Gentoo ROS Project - ros/robot_model + ros/joint_state_publisher