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/syntax: syntax-1.0.0-r5.ebuild ChangeLog
Date: Fri, 27 Dec 2013 02:30:25
Message-Id: 20131227023022.4E6272004E@flycatcher.gentoo.org
1 mrueg 13/12/27 02:30:22
2
3 Modified: ChangeLog
4 Added: syntax-1.0.0-r5.ebuild
5 Log:
6 Add ruby21 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.48 dev-ruby/syntax/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 26 Dec 2013 14:46:09 -0000 1.47
24 +++ ChangeLog 27 Dec 2013 02:30:22 -0000 1.48
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/syntax
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.47 2013/12/26 14:46:09 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.48 2013/12/27 02:30:22 mrueg Exp $
30 +
31 +*syntax-1.0.0-r5 (27 Dec 2013)
32 +
33 + 27 Dec 2013; Manuel RĂ¼ger <mrueg@g.o> +syntax-1.0.0-r5.ebuild:
34 + Add ruby21 target.
35
36 26 Dec 2013; Markus Meier <maekke@g.o> syntax-1.0.0-r3.ebuild:
37 arm stable, bug #493780
38
39
40
41 1.1 dev-ruby/syntax/syntax-1.0.0-r5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: syntax-1.0.0-r5.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r5.ebuild,v 1.1 2013/12/27 02:30:22 mrueg Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57 RUBY_FAKEGEM_TASK_DOC=""
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Syntax highlighting for sourcecode and HTML"
62 HOMEPAGE="http://syntax.rubyforge.org"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE="test"
68
69 all_ruby_prepare() {
70 # The yaml test case hangs. Remove it so we can at least run all
71 # other tests instead of skipping the whole test suite.
72 rm test/syntax/tc_yaml.rb || die
73 }
74
75 each_ruby_test() {
76 ${RUBY} -Ilib:test test/ALL-TESTS.rb || die "tests failed"
77 }