summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-24 18:07:19 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-24 21:15:49 +0100
commiteb262006c1d1022df361081589922d70298b910a (patch)
treeb48cd8512c9336d315b93efb29cbf96468357857 /dev-ros/rqt_publisher/rqt_publisher-9999.ebuild
parentdev-ros/rqt_pose_view: treeclean (diff)
downloadgentoo-eb262006c1d1022df361081589922d70298b910a.tar.gz
gentoo-eb262006c1d1022df361081589922d70298b910a.tar.bz2
gentoo-eb262006c1d1022df361081589922d70298b910a.zip
dev-ros/rqt_publisher: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_publisher/rqt_publisher-9999.ebuild')
-rw-r--r--dev-ros/rqt_publisher/rqt_publisher-9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild b/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild
deleted file mode 100644
index 5320800e2fde..000000000000
--- a/dev-ros/rqt_publisher/rqt_publisher-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KEYWORDS="~amd64"
-ROS_REPO_URI="https://github.com/ros-visualization/rqt_publisher"
-
-inherit ros-catkin
-
-DESCRIPTION="GUI plugin for publishing arbitrary messages with fixed or computed field values"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
- dev-ros/qt_gui_py_common[${PYTHON_SINGLE_USEDEP}]
- dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rosmsg[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
- dev-ros/rqt_py_common[${PYTHON_SINGLE_USEDEP}]
- >=dev-ros/python_qt_binding-0.2.19[${PYTHON_SINGLE_USEDEP}]
-"
-DEPEND="${RDEPEND}"