summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support to make ruby optional when inheriting the eclass.Diego Elio Pettenò2006-07-071-2/+5
* Respect LDFLAGS.Diego Elio Pettenò2006-05-281-2/+2
* Fix pattern matching for rogue locale cases (bug #129526)Caleb Tennis2006-04-131-1/+6
* remove econf, emake, and einstall from EXPORT_FUNCTIONS per bug #124213Caleb Tennis2006-02-271-2/+2
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-01-011-2/+2
* Add examples flag support to ruby eclass, per bugCaleb Tennis2005-11-041-8/+12
* No need to treat IUSE as incremental, portage handles it.Sven Wegener2005-08-231-2/+2
* Updated for non-GNU cp, closes bug 96862.Hasan Khalil2005-07-081-2/+2
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
* Remove erubyconf erubymake erubyinstall erubydoc from EXPORT_FUNCTIONSAron Griffis2005-06-271-3/+2
* Fixed silly mistake :(Mamoru Komachi2004-12-111-2/+2
* Removed macos keyword.Mamoru Komachi2004-12-111-2/+2
* * Use tc-getCC and tc-getCXX rather than $CC/$CXX. (bug #72211)Mamoru Komachi2004-11-251-4/+4
* sorry ruby, but EXTRA_ECONF -> RUBY_ECONFMike Frysinger2004-09-231-13/+15
* support new cascading profiles for ppc-macosMamoru Komachi2004-09-161-2/+2
* fix use invocationAron Griffis2004-08-031-2/+3
* Added macos supportMamoru Komachi2004-07-191-2/+4
* Passes EXTRA_ECONF to install.rb, setup.rb and extconf.rbMamoru Komachi2004-07-041-10/+11
* update the copyright infoMike Frysinger2004-06-251-2/+2
* `cd ${S}` before applying patches; suggested by Michael Kohl <citizen428@carg...Mamoru Komachi2004-06-241-1/+2
* Install example directory as well in erubydocMamoru Komachi2004-05-231-8/+10
* Add inherit eutilsAron Griffis2004-04-271-1/+3
* added "die" command in front of doins and cp linesJon Hood2004-04-261-3/+3
* Define default IUSEMamoru Komachi2004-04-251-1/+3
* Do not run src_compile twice if only one version of ruby is installed.Mamoru Komachi2004-04-241-2/+3
* newdepend is deprecated; use DEPEND/RDEPEND instead, see bug #25013Mamoru Komachi2004-04-101-2/+2
* newdepend to virtual/rubyMamoru Komachi2004-04-101-2/+2
* put double quotes around $@Mamoru Komachi2004-03-191-18/+18
* Changed $* to "$@" to avoid parameter expansion.Mamoru Komachi2004-02-201-2/+2
* Fixed mal-conditional statement of RUBY variableMamoru Komachi2004-01-301-2/+2
* Define RUBY iff RUBY is not setMamoru Komachi2004-01-251-2/+2
* Revised SLOT support (now ruby SLOT 1.9 is supported in addition to 1.6 and 1...Mamoru Komachi2004-01-251-141/+84
* Added setup.rb supportMamoru Komachi2004-01-221-1/+12
* Removed redundant html directory created in docs dirMamoru Komachi2004-01-221-2/+3
* Farewell to xpatchMamoru Komachi2004-01-131-4/+6
* Explicitly `cd ${WORKDIR}` after xpatch. xpatch may change currentMamoru Komachi2004-01-121-6/+7
* Added xpatch function. Use ${T}/${S#${WORKDIR}} for temprally build directory.Mamoru Komachi2003-12-241-35/+31
* Pass RUBY as an argument to erubymake when USE_RUBY is specifiedMamoru Komachi2003-11-161-5/+5
* Changed USE_RUBY accepted variables. Now it accepts "ruby16 shim18 ruby18 any"Mamoru Komachi2003-11-161-18/+43
* Fixed symlinks with USE_RUBY="0" when only one version of ruby is installedMamoru Komachi2003-11-151-2/+6
* Added USE_RUBY="0" support (make sitelibdir symlinks from one to the other).Mamoru Komachi2003-11-151-3/+28
* Added descriptions for functions and variables within the eclass.Mamoru Komachi2003-11-151-61/+51
* Added RUBY_SLOT. If your ebuild supports both 1.6 and 1.8, define it to "0"Mamoru Komachi2003-11-031-32/+54
* Fixed infinite loop when econf is invoked.Mamoru Komachi2003-10-201-6/+18
* Added ruby_econf and ruby_emake functionsMamoru Komachi2003-10-191-40/+63
* Added erubydoc function. Src_compile passes arguments to erubymake.Mamoru Komachi2003-10-121-6/+6
* Suppressed warnings when dodoc'ing no fileMamoru Komachi2003-10-121-16/+23
* Added SLOT support.Mamoru Komachi2003-10-121-21/+96
* Added WANT_RUBY_1_6 and WANT_RUBY_1_8Mamoru Komachi2003-10-111-3/+14