diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 07:41:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:05 +0200 |
commit | 2343eba75febeea8851650ba8d54bcccb8a3f53a (patch) | |
tree | c28041bd611a3ff25e93b8dfb7c4f34975d32cbb /dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild | |
parent | dev-ros/rqt_image_view: bump to 0.4.8 and update to split repos (diff) | |
download | gentoo-2343eba75febeea8851650ba8d54bcccb8a3f53a.tar.gz gentoo-2343eba75febeea8851650ba8d54bcccb8a3f53a.tar.bz2 gentoo-2343eba75febeea8851650ba8d54bcccb8a3f53a.zip |
dev-ros/rqt_launch: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild')
-rw-r--r-- | dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild b/dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild deleted file mode 100644 index 3af3fdee2d47..000000000000 --- a/dev-ros/rqt_launch/rqt_launch-0.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 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="Easy view of .launch files" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rqt_py_common[${PYTHON_USEDEP}] - dev-ros/roslaunch[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_console[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/rqt_py_common[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |