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.2.3.ebuild
Date: Sun, 02 Dec 2007 15:41:47
Message-Id: E1Iyqwn-0005Wg-Np@stork.gentoo.org
1 drac 07/12/02 15:41:33
2
3 Modified: ChangeLog
4 Added: hrktorrent-0.2.3.ebuild
5 Log:
6 Version bump, drop patch since it was applied upstream.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.4 net-p2p/hrktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 26 Nov 2007 19:32:46 -0000 1.3
23 +++ ChangeLog 2 Dec 2007 15:41:33 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/hrktorrent
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.3 2007/11/26 19:32:46 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.4 2007/12/02 15:41:33 drac Exp $
29 +
30 +*hrktorrent-0.2.3 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Samuli Suominen <drac@g.o> +hrktorrent-0.2.3.ebuild:
33 + Version bump, drop patch since it was applied upstream.
34
35 26 Nov 2007; Samuli Suominen <drac@g.o>
36 +files/hrktorrent-0.2.2-Makefile.patch, hrktorrent-0.2.2.ebuild:
37
38
39
40 1.1 net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hrktorrent-0.2.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.2.3.ebuild,v 1.1 2007/12/02 15:41:33 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 emake CXX="$(tc-getCXX)" || die "emake failed."
69 }
70
71 src_install() {
72 dobin ${PN}
73 doman ${PN}.1
74 dodoc CHANGELOG README ${PN}.rc.example
75 }
76
77 pkg_postinst() {
78 local docsuffix=$(ecompress --suffix)
79
80 elog "A sample configuration file for ${PN} can be found in"
81 elog "/usr/share/doc/${PF}/hrktorrent.rc.example${docsuffix}"
82 elog "To use a config file, extract it, put it in your home directory"
83 elog "and name it \".hrktorrent.rc\""
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list