summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-18 13:49:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-18 13:49:43 +0000
commitb3f8ff0579952d029a5e26b915fa3803aab01260 (patch)
treeb9924d0c9e61d462818650b2c423a897fea71cc9 /kde-misc
parentCleanup unused patches. (diff)
downloadgentoo-2-b3f8ff0579952d029a5e26b915fa3803aab01260.tar.gz
gentoo-2-b3f8ff0579952d029a5e26b915fa3803aab01260.tar.bz2
gentoo-2-b3f8ff0579952d029a5e26b915fa3803aab01260.zip
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kanyremote/ChangeLog5
-rw-r--r--kde-misc/kanyremote/files/disable_bluetooth.patch17
2 files changed, 4 insertions, 18 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog
index d477a7da8ede..a1e165638208 100644
--- a/kde-misc/kanyremote/ChangeLog
+++ b/kde-misc/kanyremote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/kanyremote
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.44 2014/10/07 15:16:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.45 2014/11/18 13:49:43 mrueg Exp $
+
+ 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -files/disable_bluetooth.patch:
+ Cleanup unused patches.
*kanyremote-6.3.4 (07 Oct 2014)
diff --git a/kde-misc/kanyremote/files/disable_bluetooth.patch b/kde-misc/kanyremote/files/disable_bluetooth.patch
deleted file mode 100644
index 214e9f257a32..000000000000
--- a/kde-misc/kanyremote/files/disable_bluetooth.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: kanyremote-5.10/kanyremote
-===================================================================
---- kanyremote-5.10.orig/kanyremote
-+++ kanyremote-5.10/kanyremote
-@@ -3777,8 +3777,10 @@ def main():
- usepybluez = False
-
- if pybluez == False and usepybluez == True:
-- print _tr('Install PyBluez first !\nOr run with --npybluez option')
-- return
-+# print _tr('Install PyBluez first !\nOr run with --npybluez option')
-+ print _tr('Bluetooth support is disabled')
-+ usepybluez = False
-+# return
-
- if debug: print 'Use port ' + port
-