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.1.ebuild
Date: Fri, 01 Jan 2010 10:10:32
Message-Id: E1NQeSj-0000yk-5X@stork.gentoo.org
1 graaff 10/01/01 10:10:29
2
3 Modified: ChangeLog
4 Added: coderay-0.9.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-ruby/coderay/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 15 Dec 2009 15:43:03 -0000 1.10
23 +++ ChangeLog 1 Jan 2010 10:10:28 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/coderay
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.10 2009/12/15 15:43:03 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.11 2010/01/01 10:10:28 graaff Exp $
30 +
31 +*coderay-0.9.1 (01 Jan 2010)
32 +
33 + 01 Jan 2010; Hans de Graaff <graaff@g.o> +coderay-0.9.1.ebuild:
34 + Version bump.
35
36 *coderay-0.8.357-r1 (15 Dec 2009)
37
38
39
40
41 1.1 dev-ruby/coderay/coderay-0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/coderay/coderay-0.9.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: coderay-0.9.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.1.ebuild,v 1.1 2010/01/01 10:10:28 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_TASK_TEST=""
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="A Ruby library for syntax highlighting."
62 HOMEPAGE="http://coderay.rubychan.de/"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 all_ruby_install() {
70 for bin in coderay coderay_stylesheet; do
71 ruby_fakegem_binwrapper $bin
72 done
73
74 dodoc lib/README || die
75 }