summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-10 17:11:51 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-10 18:01:46 +0200
commitc7a3f6ce6d8a0030c707622f3da5d08cfab44c81 (patch)
treea04da0bd823a8d7e94eb2ac34a65e4094ed5af2a /dev-ros/rqt_launch
parentdev-ros/rqt_launch: bump eapi (diff)
downloadgentoo-c7a3f6ce6d8a0030c707622f3da5d08cfab44c81.tar.gz
gentoo-c7a3f6ce6d8a0030c707622f3da5d08cfab44c81.tar.bz2
gentoo-c7a3f6ce6d8a0030c707622f3da5d08cfab44c81.zip
dev-ros/rqt_launch: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rqt_launch')
-rw-r--r--dev-ros/rqt_launch/Manifest1
-rw-r--r--dev-ros/rqt_launch/rqt_launch-0.4.7.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/rqt_launch/Manifest b/dev-ros/rqt_launch/Manifest
index 6a0875a612a2..934f48cba211 100644
--- a/dev-ros/rqt_launch/Manifest
+++ b/dev-ros/rqt_launch/Manifest
@@ -1,2 +1 @@
-DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7
DIST rqt_launch-0.4.8.tar.gz 11471 BLAKE2B 8a96bd774449ffd8988bdde6c2be5cde3b69d819c94eb59ed8be4e179839da9b1eaa959174307481dfe438a5a300665ca1154f500c40a6d2546b6e83f163c2cb SHA512 83a40eca2c2282f2e5e397332b5b61b60ac27312b31ad21c21f03243e1b28961d96ba93f4e8c5043e05791c85d1fa88fee461f4b457934fcb68e47a60239cc89
diff --git a/dev-ros/rqt_launch/rqt_launch-0.4.7.ebuild b/dev-ros/rqt_launch/rqt_launch-0.4.7.ebuild
deleted file mode 100644
index 5a46284024dd..000000000000
--- a/dev-ros/rqt_launch/rqt_launch-0.4.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 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}"