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/asciidoctor: asciidoctor-0.1.4.ebuild ChangeLog
Date: Sat, 26 Jul 2014 19:38:38
Message-Id: 20140726193834.25CB12004E@flycatcher.gentoo.org
1 mrueg 14/07/26 19:38:34
2
3 Modified: asciidoctor-0.1.4.ebuild ChangeLog
4 Log:
5 Add ruby20 target.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: asciidoctor-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- asciidoctor-0.1.4.ebuild 13 Dec 2013 04:10:45 -0000 1.1
23 +++ asciidoctor-0.1.4.ebuild 26 Jul 2014 19:38:33 -0000 1.2
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2013 Gentoo Foundation
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/asciidoctor/asciidoctor-0.1.4.ebuild,v 1.1 2013/12/13 04:10:45 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-0.1.4.ebuild,v 1.2 2014/07/26 19:38:33 mrueg Exp $
30
31 EAPI=5
32 -USE_RUBY="ruby19"
33 +USE_RUBY="ruby19 ruby20"
34
35 RUBY_FAKEGEM_RECIPE_TEST="rake"
36 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
37
38
39
40 1.2 dev-ruby/asciidoctor/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?r1=1.1&r2=1.2
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ChangeLog 13 Dec 2013 04:10:45 -0000 1.1
53 +++ ChangeLog 26 Jul 2014 19:38:33 -0000 1.2
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-ruby/asciidoctor
56 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.1 2013/12/13 04:10:45 mrueg Exp $
58 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.2 2014/07/26 19:38:33 mrueg Exp $
60 +
61 + 26 Jul 2014; Manuel RĂ¼ger <mrueg@g.o> asciidoctor-0.1.4.ebuild:
62 + Add ruby20 target.
63
64 *asciidoctor-0.1.4 (13 Dec 2013)