summaryrefslogtreecommitdiff
path: root/ros-meta/robot_model
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-29 08:42:29 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-29 22:27:54 +0200
commitd5554c8c61d4c042cdd17e306b512edfdda17747 (patch)
treef31255fb5cc340dc3f15e712718de133dd3ce55f /ros-meta/robot_model
parent36353fbb814881b9e77d7402a8f65dc5d88ef423 (diff)
downloadgentoo-d5554c8c61d4c042cdd17e306b512edfdda17747.tar.gz
gentoo-d5554c8c61d4c042cdd17e306b512edfdda17747.tar.xz
ros-meta/robot_model: Bump to 1.12.11.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'ros-meta/robot_model')
-rw-r--r--ros-meta/robot_model/Manifest1
-rw-r--r--ros-meta/robot_model/robot_model-1.12.11.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/ros-meta/robot_model/Manifest b/ros-meta/robot_model/Manifest
index 3900cffcc77..32231df7eb1 100644
--- a/ros-meta/robot_model/Manifest
+++ b/ros-meta/robot_model/Manifest
@@ -1 +1,2 @@
DIST robot_model-1.12.10.tar.gz 277362 SHA256 588d801a60d3c5e41bd0995ac8da20bfd8ea3c1eba536369cdf0f6ae8b1c3fdf SHA512 cf81bbb63472804f6302d009785b36230e19e17472666332a2b6de40f4365b736c77d766540a471c42f9f98d8ba8b68753c3aadb7e052838fcdb5b4ac6595984 WHIRLPOOL e378ace49205cdbd8897942b0e7e9dadddcb46f83563803f9ad2c12fda041fdc71aec6f83eb5c9e90abc8560d31e28b08548b09d6284150fd5b15d91152c371a
+DIST robot_model-1.12.11.tar.gz 277822 SHA256 024adbb7279fe0be8a0242bf8cb4987d2b07ae19f61653a37a9a68fb7d5b23c9 SHA512 8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde WHIRLPOOL 6dc8526eecd0b78e476dbcb46450253e5d0f32ec0c3d5bacbda1fefa4637e90a0e4a56aa5c954cd8819e5617c5dc6292d5ce37e41d9757d616ce48ac22eff7a5
diff --git a/ros-meta/robot_model/robot_model-1.12.11.ebuild b/ros-meta/robot_model/robot_model-1.12.11.ebuild
new file mode 100644
index 00000000000..27439945b38
--- /dev/null
+++ b/ros-meta/robot_model/robot_model-1.12.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/robot_model"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Packages for modeling various aspects of robot information"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/joint_state_publisher
+ dev-ros/urdf
+ dev-ros/urdf_parser_plugin
+"
+DEPEND="${RDEPEND}"