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.8.ebuild
Date: Sun, 01 May 2011 07:30:56
Message-Id: 20110501073045.1EDBC20054@flycatcher.gentoo.org
1 graaff 11/05/01 07:30:45
2
3 Modified: ChangeLog
4 Added: coderay-0.9.8.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.36 dev-ruby/coderay/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 1 May 2011 07:27:38 -0000 1.35
24 +++ ChangeLog 1 May 2011 07:30:44 -0000 1.36
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.35 2011/05/01 07:27:38 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.36 2011/05/01 07:30:44 graaff Exp $
30 +
31 +*coderay-0.9.8 (01 May 2011)
32 +
33 + 01 May 2011; Hans de Graaff <graaff@g.o> +coderay-0.9.8.ebuild:
34 + Version bump.
35
36 01 May 2011; Hans de Graaff <graaff@g.o> -coderay-0.8.260.ebuild:
37 Remove old version.
38
39
40
41 1.1 dev-ruby/coderay/coderay-0.9.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: coderay-0.9.8.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.8.ebuild,v 1.1 2011/05/01 07:30:45 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"