diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-p2p/tribler/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-p2p/tribler/files')
5 files changed, 85 insertions, 0 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 new file mode 100644 index 000000000000..9e0887a1a2f1 --- /dev/null +++ b/net-p2p/tribler/files/tribler-5.9.12-fix-global-declarations.patch @@ -0,0 +1,22 @@ +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-6.1.0-fix-desktop.patch b/net-p2p/tribler/files/tribler-6.1.0-fix-desktop.patch new file mode 100644 index 000000000000..250deda21616 --- /dev/null +++ b/net-p2p/tribler/files/tribler-6.1.0-fix-desktop.patch @@ -0,0 +1,21 @@ +diff -Naur usr.orig/share/applications/swarmplayer.desktop usr/share/applications/swarmplayer.desktop +--- usr.orig/share/applications/swarmplayer.desktop 2013-05-09 20:47:46.000000000 -0400 ++++ usr/share/applications/swarmplayer.desktop 2013-05-09 20:48:34.000000000 -0400 +@@ -5,4 +5,4 @@ + Icon=swarmplayer + Terminal=false + Type=Application +-Categories=Application;Network;P2P ++Categories=Network;P2P; +diff -Naur usr.orig/share/applications/tribler.desktop usr/share/applications/tribler.desktop +--- usr.orig/share/applications/tribler.desktop 2013-05-09 20:47:46.000000000 -0400 ++++ usr/share/applications/tribler.desktop 2013-05-09 20:49:03.000000000 -0400 +@@ -5,5 +5,5 @@ + Icon=tribler + Terminal=false + Type=Application +-Categories=Application;Network;P2P +-MimeType=x-scheme-handler/ppsp;x-scheme-handler/tswift;x-scheme-handler/magnet +\ No newline at end of file ++Categories=Network;P2P; ++MimeType=x-scheme-handler/ppsp;x-scheme-handler/tswift;x-scheme-handler/magnet; diff --git a/net-p2p/tribler/files/tribler-6.2.0-fix-desktop.patch b/net-p2p/tribler/files/tribler-6.2.0-fix-desktop.patch new file mode 100644 index 000000000000..23689bf2fb4d --- /dev/null +++ b/net-p2p/tribler/files/tribler-6.2.0-fix-desktop.patch @@ -0,0 +1,12 @@ +diff -Naur usr.orig/share/applications/tribler.desktop usr/share/applications/tribler.desktop +--- usr.orig/share/applications/tribler.desktop 2013-05-09 20:47:46.000000000 -0400 ++++ usr/share/applications/tribler.desktop 2013-05-09 20:49:03.000000000 -0400 +@@ -5,5 +5,5 @@ + Icon=tribler + Terminal=false + Type=Application +-Categories=Application;Network;P2P +-MimeType=x-scheme-handler/ppsp;x-scheme-handler/tswift;x-scheme-handler/magnet +\ No newline at end of file ++Categories=Network;P2P; ++MimeType=x-scheme-handler/ppsp;x-scheme-handler/tswift;x-scheme-handler/magnet; diff --git a/net-p2p/tribler/files/tribler-fix-desktop.patch b/net-p2p/tribler/files/tribler-fix-desktop.patch new file mode 100644 index 000000000000..469ed7ee7e03 --- /dev/null +++ b/net-p2p/tribler/files/tribler-fix-desktop.patch @@ -0,0 +1,18 @@ +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; diff --git a/net-p2p/tribler/files/tribler-log2homedir.patch b/net-p2p/tribler/files/tribler-log2homedir.patch new file mode 100644 index 000000000000..2f86c95ccf15 --- /dev/null +++ b/net-p2p/tribler/files/tribler-log2homedir.patch @@ -0,0 +1,12 @@ +diff -Naur usr.orig/bin/tribler usr/bin/tribler +--- usr.orig/bin/tribler 2012-02-07 10:33:48.000000000 -0500 ++++ usr/bin/tribler 2012-02-11 12:19:05.000000000 -0500 +@@ -6,5 +6,7 @@ + export PYTHONPATH="$PYTHONPATH":$_TRIBLERPATH + + echo "Starting Tribler..." ++STATEDIR="$HOME/.Tribler" ++[ ! -d $STATEDIR ] && mkdir -p $STATEDIR + cd $_TRIBLERPATH +-exec python -O Tribler/Main/tribler.py "$@" > /tmp/$USER-tribler.log 2>&1 ++exec python2 -O Tribler/Main/tribler.py "$@" > $STATEDIR/tribler.log 2>&1 |