diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:11:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:28 +0200 |
commit | 666cee347e495733a45dcc0e2d96b812e9a76d7d (patch) | |
tree | bf378887002bbab4a167e2ca167c9ff9f321b34a /dev-ros/rosgraph_msgs | |
parent | dev-ros/std_srvs: Remove old (diff) | |
download | gentoo-666cee347e495733a45dcc0e2d96b812e9a76d7d.tar.gz gentoo-666cee347e495733a45dcc0e2d96b812e9a76d7d.tar.bz2 gentoo-666cee347e495733a45dcc0e2d96b812e9a76d7d.zip |
dev-ros/rosgraph_msgs: bump to 1.11.3
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosgraph_msgs')
-rw-r--r-- | dev-ros/rosgraph_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild | 3 |
3 files changed, 22 insertions, 2 deletions
diff --git a/dev-ros/rosgraph_msgs/Manifest b/dev-ros/rosgraph_msgs/Manifest index dda5cb93bcfa..8850e28b3115 100644 --- a/dev-ros/rosgraph_msgs/Manifest +++ b/dev-ros/rosgraph_msgs/Manifest @@ -1 +1,2 @@ DIST ros_comm_msgs-1.11.2.tar.gz 2482 BLAKE2B 886f0bbbb00b0a291ba32ade834e466e03063087e0feaed9d7edbebb2871bc6ec314b4259bb728e662138384d455d5bbec5df49c5b1b6a448e98339cb3516ab7 SHA512 4750e234725b3cad8e2deb681f827e2f979f50bdfc0fccf4100288d2f663a68561f363702340b4569572837462cf6578f51213362d18b9694f6952fdcede1e6e +DIST ros_comm_msgs-1.11.3.tar.gz 2483 BLAKE2B dd6753d0cd5f285cce9343e29c3c593260708bcc7627850564fe6e3975511b55359ee790d6ddf6066e8433c2fa03bc576d9f7ec41ee0a5a362a9e42be2c87e65 SHA512 e7afef3326fbbfa9435ecaed9a553de74d694def975e5e2bdaff6cc671c8001cdef540defb90df936c0731bfa5d3d7d6e00300847271cd8d3c00ec59b24f1207 diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.3.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.3.ebuild new file mode 100644 index 000000000000..9cc4b761683f --- /dev/null +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/ros_comm_msgs" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages relating to ROS comm" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild index 7cee75bd3604..9cc4b761683f 100644 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/ros_comm_msgs" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" |