summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 17:44:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 18:30:51 +0200
commit3eaa2e2f2f7a0f0d8f2359351ce7fc59265f4dd9 (patch)
tree666917b00b68a67dc93fc0912561f1ff8269fe35 /dev-ros/laser_proc
parentdev-ros/laser_proc: bump to 0.1.6 (diff)
downloadgentoo-3eaa2e2f2f7a0f0d8f2359351ce7fc59265f4dd9.tar.gz
gentoo-3eaa2e2f2f7a0f0d8f2359351ce7fc59265f4dd9.tar.bz2
gentoo-3eaa2e2f2f7a0f0d8f2359351ce7fc59265f4dd9.zip
dev-ros/laser_proc: Remove old
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/Manifest1
-rw-r--r--dev-ros/laser_proc/laser_proc-0.1.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-ros/laser_proc/Manifest b/dev-ros/laser_proc/Manifest
index 1a29b9ddba4a..5e7499b3a503 100644
--- a/dev-ros/laser_proc/Manifest
+++ b/dev-ros/laser_proc/Manifest
@@ -1,2 +1 @@
-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.5.ebuild b/dev-ros/laser_proc/laser_proc-0.1.5.ebuild
deleted file mode 100644
index f21077e89fd5..000000000000
--- a/dev-ros/laser_proc/laser_proc-0.1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-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}"