commit:     83d81c291065db7fd795e72cd3f1943702643719
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 10:30:51 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 10:30:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d81c29

dev-ros/control_msgs: bump to 1.4.0

Package-Manager: portage-2.2.28

 dev-ros/control_msgs/Manifest                  |  1 +
 dev-ros/control_msgs/control_msgs-1.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/control_msgs/Manifest b/dev-ros/control_msgs/Manifest
index 3e98d45..9cf36ba 100644
--- a/dev-ros/control_msgs/Manifest
+++ b/dev-ros/control_msgs/Manifest
@@ -1 +1,2 @@
 DIST control_msgs-1.3.1.tar.gz 3510 SHA256 
578be636504dc6ca895876eda36741fbf1ca4b0bb034904912f37729436d40df SHA512 
73c7cbaa0d4491625fb65197f0ccfcc392dbdde28bf089fa19b02c25add2d8b34999c59b068390c882d33988faaa0e10a25916c983c324d53b19b7e4a5bd4bbf
 WHIRLPOOL 
96cd3002e7365e334caf345b5eebb20f5baae3fc4514cb162f5be3601bc742819e4df0a35ceb507eb4f6bca8fc18152b95ec1b0e1892dee7e1e0495f2e58e6db
+DIST control_msgs-1.4.0.tar.gz 3636 SHA256 
8f74d76d620cbe952ad31d37c95a595e05c23ef74ef8397151a0eece0bbbfb85 SHA512 
962e85661c39c3dbc91138ba4d98cfe9f846ee1e4a9b9eda1e4f76b9ef3aa4777a9faa7640e098e301601358a5e6edfe15ff585f3978fecb51b4966c6ec7fab3
 WHIRLPOOL 
b673f7ae60dde230a9b5e04c5b44045f20ecbbab75a4f698cea4b7ea035cfc9b5ee1360b7264eb7a8cc0cd65ecff9a739148d921549c2f6977f247d82de886c6

diff --git a/dev-ros/control_msgs/control_msgs-1.4.0.ebuild 
b/dev-ros/control_msgs/control_msgs-1.4.0.ebuild
new file mode 100644
index 0000000..a3b13c6
--- /dev/null
+++ b/dev-ros/control_msgs/control_msgs-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# 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-controls/control_msgs";
+CATKIN_HAS_MESSAGES=yes
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs        
dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/trajectory_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Base messages and actions useful for controlling robots"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"

Reply via email to