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.9.ebuild ChangeLog
Date: Thu, 28 Feb 2013 13:50:46
Message-Id: 20130228135041.C526D2171D@flycatcher.gentoo.org
1 graaff 13/02/28 13:50:41
2
3 Modified: ChangeLog
4 Added: coderay-1.0.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.64 dev-ruby/coderay/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 28 Feb 2013 13:47:41 -0000 1.63
24 +++ ChangeLog 28 Feb 2013 13:50:41 -0000 1.64
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/coderay
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.63 2013/02/28 13:47:41 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.64 2013/02/28 13:50:41 graaff Exp $
30 +
31 +*coderay-1.0.9 (28 Feb 2013)
32 +
33 + 28 Feb 2013; Hans de Graaff <graaff@g.o> +coderay-1.0.9.ebuild:
34 + Version bump.
35
36 28 Feb 2013; Hans de Graaff <graaff@g.o> -coderay-1.0.0.ebuild,
37 -coderay-1.0.7.ebuild:
38
39
40
41 1.1 dev-ruby/coderay/coderay-1.0.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: coderay-1.0.9.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.9.ebuild,v 1.1 2013/02/28 13:50:41 graaff Exp $
51
52 EAPI=4
53
54 USE_RUBY="ruby18 ree18 ruby19 jruby"
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="~alpha ~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 )"
83
84 all_ruby_prepare() {
85 sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die
86 }