dev-ros/rqt_service_caller: bump to 0.4.8 and update to split repos

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Alexis Ballier
2017-04-25 07:56:10 +02:00
parent b86e2ff682
commit d89bd5d3a1
4 changed files with 28 additions and 4 deletions

View File

@@ -1 +1,2 @@
DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
DIST rqt_service_caller-0.4.8.tar.gz 6986 SHA256 a8732063265ffd3ebb1f5bc95b8f4908f6972e6470a9debbacdcbc6292613e22 SHA512 5dc9761e5a1196e1c2a7b1123e34f888d7a088f61de9733e4031969da377d97b34ebb6d97bfe6a65edf8e86f61d81993e9e5127c137d8570c6c2896728b28a60 WHIRLPOOL 98221e45302ffbb63a568af63ed84dcb1973ab5ba521f5cd4f5e49f13a7aa5e1d57a7b42f752ae02be6e616f238689a2123ae78d33814d7993d4848890282322

View File

@@ -6,6 +6,6 @@
<name>Gentoo ROS Project</name>
</maintainer>
<upstream>
<remote-id type="github">ros-visualization/rqt_common_plugins</remote-id>
<remote-id type="github">ros-visualization/rqt_service_caller</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
KEYWORDS="~amd64"
ROS_REPO_URI="https://github.com/ros-visualization/rqt_service_caller"
PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
DESCRIPTION="GUI plugin for calling arbitrary services"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="
dev-python/rospkg[${PYTHON_USEDEP}]
dev-ros/rosservice[${PYTHON_USEDEP}]
dev-ros/rqt_gui[${PYTHON_USEDEP}]
dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
dev-ros/rqt_py_common[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

View File

@@ -1,12 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
KEYWORDS="~amd64"
ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
ROS_REPO_URI="https://github.com/ros-visualization/rqt_service_caller"
PYTHON_COMPAT=( python2_7 )
ROS_SUBDIR=${PN}
inherit ros-catkin