summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:02:45 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:13:13 +0100
commitaaed98ce44d5921cb9fe40227d44477a5f5e811b (patch)
tree80b810cb72bc36c0152103cefed2b18267aede9e /dev-ros/fake_localization/fake_localization-9999.ebuild
parentdev-ros/eigen_stl_containers: treeclean (diff)
downloadgentoo-aaed98ce44d5921cb9fe40227d44477a5f5e811b.tar.gz
gentoo-aaed98ce44d5921cb9fe40227d44477a5f5e811b.tar.bz2
gentoo-aaed98ce44d5921cb9fe40227d44477a5f5e811b.zip
dev-ros/fake_localization: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/fake_localization/fake_localization-9999.ebuild')
-rw-r--r--dev-ros/fake_localization/fake_localization-9999.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild
deleted file mode 100644
index 30d6188cb635..000000000000
--- a/dev-ros/fake_localization/fake_localization-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ROS_REPO_URI="https://github.com/ros-planning/navigation"
-ROS_SUBDIR=${PN}
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="A ROS node that simply forwards odometry information"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=
- dev-ros/angles:0
- dev-ros/roscpp
- dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosconsole
- dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/tf2_ros
- dev-ros/message_filters
-"
-DEPEND="${RDEPEND}
- dev-ros/tf2_geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"