commit:     f9ba491d5b3775754e89f5b9b27edaef8c3136c8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 11:15:34 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:24:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ba491d

dev-ros/qt_gui_cpp: Remove old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/qt_gui_cpp/Manifest                |  1 -
 dev-ros/qt_gui_cpp/files/sip.patch         | 25 --------------------
 dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild | 37 ------------------------------
 3 files changed, 63 deletions(-)

diff --git a/dev-ros/qt_gui_cpp/Manifest b/dev-ros/qt_gui_cpp/Manifest
index a69b42f56b2..39d59701806 100644
--- a/dev-ros/qt_gui_cpp/Manifest
+++ b/dev-ros/qt_gui_cpp/Manifest
@@ -1,2 +1 @@
-DIST qt_gui_core-0.4.1.tar.gz 96850 BLAKE2B 
a8a4325d5462a0788a69661adb20b3bf1bc9e391344ced31468bf9ddbe7114a13a2ecd3dda580986bd0af98c837641bda3e3d6cd3c5d9fa3352c37817ace2ed4
 SHA512 
0c46f86f88a818107049d08db6682a320f47b1b4983c586e4c944a387c070c7e017fca2f4be9d251f8a907f15be439998b2d559bea51ffc724fa4afc5e75f67c
 DIST qt_gui_core-0.4.2.tar.gz 97267 BLAKE2B 
631996dd5b2a4e0aa557eb14a9dcb967377fce4923ada280d5894a733827f6f7d1aa240cc28261ee95a39171b03cba4f27f794ca3f9eb488d8b1953d237a9223
 SHA512 
a8b684d52eb1d4bfcdb6b63a989598d2098462d6fd93f26dd5a7eb0c0c9be9c324cb5d77b5e12c583253da4ce5edc544535bb9dd5a2f7966bf1642a7bd0ca421

diff --git a/dev-ros/qt_gui_cpp/files/sip.patch 
b/dev-ros/qt_gui_cpp/files/sip.patch
deleted file mode 100644
index 8157a9bc68d..00000000000
--- a/dev-ros/qt_gui_cpp/files/sip.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5ecb3a219146816916c4a94e32664850548a2085 Mon Sep 17 00:00:00 2001
-From: Johannes Meyer <johan...@intermodalics.eu>
-Date: Tue, 7 Jul 2020 01:20:51 +0200
-Subject: [PATCH] qt_gui_cpp_sip: declare private assignment operator for SIP
- (#226)
-
----
- qt_gui_cpp/src/qt_gui_cpp_sip/plugin_context.sip | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/qt_gui_cpp/src/qt_gui_cpp_sip/plugin_context.sip 
b/qt_gui_cpp/src/qt_gui_cpp_sip/plugin_context.sip
-index 286d52e6..1d37a37d 100644
---- a/src/qt_gui_cpp_sip/plugin_context.sip
-+++ b/src/qt_gui_cpp_sip/plugin_context.sip
-@@ -25,6 +25,10 @@ public:
- 
-   void reloadPlugin();
- 
-+private:
-+
-+  PluginContext& operator=(const PluginContext&);
-+
- };
- 
- };

diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild 
b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild
deleted file mode 100644
index c4d73b4fc0d..00000000000
--- a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.4.1.ebuild
+++ /dev/null
@@ -1,37 +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/qt_gui_core";
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++-bindings for qt_gui and creates bindings for every generator 
available"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtwidgets:5
-       >=dev-ros/pluginlib-1.9.23
-               dev-libs/tinyxml2:=
-       >=dev-ros/qt_gui-0.3.0[${PYTHON_SINGLE_USEDEP}]
-       dev-libs/tinyxml
-       >=dev-ros/python_qt_binding-0.3.0[${PYTHON_SINGLE_USEDEP}]
-       dev-libs/boost:=
-       dev-libs/console_bridge:=
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-PATCHES=(
-       "${FILESDIR}/libdir.patch"
-       "${FILESDIR}/sip.patch"
-)
-
-# FIXME: fails to build with ninja
-CMAKE_MAKEFILE_GENERATOR=emake

Reply via email to