summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2006-02-16 17:34:14 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2006-02-16 17:34:14 +0000
commit728dd4813dced9206e0f7d6ca8ae383ec61b76a7 (patch)
tree6509041746b099e4252b5479484ef429cf99ce07 /net-p2p/bittorrent/files
parentfixed digest/Manifest (diff)
downloadgentoo-2-728dd4813dced9206e0f7d6ca8ae383ec61b76a7.tar.gz
gentoo-2-728dd4813dced9206e0f7d6ca8ae383ec61b76a7.tar.bz2
gentoo-2-728dd4813dced9206e0f7d6ca8ae383ec61b76a7.zip
Version bump by Robert Lundmark, bug #114864. Ebuild clean up
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-p2p/bittorrent/files')
-rw-r--r--net-p2p/bittorrent/files/btdownloadgui.desktop2
-rw-r--r--net-p2p/bittorrent/files/bttrack.conf7
-rw-r--r--net-p2p/bittorrent/files/bttrack.rc6
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-4.0.21
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-4.0.41
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-4.1.81
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-4.2.01
-rw-r--r--net-p2p/bittorrent/files/digest-bittorrent-4.4.03
-rw-r--r--net-p2p/bittorrent/files/favicon.icobin1406 -> 13902 bytes
9 files changed, 12 insertions, 10 deletions
diff --git a/net-p2p/bittorrent/files/btdownloadgui.desktop b/net-p2p/bittorrent/files/btdownloadgui.desktop
index c060278b7fad..577d0c00cb17 100644
--- a/net-p2p/bittorrent/files/btdownloadgui.desktop
+++ b/net-p2p/bittorrent/files/btdownloadgui.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=BitTorrent
-Exec=/usr/bin/btdownloadgui.py
+Exec=/usr/bin/bittorrent
Icon=/usr/share/pixmaps/bittorrent.ico
Terminal=false
Type=Application
diff --git a/net-p2p/bittorrent/files/bttrack.conf b/net-p2p/bittorrent/files/bttrack.conf
index 748eac215b0d..16408c491f44 100644
--- a/net-p2p/bittorrent/files/bttrack.conf
+++ b/net-p2p/bittorrent/files/bttrack.conf
@@ -1,4 +1,7 @@
-# /etc/conf.d/bttrack: config file for /etc/init.d/bttrack
+# /etc/conf.d/bttrack
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bttrack.conf,v 1.3 2006/02/16 17:34:14 sekretarz Exp $
# Change this to this to the port you would like to connect to for the tracker.
# It is accessible at http://localhost:PORT/ from any web browser.
@@ -8,7 +11,7 @@ PORT=8082
DFILE=/usr/share/bittorrent/tracker.dfile
# path to favicon.ico which many popular web browsers can use
-FAVICON=/usr/share/bittorrent/favicon.ico
+FAVICON=/usr/share/pixmaps/bittorrent.ico
# Connection logs are sent to stdout by default, so they should be sent to a
# file when using this script.
diff --git a/net-p2p/bittorrent/files/bttrack.rc b/net-p2p/bittorrent/files/bttrack.rc
index 37617f7af58b..fc445de8bbec 100644
--- a/net-p2p/bittorrent/files/bttrack.rc
+++ b/net-p2p/bittorrent/files/bttrack.rc
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bttrack.rc,v 1.1 2004/07/17 15:04:15 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bttrack.rc,v 1.2 2006/02/16 17:34:14 sekretarz Exp $
depend() {
need net
@@ -11,7 +11,7 @@ start() {
ebegin "Starting bttrack"
start-stop-daemon --start --quiet --background --make-pidfile \
--pidfile /var/run/bttrack.pid \
- --exec /usr/bin/bttrack.py -- --port ${PORT} \
+ --exec /usr/bin/bittorrent-tracker -- --port ${PORT} \
--dfile ${DFILE} --favicon ${FAVICON} --logfile ${LOGFILE}
eend $?
}
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-4.0.2 b/net-p2p/bittorrent/files/digest-bittorrent-4.0.2
deleted file mode 100644
index 4354325fa556..000000000000
--- a/net-p2p/bittorrent/files/digest-bittorrent-4.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4640b7c1bac3146d628f54b20afb87b7 BitTorrent-4.0.2.tar.gz 155062
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-4.0.4 b/net-p2p/bittorrent/files/digest-bittorrent-4.0.4
deleted file mode 100644
index 819c1486adfe..000000000000
--- a/net-p2p/bittorrent/files/digest-bittorrent-4.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7f03514dd4d684728a4e54c6ffce7d1f BitTorrent-4.0.4.tar.gz 153911
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-4.1.8 b/net-p2p/bittorrent/files/digest-bittorrent-4.1.8
deleted file mode 100644
index 3d94d5e1f93f..000000000000
--- a/net-p2p/bittorrent/files/digest-bittorrent-4.1.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6898c78c12ed2fa25d48602f465fcc93 BitTorrent-4.1.8.tar.gz 2164574
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-4.2.0 b/net-p2p/bittorrent/files/digest-bittorrent-4.2.0
deleted file mode 100644
index 0cf703a9f34c..000000000000
--- a/net-p2p/bittorrent/files/digest-bittorrent-4.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a6a6d07a20e75da44c7dbe44ff7d5346 BitTorrent-4.2.0.tar.gz 2185448
diff --git a/net-p2p/bittorrent/files/digest-bittorrent-4.4.0 b/net-p2p/bittorrent/files/digest-bittorrent-4.4.0
new file mode 100644
index 000000000000..2ce6607ff7cd
--- /dev/null
+++ b/net-p2p/bittorrent/files/digest-bittorrent-4.4.0
@@ -0,0 +1,3 @@
+MD5 74d4b48202c28f0b27e989b6d5f5b214 BitTorrent-4.4.0.tar.gz 1255281
+RMD160 9e743b3178142855d289743d4430598353fb4d3f BitTorrent-4.4.0.tar.gz 1255281
+SHA256 1c9338ed384240258b5733a814670e2dee8ca2fb65babf3f0ca07978707301e0 BitTorrent-4.4.0.tar.gz 1255281
diff --git a/net-p2p/bittorrent/files/favicon.ico b/net-p2p/bittorrent/files/favicon.ico
index 0e6136254aa5..47e6e70da442 100644
--- a/net-p2p/bittorrent/files/favicon.ico
+++ b/net-p2p/bittorrent/files/favicon.ico
Binary files differ