Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/xpath: ChangeLog xpath-0.1.4.ebuild
Date: Wed, 11 Jan 2012 06:51:53
Message-Id: 20120111065141.5656B2004B@flycatcher.gentoo.org
1 graaff 12/01/11 06:51:41
2
3 Modified: ChangeLog xpath-0.1.4.ebuild
4 Log:
5 Add ruby19.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/xpath/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 10 Jun 2011 15:22:22 -0000 1.3
23 +++ ChangeLog 11 Jan 2012 06:51:41 -0000 1.4
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/xpath
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.3 2011/06/10 15:22:22 graaff Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.4 2012/01/11 06:51:41 graaff Exp $
30 +
31 + 11 Jan 2012; Hans de Graaff <graaff@g.o> xpath-0.1.4.ebuild:
32 + Add ruby19.
33
34 10 Jun 2011; Hans de Graaff <graaff@g.o> xpath-0.1.4.ebuild:
35 Add back jruby support.
36
37
38
39 1.4 dev-ruby/xpath/xpath-0.1.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?r1=1.3&r2=1.4
44
45 Index: xpath-0.1.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xpath-0.1.4.ebuild 10 Jun 2011 15:22:22 -0000 1.3
52 +++ xpath-0.1.4.ebuild 11 Jan 2012 06:51:41 -0000 1.4
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.3 2011/06/10 15:22:22 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.4 2012/01/11 06:51:41 graaff Exp $
59
60 EAPI="4"
61 -USE_RUBY="ruby18 ree18 jruby"
62 +USE_RUBY="ruby18 ruby19 ree18 jruby"
63
64 RUBY_FAKEGEM_EXTRADOC="README.rdoc"