diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:06:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:50 +0200 |
commit | 5b379b7d01246cc1206211534811ddfcd49a3584 (patch) | |
tree | a494438f106e9f09c84a6bc41b9f4027d4bc67e9 /ros-meta | |
parent | dev-ros/rosbridge_msgs: initial import (diff) | |
download | gentoo-5b379b7d01246cc1206211534811ddfcd49a3584.tar.gz gentoo-5b379b7d01246cc1206211534811ddfcd49a3584.tar.bz2 gentoo-5b379b7d01246cc1206211534811ddfcd49a3584.zip |
ros-meta/rosbridge_suite: add rosbridge_msgs
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/rosbridge_suite/rosbridge_suite-0.11.3.ebuild | 5 | ||||
-rw-r--r-- | ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-0.11.3.ebuild b/ros-meta/rosbridge_suite/rosbridge_suite-0.11.3.ebuild index ff0329a29539..c2709db8545f 100644 --- a/ros-meta/rosbridge_suite/rosbridge_suite-0.11.3.ebuild +++ b/ros-meta/rosbridge_suite/rosbridge_suite-0.11.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" KEYWORDS="~amd64" ROS_SUBDIR=${PN} @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/rosapi dev-ros/rosbridge_library + dev-ros/rosbridge_msgs dev-ros/rosbridge_server " DEPEND="" diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild b/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild index a6be1d27551a..c2709db8545f 100644 --- a/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild +++ b/ros-meta/rosbridge_suite/rosbridge_suite-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite" KEYWORDS="~amd64" ROS_SUBDIR=${PN} @@ -16,6 +16,7 @@ IUSE="" RDEPEND=" dev-ros/rosapi dev-ros/rosbridge_library + dev-ros/rosbridge_msgs dev-ros/rosbridge_server " DEPEND="" |