dev-ros/pcl_ros: Remove old
authorAlexis Ballier <aballier@gentoo.org>
Tue, 8 May 2018 12:11:14 +0000 (14:11 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 8 May 2018 12:22:23 +0000 (14:22 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

dev-ros/pcl_ros/Manifest
dev-ros/pcl_ros/pcl_ros-1.5.3-r1.ebuild [deleted file]

index 689def1955b4e8161b5352e1ff0fb8a86f5d2cf6..f9ec2f6395fcc6b3eba3103758576638daa7e4cb 100644 (file)
@@ -1,2 +1 @@
-DIST perception_pcl-1.5.3.tar.gz 67101 BLAKE2B 963d65d348068e574fd0d7431597409d607e779f017b3a645b1add5599baeed559898e5a9873d6b3ead6ea812cfda80b96f9ccfea482801b3c76d17bf234c26b SHA512 e34089f48cfe40f0209a7d4a3a0fb2402c1d1fc35bdf7a57970374bcec50185efcbb1e56b08ee64810a43e83fdf7e45ecddd09ff9660b47399b9f751be80df8b
 DIST perception_pcl-1.5.4.tar.gz 73829 BLAKE2B cfc6e964691da42717d134e0b639ef4af4491074de171a84d081bf66c061a51b7c2da750ff539dd784a7a4c34cfdfe18d7d2e38c4e6d0370fbc441f9b3a6196d SHA512 e9da9b2f9b602b67bceec9b0adf515b500d77c9e5c2dbdc1f63bf5a91419bbf7f9f41d602646b8197dffcf7a077b63eb402a507dbc6bb96405a8f4d64576e36e
diff --git a/dev-ros/pcl_ros/pcl_ros-1.5.3-r1.ebuild b/dev-ros/pcl_ros/pcl_ros-1.5.3-r1.ebuild
deleted file mode 100644 (file)
index 2fe67cb..0000000
+++ /dev/null
@@ -1,39 +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/perception_pcl"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-ros/roscpp
-       dev-ros/rosbag
-       dev-ros/rosconsole
-       dev-ros/roslib
-       dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-       >=dev-cpp/eigen-3.2.5:3
-       dev-ros/pluginlib
-       dev-libs/console_bridge:=
-       dev-ros/tf
-       dev-ros/tf2
-       dev-ros/tf2_ros
-       dev-ros/tf2_eigen
-       dev-ros/nodelet
-       dev-ros/nodelet_topic_tools
-       sci-libs/pcl:=[qhull]
-       >=dev-ros/pcl_conversions-0.2.1-r1
-       dev-libs/boost:=[threads]
-       dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}"