Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rkward/, sci-mathematics/rkward/files/
Date: Mon, 17 Feb 2020 00:15:05
Message-Id: 1581898450.771e1f2dde218b1164457e05b7b4e05f548ed1e1.asturm@gentoo
1 commit: 771e1f2dde218b1164457e05b7b4e05f548ed1e1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 00:14:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 00:14:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771e1f2d
7
8 sci-mathematics/rkward: Drop 0.7.0b
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-mathematics/rkward/Manifest | 1 -
14 .../rkward/files/rkward-0.7.0b-qt-5.13-1.patch | 23 ---------
15 .../rkward/files/rkward-0.7.0b-qt-5.13-2.patch | 23 ---------
16 .../rkward/files/rkward-0.7.0b-qt-5.13-3.patch | 33 -------------
17 sci-mathematics/rkward/rkward-0.7.0b.ebuild | 55 ----------------------
18 5 files changed, 135 deletions(-)
19
20 diff --git a/sci-mathematics/rkward/Manifest b/sci-mathematics/rkward/Manifest
21 index 04cd90b5198..e598fdcf6ba 100644
22 --- a/sci-mathematics/rkward/Manifest
23 +++ b/sci-mathematics/rkward/Manifest
24 @@ -1,2 +1 @@
25 -DIST rkward-0.7.0b.tar.gz 3978972 BLAKE2B 268ebbcdd16d64f546ffc78bfaf0fbe1546d42b09f7d869a82b9f2df2104c5a449052409773b3b063e9f5ca12948d9a19065ebe57e79684e6eb0ad73dfa5791a SHA512 c582ea2d35371315d41664a8620693c82017bd98d6bb380e64dfd2dda8b34b8890aa1e50b9c4a03838b41f22a1983ee0a48b97b30670b6a15143198631ad49ed
26 DIST rkward-0.7.1.tar.gz 4605097 BLAKE2B d2e0af7480965f139b1c3a36da9c9b0c005aa51f94df0a4622718b84bc8de9799e2d861972cd0bc0b4cc685c39cde9f0c2df90166fd8513169806ba6bab5cf95 SHA512 acb4eb8884afe44d7522cbf69980614d389318accaf085986e68283447626a6b890e09a1fd48c55cebb194fae40d9fc14af01e36dfed00a0b45733e61ac9e7b0
27
28 diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch
29 deleted file mode 100644
30 index af45406a417..00000000000
31 --- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-1.patch
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -From b51802243f478d1d89120edc343bec7eb5ef8285 Mon Sep 17 00:00:00 2001
35 -From: Thomas Friedrichsmeier <thomas.friedrichsmeier@×××××××××××××××.de>
36 -Date: Wed, 24 Jul 2019 19:36:51 +0200
37 -Subject: Fix compilation
38 -
39 ----
40 - rkward/windows/rkworkplace.cpp | 3 ++-
41 - 1 file changed, 2 insertions(+), 1 deletion(-)
42 -
43 -diff --git a/rkward/windows/rkworkplace.cpp b/rkward/windows/rkworkplace.cpp
44 -index 0dbf36a..94b3378 100644
45 ---- a/rkward/windows/rkworkplace.cpp
46 -+++ b/rkward/windows/rkworkplace.cpp
47 -@@ -31,6 +31,7 @@
48 - #include <QDir>
49 - #include <QApplication>
50 - #include <QMimeDatabase>
51 -+#include <QLayout>
52 -
53 - #include "detachedwindowcontainer.h"
54 - #include "rkcommandeditorwindow.h"
55 ---
56 -cgit v1.1
57
58 diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch
59 deleted file mode 100644
60 index bbb07c1e8fc..00000000000
61 --- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-2.patch
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -From d713ce77e077b426d9d81a22f558f71dfa832615 Mon Sep 17 00:00:00 2001
65 -From: Thomas Friedrichsmeier <thomas.friedrichsmeier@×××××××××××××××.de>
66 -Date: Fri, 26 Jul 2019 22:32:42 +0200
67 -Subject: Another missing include file
68 -
69 ----
70 - rkward/windows/rktoolwindowbar.cpp | 3 ++-
71 - 1 file changed, 2 insertions(+), 1 deletion(-)
72 -
73 -diff --git a/rkward/windows/rktoolwindowbar.cpp b/rkward/windows/rktoolwindowbar.cpp
74 -index a8f5cbd..03c405e 100644
75 ---- a/rkward/windows/rktoolwindowbar.cpp
76 -+++ b/rkward/windows/rktoolwindowbar.cpp
77 -@@ -27,6 +27,7 @@
78 -
79 - #include <QSplitter>
80 - #include <QContextMenuEvent>
81 -+#include <QHBoxLayout>
82 -
83 - #include "rkworkplace.h"
84 - #include "rkworkplaceview.h"
85 ---
86 -cgit v1.1
87
88 diff --git a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch b/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch
89 deleted file mode 100644
90 index e907f2877ce..00000000000
91 --- a/sci-mathematics/rkward/files/rkward-0.7.0b-qt-5.13-3.patch
92 +++ /dev/null
93 @@ -1,33 +0,0 @@
94 -From 394128e8d58b58bbd7cef9a4523ae346f94cd456 Mon Sep 17 00:00:00 2001
95 -From: Thomas Friedrichsmeier <thomas.friedrichsmeier@×××××××××××××××.de>
96 -Date: Sat, 27 Jul 2019 11:12:34 +0200
97 -Subject: Another include file fix
98 -
99 ----
100 - rkward/rkward.cpp | 6 ++++--
101 - 1 file changed, 4 insertions(+), 2 deletions(-)
102 -
103 -diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
104 -index 1a4a7e3..bb2f69c 100644
105 ---- a/rkward/rkward.cpp
106 -+++ b/rkward/rkward.cpp
107 -@@ -26,6 +26,9 @@
108 - #include <QMenuBar>
109 - #include <QStatusBar>
110 - #include <QInputDialog>
111 -+#include <QVBoxLayout>
112 -+#include <QHBoxLayout>
113 -+#include <QIcon>
114 -
115 - // include files for KDE
116 - #include <kmessagebox.h>
117 -@@ -41,7 +44,6 @@
118 - #include <krecentfilesaction.h>
119 - #include <ktoolbar.h>
120 - #include <kactionmenu.h>
121 --#include <QIcon>
122 - #include <KSharedConfig>
123 - #include <KConfigGroup>
124 -
125 ---
126 -cgit v1.1
127
128 diff --git a/sci-mathematics/rkward/rkward-0.7.0b.ebuild b/sci-mathematics/rkward/rkward-0.7.0b.ebuild
129 deleted file mode 100644
130 index 1f7aa1a0fc8..00000000000
131 --- a/sci-mathematics/rkward/rkward-0.7.0b.ebuild
132 +++ /dev/null
133 @@ -1,55 +0,0 @@
134 -# Copyright 1999-2020 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=7
138 -
139 -ECM_HANDBOOK="forceoptional"
140 -KFMIN=5.60.0
141 -QTMIN=5.12.3
142 -inherit ecm kde.org
143 -
144 -DESCRIPTION="IDE for the R-project"
145 -HOMEPAGE="https://rkward.kde.org/"
146 -SRC_URI="mirror://kde/stable/${PN}/${PV/b}/src/${P}.tar.gz"
147 -
148 -LICENSE="GPL-2+ LGPL-2"
149 -SLOT="5"
150 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
151 -IUSE=""
152 -
153 -BDEPEND="
154 - sys-devel/gettext
155 -"
156 -DEPEND="
157 - >=kde-frameworks/kcompletion-${KFMIN}:5
158 - >=kde-frameworks/kconfig-${KFMIN}:5
159 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
160 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
161 - >=kde-frameworks/kcrash-${KFMIN}:5
162 - >=kde-frameworks/kdewebkit-${KFMIN}:5
163 - >=kde-frameworks/ki18n-${KFMIN}:5
164 - >=kde-frameworks/kio-${KFMIN}:5
165 - >=kde-frameworks/kjobwidgets-${KFMIN}:5
166 - >=kde-frameworks/knotifications-${KFMIN}:5
167 - >=kde-frameworks/kparts-${KFMIN}:5
168 - >=kde-frameworks/kservice-${KFMIN}:5
169 - >=kde-frameworks/ktexteditor-${KFMIN}:5
170 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
171 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
172 - >=kde-frameworks/kxmlgui-${KFMIN}:5
173 - >=dev-qt/qtdbus-${QTMIN}:5
174 - >=dev-qt/qtgui-${QTMIN}:5
175 - >=dev-qt/qtnetwork-${QTMIN}:5
176 - >=dev-qt/qtprintsupport-${QTMIN}:5
177 - >=dev-qt/qtscript-${QTMIN}:5
178 - >=dev-qt/qtwebkit-5.212.0_pre20180120:5
179 - >=dev-qt/qtwidgets-${QTMIN}:5
180 - >=dev-qt/qtxml-${QTMIN}:5
181 - dev-lang/R
182 -"
183 -RDEPEND="${DEPEND}
184 - virtual/libintl
185 - !sci-mathematics/rkward:4
186 -"
187 -
188 -PATCHES=( "${FILESDIR}"/${P}-qt-5.13-{1,2,3}.patch)