commit:     f1231a1669cb4926c1b0cf94d06e0c57d35ef04e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:29:13 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1231a16

ros-meta/robot: bump to 1.3.0

Package-Manager: portage-2.2.28

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.3.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 7ebda7a..6b60021 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
+DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e

diff --git a/ros-meta/robot/robot-1.3.0.ebuild 
b/ros-meta/robot/robot-1.3.0.ebuild
new file mode 100644
index 0000000..075d3ba
--- /dev/null
+++ b/ros-meta/robot/robot-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for 
any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       ros-meta/ros_base
+       dev-ros/control_msgs
+       ros-meta/diagnostics
+       dev-ros/filters
+       ros-meta/geometry
+       ros-meta/robot_model
+       dev-ros/robot_state_publisher
+       dev-ros/xacro
+       ros-meta/executive_smach
+       dev-ros/actionlib
+       ros-meta/bond_core
+       dev-ros/class_loader
+       dev-ros/dynamic_reconfigure
+       ros-meta/common_tutorials
+       ros-meta/nodelet_core
+       dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"

Reply via email to