From f9254c0bd7d613a4ddfe33860fc280d6c6fa6b4d Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 4 Sep 2020 16:40:04 +0200 Subject: dev-ros/python_qt_binding: revbump Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier --- .../python_qt_binding-0.4.3-r1.ebuild | 19 +++++++++++++++++++ .../python_qt_binding/python_qt_binding-0.4.3.ebuild | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 dev-ros/python_qt_binding/python_qt_binding-0.4.3-r1.ebuild delete mode 100644 dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild (limited to 'dev-ros') diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.4.3-r1.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.4.3-r1.ebuild new file mode 100644 index 000000000000..09f3528474a0 --- /dev/null +++ b/dev-ros/python_qt_binding/python_qt_binding-0.4.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,printsupport,\${PYTHON_USEDEP}]") +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild deleted file mode 100644 index 09f3528474a0..000000000000 --- a/dev-ros/python_qt_binding/python_qt_binding-0.4.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep "dev-python/PyQt5[gui,widgets,printsupport,\${PYTHON_USEDEP}]") -" -DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad