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: ChangeLog coderay-0.9.6.ebuild
Date: Fri, 26 Nov 2010 12:09:18
Message-Id: 20101126120912.339B420051@flycatcher.gentoo.org
1 graaff 10/11/26 12:09:12
2
3 Modified: ChangeLog
4 Added: coderay-0.9.6.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 dev-ruby/coderay/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 1 Nov 2010 19:14:50 -0000 1.24
23 +++ ChangeLog 26 Nov 2010 12:09:11 -0000 1.25
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.24 2010/11/01 19:14:50 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.25 2010/11/26 12:09:11 graaff Exp $
29 +
30 +*coderay-0.9.6 (26 Nov 2010)
31 +
32 + 26 Nov 2010; Hans de Graaff <graaff@g.o> +coderay-0.9.6.ebuild:
33 + Version bump.
34
35 01 Nov 2010; Hans de Graaff <graaff@g.o> -coderay-0.9.3.ebuild,
36 -coderay-0.9.4.ebuild:
37
38
39
40 1.1 dev-ruby/coderay/coderay-0.9.6.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: coderay-0.9.6.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.6.ebuild,v 1.1 2010/11/26 12:09:12 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 ~hppa ~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"