Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild ChangeLog
Date: Thu, 30 Oct 2014 13:55:58
Message-Id: 20141030135555.09E6D9129@oystercatcher.gentoo.org
1 mrueg 14/10/30 13:55:55
2
3 Modified: ipaddress-0.8.0.ebuild ChangeLog
4 Log:
5 Drop jruby target.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.5 dev-ruby/ipaddress/ipaddress-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?r1=1.4&r2=1.5
15
16 Index: ipaddress-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ipaddress-0.8.0.ebuild 6 May 2014 06:03:05 -0000 1.4
23 +++ ipaddress-0.8.0.ebuild 30 Oct 2014 13:55:54 -0000 1.5
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.4 2014/05/06 06:03:05 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.5 2014/10/30 13:55:54 mrueg Exp $
29
30 EAPI=4
31
32 # ruby20, ruby21 → fails tests
33 -USE_RUBY="ruby19 jruby"
34 +USE_RUBY="ruby19"
35
36 inherit ruby-fakegem
37
38
39
40
41 1.6 dev-ruby/ipaddress/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?r1=1.5&r2=1.6
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- ChangeLog 6 May 2014 06:03:05 -0000 1.5
54 +++ ChangeLog 30 Oct 2014 13:55:54 -0000 1.6
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-ruby/ipaddress
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.5 2014/05/06 06:03:05 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.6 2014/10/30 13:55:54 mrueg Exp $
60 +
61 + 30 Oct 2014; Manuel Rüger <mrueg@g.o> ipaddress-0.8.0.ebuild:
62 + Drop jruby target.
63
64 06 May 2014; Hans de Graaff <graaff@g.o> ipaddress-0.8.0.ebuild:
65 Fix deprecated rake rdoc invocation.