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