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-1.0.6.ebuild ChangeLog
Date: Sat, 07 Apr 2012 08:50:55
Message-Id: 20120407085024.6D27F2004B@flycatcher.gentoo.org
1 graaff 12/04/07 08:50:24
2
3 Modified: ChangeLog
4 Added: coderay-1.0.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 dev-ruby/coderay/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 8 Mar 2012 15:19:24 -0000 1.50
24 +++ ChangeLog 7 Apr 2012 08:50:24 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/coderay
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.50 2012/03/08 15:19:24 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.51 2012/04/07 08:50:24 graaff Exp $
30 +
31 +*coderay-1.0.6 (07 Apr 2012)
32 +
33 + 07 Apr 2012; Hans de Graaff <graaff@g.o> +coderay-1.0.6.ebuild:
34 + Version bump.
35
36 08 Mar 2012; Brent Baude <ranger@g.o> coderay-0.9.8.ebuild:
37 Marking coderay-0.9.8 ppc64 for bug 393665
38
39
40
41 1.1 dev-ruby/coderay/coderay-1.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: coderay-1.0.6.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.1 2012/04/07 08:50:24 graaff Exp $
51
52 EAPI=4
53
54 USE_RUBY="ruby18 ree18 ruby19"
55
56 # The test target also contains test:exe but that requires
57 # shoulda-context which we do not have packaged yet.
58 RUBY_FAKEGEM_TASK_TEST="test:functional test:units"
59
60 RUBY_FAKEGEM_TASK_DOC="doc"
61 RUBY_FAKEGEM_DOCDIR="doc"
62
63 RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS README_INDEX.rdoc README.textile"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="A Ruby library for syntax highlighting."
68 HOMEPAGE="http://coderay.rubychan.de/"
69 SRC_URI="https://github.com/rubychan/coderay/tarball/v${PV} -> ${P}.tgz"
70
71 RUBY_S="rubychan-coderay-*"
72
73 LICENSE="LGPL-2.1"
74 SLOT="0"
75 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
76 IUSE=""
77
78 # Redcloth is optional but automagically tested, so we add this
79 # dependency to ensure that we get at least a version that works: bug
80 # 330621. We use this convoluted way because redcloth isn't available
81 # yet for jruby.
82 USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"