diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 19:43:02 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:45 +0100 |
commit | c1f72077cda9fb31b8107f4d0b7664da64703d2c (patch) | |
tree | 1f8aad1e55bc12b10e988fb98983db7f1d77c4b9 /dev-ros/pointcloud_to_laserscan | |
parent | dev-ros/pcl_ros: add missing console bridge dep (diff) | |
download | gentoo-c1f72077cda9fb31b8107f4d0b7664da64703d2c.tar.gz gentoo-c1f72077cda9fb31b8107f4d0b7664da64703d2c.tar.bz2 gentoo-c1f72077cda9fb31b8107f4d0b7664da64703d2c.zip |
dev-ros/pointcloud_to_laserscan: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/pointcloud_to_laserscan')
-rw-r--r-- | dev-ros/pointcloud_to_laserscan/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ros/pointcloud_to_laserscan/Manifest b/dev-ros/pointcloud_to_laserscan/Manifest index c6f551ef50c5..57ab08fdf1d8 100644 --- a/dev-ros/pointcloud_to_laserscan/Manifest +++ b/dev-ros/pointcloud_to_laserscan/Manifest @@ -1,2 +1 @@ -DIST pointcloud_to_laserscan-1.3.1.tar.gz 6239 BLAKE2B d49b84a3fe0760b89ce0d1b3ddc7cc74c10131636b27d008c49a6982f3a23c85400633d701f4290617af0d045a7a1961e1086b1041fb8bc122e11f1bd38196aa SHA512 2356de7b7778b396775f4e2a9b2b9fe9f0329f514577820686c1d477fcd9423622df0351551bfe9111ef33a105859f42612e7d8e3c2c39328e224a836fc4d34b DIST pointcloud_to_laserscan-1.4.0.tar.gz 6502 BLAKE2B 02614ce3e046f4b6c828df7121dcd5a2d033e8fefa979a8541127684d5ea6bb40d74412ea9c1ccffc934aa7172343968f75198f444b2ca38391318f584e40901 SHA512 f54d65edc4eda2e97d75ed26b1d374a669f188c4ef2426730312ae479e051a0834abb782cdd00febbd8dc97cb6a0723b6a735d2cbf07e2f8260ad0e54e79376f diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild deleted file mode 100644 index 74ea4965bb77..000000000000 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-1.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/pointcloud_to_laserscan" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Converts a 3D Point Cloud into a 2D laser scan" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/message_filters - dev-ros/nodelet - dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/tf2 - dev-ros/tf2_ros - dev-ros/tf2_sensor_msgs - dev-libs/boost:= -" -DEPEND="${RDEPEND}" |