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/RubyInline: RubyInline-3.12.1.ebuild ChangeLog
Date: Sat, 23 Feb 2013 07:14:23
Message-Id: 20130223071420.72BE82171D@flycatcher.gentoo.org
1 graaff 13/02/23 07:14:20
2
3 Modified: ChangeLog
4 Added: RubyInline-3.12.1.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.6 dev-ruby/RubyInline/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 15 Jan 2013 06:01:46 -0000 1.5
24 +++ ChangeLog 23 Feb 2013 07:14:20 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/RubyInline
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.5 2013/01/15 06:01:46 zerochaos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.6 2013/02/23 07:14:20 graaff Exp $
30 +
31 +*RubyInline-3.12.1 (23 Feb 2013)
32 +
33 + 23 Feb 2013; Hans de Graaff <graaff@g.o> +RubyInline-3.12.1.ebuild:
34 + Version bump.
35
36 15 Jan 2013; Rick Farina <zerochaos@g.o> RubyInline-3.11.3.ebuild,
37 RubyInline-3.11.4.ebuild, RubyInline-3.8.6.ebuild:
38
39
40
41 1.1 dev-ruby/RubyInline/RubyInline-3.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: RubyInline-3.12.1.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/RubyInline/RubyInline-3.12.1.ebuild,v 1.1 2013/02/23 07:14:20 graaff Exp $
51
52 EAPI=5
53
54 USE_RUBY="ruby18 ree18 ruby19"
55
56 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Allows to embed C/C++ in Ruby code"
63 HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
68 IUSE="doc test"
69
70 ruby_add_rdepend dev-ruby/zentest
71
72 ruby_add_bdepend "
73 test? (
74 dev-ruby/hoe
75 dev-ruby/hoe-seattlerb
76 virtual/ruby-minitest
77 )"
78
79 RUBY_PATCHES=(
80 ruby-inline-3.11.0-gentoo.patch
81 ruby-inline-3.11.1-ldflags.patch
82 )
83
84 all_ruby_prepare() {
85 sed -i -e '/isolate/ s:^:#:' Rakefile || die
86 }
87
88 all_ruby_install() {
89 all_fakegem_install
90
91 docinto examples
92 dodoc example.rb example2.rb demo/*.rb
93 }