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/safe_yaml: safe_yaml-1.0.4.ebuild ChangeLog safe_yaml-1.0.2.ebuild safe_yaml-1.0.3.ebuild
Date: Thu, 30 Oct 2014 15:55:19
Message-Id: 20141030155515.C0B759135@oystercatcher.gentoo.org
1 mrueg 14/10/30 15:55:15
2
3 Modified: safe_yaml-1.0.4.ebuild ChangeLog
4 Removed: safe_yaml-1.0.2.ebuild safe_yaml-1.0.3.ebuild
5 Log:
6 Drop jruby target. Cleanup old.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.2 dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?r1=1.1&r2=1.2
16
17 Index: safe_yaml-1.0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- safe_yaml-1.0.4.ebuild 30 Sep 2014 04:56:02 -0000 1.1
24 +++ safe_yaml-1.0.4.ebuild 30 Oct 2014 15:55:15 -0000 1.2
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 1.1 2014/09/30 04:56:02 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 1.2 2014/10/30 15:55:15 mrueg Exp $
30
31 EAPI=5
32
33 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
34 +USE_RUBY="ruby19 ruby20 ruby21"
35
36 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
37 RUBY_FAKEGEM_EXTRADOC="README.md"
38
39
40
41 1.16 dev-ruby/safe_yaml/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.16&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.16&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.15&r2=1.16
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
50 retrieving revision 1.15
51 retrieving revision 1.16
52 diff -u -r1.15 -r1.16
53 --- ChangeLog 30 Sep 2014 04:56:02 -0000 1.15
54 +++ ChangeLog 30 Oct 2014 15:55:15 -0000 1.16
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-ruby/safe_yaml
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.15 2014/09/30 04:56:02 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.16 2014/10/30 15:55:15 mrueg Exp $
60 +
61 + 30 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> -safe_yaml-1.0.2.ebuild,
62 + -safe_yaml-1.0.3.ebuild, safe_yaml-1.0.4.ebuild:
63 + Drop jruby target. Cleanup old.
64
65 *safe_yaml-1.0.4 (30 Sep 2014)