Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9.ebuild redcloth-4.2.9-r1.ebuild ChangeLog
Date: Wed, 01 Jan 2014 14:20:57
Message-Id: 20140101142051.742C12004C@flycatcher.gentoo.org
1 patrick 14/01/01 14:20:51
2
3 Modified: redcloth-4.2.9.ebuild redcloth-4.2.9-r1.ebuild
4 ChangeLog
5 Log:
6 Remove ruby18 target as dependencies lost support already
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.13 dev-ruby/redcloth/redcloth-4.2.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild?r1=1.12&r2=1.13
16
17 Index: redcloth-4.2.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- redcloth-4.2.9.ebuild 26 Dec 2013 16:08:28 -0000 1.12
24 +++ redcloth-4.2.9.ebuild 1 Jan 2014 14:20:51 -0000 1.13
25 @@ -1,12 +1,12 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild,v 1.12 2013/12/26 16:08:28 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9.ebuild,v 1.13 2014/01/01 14:20:51 patrick Exp $
31
32 EAPI=4
33
34 # jruby → tests still fail with UTF-8 characters
35 # http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content
36 -USE_RUBY="ruby18 ree18 ruby19"
37 +USE_RUBY="ree18 ruby19"
38
39 RUBY_FAKEGEM_NAME="RedCloth"
40
41
42
43
44 1.2 dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild?r1=1.1&r2=1.2
49
50 Index: redcloth-4.2.9-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- redcloth-4.2.9-r1.ebuild 6 Oct 2013 11:21:19 -0000 1.1
57 +++ redcloth-4.2.9-r1.ebuild 1 Jan 2014 14:20:51 -0000 1.2
58 @@ -1,12 +1,12 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.1 2013/10/06 11:21:19 mrueg Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.2 2014/01/01 14:20:51 patrick Exp $
64
65 EAPI=5
66
67 # jruby → tests still fail with UTF-8 characters
68 # http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content
69 -USE_RUBY="ruby18 ruby19 ruby20"
70 +USE_RUBY="ruby19 ruby20"
71
72 RUBY_FAKEGEM_NAME="RedCloth"
73
74
75
76
77 1.82 dev-ruby/redcloth/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.82&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.82&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.81&r2=1.82
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
86 retrieving revision 1.81
87 retrieving revision 1.82
88 diff -u -r1.81 -r1.82
89 --- ChangeLog 26 Dec 2013 16:08:28 -0000 1.81
90 +++ ChangeLog 1 Jan 2014 14:20:51 -0000 1.82
91 @@ -1,6 +1,10 @@
92 # ChangeLog for dev-ruby/redcloth
93 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.81 2013/12/26 16:08:28 maekke Exp $
95 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.82 2014/01/01 14:20:51 patrick Exp $
97 +
98 + 01 Jan 2014; Patrick Lauer <patrick@g.o> redcloth-4.2.9-r1.ebuild,
99 + redcloth-4.2.9.ebuild:
100 + Remove ruby18 target as dependencies lost support already
101
102 26 Dec 2013; Markus Meier <maekke@g.o> redcloth-4.2.9.ebuild:
103 arm stable, bug #493780