diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:57:57 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 12:19:42 +0100 |
commit | e2467c639f4761a8b33a4bfbe5acf56796b15d9c (patch) | |
tree | 075deba67f9cfd2efa9f75b10515ef93d0587bd3 /net-p2p/tribler/files | |
parent | net-p2p/nicotine+: Drop old (diff) | |
download | gentoo-e2467c639f4761a8b33a4bfbe5acf56796b15d9c.tar.gz gentoo-e2467c639f4761a8b33a4bfbe5acf56796b15d9c.tar.bz2 gentoo-e2467c639f4761a8b33a4bfbe5acf56796b15d9c.zip |
net-p2p/tribler: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-p2p/tribler/files')
-rw-r--r-- | net-p2p/tribler/files/tribler-5.9.12-fix-global-declarations.patch | 22 | ||||
-rw-r--r-- | net-p2p/tribler/files/tribler-fix-desktop.patch | 18 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/tribler/files/tribler-5.9.12-fix-global-declarations.patch b/net-p2p/tribler/files/tribler-5.9.12-fix-global-declarations.patch deleted file mode 100644 index 9e0887a1a2f1..000000000000 --- a/net-p2p/tribler/files/tribler-5.9.12-fix-global-declarations.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur usr.orig/share/tribler/Tribler/Player/swarmplayer.py usr/share/tribler/Tribler/Player/swarmplayer.py ---- usr.orig/share/tribler/Tribler/Player/swarmplayer.py 2012-02-11 11:54:10.000000000 -0500 -+++ usr/share/tribler/Tribler/Player/swarmplayer.py 2012-02-11 11:53:15.000000000 -0500 -@@ -438,9 +438,9 @@ - - s_play = status.get_or_create_status_element("playable", False) - if playable: -+ global START_TIME - if preprogress < 1.0: - if s_play.get_value() == True: -- global START_TIME - status.create_and_add_event("failed_after", [time.time() - START_TIME]) - START_TIME = time.time() - -@@ -448,7 +448,6 @@ - - elif s_play.get_value() == False: - s_play.set_value(True) -- global START_TIME - status.create_and_add_event("playable_in", [time.time() - START_TIME]) - START_TIME = time.time() - diff --git a/net-p2p/tribler/files/tribler-fix-desktop.patch b/net-p2p/tribler/files/tribler-fix-desktop.patch deleted file mode 100644 index 469ed7ee7e03..000000000000 --- a/net-p2p/tribler/files/tribler-fix-desktop.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naur usr.orig/share/applications/tribler.desktop usr/share/applications/tribler.desktop ---- usr.orig/share/applications/tribler.desktop 2012-09-24 20:50:23.000000000 -0400 -+++ usr/share/applications/tribler.desktop 2013-02-18 13:58:57.000000000 -0500 -@@ -5,4 +5,4 @@ - Icon=tribler - Terminal=false - Type=Application --Categories=Application;Network;P2P -+Categories=Network;P2P; -diff -Naur usr.orig/share/tribler/Tribler/Main/Build/Ubuntu/tribler.desktop usr/share/tribler/Tribler/Main/Build/Ubuntu/tribler.desktop ---- usr.orig/share/tribler/Tribler/Main/Build/Ubuntu/tribler.desktop 2012-11-19 23:26:42.000000000 -0500 -+++ usr/share/tribler/Tribler/Main/Build/Ubuntu/tribler.desktop 2013-02-18 13:59:08.000000000 -0500 -@@ -5,4 +5,4 @@ - Icon=tribler - Terminal=false - Type=Application --Categories=Application;Network;P2P -+Categories=Network;P2P; |