From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6854C138334 for ; Sun, 16 Dec 2018 19:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39EC0E0D20; Sun, 16 Dec 2018 19:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16D11E0D20 for ; Sun, 16 Dec 2018 19:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50AAE335C38 for ; Sun, 16 Dec 2018 19:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C153442E for ; Sun, 16 Dec 2018 19:42:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544989262.885ff5bc1798ba82947b1a7780ab496e4d8680c4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akregator/files/, kde-apps/akregator/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akregator/akregator-18.12.49.9999.ebuild kde-apps/akregator/akregator-9999.ebuild kde-apps/akregator/files/akregator-17.12.2-crashfix.patch X-VCS-Directories: kde-apps/akregator/files/ kde-apps/akregator/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 885ff5bc1798ba82947b1a7780ab496e4d8680c4 X-VCS-Branch: master Date: Sun, 16 Dec 2018 19:42:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d0a5869-9f4f-4d25-9bae-019be570780b X-Archives-Hash: ebb77bb46533da5bf17a93068ef6acee commit: 885ff5bc1798ba82947b1a7780ab496e4d8680c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 16 09:35:58 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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); -