Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: ChangeLog qbittorrent-1.1.2.ebuild qbittorrent-1.2.0_beta4.ebuild qbittorrent-1.2.0_beta1.ebuild
Date: Mon, 25 Aug 2008 14:45:32
Message-Id: E1KXdJr-00080P-3O@stork.gentoo.org
1 armin76 08/08/25 14:45:23
2
3 Modified: ChangeLog
4 Added: qbittorrent-1.1.2.ebuild
5 qbittorrent-1.2.0_beta4.ebuild
6 Removed: qbittorrent-1.2.0_beta1.ebuild
7 Log:
8 Version bump
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.43 net-p2p/qbittorrent/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.43&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.43&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.42&r2=1.43
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
21 retrieving revision 1.42
22 retrieving revision 1.43
23 diff -u -r1.42 -r1.43
24 --- ChangeLog 5 Aug 2008 16:39:55 -0000 1.42
25 +++ ChangeLog 25 Aug 2008 14:45:22 -0000 1.43
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-p2p/qbittorrent
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.42 2008/08/05 16:39:55 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.43 2008/08/25 14:45:22 armin76 Exp $
31 +
32 +*qbittorrent-1.2.0_beta4 (25 Aug 2008)
33 +*qbittorrent-1.1.2 (25 Aug 2008)
34 +
35 + 25 Aug 2008; Raúl Porcel <armin76@g.o> +qbittorrent-1.1.2.ebuild,
36 + -qbittorrent-1.2.0_beta1.ebuild, +qbittorrent-1.2.0_beta4.ebuild:
37 + Version bump
38
39 05 Aug 2008; Raúl Porcel <armin76@g.o> -qbittorrent-0.9.3.ebuild,
40 qbittorrent-1.0.0.ebuild:
41
42
43
44 1.1 net-p2p/qbittorrent/qbittorrent-1.1.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.1.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.1.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: qbittorrent-1.1.2.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.1.2.ebuild,v 1.1 2008/08/25 14:45:22 armin76 Exp $
54
55 EAPI="1"
56
57 inherit eutils qt4 multilib
58
59 MY_P="${P/_/}"
60
61 DESCRIPTION="BitTorrent client in C++ and Qt."
62 HOMEPAGE="http://www.qbittorrent.org/"
63 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
64 S="${WORKDIR}/${MY_P}"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )
72 >=net-libs/rb_libtorrent-0.13.1
73 dev-libs/boost
74 net-misc/curl
75 dev-cpp/commoncpp2"
76 RDEPEND="${DEPEND}
77 >=dev-lang/python-2.3"
78
79 pkg_setup() {
80 # We need boost built with threads
81 if ! built_with_use --missing true "dev-libs/boost" threads; then
82 eerror "${PN} needs dev-libs/boost built with threads USE flag"
83 die "dev-libs/boost is built without threads USE flag"
84 fi
85 }
86
87 src_compile() {
88 # econf fails, since this uses qconf
89 ./configure --prefix=/usr --qtdir=/usr \
90 --with-libtorrent-inc=/usr/include \
91 --with-libtorrent-lib=/usr/$(get_libdir) \
92 || die "configure failed"
93 emake || die "emake failed"
94 }
95
96 src_install() {
97 emake INSTALL_ROOT="${D}" install || die "emake install failed"
98 dodoc AUTHORS Changelog NEWS README TODO
99 }
100
101
102
103 1.1 net-p2p/qbittorrent/qbittorrent-1.2.0_beta4.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.2.0_beta4.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.2.0_beta4.ebuild?rev=1.1&content-type=text/plain
107
108 Index: qbittorrent-1.2.0_beta4.ebuild
109 ===================================================================
110 # Copyright 1999-2008 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.2.0_beta4.ebuild,v 1.1 2008/08/25 14:45:22 armin76 Exp $
113
114 EAPI="1"
115
116 inherit eutils qt4 multilib
117
118 MY_P="${P/_/}"
119
120 DESCRIPTION="BitTorrent client in C++ and Qt."
121 HOMEPAGE="http://www.qbittorrent.org/"
122 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
123 S="${WORKDIR}/${MY_P}"
124
125 LICENSE="GPL-2"
126 SLOT="0"
127 KEYWORDS="~amd64 ~x86"
128 IUSE=""
129
130 DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )
131 >=net-libs/rb_libtorrent-0.13.1
132 dev-libs/boost
133 net-misc/curl
134 dev-cpp/commoncpp2"
135 RDEPEND="${DEPEND}
136 >=dev-lang/python-2.3"
137
138 pkg_setup() {
139 # We need boost built with threads
140 if ! built_with_use --missing true "dev-libs/boost" threads; then
141 eerror "${PN} needs dev-libs/boost built with threads USE flag"
142 die "dev-libs/boost is built without threads USE flag"
143 fi
144 }
145
146 src_compile() {
147 # econf fails, since this uses qconf
148 ./configure --prefix=/usr --qtdir=/usr \
149 --with-libtorrent-inc=/usr/include \
150 --with-libtorrent-lib=/usr/$(get_libdir) \
151 || die "configure failed"
152 emake || die "emake failed"
153 }
154
155 src_install() {
156 emake INSTALL_ROOT="${D}" install || die "emake install failed"
157 dodoc AUTHORS Changelog NEWS README TODO
158 }