Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cfv/files/
Date: Sun, 03 Jul 2016 11:57:13
Message-Id: 1467545310.0ab5f7f957f7a0ff1aa4f55a59980a691e674382.monsieurp@gentoo
1 commit: 0ab5f7f957f7a0ff1aa4f55a59980a691e674382
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 1 19:51:05 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:28:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab5f7f9
7
8 app-arch/cfv: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1812
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-arch/cfv/files/cfv-1.18.1-modulefix.patch | 21 ---------------------
15 1 file changed, 21 deletions(-)
16
17 diff --git a/app-arch/cfv/files/cfv-1.18.1-modulefix.patch b/app-arch/cfv/files/cfv-1.18.1-modulefix.patch
18 deleted file mode 100644
19 index a415a3a..0000000
20 --- a/app-arch/cfv/files/cfv-1.18.1-modulefix.patch
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 ---- branches/cfv-1_x-branch/cfv/cfv 2006/03/28 07:29:01 340
24 -+++ branches/cfv-1_x-branch/cfv/cfv 2007/03/04 01:57:56 401
25 -@@ -1360,12 +1360,15 @@
26 - #---------- .torrent ----------
27 - _btimporterror = None
28 - try:
29 -- from BitTorrent import bencode, btformats
30 -+ from BTL import bencode, btformats
31 - except ImportError, e1:
32 - try:
33 -- from BitTornado import bencode; from BitTornado.BT1 import btformats
34 -+ from BitTorrent import bencode, btformats
35 - except ImportError, e2:
36 -- _btimporterror = '%s and %s'%(e1,e2)
37 -+ try:
38 -+ from BitTornado import bencode; from BitTornado.BT1 import btformats
39 -+ except ImportError, e3:
40 -+ _btimporterror = '%s and %s and %s'%(e1,e2,e3)
41 -
42 - class Torrent(ChksumType):
43 - description = 'BitTorrent metainfo'