summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:05:35 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:14:50 +0100
commit57415847b26d94cfbaf50a388ed5197730b2e9f6 (patch)
tree04012afd0591896d4a582822484310cb4e91f58e /dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild
parentdev-ros/robot_pose_ekf: treeclean (diff)
downloadgentoo-57415847b26d94cfbaf50a388ed5197730b2e9f6.tar.gz
gentoo-57415847b26d94cfbaf50a388ed5197730b2e9f6.tar.bz2
gentoo-57415847b26d94cfbaf50a388ed5197730b2e9f6.zip
dev-ros/robot_pose_publisher: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild')
-rw-r--r--dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild b/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild
deleted file mode 100644
index ea56dc707dea..000000000000
--- a/dev-ros/robot_pose_publisher/robot_pose_publisher-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-ROS_REPO_URI="https://github.com/GT-RAIL/robot_pose_publisher"
-KEYWORDS="~amd64 ~arm"
-
-inherit ros-catkin
-
-DESCRIPTION="A Simple Node to Publish the Robot's Position Relative to the Map using TFs"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/roscpp
- dev-ros/tf
-"
-DEPEND="${RDEPEND}
- dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"