diff options
author | 2018-07-16 12:56:34 +0200 | |
---|---|---|
committer | 2018-07-16 13:03:27 +0200 | |
commit | 1a9e02659213521dca9a99dd2ee61e3967cd11fd (patch) | |
tree | c15241c06ae793217a64a288549abe9d481f7205 /ros-meta/viz/viz-1.3.1.ebuild | |
parent | ros-meta/audio_common: Bump to 0.3.3. (diff) | |
download | gentoo-1a9e02659213521dca9a99dd2ee61e3967cd11fd.tar.gz gentoo-1a9e02659213521dca9a99dd2ee61e3967cd11fd.tar.bz2 gentoo-1a9e02659213521dca9a99dd2ee61e3967cd11fd.zip |
ros-meta/viz: Remove old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'ros-meta/viz/viz-1.3.1.ebuild')
-rw-r--r-- | ros-meta/viz/viz-1.3.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ros-meta/viz/viz-1.3.1.ebuild b/ros-meta/viz/viz-1.3.1.ebuild deleted file mode 100644 index 02d5fff2297..00000000000 --- a/ros-meta/viz/viz-1.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage for ROS visualization packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - ros-meta/ros_base - ros-meta/rqt_common_plugins - ros-meta/rqt_robot_plugins - dev-ros/rviz -" -DEPEND="${RDEPEND}" |