diff options
-rw-r--r-- | dev-ros/std_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/std_msgs/std_msgs-0.5.12.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest index ede55e71d4d6..310972bfc235 100644 --- a/dev-ros/std_msgs/Manifest +++ b/dev-ros/std_msgs/Manifest @@ -1 +1,2 @@ DIST std_msgs-0.5.11.tar.gz 6551 BLAKE2B d1ad69b21dd51272bd98a59d746d272c8b46628cb65688b1cb83c45fbc3e2ef3978916fe3830ef957f1ac6ae9478a30989664fb50d36a3c4b9187d6a1b8b533e SHA512 6cc7cdc4964c29e650d6dccbbd49095dc54a735e6e468e224179ad5a371b1f16a384f43b863c94f256fb2538fed5fd25967c5bd07b2d72ee31e997e1ac04fa7b +DIST std_msgs-0.5.12.tar.gz 6545 BLAKE2B 4905063f43b280211366d8a5f6d8d6071398bbdac5c04ecaa62e0b118df892c757b1d2ca03b6748ed788e79a0e38b81856349199ab634108e19f75ec0c388962 SHA512 adfb561e39b64f5caf23a5be05e796dd13b16a748925f3c3fd8a5a69651b8268ea6767331ca4512d147edd4d284334d33291908e913bb6dd856e5a5d107150a7 diff --git a/dev-ros/std_msgs/std_msgs-0.5.12.ebuild b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild new file mode 100644 index 000000000000..c56056155bac --- /dev/null +++ b/dev-ros/std_msgs/std_msgs-0.5.12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/std_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) + +inherit ${SCM} ros-catkin + +DESCRIPTION="Standard ROS Messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |