diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 17:49:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:29:29 +0200 |
commit | c0f0f6436f639db48db99b458ee7e19821106c43 (patch) | |
tree | 245d880b1cf21f64ad2ef30ed84250fd63ffc055 /ros-meta | |
parent | dev-ros/turtle_actionlib: Bump to 0.1.12. (diff) | |
download | gentoo-c0f0f6436f639db48db99b458ee7e19821106c43.tar.gz gentoo-c0f0f6436f639db48db99b458ee7e19821106c43.tar.bz2 gentoo-c0f0f6436f639db48db99b458ee7e19821106c43.zip |
ros-meta/common_tutorials: Bump to 0.1.12.
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/common_tutorials/Manifest | 1 | ||||
-rw-r--r-- | ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/common_tutorials/Manifest b/ros-meta/common_tutorials/Manifest index ae16dbe30ad2..36c36c745cbe 100644 --- a/ros-meta/common_tutorials/Manifest +++ b/ros-meta/common_tutorials/Manifest @@ -1,3 +1,4 @@ DIST common_tutorials-0.1.10.tar.gz 12511 BLAKE2B deeb06317c0f56f2496277f488592ba056b82440cb320fc9ea6bd3d2d6b8828301ce03c2f5db9ed1871b4f6a1caa8c874a510c912ab89ef1d05b01f364ee09be SHA512 92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b DIST common_tutorials-0.1.11.tar.gz 12527 BLAKE2B 679cee86aad711677d1ed74320832c7ceb6d66adb34b835a80ad536be7bff517a78ca43e04372de23b491f8156ea3a4c268b4661d74fb1c04130e39033e1b961 SHA512 a42ab4b95eeaf9620ae0987f4e1cc530213b39455dea3ff8d944ac24ee7ed8e321ac8ed4f73b8e4d8d882248a850dface0169a5d521b02b226e6d0cb6016a33a +DIST common_tutorials-0.1.12.tar.gz 12609 BLAKE2B c570236517420685a4733d84694a03486798038f4b7a0e721179d602a6870b51afb558dedd64ed2ccf518bb0e37cccefcae701053eb4c5fe32ef3e2d5dc5d69b SHA512 37244290b0c84aff47172484e2f3c1eecfe3482856030a08e55f2d1b0cad903262be453e81780f58e250c4e1f24c06f6256da5ff1342617d7d5f501f38fc7527 DIST common_tutorials-0.1.8.tar.gz 10591 BLAKE2B 7bf99e6a46ff52904f34f0b8e226dab10634325531ac736e530499af43ad1f1ca62168e476ef6ea9e33007c883804220b512e7683fed36e6940017624031f0ac SHA512 a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c diff --git a/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild b/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild new file mode 100644 index 000000000000..85bd5dc8036a --- /dev/null +++ b/ros-meta/common_tutorials/common_tutorials-0.1.12.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/common_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage that contains common tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/actionlib_tutorials + dev-ros/nodelet_tutorial_math + dev-ros/pluginlib_tutorials + dev-ros/turtle_actionlib +" +DEPEND="${RDEPEND}" |