Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/hrktorrent: ChangeLog hrktorrent-0.3.2.ebuild
Date: Mon, 30 Jun 2008 16:19:45
Message-Id: E1KDM6N-0006sr-QC@stork.gentoo.org
1 drac 08/06/30 16:19:39
2
3 Modified: ChangeLog
4 Added: hrktorrent-0.3.2.ebuild
5 Log:
6 Version bump wrt #230215, tanks to Sebastian Mair for reporting.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
8
9 Revision Changes Path
10 1.11 net-p2p/hrktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 5 Jun 2008 18:13:05 -0000 1.10
23 +++ ChangeLog 30 Jun 2008 16:19:39 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/hrktorrent
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.10 2008/06/05 18:13:05 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.11 2008/06/30 16:19:39 drac Exp $
29 +
30 +*hrktorrent-0.3.2 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Samuli Suominen <drac@g.o> +hrktorrent-0.3.2.ebuild:
33 + Version bump wrt #230215, tanks to Sebastian Mair for reporting.
34
35 05 Jun 2008; Raúl Porcel <armin76@g.o> -hrktorrent-0.3.0.ebuild,
36 hrktorrent-0.3.1.ebuild:
37
38
39
40 1.1 net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hrktorrent-0.3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild,v 1.1 2008/06/30 16:19:39 drac Exp $
50
51 inherit toolchain-funcs
52
53 DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT"
54 HOMEPAGE="http://henrik.unit5.ca/hrktorrent"
55 SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=net-libs/rb_libtorrent-0.12"
63 DEPEND="${RDEPEND}
64 dev-cpp/asio
65 dev-util/pkgconfig"
66
67 src_compile() {
68 tc-export CXX
69 emake || die "emake failed."
70 }
71
72 src_install() {
73 dobin ${PN} || die "dobin failed."
74 doman ${PN}.1
75 dodoc CHANGELOG README ${PN}.rc.example
76 }
77
78 pkg_postinst() {
79 elog "Extract ${PN}.rc.example from /usr/share/doc/${PF} to"
80 elog "home ~/.${PN}/${PN}.rc for example config."
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list