diff options
-rw-r--r-- | dev-ros/rqt_web/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/rqt_web/rqt_web-0.4.7.ebuild | 25 | ||||
-rw-r--r-- | dev-ros/rqt_web/rqt_web-0.4.8.ebuild | 24 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-ros/rqt_web/Manifest b/dev-ros/rqt_web/Manifest index 6e83153afabb..c7f27f745035 100644 --- a/dev-ros/rqt_web/Manifest +++ b/dev-ros/rqt_web/Manifest @@ -1,3 +1 @@ -DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 -DIST rqt_web-0.4.8.tar.gz 5929 BLAKE2B 26dacb0bb0546b4d36f9ff111ba6ac14a9f8436371bc40bef9406b027a38ad186915103a7a32f9289f27b7b537a0911384592c44c442c10dd5f26bab8400a340 SHA512 11bba520039d4cf51f0ab9ae35d9cea2ea0a757f52d87bf5b57ec8264ec7b4cf0d912c958dac7a01cc3479e643b0334a26053cf4dea31b6ec1d932ed4d566d26 DIST rqt_web-0.4.9.tar.gz 6055 BLAKE2B 4366be2be307c4a565a8eced30144e094d7bb1958d09c313d81771bba8eb8911fc625809a3f43344cdd3c171a2484de1b66f04f34c4e07e90ac95710fd2639de SHA512 c6b67e34e9bb844d9eea17accf570b439b58f4665ecca3625c520b4546b958404b257025d79ce06833ebfcecce029c88bb375b7271df19a351a6692c35a0ab8f diff --git a/dev-ros/rqt_web/rqt_web-0.4.7.ebuild b/dev-ros/rqt_web/rqt_web-0.4.7.ebuild deleted file mode 100644 index 57716793e6bf..000000000000 --- a/dev-ros/rqt_web/rqt_web-0.4.7.ebuild +++ /dev/null @@ -1,25 +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="Simple web content viewer for rqt" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_web/rqt_web-0.4.8.ebuild b/dev-ros/rqt_web/rqt_web-0.4.8.ebuild deleted file mode 100644 index d36e43c52ba4..000000000000 --- a/dev-ros/rqt_web/rqt_web-0.4.8.ebuild +++ /dev/null @@ -1,24 +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_web" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Simple web content viewer for rqt" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/rqt_gui[${PYTHON_USEDEP}] - dev-ros/rqt_gui_py[${PYTHON_USEDEP}] - dev-ros/qt_gui[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |