Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/hrktorrent: ChangeLog hrktorrent-0.3.5.ebuild
Date: Tue, 27 Oct 2009 10:00:56
Message-Id: E1N2irH-0008DB-0J@stork.gentoo.org
1 ssuominen 09/10/27 10:00:55
2
3 Modified: ChangeLog
4 Added: hrktorrent-0.3.5.ebuild
5 Log:
6 Version bump wrt #281536, thanks to Nico R. Wohlgemuth for reporting.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 net-p2p/hrktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 23 May 2009 13:43:46 -0000 1.16
23 +++ ChangeLog 27 Oct 2009 10:00:54 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/hrktorrent
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.16 2009/05/23 13:43:46 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.17 2009/10/27 10:00:54 ssuominen Exp $
29 +
30 +*hrktorrent-0.3.5 (27 Oct 2009)
31 +
32 + 27 Oct 2009; Samuli Suominen <ssuominen@g.o>
33 + +hrktorrent-0.3.5.ebuild:
34 + Version bump wrt #281536, thanks to Nico R. Wohlgemuth for reporting.
35
36 23 May 2009; Markus Meier <maekke@g.o> hrktorrent-0.3.4.ebuild:
37 amd64 stable, bug #268815
38
39
40
41 1.1 net-p2p/hrktorrent/hrktorrent-0.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hrktorrent-0.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.5.ebuild,v 1.1 2009/10/27 10:00:54 ssuominen Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="a light console torrent client written in C++, using rasterbar's libtorrent"
55 HOMEPAGE="http://50hz.ws/hrktorrent/"
56 SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND="=net-libs/rb_libtorrent-0.14*"
64 DEPEND="${RDEPEND}
65 dev-cpp/asio
66 dev-util/pkgconfig"
67
68 src_compile() {
69 tc-export CXX
70 emake || die
71 }
72
73 src_install() {
74 dobin ${PN} || die
75 doman ${PN}.1
76 dodoc CHANGELOG CONTRIBUTORS README ${PN}.rc.example
77 }