summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2006-02-16 17:44:47 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2006-02-16 17:44:47 +0000
commit45e541941ae3d29c09535fe8267967f6b035ac39 (patch)
treeb29ca381143d1602705addf46088c62beceb927e /net-p2p/bittorrent
parentVersion bump by Robert Lundmark, bug #114864. Ebuild clean up (diff)
downloadhistorical-45e541941ae3d29c09535fe8267967f6b035ac39.tar.gz
historical-45e541941ae3d29c09535fe8267967f6b035ac39.tar.bz2
historical-45e541941ae3d29c09535fe8267967f6b035ac39.zip
bittorrent-4.1.0-fix-all.patch removed
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r--net-p2p/bittorrent/Manifest9
-rw-r--r--net-p2p/bittorrent/files/bittorrent-4.1.0-fix-all.patch48
2 files changed, 3 insertions, 54 deletions
diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest
index 5842af30d544..81f711ecbf4f 100644
--- a/net-p2p/bittorrent/Manifest
+++ b/net-p2p/bittorrent/Manifest
@@ -13,9 +13,6 @@ SHA256 86d72aad2253b976d98a4bdefc5e317a1339e2a82718b492c7383c44ccf075e1 bittorre
MD5 863e5e7637b562b77f53b92bd49ce360 bittorrent-4.4.0.ebuild 1959
RMD160 8f53aa52b518dbbffcd8d47185bc53f6584191dc bittorrent-4.4.0.ebuild 1959
SHA256 a12e1e48a3ea34186db17952dc6bd3d75b567f113324f303158771ce9c91a570 bittorrent-4.4.0.ebuild 1959
-MD5 21ec89d06de83ddcc4cf6d6616355190 files/bittorrent-4.1.0-fix-all.patch 2483
-RMD160 721f3f6aec7549f215914612a6479d9e55072b92 files/bittorrent-4.1.0-fix-all.patch 2483
-SHA256 ceb35643595848c56f678d9d0c346b83b536775c784007410cad80ba1cd5eff2 files/bittorrent-4.1.0-fix-all.patch 2483
MD5 c200bdbccb6ccbf18bef6338363c1a4a files/bittorrent-tracker.confd 565
RMD160 d9ff91c65fee606eb536eb672d6a28f7d0cf4ba3 files/bittorrent-tracker.confd 565
SHA256 b6094703dfc486b6e8d10885284479ee4f03308d7bed25d1411c28a8428d227d files/bittorrent-tracker.confd 565
@@ -49,7 +46,7 @@ SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f metadata
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFD9MZXub4+zaPCR/oRAqAgAJ9tj5mOv8u0O1TSQTrkGtTJnIT0wgCgnM6A
-aocplyn55TrIn1/uzE3SU9g=
-=5ent
+iD8DBQFD9MjZub4+zaPCR/oRArJ5AJ0YQMyUqUmnhTANGIiJwhmCLtQ4ywCfVkNB
+AGmCiM5ASocUHAEUVmVGACM=
+=UtgX
-----END PGP SIGNATURE-----
diff --git a/net-p2p/bittorrent/files/bittorrent-4.1.0-fix-all.patch b/net-p2p/bittorrent/files/bittorrent-4.1.0-fix-all.patch
deleted file mode 100644
index 0eaa8b9ba354..000000000000
--- a/net-p2p/bittorrent/files/bittorrent-4.1.0-fix-all.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-# Fix the bittorrent apps
-# Patch written by hannes <hnaz@we-are-root.org>
-#
-# - self.seedStatus has the same wrong usage of string formatting in
-# btdownloadcurses.py and btdownloadheadless.py
-# - the 'saveas'-error was just a typo
-#
-# HTH
-
---- btdownloadcurses.py.orig 2005-05-24 09:47:29.000000000 +0200
-+++ btdownloadcurses.py 2005-05-24 10:03:07.000000000 +0200
-@@ -219,9 +219,9 @@
- nextCopies = ', '.join(["%d:%.1f%%" % (a,int(b*1000)/10) for a,b in
- zip(xrange(numCopies+1, 1000), statistics['numCopyList'])])
- if not self.done:
-- self.seedStatus = _("%d seen now, plus %d distributed copies") +\
-- '(%s)' % (statistics['numSeeds'],
-- statistics['numCopies'], nextCopies)
-+ self.seedStatus = _("%d seen now, plus %d distributed copies") % \
-+ (statistics['numSeeds'], statistics['numCopies']) +\
-+ '(%s)' % (nextCopies)
- else:
- self.seedStatus = _("%d distributed copies (next: %s)") % (
- statistics['numCopies'], nextCopies)
-@@ -333,7 +333,7 @@
- if config['save_as']:
- if config['save_in']:
- raise BTFailure(_("You cannot specify both --save_as and "
-- "--save_in")
-+ "--save_in"))
- saveas = config['save_as']
- elif config['save_in']:
- saveas = os.path.join(config['save_in'], torrent_name)
---- btdownloadheadless.py.orig 2005-05-24 10:04:07.000000000 +0200
-+++ btdownloadheadless.py 2005-05-24 10:05:59.000000000 +0200
-@@ -134,9 +134,9 @@
- nextCopies = ', '.join(["%d:%.1f%%" % (a,int(b*1000)/10) for a,b in
- zip(xrange(numCopies+1, 1000), statistics['numCopyList'])])
- if not self.done:
-- self.seedStatus = _("%d seen now, plus %d distributed copies ") \
-- '(%s)' % (statistics['numSeeds'],
-- statistics['numCopies'], nextCopies)
-+ self.seedStatus = _("%d seen now, plus %d distributed copies") % \
-+ (statistics['numSeeds'], statistics['numCopies']) +\
-+ '(%s)' % (nextCopies)
- else:
- self.seedStatus = _("%d distributed copies (next: %s)") % (
- statistics['numCopies'], nextCopies)