diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 16:38:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:30:41 +0200 |
commit | b0ad40dba5c7d565a961b7110c217b5d4ea6c442 (patch) | |
tree | bf94d8e0094a55e68b76602fe56c203e5f55228c /dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild | |
parent | dev-ros/pcl_msgs: bump eapi (diff) | |
download | gentoo-b0ad40dba5c7d565a961b7110c217b5d4ea6c442.tar.gz gentoo-b0ad40dba5c7d565a961b7110c217b5d4ea6c442.tar.bz2 gentoo-b0ad40dba5c7d565a961b7110c217b5d4ea6c442.zip |
dev-ros/pcl_msgs: bump to 0.3.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild')
-rw-r--r-- | dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild b/dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild new file mode 100644 index 000000000000..b19fe487df07 --- /dev/null +++ b/dev-ros/pcl_msgs/pcl_msgs-0.3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros-perception/pcl_msgs" +KEYWORDS="~amd64 ~arm" +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/sensor_msgs dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="PCL (Point Cloud Library)-related ROS messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |