diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 07:47:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:06 +0200 |
commit | ebfd52c9c126de5d109e2c8868eddf9e9590bb24 (patch) | |
tree | 16a10dff00f73a55b35ef74f870967f7de3417b2 /dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild | |
parent | dev-ros/rqt_plot: bump to 0.4.8 and update to split repos (diff) | |
download | gentoo-ebfd52c9c126de5d109e2c8868eddf9e9590bb24.tar.gz gentoo-ebfd52c9c126de5d109e2c8868eddf9e9590bb24.tar.bz2 gentoo-ebfd52c9c126de5d109e2c8868eddf9e9590bb24.zip |
dev-ros/rqt_publisher: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild')
-rw-r--r-- | dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild b/dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild deleted file mode 100644 index df876a01519b..000000000000 --- a/dev-ros/rqt_publisher/rqt_publisher-0.4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KEYWORDS="~amd64" -ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="GUI plugin for publishing arbitrary messages with fixed or computed field values" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/qt_gui_py_common[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-ros/rosmsg[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_USEDEP}] - >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |