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: ChangeLog rtorrent-0.8.3.ebuild rtorrent-0.7.9.ebuild rtorrent-0.8.2-r3.ebuild
Date: Sat, 04 Oct 2008 23:44:28
Message-Id: E1KmGnR-0004I9-D7@stork.gentoo.org
1 loki_val 08/10/04 23:44:25
2
3 Modified: ChangeLog rtorrent-0.8.3.ebuild
4 rtorrent-0.7.9.ebuild rtorrent-0.8.2-r3.ebuild
5 Log:
6 Propagate fix to other versions. Hrmm...
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
8
9 Revision Changes Path
10 1.126 net-p2p/rtorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.126&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.126&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?r1=1.125&r2=1.126
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
19 retrieving revision 1.125
20 retrieving revision 1.126
21 diff -u -r1.125 -r1.126
22 --- ChangeLog 4 Oct 2008 22:40:48 -0000 1.125
23 +++ ChangeLog 4 Oct 2008 23:44:24 -0000 1.126
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-p2p/rtorrent
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.125 2008/10/04 22:40:48 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.126 2008/10/04 23:44:24 loki_val Exp $
29 +
30 + 04 Oct 2008; Peter Alfredsen <loki_val@g.o> rtorrent-0.7.9.ebuild,
31 + rtorrent-0.8.2-r3.ebuild, rtorrent-0.8.3.ebuild:
32 + Propagate fix to other versions. Hrmm...
33
34 04 Oct 2008; Peter Alfredsen <loki_val@g.o>
35 rtorrent-0.8.2-r5.ebuild:
36
37
38
39 1.2 net-p2p/rtorrent/rtorrent-0.8.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild?r1=1.1&r2=1.2
44
45 Index: rtorrent-0.8.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- rtorrent-0.8.3.ebuild 16 Sep 2008 07:12:36 -0000 1.1
52 +++ rtorrent-0.8.3.ebuild 4 Oct 2008 23:44:24 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.1 2008/09/16 07:12:36 loki_val Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.2 2008/10/04 23:44:24 loki_val Exp $
58
59 inherit base eutils toolchain-funcs flag-o-matic
60
61 @@ -13,11 +13,14 @@
62 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="debug ipv6 xmlrpc"
64
65 -DEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
66 +RDEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
67 >=dev-libs/libsigc++-2
68 >=net-misc/curl-7.18
69 sys-libs/ncurses
70 xmlrpc? ( dev-libs/xmlrpc-c )"
71 +DEPEND="${RDEPEND}
72 + dev-util/pkgconfig"
73 +
74
75 PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" )
76
77
78
79
80 1.9 net-p2p/rtorrent/rtorrent-0.7.9.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?rev=1.9&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?rev=1.9&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild?r1=1.8&r2=1.9
85
86 Index: rtorrent-0.7.9.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v
89 retrieving revision 1.8
90 retrieving revision 1.9
91 diff -u -r1.8 -r1.9
92 --- rtorrent-0.7.9.ebuild 6 Feb 2008 20:57:05 -0000 1.8
93 +++ rtorrent-0.7.9.ebuild 4 Oct 2008 23:44:24 -0000 1.9
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2008 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.8 2008/02/06 20:57:05 nixnut Exp $
98 +# $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 $
99
100 inherit eutils toolchain-funcs flag-o-matic
101
102 @@ -18,7 +18,8 @@
103 >=net-misc/curl-7.15
104 sys-libs/ncurses
105 xmlrpc? ( dev-libs/xmlrpc-c )"
106 -DEPEND="${RDEPEND}"
107 +DEPEND="${RDEPEND}
108 + dev-util/pkgconfig"
109
110 src_compile() {
111 replace-flags -Os -O2
112
113
114
115 1.10 net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.10&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.10&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?r1=1.9&r2=1.10
120
121 Index: rtorrent-0.8.2-r3.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v
124 retrieving revision 1.9
125 retrieving revision 1.10
126 diff -u -r1.9 -r1.10
127 --- rtorrent-0.8.2-r3.ebuild 16 Sep 2008 07:12:36 -0000 1.9
128 +++ rtorrent-0.8.2-r3.ebuild 4 Oct 2008 23:44:24 -0000 1.10
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.9 2008/09/16 07:12:36 loki_val Exp $
133 +# $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 $
134
135 inherit eutils toolchain-funcs flag-o-matic
136
137 @@ -13,11 +13,13 @@
138 KEYWORDS="amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
139 IUSE="debug ipv6 xmlrpc"
140
141 -DEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
142 +RDEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
143 >=dev-libs/libsigc++-2
144 >=net-misc/curl-7.18
145 sys-libs/ncurses
146 xmlrpc? ( dev-libs/xmlrpc-c )"
147 +DEPEND="${RDEPEND}
148 + dev-util/pkgconfig"
149
150 src_unpack() {
151 unpack ${A}