dev-ros/pcl_ros: remove old
authorAlexis Ballier <aballier@gentoo.org>
Tue, 28 Jun 2016 10:54:38 +0000 (12:54 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 28 Jun 2016 10:56:45 +0000 (12:56 +0200)
Package-Manager: portage-2.3.0

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

index cbf58835c518b6b840e4082e88c214ecc57137df..26f739864d00241dbe6074917adfe567dd9ada02 100644 (file)
@@ -1,2 +1 @@
-DIST perception_pcl-1.4.0.tar.gz 66252 SHA256 286a636b0e8b18f904ae63497aa0e7db62698e155c31809363468eb39f2c248c SHA512 aae295245305a518d9dc5b9175fdfc8e69a5132dbef1ecbe951736a110a4353076d823574dcfc0cbb3666ff2a3fc269b614b7d22562316a3ed97554b8bcf263a WHIRLPOOL 3d8e210f3af58c3c70da016e92b940f1d6d081067af8b6032d69e36a3130af30bee6d4a6335da0cf08af870023a270de973e6f8546c958d77afc6e3b9a9ed582
 DIST perception_pcl-1.4.1.tar.gz 66440 SHA256 7400179978c8314210bb770979246e7583274229044085452a20d6cc22507776 SHA512 550300f1bd7bb718371b9725f9d48f4337e6d7175bdfc4a8a116a17da24609a363c804f11224efde6c9f62a6cca648425872017e9a90371a34f808c305f50f50 WHIRLPOOL 46eb7d4234471b6c63f4d4dd195dfcd6b3615ff308386bc9c0dda7cc2c50daebc9019aa0411521594ab1381b83ea32a6a5bbcc76470e7b3e7d09b554f63f91af
diff --git a/dev-ros/pcl_ros/pcl_ros-1.4.0.ebuild b/dev-ros/pcl_ros/pcl_ros-1.4.0.ebuild
deleted file mode 100644 (file)
index 9894bf3..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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-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-ros/tf
-       dev-ros/tf2
-       dev-ros/tf2_ros
-       dev-ros/nodelet
-       dev-ros/nodelet_topic_tools
-       sci-libs/pcl[qhull]
-       dev-ros/pcl_conversions
-       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}"