| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly cp symlinks as-is. The default for this changed in coreutils 8.22.... | Hans de Graaff | 2014-01-16 | 1 | -3/+3 |
* | Add support for the ruby21 target. | Hans de Graaff | 2013-12-26 | 1 | -1/+6 |
* | Add support for ruby20. | Hans de Graaff | 2013-06-23 | 1 | -2/+7 |
* | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAP... | Ian Stakenvicius | 2012-09-27 | 1 | -4/+8 |
* | Add support for cucumber as a test recipe. This allows abstracting some of th... | Diego Elio Pettenò | 2012-08-13 | 1 | -1/+6 |
* | Add a cucumber wrapper similar to the rspec one we have already. | Diego Elio Pettenò | 2012-08-13 | 1 | -1/+32 |
* | Add a function to wrap around testrb-2 as well. | Diego Elio Pettenò | 2012-07-08 | 1 | -1/+35 |
* | Add support for running rspec while respecting some common variables (TEST_VE... | Diego Elio Pettenò | 2012-07-05 | 1 | -1/+32 |
* | inherit multilib for get_libdir | Zac Medico | 2012-06-02 | 1 | -2/+2 |
* | ruby-ng.eclass: Improve no-matching-ruby-target-error message wording wrt bug... | Alex Legler | 2012-02-23 | 1 | -3/+10 |
* | Reorder setting of REQUIRED_USE to stay near IUSE setting; also use ruby_get_... | Diego Elio Pettenò | 2011-12-18 | 1 | -8/+4 |
* | Use RbConfig instead of Config to get ruby configuration values, since Config... | Hans de Graaff | 2011-10-24 | 1 | -6/+6 |
* | Check if the jruby is also in IUSE before checking if it is enabled. | Tomas Chvatal | 2011-10-22 | 1 | -2/+2 |
* | Add support for Rubinius (rbx) target. | Hans de Graaff | 2011-10-21 | 1 | -1/+9 |
* | Set up java vm properly when using jruby. Fixes problems reported in bug 3849... | Hans de Graaff | 2011-10-05 | 1 | -2/+4 |
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | Mike Frysinger | 2011-08-22 | 1 | -7/+4 |
* | Provide ruby_implementations_depend() to facilitate ebuilds with RUBY_OPTIONA... | Hans de Graaff | 2011-07-22 | 1 | -10/+35 |
* | Provide a convenience method to get a list of all ruby targets enabled by the... | Hans de Graaff | 2011-07-22 | 1 | -1/+12 |
* | Leverage the REQUIRED_USE mechanism to determine at dependency resolution tim... | Hans de Graaff | 2011-07-22 | 1 | -1/+16 |
* | Add QA warning for deprecated * expansion in S. Use RUBY_S and EAPI=4 instead. | Hans de Graaff | 2011-07-19 | 1 | -1/+8 |
* | Add RUBY_QA_ALLOWED_LIBS, bug 347433. | Hans de Graaff | 2011-07-16 | 1 | -1/+15 |
* | Convert every instance of hasq to has. | Samuli Suominen | 2011-07-08 | 1 | -2/+2 |
* | Handle case where RUBY_S is not provided. | Hans de Graaff | 2011-04-25 | 1 | -2/+6 |
* | Support EAPI=4 in ruby-ng.eclass, fixing bug 358349. | Hans de Graaff | 2011-04-25 | 1 | -2/+21 |
* | Damn, this change was not intended | Christian Faulhammer | 2010-11-07 | 1 | -2/+2 |
* | export EBZR_TREE_CRC32 variable with revision information of the checked out ... | Christian Faulhammer | 2010-11-07 | 1 | -2/+2 |
* | Allow the star to be at any place of the sub_S directory. | Diego Elio Pettenò | 2010-09-10 | 1 | -2/+2 |
* | Factor out the ree18→rubyee18 conversion and use it when generating the bin... | Diego Elio Pettenò | 2010-08-30 | 1 | -12/+22 |
* | Update ruby eclass documentation. | Hans de Graaff | 2010-08-22 | 1 | -1/+3 |
* | Ignore basename errors, they happen with JRuby since it lacks a soname. | Diego Elio Pettenò | 2010-07-30 | 1 | -2/+2 |
* | Apply changes to the eclass for Prefix support. Thanks to Jeremy Olexa. | Diego Elio Pettenò | 2010-07-30 | 1 | -5/+13 |
* | Fix broken test for mislink with the new Ruby 1.9.2 ebuilds. | Diego Elio Pettenò | 2010-07-30 | 1 | -3/+7 |
* | Disable sitedir-not-sitelibdir test. | Diego Elio Pettenò | 2010-07-14 | 1 | -9/+9 |
* | Implement the merge of USE based dependencies as was listed in TODO. | Diego Elio Pettenò | 2010-07-08 | 1 | -3/+3 |
* | Avoid touching IUSE in _ruby_wrap_conditions; set the test USE flag | Diego Elio Pettenò | 2010-05-24 | 1 | -3/+3 |
* | Set RDEPEND="${RDEPEND}" to avoid depend to filter through rdepend. | Diego Elio Pettenò | 2010-05-22 | 1 | -1/+2 |
* | Avoid globbing while parsing the dependency string. | Diego Elio Pettenò | 2010-05-22 | 1 | -1/+3 |
* | Use a slightly different syntax for expliciting implementation-dependent depe... | Diego Elio Pettenò | 2010-05-22 | 1 | -9/+15 |
* | Allow for standard depend syntax in the single parameter form of ruby_add_rde... | Diego Elio Pettenò | 2010-05-22 | 1 | -59/+49 |
* | Fix missing link warnings in the eclass to print the library's soname again. | Diego Elio Pettenò | 2010-05-22 | 1 | -3/+3 |
* | Change processing of atoms in ruby_add_rdepend and ruby_add_bdepend to | Diego Elio Pettenò | 2010-05-21 | 1 | -7/+16 |
* | Don't print errors during unpack because the directory does not exist yet. | Diego Elio Pettenò | 2010-05-01 | 1 | -2/+2 |
* | Create a special handling of S variable for github-based packages. | Diego Elio Pettenò | 2010-04-30 | 1 | -2/+11 |
* | Adding a ruby_rbconfig_value function to ruby-ng.eclass for easy access even ... | Alex Legler | 2010-04-26 | 1 | -4/+11 |
* | Add ruby_get_version() and ruby_get_implementation() convenience helper funct... | Alex Legler | 2010-04-05 | 1 | -1/+27 |
* | ruby-ng.eclass: Add support for targets with different flag and executable na... | Alex Legler | 2010-04-02 | 1 | -2/+11 |
* | When adding a conditional dependency, make sure that the condition is in IUSE. | Diego Elio Pettenò | 2010-01-15 | 1 | -1/+3 |
* | Properly report the source copy phase. | Diego Elio Pettenò | 2009-12-25 | 1 | -2/+3 |
* | it's 2009 | Alex Legler | 2009-12-14 | 1 | -2/+2 |
* | Fix minor documentation error. | Hans de Graaff | 2009-12-06 | 1 | -2/+2 |