From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ros/rqt_top/Manifest | 6 ++++++ dev-ros/rqt_top/metadata.xml | 11 +++++++++++ dev-ros/rqt_top/rqt_top-0.4.7.ebuild | 24 ++++++++++++++++++++++++ dev-ros/rqt_top/rqt_top-0.4.8.ebuild | 23 +++++++++++++++++++++++ dev-ros/rqt_top/rqt_top-9999.ebuild | 23 +++++++++++++++++++++++ 5 files changed, 87 insertions(+) create mode 100644 dev-ros/rqt_top/Manifest create mode 100644 dev-ros/rqt_top/metadata.xml create mode 100644 dev-ros/rqt_top/rqt_top-0.4.7.ebuild create mode 100644 dev-ros/rqt_top/rqt_top-0.4.8.ebuild create mode 100644 dev-ros/rqt_top/rqt_top-9999.ebuild (limited to 'dev-ros/rqt_top') diff --git a/dev-ros/rqt_top/Manifest b/dev-ros/rqt_top/Manifest new file mode 100644 index 000000000000..0d1146b6c63b --- /dev/null +++ b/dev-ros/rqt_top/Manifest @@ -0,0 +1,6 @@ +DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 +DIST rqt_top-0.4.8.tar.gz 6407 BLAKE2B 1f0f5588011571d761dea6595770d9777baba29cd285d9331c69df1976f37135b4e3d0b51f7ad69e4ed6caec48c2722a92f63c6ccc7a030630bed6f403c287d2 SHA512 feef0e3430ee547f3f1a8a799c632fe0c1b7c4f380aaaa96ff58814ca791cf68082f2cb92763d7660f302034759f807e1bdf2995a1b7c87bb3beb9b2cb072b2e +EBUILD rqt_top-0.4.7.ebuild 532 BLAKE2B 2102d7402c9b25d908c49e27b278623779c8414ca6cde3a4f5b7db27e2842a19415ebe19c92ca6eb676d74f4908c80860c0955d7e993f1a4c4f2ce781d874d5e SHA512 84fdc603dc3ebb2d4ee172565acc8b79b4cdfeb721c2fc1c56972fa74fdf87f4a08497ca9e87499da31a3be6d9f1bb7593b7e5e66bdfea9e783c4c14a7cb2cf3 +EBUILD rqt_top-0.4.8.ebuild 504 BLAKE2B 1924e7b52fb5214aaf755ecd43190aed87e8839b0be32bb02a18b5dea239e0f8c79fbacb326867e2967f44da9ed5d7ffa0fea4f2e40e9caaee0756bb7b2a8111 SHA512 fb6b44f04f0c5fa965a85a7f97cf86efbca3edf4a3a73e69965381f1d6123beec60cccc5398a6aad01e4030077329c2469944b16424a0704da5838a0354dc60d +EBUILD rqt_top-9999.ebuild 504 BLAKE2B 1924e7b52fb5214aaf755ecd43190aed87e8839b0be32bb02a18b5dea239e0f8c79fbacb326867e2967f44da9ed5d7ffa0fea4f2e40e9caaee0756bb7b2a8111 SHA512 fb6b44f04f0c5fa965a85a7f97cf86efbca3edf4a3a73e69965381f1d6123beec60cccc5398a6aad01e4030077329c2469944b16424a0704da5838a0354dc60d +MISC metadata.xml 339 BLAKE2B 2ba9b45f7390efddf6043ca229f7ad5c4b5f1630e2dc6cec28cddb9bba0f35731421972fac8e1d82b095e133503fa4c53127bd323fc20be2bade7f1de2368ee9 SHA512 b988663d3571ef8b2a6825063c37526249e53cec0b32924eec6c8a55205cfc2501747281ecbdfceaf9ad9693dcd913582091d8493be963c7dd1471c612644368 diff --git a/dev-ros/rqt_top/metadata.xml b/dev-ros/rqt_top/metadata.xml new file mode 100644 index 000000000000..f9af3304ee72 --- /dev/null +++ b/dev-ros/rqt_top/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ros-visualization/rqt_top + + diff --git a/dev-ros/rqt_top/rqt_top-0.4.7.ebuild b/dev-ros/rqt_top/rqt_top-0.4.7.ebuild new file mode 100644 index 000000000000..b3a157cf4210 --- /dev/null +++ b/dev-ros/rqt_top/rqt_top-0.4.7.ebuild @@ -0,0 +1,24 @@ +# 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="RQT plugin for monitoring ROS processes" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/psutil[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_top/rqt_top-0.4.8.ebuild b/dev-ros/rqt_top/rqt_top-0.4.8.ebuild new file mode 100644 index 000000000000..820eade78b5b --- /dev/null +++ b/dev-ros/rqt_top/rqt_top-0.4.8.ebuild @@ -0,0 +1,23 @@ +# 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_top" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="RQT plugin for monitoring ROS processes" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/psutil[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_top/rqt_top-9999.ebuild b/dev-ros/rqt_top/rqt_top-9999.ebuild new file mode 100644 index 000000000000..820eade78b5b --- /dev/null +++ b/dev-ros/rqt_top/rqt_top-9999.ebuild @@ -0,0 +1,23 @@ +# 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_top" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="RQT plugin for monitoring ROS processes" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/psutil[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] + dev-ros/rqt_gui_py[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" -- cgit v1.2.3