diff options
author | 2020-07-16 17:44:06 +0200 | |
---|---|---|
committer | 2020-07-16 18:30:50 +0200 | |
commit | 79641ee355fa5b99d216a08b85e44cf6a4096c83 (patch) | |
tree | 9f56c21c5842a2b8497b7c58237da575e565b440 /dev-ros/laser_proc | |
parent | dev-ros/mavlink-gbp-release: Remove old (diff) | |
download | gentoo-79641ee355fa5b99d216a08b85e44cf6a4096c83.tar.gz gentoo-79641ee355fa5b99d216a08b85e44cf6a4096c83.tar.bz2 gentoo-79641ee355fa5b99d216a08b85e44cf6a4096c83.zip |
dev-ros/laser_proc: bump to 0.1.6
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/laser_proc')
-rw-r--r-- | dev-ros/laser_proc/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/laser_proc/laser_proc-0.1.6.ebuild | 25 | ||||
-rw-r--r-- | dev-ros/laser_proc/laser_proc-9999.ebuild | 11 |
3 files changed, 32 insertions, 5 deletions
diff --git a/dev-ros/laser_proc/Manifest b/dev-ros/laser_proc/Manifest index 7f8950340fce..1a29b9ddba4a 100644 --- a/dev-ros/laser_proc/Manifest +++ b/dev-ros/laser_proc/Manifest @@ -1 +1,2 @@ DIST laser_proc-0.1.5.tar.gz 6924 BLAKE2B 75b06134a1d4a68ad54447355962959e0ae9ba5f2df889b3740cc3dfed48ea3ae22e3098a7f0973ac4e0c6ec089eddb9fc7784aee96cac3662bef8a873c60735 SHA512 96062485b2ca7467aa5c54b04463fe89eb91a726ad79055831c7dc1dfad19e42b0759703eec5b659475ad1d09f95f3703b30343655e590db29100ee8b0ebaa87 +DIST laser_proc-0.1.6.tar.gz 6945 BLAKE2B c19774c599e7d2da288e5daeada58b04c393801edc34d40cf173ca7d252a17e89b37facf58d4e22d4f9be372b9a0cf8ffb15d2f32c51125842b4efefb08d857b SHA512 a7bcb7ecff9bb884fa875ff59b1e728f408268dac90a13909e653367a2722e59eb435c3e0feba4fefe0e306a52adac69c98b66974ed610628a690d4e094a85f2 diff --git a/dev-ros/laser_proc/laser_proc-0.1.6.ebuild b/dev-ros/laser_proc/laser_proc-0.1.6.ebuild new file mode 100644 index 000000000000..2609d02c2feb --- /dev/null +++ b/dev-ros/laser_proc/laser_proc-0.1.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros-perception/laser_proc" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Converts representations of LaserScan and MultiEchoLaserScan" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/rosconsole + dev-libs/console_bridge:= + dev-ros/pluginlib + dev-ros/nodelet + dev-libs/boost:= +" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" diff --git a/dev-ros/laser_proc/laser_proc-9999.ebuild b/dev-ros/laser_proc/laser_proc-9999.ebuild index daae664dcaa5..2609d02c2feb 100644 --- a/dev-ros/laser_proc/laser_proc-9999.ebuild +++ b/dev-ros/laser_proc/laser_proc-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-perception/laser_proc" KEYWORDS="~amd64 ~arm" inherit ros-catkin -DESCRIPTION="Converts representations of sensor_msgs/LaserScan and sensor_msgs/MultiEchoLaserScan" +DESCRIPTION="Converts representations of LaserScan and MultiEchoLaserScan" LICENSE="BSD" SLOT="0" IUSE="" @@ -16,9 +16,10 @@ RDEPEND=" dev-ros/roscpp dev-ros/rosconsole dev-libs/console_bridge:= - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/pluginlib dev-ros/nodelet dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" |