Skip to content

Commit

Permalink
dev-ros/control_msgs: Initial import. Ebuild by me.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
  • Loading branch information
aballier committed Sep 22, 2015
1 parent d263970 commit 15be443
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ros/control_msgs/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST control_msgs-1.3.1.tar.gz 3510 SHA256 578be636504dc6ca895876eda36741fbf1ca4b0bb034904912f37729436d40df SHA512 73c7cbaa0d4491625fb65197f0ccfcc392dbdde28bf089fa19b02c25add2d8b34999c59b068390c882d33988faaa0e10a25916c983c324d53b19b7e4a5bd4bbf WHIRLPOOL 96cd3002e7365e334caf345b5eebb20f5baae3fc4514cb162f5be3601bc742819e4df0a35ceb507eb4f6bca8fc18152b95ec1b0e1892dee7e1e0495f2e58e6db
22 changes: 22 additions & 0 deletions dev-ros/control_msgs/control_msgs-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
22 changes: 22 additions & 0 deletions dev-ros/control_msgs/control_msgs-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
5 changes: 5 additions & 0 deletions dev-ros/control_msgs/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ros</herd>
</pkgmetadata>

0 comments on commit 15be443

Please sign in to comment.