Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/RubyInline/
Date: Sun, 06 Mar 2016 18:33:55
Message-Id: 1457289167.b76f8f7bed664b002b4631e1b4e6da45355d8c6c.mrueg@gentoo
1 commit: b76f8f7bed664b002b4631e1b4e6da45355d8c6c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:32:47 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:32:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76f8f7b
7
8 dev-ruby/RubyInline: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild | 47 -------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild
16 deleted file mode 100644
17 index fefe01b..0000000
18 --- a/dev-ruby/RubyInline/RubyInline-3.12.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -# ruby22 -> Code uses obsolete Config module.
28 -USE_RUBY="ruby19 ruby20 ruby21"
29 -
30 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 -RUBY_FAKEGEM_DOCDIR="doc"
32 -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Allows to embed C/C++ in Ruby code"
37 -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -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"
42 -IUSE="doc test"
43 -
44 -ruby_add_rdepend "dev-ruby/zentest"
45 -
46 -ruby_add_bdepend "
47 - test? (
48 - >=dev-ruby/hoe-3
49 - dev-ruby/hoe-seattlerb
50 - dev-ruby/minitest:5
51 - )"
52 -
53 -RUBY_PATCHES=(
54 - ruby-inline-3.12.2-gentoo.patch
55 - ruby-inline-3.11.1-ldflags.patch
56 -)
57 -
58 -all_ruby_prepare() {
59 - sed -i -e '/isolate/ s:^:#:' Rakefile || die
60 -}
61 -
62 -all_ruby_install() {
63 - all_fakegem_install
64 -
65 - docinto examples
66 - dodoc example.rb example2.rb demo/*.rb
67 -}