Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inline: ChangeLog ruby-inline-3.8.4.ebuild
Date: Fri, 25 Dec 2009 18:49:51
Message-Id: E1NOFET-0007as-Sg@stork.gentoo.org
1 flameeyes 09/12/25 18:49:49
2
3 Modified: ChangeLog
4 Added: ruby-inline-3.8.4.ebuild
5 Log:
6 Version bump and port to ruby-fakegem.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-ruby/ruby-inline/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 15 Dec 2009 19:20:20 -0000 1.14
23 +++ ChangeLog 25 Dec 2009 18:49:49 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-inline
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.14 2009/12/15 19:20:20 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.15 2009/12/25 18:49:49 flameeyes Exp $
29 +
30 +*ruby-inline-3.8.4 (25 Dec 2009)
31 +
32 + 25 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
33 + +ruby-inline-3.8.4.ebuild:
34 + Version bump and port to ruby-fakegem.
35
36 15 Dec 2009; Hans de Graaff <graaff@g.o> -ruby-inline-3.8.1.ebuild,
37 -ruby-inline-3.8.2.ebuild:
38
39
40
41 1.1 dev-ruby/ruby-inline/ruby-inline-3.8.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-inline-3.8.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.4.ebuild,v 1.1 2009/12/25 18:49:49 flameeyes Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19"
55
56 RUBY_FAKEGEM_NAME="RubyInline"
57
58 RUBY_FAKEGEM_TASK_DOC="docs"
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Allows to embed C/C++ in Ruby code"
65 HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 ruby_add_rdepend dev-ruby/zentest
73
74 ruby_add_bdepend doc 'dev-ruby/hoe dev-ruby/hoe-seattlerb'
75 ruby_add_bdepend test 'dev-ruby/hoe dev-ruby/hoe-seattlerb'
76
77 all_ruby_install() {
78 all_fakegem_install
79
80 docinto examples
81 dodoc example.rb example2.rb demo/*.rb || die
82 }