Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-9999.ebuild qbittorrent-3.1.12.ebuild ChangeLog
Date: Sun, 01 Mar 2015 15:49:43
Message-Id: 20150301154939.1908512D09@oystercatcher.gentoo.org
1 hwoarang 15/03/01 15:49:39
2
3 Modified: qbittorrent-9999.ebuild qbittorrent-3.1.12.ebuild
4 ChangeLog
5 Log:
6 Add epatch_user. Bug #541690
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.21 net-p2p/qbittorrent/qbittorrent-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.20&r2=1.21
16
17 Index: qbittorrent-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- qbittorrent-9999.ebuild 23 Feb 2015 19:02:33 -0000 1.20
24 +++ qbittorrent-9999.ebuild 1 Mar 2015 15:49:39 -0000 1.21
25 @@ -1,11 +1,11 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.20 2015/02/23 19:02:33 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.21 2015/03/01 15:49:39 hwoarang Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33
34 -inherit python-r1 qmake-utils
35 +inherit eutils python-r1 qmake-utils
36
37 DESCRIPTION="BitTorrent client in C++ and Qt"
38 HOMEPAGE="http://www.qbittorrent.org/"
39 @@ -55,6 +55,10 @@
40 S=${WORKDIR}/${MY_P}
41 DOCS=(AUTHORS Changelog README.md TODO)
42
43 +src_prepare() {
44 + epatch_user
45 +}
46 +
47 src_configure() {
48 # Custom configure script, econf fails
49 local myconf=(
50
51
52
53 1.2 net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?r1=1.1&r2=1.2
58
59 Index: qbittorrent-3.1.12.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- qbittorrent-3.1.12.ebuild 27 Feb 2015 21:10:20 -0000 1.1
66 +++ qbittorrent-3.1.12.ebuild 1 Mar 2015 15:49:39 -0000 1.2
67 @@ -1,11 +1,11 @@
68 # Copyright 1999-2015 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.1 2015/02/27 21:10:20 hwoarang Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.2 2015/03/01 15:49:39 hwoarang Exp $
72
73 EAPI=5
74 PYTHON_COMPAT=( python{2_6,2_7} )
75
76 -inherit python-r1 qt4-r2
77 +inherit eutils python-r1 qt4-r2
78
79 DESCRIPTION="BitTorrent client in C++ and Qt"
80 HOMEPAGE="http://www.qbittorrent.org/"
81 @@ -38,6 +38,11 @@
82 S=${WORKDIR}/${MY_P}
83 DOCS=(AUTHORS Changelog README.md TODO)
84
85 +src_prepare() {
86 + epatch_user
87 + qt4-r2_src_prepare
88 +}
89 +
90 src_configure() {
91 # Custom configure script, econf fails
92 local myconf=(
93
94
95
96 1.241 net-p2p/qbittorrent/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.241&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.241&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.240&r2=1.241
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
105 retrieving revision 1.240
106 retrieving revision 1.241
107 diff -u -r1.240 -r1.241
108 --- ChangeLog 27 Feb 2015 21:10:20 -0000 1.240
109 +++ ChangeLog 1 Mar 2015 15:49:39 -0000 1.241
110 @@ -1,6 +1,10 @@
111 # ChangeLog for net-p2p/qbittorrent
112 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.240 2015/02/27 21:10:20 hwoarang Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.241 2015/03/01 15:49:39 hwoarang Exp $
115 +
116 + 01 Mar 2015; Markos Chandras <hwoarang@g.o> qbittorrent-3.1.12.ebuild,
117 + qbittorrent-9999.ebuild:
118 + Add epatch_user. Bug #541690
119
120 *qbittorrent-3.1.12 (27 Feb 2015)