Gentoo Archives: gentoo-dev

From: Alex Legler <a3li@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] RFC: Add RUBY_TARGETS to USE_EXPAND
Date: Tue, 06 Oct 2009 13:29:17
Message-Id: 20091006152819.4989c92c@mail.netloc.info
1 Hey,
2
3 I would like to propose the addition of a new USE_EXPAND variable.
4
5 The Ruby team is currently working on a new version of ruby.eclass with
6 proper support for packages installed for multiple versions of ruby.
7
8 RUBY_TARGETS contains a list of ruby implementations and versions to
9 install a package for, like this:
10
11 [ebuild U ] dev-ruby/actionpack-2.3.2-r1 [2.3.2] USE="-doc -test%"
12 RUBY_TARGETS="ruby18* ruby19* -jruby%" 746 kB [0=>1]
13
14 In that example, actionpack would install for Ruby 1.8 and 1.9. USE
15 dependencies are then used to ensure all dependencies are built
16 at least for 1.8 and 1.9 as well.
17
18 Any comments or questions?
19
20 Thanks, Alex

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: RFC: Add RUBY_TARGETS to USE_EXPAND Christian Faulhammer <fauli@g.o>
Re: [gentoo-dev] RFC: Add RUBY_TARGETS to USE_EXPAND Alex Legler <a3li@g.o>