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: ChangeLog qbittorrent-9999.ebuild
Date: Tue, 26 Jul 2011 07:34:24
Message-Id: 20110726073414.927352004B@flycatcher.gentoo.org
1 hwoarang 11/07/26 07:34:14
2
3 Modified: ChangeLog qbittorrent-9999.ebuild
4 Log:
5 Move repository to gitorious. Bug 376235
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.163 net-p2p/qbittorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.163&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.163&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.162&r2=1.163
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
19 retrieving revision 1.162
20 retrieving revision 1.163
21 diff -u -r1.162 -r1.163
22 --- ChangeLog 21 Jul 2011 09:31:54 -0000 1.162
23 +++ ChangeLog 26 Jul 2011 07:34:14 -0000 1.163
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-p2p/qbittorrent
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.162 2011/07/21 09:31:54 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.163 2011/07/26 07:34:14 hwoarang Exp $
29 +
30 + 26 Jul 2011; Markos Chandras <hwoarang@g.o> qbittorrent-9999.ebuild:
31 + Move repository to gitorious. Bug 376235
32
33 21 Jul 2011; Markos Chandras <hwoarang@g.o> qbittorrent-2.8.2.ebuild:
34 Stable on amd64 wrt bug #375543
35
36
37
38 1.5 net-p2p/qbittorrent/qbittorrent-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.4&r2=1.5
43
44 Index: qbittorrent-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- qbittorrent-9999.ebuild 30 Apr 2011 18:51:10 -0000 1.4
51 +++ qbittorrent-9999.ebuild 26 Jul 2011 07:34:14 -0000 1.5
52 @@ -1,18 +1,20 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.4 2011/04/30 18:51:10 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.5 2011/07/26 07:34:14 hwoarang Exp $
57
58 EAPI="2"
59 PYTHON_DEPEND="2"
60
61 -inherit python qt4-r2 versionator subversion
62 +EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git
63 +http://git.gitorious.org/${PN}/${PN}.git"
64 +
65 +inherit python qt4-r2 versionator git-2
66
67 DESCRIPTION="BitTorrent client in C++ and Qt"
68 HOMEPAGE="http://www.qbittorrent.org/"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 -ESVN_REPO_URI="https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk"
73 KEYWORDS=""
74
75 IUSE="dbus +X geoip"