| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
While it only makes sense for GitHub tarballs, with Rails the star is
_not_ the last character in the string because we have to enter a
sub-directory.
|
|
|
|
| |
binwrapper (closes bug #335328).
|
| |
|
| |
|
|
|
|
| |
Closes bug #330543.
|
|
|
|
|
|
|
|
|
|
| |
With 1.9.2 the sitedir is now the same between 1.8 and 1.9, so you
cannot just go look for all the extensions within that or you'll hit
the one for the other implementation as well. Instead use the
sitelibdir that encodes the version as well.
While at it, extend the test to the Gems-installed extensions, and
remove an awk call by using the --format option of scanelf.
|
|
|
|
|
| |
This needs to be turned off for the 1.9.2 series that merges back
ruby19 into ruby.
|
|
|
|
| |
Please don't cry when you see the code.
|
|
|
|
|
| |
directly into the ruby_add_rdepend function to avoid subshell
handling.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependencies.
Rather than using a single, huge USE-conditional per atom, put the dependendencies under conditional
_and_ USE-dependency. This allows for syntax like:
USE_RUBY="ruby18 ruby19"
...
ruby_add_bdepend "test? ( dev-ruby/first )"
USE_RUBY="ruby18" ruby_add_bdepend "test? ( dev-ruby/second )"
USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/third )"
|
|
|
|
|
|
|
|
|
|
| |
ruby_add_rdepend and ruby_add_bdepend.
Make the two parameters form throw a warning for gentoo developers only (for now), and call back the
single-parameter function after wrapping. Update documentation to only suggest using the new syntax.
This allows dropping _ruby_add_rdepend and _ruby_add_bdepend convenience functions, and rather adds a
_ruby_wrap_conditions function.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
make it possible to process complex dependency strings, such as
|| ( virtual/ruby-test-unit dev-ruby/test-unit:2 )
which is going to be common for test-unit-2 compatible packages; to
have a proper dependency tree.
This, theorically, can also drop the need for the 2-ary calls for
ruby_add_bdepend and ruby_add_rdepend.
|
| |
|
|
|
|
|
|
| |
Since using GitHub is widely common for Ruby packages, especially
those not packaging the tests within the gem, we would be
reimplementing this so many times that it's worth special casing here.
|
|
|
|
| |
to not regularly needed rbconfig data
|
|
|
|
| |
functions
|
|
|
|
| |
names. Implement this feature for Ruby Enterprise Edition 1.8.
|
|
|
|
|
| |
This in particular fixes the problem of test USE flag not declared
when adding runtime dependencies.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(sitedir rather than sitelibdir).
|
|
gentoo-dev.
|