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/hrktorrent: ChangeLog hrktorrent-0.3.2.ebuild hrktorrent-0.3.3.ebuild hrktorrent-0.3.4.ebuild
Date: Mon, 03 Nov 2008 10:11:20
Message-Id: E1KwwOk-0006G3-7c@stork.gentoo.org
1 armin76 08/11/03 10:11:02
2
3 Modified: ChangeLog hrktorrent-0.3.2.ebuild
4 hrktorrent-0.3.3.ebuild
5 Added: hrktorrent-0.3.4.ebuild
6 Log:
7 Version bump, fix HOMEPAGE,SRC_URI, fix DEPEND
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r8 i686)
9
10 Revision Changes Path
11 1.14 net-p2p/hrktorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 20 Sep 2008 21:39:41 -0000 1.13
24 +++ ChangeLog 3 Nov 2008 10:11:02 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/hrktorrent
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.13 2008/09/20 21:39:41 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.14 2008/11/03 10:11:02 armin76 Exp $
30 +
31 +*hrktorrent-0.3.4 (03 Nov 2008)
32 +
33 + 03 Nov 2008; Raúl Porcel <armin76@g.o> hrktorrent-0.3.2.ebuild,
34 + hrktorrent-0.3.3.ebuild, +hrktorrent-0.3.4.ebuild:
35 + Version bump, fix HOMEPAGE,SRC_URI, fix DEPEND
36
37 *hrktorrent-0.3.3 (20 Sep 2008)
38
39
40
41
42 1.3 net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild?r1=1.2&r2=1.3
47
48 Index: hrktorrent-0.3.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- hrktorrent-0.3.2.ebuild 22 Aug 2008 03:03:57 -0000 1.2
55 +++ hrktorrent-0.3.2.ebuild 3 Nov 2008 10:11:02 -0000 1.3
56 @@ -1,19 +1,19 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild,v 1.2 2008/08/22 03:03:57 drac Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild,v 1.3 2008/11/03 10:11:02 armin76 Exp $
61
62 inherit toolchain-funcs
63
64 DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT"
65 -HOMEPAGE="http://henrik.unit5.ca/hrktorrent"
66 -SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2"
67 +HOMEPAGE="http://50hz.ws/hrktorrent/"
68 +SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2"
69
70 LICENSE="BSD"
71 SLOT="0"
72 KEYWORDS="amd64 x86"
73 IUSE=""
74
75 -RDEPEND=">=net-libs/rb_libtorrent-0.12"
76 +RDEPEND="~net-libs/rb_libtorrent-0.13"
77 DEPEND="${RDEPEND}
78 dev-cpp/asio
79 dev-util/pkgconfig"
80
81
82
83 1.2 net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild?r1=1.1&r2=1.2
88
89 Index: hrktorrent-0.3.3.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- hrktorrent-0.3.3.ebuild 20 Sep 2008 21:39:41 -0000 1.1
96 +++ hrktorrent-0.3.3.ebuild 3 Nov 2008 10:11:02 -0000 1.2
97 @@ -1,19 +1,19 @@
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild,v 1.1 2008/09/20 21:39:41 yngwin Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild,v 1.2 2008/11/03 10:11:02 armin76 Exp $
102
103 inherit toolchain-funcs
104
105 DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT"
106 -HOMEPAGE="http://henrik.unit5.ca/hrktorrent"
107 -SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2"
108 +HOMEPAGE="http://50hz.ws/hrktorrent/"
109 +SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2"
110
111 LICENSE="BSD"
112 SLOT="0"
113 KEYWORDS="~amd64 ~x86"
114 IUSE=""
115
116 -RDEPEND=">=net-libs/rb_libtorrent-0.12"
117 +RDEPEND="~net-libs/rb_libtorrent-0.13"
118 DEPEND="${RDEPEND}
119 dev-cpp/asio
120 dev-util/pkgconfig"
121
122
123
124 1.1 net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild?rev=1.1&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild?rev=1.1&content-type=text/plain
128
129 Index: hrktorrent-0.3.4.ebuild
130 ===================================================================
131 # Copyright 1999-2008 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 # $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild,v 1.1 2008/11/03 10:11:02 armin76 Exp $
134
135 inherit toolchain-funcs
136
137 DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT"
138 HOMEPAGE="http://50hz.ws/hrktorrent/"
139 SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2"
140
141 LICENSE="BSD"
142 SLOT="0"
143 KEYWORDS="~amd64 ~x86"
144 IUSE=""
145
146 RDEPEND="~net-libs/rb_libtorrent-0.13"
147 DEPEND="${RDEPEND}
148 dev-cpp/asio
149 dev-util/pkgconfig"
150
151 src_compile() {
152 tc-export CXX
153 emake || die "emake failed."
154 }
155
156 src_install() {
157 dobin ${PN} || die "dobin failed."
158 doman ${PN}.1
159 dodoc CHANGELOG README ${PN}.rc.example
160 }
161
162 pkg_postinst() {
163 elog "Extract ${PN}.rc.example from /usr/share/doc/${PF} to"
164 elog "home ~/.${PN}/${PN}.rc for example config."
165 }