Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/coderay: coderay-0.9.5.ebuild ChangeLog
Date: Sat, 02 Oct 2010 07:20:58
Message-Id: 20101002072050.A995F20051@flycatcher.gentoo.org
1 graaff 10/10/02 07:20:50
2
3 Modified: ChangeLog
4 Added: coderay-0.9.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 dev-ruby/coderay/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 18 Sep 2010 14:53:29 -0000 1.21
23 +++ ChangeLog 2 Oct 2010 07:20:50 -0000 1.22
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/coderay
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.21 2010/09/18 14:53:29 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.22 2010/10/02 07:20:50 graaff Exp $
29 +
30 +*coderay-0.9.5 (02 Oct 2010)
31 +
32 + 02 Oct 2010; Hans de Graaff <graaff@g.o> +coderay-0.9.5.ebuild:
33 + Version bump.
34
35 *coderay-0.9.4 (18 Sep 2010)
36
37
38
39
40 1.1 dev-ruby/coderay/coderay-0.9.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: coderay-0.9.5.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.5.ebuild,v 1.1 2010/10/02 07:20:50 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18 ree18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC="doc"
56 RUBY_FAKEGEM_DOCDIR="doc"
57
58 RUBY_FAKEGEM_EXTRADOC="lib/README"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A Ruby library for syntax highlighting."
63 HOMEPAGE="http://coderay.rubychan.de/"
64
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE=""
69
70 # Redcloth is optional but automagically tested, so we add this
71 # dependency to ensure that we get at least a version that works: bug
72 # 330621. We use this convoluted way because redcloth isn't available
73 # yet for jruby.
74 USE_RUBY=ruby18 ruby_add_bdepend "ruby_targets_ruby18 test" ">=dev-ruby/redcloth-4.2.2"
75 USE_RUBY=ruby19 ruby_add_bdepend "ruby_targets_ruby19 test" ">=dev-ruby/redcloth-4.2.2"
76 USE_RUBY=ree18 ruby_add_bdepend "ruby_targets_ree18 test" ">=dev-ruby/redcloth-4.2.2"