| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #118848. |  Luca Longinotti | 2006-01-28 | 1 | -2/+2 |
* | Fix wrong exitstatus in php-select. |  Luca Longinotti | 2006-01-28 | 3 | -9/+9 |
* | Fix bad chmod |  Tom Martin | 2006-01-27 | 1 | -2/+2 |
* | Add a permissions fix to get rid of any executable stuff in vimfiles |  Tom Martin | 2006-01-27 | 1 | -1/+4 |
* | add an unpack hook for further source control before we run make |  Mike Frysinger | 2006-01-27 | 1 | -1/+5 |
* | Check that ${PREFIX} is non-empty before using it. |  Diego Elio Pettenò | 2006-01-26 | 1 | -2/+2 |
* | Fix modular-x deps on old PHP eclasses. Not really needed, but makes tracing ... |  Robin H. Johnson | 2006-01-26 | 7 | -14/+14 |
* | inherit again from mysql_fx, needed for emerge, removed unwanted debug output |  Francesco Riosa | 2006-01-24 | 1 | -3/+2 |
* | make replace in config files effective |  Francesco Riosa | 2006-01-24 | 1 | -8/+9 |
* | Minor fix for the previous patch to keep ppc64 working. |  Daniel Ostrow | 2006-01-24 | 1 | -2/+2 |
* | missed $ and wrong assumption made mysql_lib_symlinks fail |  Francesco Riosa | 2006-01-24 | 1 | -6/+5 |
* | Applied fix for bug #119203. |  Joseph Jezak | 2006-01-24 | 1 | -3/+10 |
* | added support for GLEP20 |  Francesco Riosa | 2006-01-24 | 2 | -71/+79 |
* | For safety, use [[ ]] instead of [ ] for complex checks; replace -a with && t... |  Diego Elio Pettenò | 2006-01-24 | 1 | -4/+4 |
* | src_install cleanups, plus made it wrap gnatgcc to force it to read proper sp... |  George Shapovalov | 2006-01-23 | 1 | -5/+15 |
* | Refix typo. |  Luca Longinotti | 2006-01-23 | 1 | -2/+2 |
* | Add support for .sug files. |  Ciaran McCreesh | 2006-01-23 | 1 | -4/+6 |
* | Workaround for bug #119023 is no longer needed. |  Ciaran McCreesh | 2006-01-23 | 1 | -6/+1 |
* | Remove pear USE flag to fix weird dependency issues. |  Luca Longinotti | 2006-01-23 | 3 | -18/+6 |
* | Add eclass for eZ components. |  Sebastian Bergmann | 2006-01-23 | 1 | -0/+38 |
* | Update for PEAR 1.4. |  Sebastian Bergmann | 2006-01-23 | 2 | -8/+21 |
* | new version: forces bootstrap environment better, plus adjusted gnat specs lo... |  George Shapovalov | 2006-01-22 | 1 | -6/+35 |
* | Replace (c)pdflib use flags with pdf use flag |  Marius Mauch | 2006-01-22 | 4 | -18/+18 |
* | Reworked filter-flags to be more consistent; factored out common code |  Kevin F. Quinn | 2006-01-22 | 1 | -65/+91 |
* | Changed a mv in a dosym in tetex-3.eclass so symlinks created internally by t... |  Alexandre Buisse | 2006-01-22 | 1 | -4/+4 |
* | New eclass providing a support function pax-mark, to wrap use of chpax/paxctl |  Kevin F. Quinn | 2006-01-22 | 1 | -0/+92 |
* | Add comment to contact us if portage patch fails. |  Martin Schlemmer | 2006-01-22 | 1 | -1/+3 |
* | Style fixes, has_php shall prefer PHP5 over PHP4. |  Luca Longinotti | 2006-01-21 | 1 | -19/+23 |
* | Fix require_php_cli(), too. |  Sebastian Bergmann | 2006-01-21 | 1 | -3/+9 |
* | Fix bug 119137. Patch has been reviewd by Jakub Moc <jakub@gentoo.org>. |  Sebastian Bergmann | 2006-01-21 | 1 | -3/+9 |
* | Adding gst-plugins-bad.eclass for missing gst 0.10 plugins |  Saleem Abdulrasool | 2006-01-21 | 1 | -0/+86 |
* | Fix a bash 3.1ism |  Daniel Drake | 2006-01-20 | 1 | -2/+2 |
* | change -bk to -git to handle naming change with the kernel nightly snapshots |  Greg Kroah-Hartman | 2006-01-20 | 1 | -9/+9 |
* | Fix for bug #119577. Also cleaned up some whitespace. |  Joshua Nichols | 2006-01-20 | 1 | -8/+7 |
* | Set the license of modular X packages to the name of the package itself. |  Joshua Baergen | 2006-01-19 | 1 | -2/+5 |
* | Made fix-i386-libdir make a symlink back to i386. |  Joshua Nichols | 2006-01-19 | 1 | -4/+6 |
* | Added a function to help fix bug #23579. |  Joshua Nichols | 2006-01-19 | 1 | -1/+25 |
* | Fix modular X deps. |  Donnie Berkholz | 2006-01-18 | 1 | -3/+2 |
* | add multislot to IUSE for all gcc packages |  Mike Frysinger | 2006-01-18 | 1 | -2/+4 |
* | dont except invalid aclocal flags |  Mike Frysinger | 2006-01-18 | 1 | -6/+1 |
* | fixed use of subshells for proper dieing |  George Shapovalov | 2006-01-18 | 1 | -3/+9 |
* | Sync with overlay. |  Luca Longinotti | 2006-01-17 | 3 | -5/+17 |
* | added an eclass for common split gnat build functionality |  George Shapovalov | 2006-01-17 | 1 | -0/+516 |
* | Fix vim7 build, bug #119023 |  Ciaran McCreesh | 2006-01-17 | 1 | -1/+5 |
* | Need to add gfortran to FORTRANC setting as well. |  Donnie Berkholz | 2006-01-17 | 1 | -2/+2 |
* | Added debugging information, clarified some variables, and made the whole pro... |  Joe Sapp | 2006-01-16 | 1 | -16/+31 |
* | touchup elf2flt some more |  Mike Frysinger | 2006-01-16 | 1 | -3/+3 |
* | Added java_remove-libjsoundalsa for dealing with bug #115734. |  Joshua Nichols | 2006-01-16 | 1 | -2/+15 |
* | Adding gfortran to profiles, and automatically selecting it where available, ... |  Marcus D. Hanwell | 2006-01-16 | 1 | -5/+18 |
* | oops, had blackfin args reversed |  Mike Frysinger | 2006-01-15 | 1 | -2/+2 |