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 3C97B138334 for ; Mon, 21 Oct 2019 13:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E66E0AA5; Mon, 21 Oct 2019 13:25:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4B870E0AA5 for ; Mon, 21 Oct 2019 13:25:43 +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 3FC0034C121 for ; Mon, 21 Oct 2019 13:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB6B7F8 for ; Mon, 21 Oct 2019 13:25:40 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1571664335.b35463dac1ca31fc012ec04e93f0fc30ae45cd65.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/files/deluge-1.3.12-fix_scheduler_plugin.patch X-VCS-Directories: net-p2p/deluge/files/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b35463dac1ca31fc012ec04e93f0fc30ae45cd65 X-VCS-Branch: master Date: Mon, 21 Oct 2019 13:25:40 +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: 18798b41-148e-4ab0-86a6-ec0645789f96 X-Archives-Hash: 3c1f354b1a1d8739d4e9554803f1a239 commit: b35463dac1ca31fc012ec04e93f0fc30ae45cd65 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Oct 19 08:22:36 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Oct 21 13:25:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35463da net-p2p/deluge: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13341 Signed-off-by: Craig Andrews gentoo.org> .../files/deluge-1.3.12-fix_scheduler_plugin.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/net-p2p/deluge/files/deluge-1.3.12-fix_scheduler_plugin.patch b/net-p2p/deluge/files/deluge-1.3.12-fix_scheduler_plugin.patch deleted file mode 100644 index fda64aa2b39..00000000000 --- a/net-p2p/deluge/files/deluge-1.3.12-fix_scheduler_plugin.patch +++ /dev/null @@ -1,22 +0,0 @@ -From cdf301601fe71bd697f3796cf0a5656d437d140e Mon Sep 17 00:00:00 2001 -From: Calum Lind -Date: Wed, 16 Sep 2015 15:11:56 +0100 -Subject: [Scheduler] Revert erroneous fix backported from develop branch - - * The issue this was intended to fix only occurs on develop branch ---- - deluge/plugins/scheduler/scheduler/core.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/deluge/plugins/scheduler/scheduler/core.py b/deluge/plugins/scheduler/scheduler/core.py -index 9fb81df..f0e2392 100644 ---- a/deluge/plugins/scheduler/scheduler/core.py -+++ b/deluge/plugins/scheduler/scheduler/core.py -@@ -127,7 +127,7 @@ class Core(CorePluginBase): - """ - core_config = deluge.configmanager.ConfigManager("core.conf") - for setting in CONTROLLED_SETTINGS: -- component.get("PreferencesManager").do_config_set_func(setting, core_config[setting]) -+ core_config.apply_set_functions(setting) - # Resume the session if necessary - component.get("Core").session.resume()