Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Farewell to xpatch | Mamoru Komachi | 2004-01-13 | 1 | -4/+6 |
| | |||||
* | Explicitly `cd ${WORKDIR}` after xpatch. xpatch may change current | Mamoru Komachi | 2004-01-12 | 1 | -6/+7 |
| | | | | directory after it is called. | ||||
* | Added xpatch function. Use ${T}/${S#${WORKDIR}} for temprally build directory. | Mamoru Komachi | 2003-12-24 | 1 | -35/+31 |
| | |||||
* | Pass RUBY as an argument to erubymake when USE_RUBY is specified | Mamoru Komachi | 2003-11-16 | 1 | -5/+5 |
| | |||||
* | Changed USE_RUBY accepted variables. Now it accepts "ruby16 shim18 ruby18 any" | Mamoru Komachi | 2003-11-16 | 1 | -18/+43 |
| | | | | | | (it is analogous to ruby16/ruby18 local USE flag, which is less confusing). USE_RUBY="ruby16" and USE_RUBY="ruby18" get valid. Updated varialbes description detail in ruby.eclass. | ||||
* | Fixed symlinks with USE_RUBY="0" when only one version of ruby is installed | Mamoru Komachi | 2003-11-15 | 1 | -2/+6 |
| | |||||
* | Added USE_RUBY="0" support (make sitelibdir symlinks from one to the other). | Mamoru Komachi | 2003-11-15 | 1 | -3/+28 |
| | |||||
* | Added descriptions for functions and variables within the eclass. | Mamoru Komachi | 2003-11-15 | 1 | -61/+51 |
| | | | | Superceded RUBY_SLOT variable with USE_RUBY and WITH_RUBY variables. | ||||
* | Added RUBY_SLOT. If your ebuild supports both 1.6 and 1.8, define it to "0" | Mamoru Komachi | 2003-11-03 | 1 | -32/+54 |
| | |||||
* | Fixed infinite loop when econf is invoked. | Mamoru Komachi | 2003-10-20 | 1 | -6/+18 |
| | |||||
* | Added ruby_econf and ruby_emake functions | Mamoru Komachi | 2003-10-19 | 1 | -40/+63 |
| | |||||
* | Added erubydoc function. Src_compile passes arguments to erubymake. | Mamoru Komachi | 2003-10-12 | 1 | -6/+6 |
| | |||||
* | Suppressed warnings when dodoc'ing no file | Mamoru Komachi | 2003-10-12 | 1 | -16/+23 |
| | |||||
* | Added SLOT support. | Mamoru Komachi | 2003-10-12 | 1 | -21/+96 |
| | |||||
* | Added WANT_RUBY_1_6 and WANT_RUBY_1_8 | Mamoru Komachi | 2003-10-11 | 1 | -3/+14 |
| | |||||
* | Reversed the order of Makefile and install.rb for the sake of ReFe (not ↵ | Mamoru Komachi | 2003-09-21 | 1 | -4/+4 |
| | | | | added to Portage tree yet) | ||||
* | Fixed minor typo | Tom William Payne | 2003-09-12 | 1 | -2/+2 |
| | |||||
* | minor updates | Aron Griffis | 2003-09-07 | 1 | -3/+3 |
| | |||||
* | add ruby.eclass | Aron Griffis | 2003-09-07 | 1 | -0/+68 |