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.0.0_rc11-r1.ebuild qbittorrent-1.0.0_rc11.ebuild
Date: Wed, 09 Jan 2008 19:53:51
Message-Id: E1JCgzj-0003SP-Nh@stork.gentoo.org
1 armin76 08/01/09 19:53:47
2
3 Modified: ChangeLog
4 Added: qbittorrent-1.0.0_rc11-r1.ebuild
5 Removed: qbittorrent-1.0.0_rc11.ebuild
6 Log:
7 Revision bump to use newer rb_libtorrent
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.32 net-p2p/qbittorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 3 Jan 2008 20:40:02 -0000 1.31
24 +++ ChangeLog 9 Jan 2008 19:53:47 -0000 1.32
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/qbittorrent
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.31 2008/01/03 20:40:02 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.32 2008/01/09 19:53:47 armin76 Exp $
30 +
31 +*qbittorrent-1.0.0_rc11-r1 (09 Jan 2008)
32 +
33 + 09 Jan 2008; Raúl Porcel <armin76@g.o>
34 + -qbittorrent-1.0.0_rc11.ebuild, +qbittorrent-1.0.0_rc11-r1.ebuild:
35 + Revision bump to use newer rb_libtorrent
36
37 03 Jan 2008; Raúl Porcel <armin76@g.o>
38 qbittorrent-1.0.0_rc11.ebuild:
39
40
41
42 1.1 net-p2p/qbittorrent/qbittorrent-1.0.0_rc11-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qbittorrent-1.0.0_rc11-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11-r1.ebuild,v 1.1 2008/01/09 19:53:47 armin76 Exp $
52
53 inherit eutils qt4 multilib
54
55 MY_P="${P/_/}"
56
57 DESCRIPTION="BitTorrent client in C++ and Qt."
58 HOMEPAGE="http://www.qbittorrent.org/"
59 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
60 S="${WORKDIR}/${MY_P}"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=">=net-libs/rb_libtorrent-0.13_pre1876
68 $(qt4_min_version 4.2)
69 dev-libs/boost
70 net-misc/curl
71 dev-cpp/commoncpp2"
72 RDEPEND="${DEPEND}
73 >=dev-lang/python-2.3"
74
75 pkg_setup() {
76 # We need boost built with threads
77 if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \
78 ! built_with_use "dev-libs/boost" threads; then
79 eerror "${PN} needs dev-libs/boost built with threads USE flag"
80 die "dev-libs/boost is built without threads USE flag"
81 fi
82 }
83
84 src_compile() {
85 # econf fails, since this uses qconf
86 ./configure --prefix=/usr --qtdir=/usr \
87 --with-libtorrent-inc=/usr/include \
88 --with-libtorrent-lib=/usr/$(get_libdir) \
89 || die "configure failed"
90 emake || die "emake failed"
91 }
92
93 src_install() {
94 emake INSTALL_ROOT="${D}" install || die "emake install failed"
95 dodoc AUTHORS Changelog NEWS README TODO
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list