commit:     991a66f28c552324e4f08294000dda6b7d94600c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 08:45:49 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu May  4 09:12:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991a66f2

dev-ros/rqt_py_console: bump to 0.4.8

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rqt_py_console/Manifest                    |  1 +
 dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/rqt_py_console/Manifest b/dev-ros/rqt_py_console/Manifest
index 7bb8c4d7409..492a78ec724 100644
--- a/dev-ros/rqt_py_console/Manifest
+++ b/dev-ros/rqt_py_console/Manifest
@@ -1 +1,2 @@
 DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 
83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 
eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7
 WHIRLPOOL 
b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
+DIST rqt_py_console-0.4.8.tar.gz 5370 SHA256 
d43380d19b0061e6378735f13c62b9b28a2bbaad6a540735f0512d7f6c163e68 SHA512 
8b041648778a7bfb6407d7cc6600a94013ebaf87b072688de308564f1a11f7fcf93e1c0f3b9f67f1d4eef981a455d5fb4e0a694852a914335e640ba421835ab4
 WHIRLPOOL 
3efce075a1527529f5d56c92fa6a9a9cfb781ca76c3f00defa090f835e9a5aa85ce16491d51472c959c03e950c2d617cb01aea70df0cd554e7aa7d891c47cb96

diff --git a/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild 
b/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild
new file mode 100644
index 00000000000..aa8cb2ad8c0
--- /dev/null
+++ b/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild
@@ -0,0 +1,25 @@
+# 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_py_console";
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Python GUI plugin providing an interactive Python console"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-python/rospkg[${PYTHON_USEDEP}]
+       dev-ros/qt_gui[${PYTHON_USEDEP}]
+       dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+       dev-ros/rospy[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"

Reply via email to