summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2017-09-01 10:42:46 -0400
committerJustin Bronder <jsbronder@gentoo.org>2017-09-01 10:42:46 -0400
commit4c6258d55124ef58d2e7979c2076c13a9ed11e92 (patch)
tree7ce947eb739f2545ef4f639c249f53b3fa5fa87e /net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
parentdev-lang/ruby: fix security bug 629484 (diff)
downloadgentoo-4c6258d55124ef58d2e7979c2076c13a9ed11e92.tar.gz
gentoo-4c6258d55124ef58d2e7979c2076c13a9ed11e92.tar.bz2
gentoo-4c6258d55124ef58d2e7979c2076c13a9ed11e92.zip
net-nntp/sabnzbd: bump 2.2.1
Fixes #628336 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch')
-rw-r--r--net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch b/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
deleted file mode 100644
index da87c01a6bd7..000000000000
--- a/net-nntp/sabnzbd/files/patches/0003-use-gntp-1.0.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1530dc98302cd8a57cf8c3a4616341a7f2c08e50 Mon Sep 17 00:00:00 2001
-From: Justin Bronder <jsbronder@gmail.com>
-Date: Mon, 13 Feb 2017 18:23:46 -0500
-Subject: [PATCH 3/4] use >=gntp-1.0
-
----
- sabnzbd/notifier.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/sabnzbd/notifier.py b/sabnzbd/notifier.py
-index 38d0678..4742b3d 100644
---- a/sabnzbd/notifier.py
-+++ b/sabnzbd/notifier.py
-@@ -39,7 +39,7 @@ from sabnzbd.constants import NOTIFY_KEYS
- from sabnzbd.misc import split_host, make_script_path
- from sabnzbd.newsunpack import external_script
-
--from gntp import GNTPRegister
-+from gntp.core import GNTPRegister
- from gntp.notifier import GrowlNotifier
- try:
- import Growl
---
-2.13.0
-