Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/httpclient: httpclient-2.1.2.ebuild ChangeLog
Date: Wed, 15 Oct 2008 11:30:25
Message-Id: E1Kq4a3-0003p1-0B@stork.gentoo.org
1 flameeyes 08/10/15 11:30:18
2
3 Modified: httpclient-2.1.2.ebuild ChangeLog
4 Log:
5 Workaround mv error from ruby.eclass.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.6 dev-ruby/httpclient/httpclient-2.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild?r1=1.5&r2=1.6
14
15 Index: httpclient-2.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- httpclient-2.1.2.ebuild 31 Dec 2007 12:13:33 -0000 1.5
22 +++ httpclient-2.1.2.ebuild 15 Oct 2008 11:30:18 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.5 2007/12/31 12:13:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.1.2.ebuild,v 1.6 2008/10/15 11:30:18 flameeyes Exp $
29
30 inherit ruby
31
32 @@ -11,7 +11,7 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
35 IUSE=""
36 -USE_RUBY="any"
37 +USE_RUBY="1.8"
38
39 S="${WORKDIR}/${P}"
40
41
42
43
44 1.6 dev-ruby/httpclient/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httpclient/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 31 Dec 2007 12:13:33 -0000 1.5
57 +++ ChangeLog 15 Oct 2008 11:30:18 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/httpclient
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.5 2007/12/31 12:13:33 armin76 Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/ChangeLog,v 1.6 2008/10/15 11:30:18 flameeyes Exp $
64 +
65 + 15 Oct 2008; Diego Pettenò <flameeyes@g.o>
66 + httpclient-2.1.2.ebuild:
67 + Workaround mv error from ruby.eclass.
68
69 31 Dec 2007; Raúl Porcel <armin76@g.o> httpclient-2.1.2.ebuild:
70 ia64 stable wrt #203456