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/ruby-inline: ChangeLog ruby-inline-3.8.1.ebuild
Date: Fri, 26 Dec 2008 15:48:29
Message-Id: E1LGEvD-0006Sj-8F@stork.gentoo.org
1 graaff 08/12/26 15:48:19
2
3 Modified: ChangeLog
4 Added: ruby-inline-3.8.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.3/cvs/Linux 2.6.26-gentoo-r2 x86_64)
8
9 Revision Changes Path
10 1.10 dev-ruby/ruby-inline/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 6 Oct 2008 16:21:44 -0000 1.9
23 +++ ChangeLog 26 Dec 2008 15:48:19 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/ruby-inline
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.9 2008/10/06 16:21:44 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.10 2008/12/26 15:48:19 graaff Exp $
29 +
30 +*ruby-inline-3.8.1 (26 Dec 2008)
31 +
32 + 26 Dec 2008; Hans de Graaff <graaff@g.o> +ruby-inline-3.8.1.ebuild:
33 + Version bump
34
35 *ruby-inline-3.7.0 (06 Oct 2008)
36
37
38
39
40 1.1 dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ruby-inline-3.8.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild,v 1.1 2008/12/26 15:48:19 graaff Exp $
50
51 inherit gems
52
53 MY_P="RubyInline-${PV}"
54 DESCRIPTION="Allows to embed C/C++ in Ruby code"
55 HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
56 SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
57
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 DEPEND=">=dev-ruby/hoe-1.8.0
64 dev-ruby/zentest"
65
66 USE_RUBY="ruby18 ruby19"