commit:     885ff5bc1798ba82947b1a7780ab496e4d8680c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 09:35:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 19:41:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=885ff5bc

kde-apps/akregator: Drop never upstreamed patch

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/akregator/akregator-18.12.49.9999.ebuild        |  2 --
 kde-apps/akregator/akregator-9999.ebuild                 |  4 +---
 .../akregator/files/akregator-17.12.2-crashfix.patch     | 16 ----------------
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/kde-apps/akregator/akregator-18.12.49.9999.ebuild 
b/kde-apps/akregator/akregator-18.12.49.9999.ebuild
index 064af1783e..7399dfe457 100644
--- a/kde-apps/akregator/akregator-18.12.49.9999.ebuild
+++ b/kde-apps/akregator/akregator-18.12.49.9999.ebuild
@@ -53,5 +53,3 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
        !kde-apps/kdepim-l10n
 "
-
-PATCHES=( "${FILESDIR}/${PN}-17.12.2-crashfix.patch" )

diff --git a/kde-apps/akregator/akregator-9999.ebuild 
b/kde-apps/akregator/akregator-9999.ebuild
index b8fd326563..7399dfe457 100644
--- a/kde-apps/akregator/akregator-9999.ebuild
+++ b/kde-apps/akregator/akregator-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -53,5 +53,3 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
        !kde-apps/kdepim-l10n
 "
-
-PATCHES=( "${FILESDIR}/${PN}-17.12.2-crashfix.patch" )

diff --git a/kde-apps/akregator/files/akregator-17.12.2-crashfix.patch 
b/kde-apps/akregator/files/akregator-17.12.2-crashfix.patch
deleted file mode 100644
index c8c872f433..0000000000
--- a/kde-apps/akregator/files/akregator-17.12.2-crashfix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
-index fd533ecd..2733b273 100644
---- a/src/mainwindow.cpp
-+++ b/src/mainwindow.cpp
-@@ -137,9 +137,7 @@ MainWindow::~MainWindow()
- void MainWindow::saveProperties(KConfigGroup &config)
- {
-     if (!m_part) {
--        if (!loadPart()) {
--            return;
--        }
-+        return;
-     }
- 
-     m_part->saveProperties(config);
-

Reply via email to