Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent: rtorrent-0.7.9.ebuild rtorrent-0.8.2-r5.ebuild rtorrent-0.8.2-r3.ebuild ChangeLog rtorrent-0.8.3.ebuild rtorrent-0.8.4-r1.ebuild
Date: Sun, 01 Mar 2009 19:52:21
Message-Id: E1Ldrhz-0000hW-7x@stork.gentoo.org
1 loki_val 09/03/01 19:52:19
2
3 Modified: rtorrent-0.7.9.ebuild rtorrent-0.8.2-r5.ebuild
4 rtorrent-0.8.2-r3.ebuild ChangeLog
5 rtorrent-0.8.3.ebuild rtorrent-0.8.4-r1.ebuild
6 Log:
7 Fix description of rtorrent.rc location to take into account compression of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@×××××.com>.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 net-p2p/rtorrent/rtorrent-0.7.9.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?r1=1.9&r2=1.10
16
17 Index: rtorrent-0.7.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- rtorrent-0.7.9.ebuild 4 Oct 2008 23:44:24 -0000 1.9
24 +++ rtorrent-0.7.9.ebuild 1 Mar 2009 19:52:19 -0000 1.10
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.9 2008/10/04 23:44:24 loki_val Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.10 2009/03/01 19:52:19 loki_val Exp $
31
32 inherit eutils toolchain-funcs flag-o-matic
33
34 @@ -41,7 +41,7 @@
35 pkg_postinst() {
36 elog "rtorrent now supports a configuration file."
37 elog "A sample configuration file for rtorrent is can be found"
38 - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
39 + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
40 }
41
42 src_install() {
43
44
45
46 1.10 net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild?rev=1.10&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild?rev=1.10&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild?r1=1.9&r2=1.10
51
52 Index: rtorrent-0.8.2-r5.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v
55 retrieving revision 1.9
56 retrieving revision 1.10
57 diff -u -r1.9 -r1.10
58 --- rtorrent-0.8.2-r5.ebuild 28 Oct 2008 02:10:39 -0000 1.9
59 +++ rtorrent-0.8.2-r5.ebuild 1 Mar 2009 19:52:19 -0000 1.10
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2008 Gentoo Foundation
62 +# Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v 1.9 2008/10/28 02:10:39 mr_bones_ Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v 1.10 2009/03/01 19:52:19 loki_val Exp $
66
67 inherit eutils autotools toolchain-funcs flag-o-matic
68
69 @@ -61,7 +61,7 @@
70 pkg_postinst() {
71 elog "rtorrent now supports a configuration file."
72 elog "A sample configuration file for rtorrent can be found"
73 - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
74 + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
75 elog ""
76 ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
77 ewarn "session directory or run the fixSession080-c.py script from this address:"
78
79
80
81 1.11 net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.11&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.11&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?r1=1.10&r2=1.11
86
87 Index: rtorrent-0.8.2-r3.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v
90 retrieving revision 1.10
91 retrieving revision 1.11
92 diff -u -r1.10 -r1.11
93 --- rtorrent-0.8.2-r3.ebuild 4 Oct 2008 23:44:24 -0000 1.10
94 +++ rtorrent-0.8.2-r3.ebuild 1 Mar 2009 19:52:19 -0000 1.11
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2008 Gentoo Foundation
97 +# Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.10 2008/10/04 23:44:24 loki_val Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.11 2009/03/01 19:52:19 loki_val Exp $
101
102 inherit eutils toolchain-funcs flag-o-matic
103
104 @@ -57,7 +57,7 @@
105 pkg_postinst() {
106 elog "rtorrent now supports a configuration file."
107 elog "A sample configuration file for rtorrent can be found"
108 - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
109 + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
110 elog ""
111 ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
112 ewarn "session directory or run the fixSession080-c.py script from this address:"
113
114
115
116 1.132 net-p2p/rtorrent/ChangeLog
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.132&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.132&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?r1=1.131&r2=1.132
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
125 retrieving revision 1.131
126 retrieving revision 1.132
127 diff -u -r1.131 -r1.132
128 --- ChangeLog 15 Feb 2009 15:08:02 -0000 1.131
129 +++ ChangeLog 1 Mar 2009 19:52:19 -0000 1.132
130 @@ -1,6 +1,12 @@
131 # ChangeLog for net-p2p/rtorrent
132 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.131 2009/02/15 15:08:02 ranger Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.132 2009/03/01 19:52:19 loki_val Exp $
135 +
136 + 01 Mar 2009; Peter Alfredsen <loki_val@g.o> rtorrent-0.7.9.ebuild,
137 + rtorrent-0.8.2-r3.ebuild, rtorrent-0.8.2-r5.ebuild, rtorrent-0.8.3.ebuild,
138 + rtorrent-0.8.4-r1.ebuild:
139 + Fix description of rtorrent.rc location to take into account compression
140 + of doc files. Bug 260772. Thanks to Victor Ostorga <vostorga@×××××.com>.
141
142 15 Feb 2009; Brent Baude <ranger@g.o> rtorrent-0.8.4-r1.ebuild:
143 Marking rtorrent-0.8.4-r1 ppc for bug 255756
144
145
146
147 1.4 net-p2p/rtorrent/rtorrent-0.8.3.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?rev=1.4&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?rev=1.4&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?r1=1.3&r2=1.4
152
153 Index: rtorrent-0.8.3.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v
156 retrieving revision 1.3
157 retrieving revision 1.4
158 diff -u -r1.3 -r1.4
159 --- rtorrent-0.8.3.ebuild 28 Oct 2008 02:10:39 -0000 1.3
160 +++ rtorrent-0.8.3.ebuild 1 Mar 2009 19:52:19 -0000 1.4
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2008 Gentoo Foundation
163 +# Copyright 1999-2009 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.3 2008/10/28 02:10:39 mr_bones_ Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.4 2009/03/01 19:52:19 loki_val Exp $
167
168 inherit base eutils toolchain-funcs flag-o-matic
169
170 @@ -48,7 +48,7 @@
171 pkg_postinst() {
172 elog "rtorrent now supports a configuration file."
173 elog "A sample configuration file for rtorrent can be found"
174 - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
175 + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
176 elog ""
177 ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
178 ewarn "session directory or run the fixSession080-c.py script from this address:"
179
180
181
182 1.5 net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild
183
184 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild?rev=1.5&view=markup
185 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild?rev=1.5&content-type=text/plain
186 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild?r1=1.4&r2=1.5
187
188 Index: rtorrent-0.8.4-r1.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v
191 retrieving revision 1.4
192 retrieving revision 1.5
193 diff -u -r1.4 -r1.5
194 --- rtorrent-0.8.4-r1.ebuild 15 Feb 2009 15:08:02 -0000 1.4
195 +++ rtorrent-0.8.4-r1.ebuild 1 Mar 2009 19:52:19 -0000 1.5
196 @@ -1,6 +1,6 @@
197 # Copyright 1999-2009 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.4 2009/02/15 15:08:02 ranger Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.5 2009/03/01 19:52:19 loki_val Exp $
201
202 inherit base eutils toolchain-funcs flag-o-matic
203
204 @@ -55,7 +55,7 @@
205 pkg_postinst() {
206 elog "rtorrent now supports a configuration file."
207 elog "A sample configuration file for rtorrent can be found"
208 - elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
209 + elog "in rtorrent.rc in ${ROOT}usr/share/doc/${PF}/"
210 elog ""
211 ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
212 ewarn "session directory or run the fixSession080-c.py script from this address:"