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_rc10.ebuild qbittorrent-1.0.0_rc9-r1.ebuild
Date: Sun, 09 Dec 2007 21:15:35
Message-Id: E1J1TUm-0007RW-Pl@stork.gentoo.org
1 armin76 07/12/09 21:15:28
2
3 Modified: ChangeLog
4 Added: qbittorrent-1.0.0_rc10.ebuild
5 Removed: qbittorrent-1.0.0_rc9-r1.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.4_rc9)
9
10 Revision Changes Path
11 1.29 net-p2p/qbittorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 4 Dec 2007 19:07:39 -0000 1.28
24 +++ ChangeLog 9 Dec 2007 21:15:28 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/qbittorrent
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.28 2007/12/04 19:07:39 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.29 2007/12/09 21:15:28 armin76 Exp $
30 +
31 +*qbittorrent-1.0.0_rc10 (09 Dec 2007)
32 +
33 + 09 Dec 2007; Raúl Porcel <armin76@g.o>
34 + -qbittorrent-1.0.0_rc9-r1.ebuild, +qbittorrent-1.0.0_rc10.ebuild:
35 + Version bump
36
37 *qbittorrent-1.0.0_rc9-r1 (04 Dec 2007)
38
39
40
41
42 1.1 net-p2p/qbittorrent/qbittorrent-1.0.0_rc10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qbittorrent-1.0.0_rc10.ebuild
48 ===================================================================
49 # Copyright 1999-2007 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_rc10.ebuild,v 1.1 2007/12/09 21:15:28 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_pre1806
68 $(qt4_min_version 4.2)
69 >=dev-lang/python-2.3
70 dev-libs/boost
71 net-misc/curl
72 dev-cpp/commoncpp2"
73
74 pkg_setup() {
75 # We need boost built with threads
76 if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \
77 ! built_with_use "dev-libs/boost" threads; then
78 eerror "${PN} needs dev-libs/boost built with threads USE flag"
79 die "dev-libs/boost is built without threads USE flag"
80 fi
81 }
82
83 src_compile() {
84 # econf fails, since this uses qconf
85 ./configure --prefix=/usr --qtdir=/usr \
86 --with-libtorrent-inc=/usr/include \
87 --with-libtorrent-lib=/usr/$(get_libdir) \
88 || die "configure failed"
89 emake || die "emake failed"
90 }
91
92 src_install() {
93 emake INSTALL_ROOT="${D}" install || die "emake install failed"
94 dodoc AUTHORS Changelog NEWS README TODO
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list