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/bluecloth: bluecloth-2.2.0-r1.ebuild bluecloth-2.2.0.ebuild ChangeLog
Date: Wed, 01 Jan 2014 14:05:33
Message-Id: 20140101140529.BFF482004C@flycatcher.gentoo.org
1 patrick 14/01/01 14:05:29
2
3 Modified: bluecloth-2.2.0-r1.ebuild bluecloth-2.2.0.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.2 dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: bluecloth-2.2.0-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bluecloth-2.2.0-r1.ebuild 6 Oct 2013 17:04:11 -0000 1.1
24 +++ bluecloth-2.2.0-r1.ebuild 1 Jan 2014 14:05:29 -0000 1.2
25 @@ -1,9 +1,9 @@
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/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.1 2013/10/06 17:04:11 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r1.ebuild,v 1.2 2014/01/01 14:05:29 patrick Exp $
31
32 EAPI=5
33 -USE_RUBY="ruby18 ruby19 ruby20"
34 +USE_RUBY="ruby19 ruby20"
35
36 RUBY_FAKEGEM_TASK_DOC="docs"
37 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
38
39
40
41 1.16 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild?rev=1.16&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild?rev=1.16&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild?r1=1.15&r2=1.16
46
47 Index: bluecloth-2.2.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
50 retrieving revision 1.15
51 retrieving revision 1.16
52 diff -u -r1.15 -r1.16
53 --- bluecloth-2.2.0.ebuild 26 Dec 2013 15:56:59 -0000 1.15
54 +++ bluecloth-2.2.0.ebuild 1 Jan 2014 14:05:29 -0000 1.16
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.15 2013/12/26 15:56:59 maekke Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.16 2014/01/01 14:05:29 patrick Exp $
61
62 EAPI=4
63 -USE_RUBY="ruby18 ruby19 ree18"
64 +USE_RUBY="ruby19 ree18"
65
66 RUBY_FAKEGEM_RECIPE_TEST="rspec"
67 RUBY_FAKEGEM_TASK_DOC="docs"
68
69
70
71 1.73 dev-ruby/bluecloth/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.73&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.73&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.72&r2=1.73
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
80 retrieving revision 1.72
81 retrieving revision 1.73
82 diff -u -r1.72 -r1.73
83 --- ChangeLog 26 Dec 2013 15:56:59 -0000 1.72
84 +++ ChangeLog 1 Jan 2014 14:05:29 -0000 1.73
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-ruby/bluecloth
87 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.72 2013/12/26 15:56:59 maekke Exp $
89 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.73 2014/01/01 14:05:29 patrick Exp $
91 +
92 + 01 Jan 2014; Patrick Lauer <patrick@g.o> bluecloth-2.2.0-r1.ebuild,
93 + bluecloth-2.2.0.ebuild:
94 + Remove ruby18 target as dependencies lost support already
95
96 26 Dec 2013; Markus Meier <maekke@g.o> bluecloth-2.2.0.ebuild:
97 arm stable, bug #493780