Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | declare ESVN_SUB_PROJECT so the checkout in $DISTDIR matches upstream | 2008-11-30 | 1 | -3/+3 | |
| | |||||
* | snap state now tracks upstream snaps rather than gentoo snaps | 2008-11-30 | 1 | -8/+7 | |
| | |||||
* | pull in dev-util/cvs for live ebuilds as gettext (autopoint) needs it ↵ | 2008-11-30 | 1 | -1/+4 | |
| | | | | #245073 by Thomas Kuther | ||||
* | Move the hostname==localhost check from pkg_setup to pkg_config and src_test ↵ | 2008-11-29 | 1 | -5/+5 | |
| | | | | instead, to enable building in binpkg hosts more easily. | ||||
* | tuning pax-marking to allow building on some hardened systems. Thank to ↵ | 2008-11-29 | 1 | -2/+2 | |
| | | | | markpk for suggestion (#249054) | ||||
* | add cygwin targets | 2008-11-28 | 1 | -2/+3 | |
| | |||||
* | tweak cygwin target | 2008-11-28 | 1 | -4/+4 | |
| | |||||
* | cygwin targets produce dlls | 2008-11-28 | 1 | -4/+4 | |
| | |||||
* | Major changes to avoid pkg-config files displaying the wrong --libs. ↵ | 2008-11-28 | 1 | -58/+31 | |
| | | | | Simplifications, quoting fixed. | ||||
* | dont send output to /dev/null ... if it worked, we would get no output and ↵ | 2008-11-27 | 1 | -3/+3 | |
| | | | | if it failed, we want to see the output | ||||
* | It's handy to know these depend on mono if you're making a set. | 2008-11-27 | 1 | -3/+4 | |
| | |||||
* | x-modular_dri_check(): Keep working when xorg-server doesn't support USE=dri. | 2008-11-26 | 1 | -2/+2 | |
| | |||||
* | All of the ebuilds currently using eclass build with -j8. | 2008-11-26 | 1 | -3/+3 | |
| | |||||
* | Add quotes | 2008-11-26 | 1 | -8/+8 | |
| | |||||
* | - In the WX_GTK_VER before inherit case, make sure the user has the GTK libs | 2008-11-26 | 1 | -17/+38 | |
| | | | | | | | and not just wxBase installed since everything in the tree except amule requires them. Export pkg_setup to die when a wxBase profile is detected in this situation. (bug #247000) - Documentation improvements. | ||||
* | sed is only a dep | 2008-11-26 | 1 | -1/+2 | |
| | |||||
* | eclass required for gnome-sharp and gnome-desktop-sharp packages | 2008-11-25 | 1 | -0/+179 | |
| | |||||
* | Hack for gtk-sharp-2.12.6 | 2008-11-25 | 1 | -2/+2 | |
| | |||||
* | Terminate last line of init file. | 2008-11-24 | 1 | -2/+2 | |
| | |||||
* | added possibility to gzip .idx files | 2008-11-23 | 1 | -4/+6 | |
| | |||||
* | Updated x11-libs/qt-phonon block to avoid a qt downgrade. | 2008-11-22 | 1 | -3/+2 | |
| | |||||
* | Added a block to x11-libs/qt-phonon. | 2008-11-21 | 1 | -1/+2 | |
| | |||||
* | Disable some parts of SSP per bug #246652 with GCC3 as they cause NDB failures. | 2008-11-20 | 1 | -1/+7 | |
| | |||||
* | Revert removal of einfo message about Emacs version, since this is really ↵ | 2008-11-16 | 1 | -1/+2 | |
| | | | | useful in bug reports. | ||||
* | Bug #222279 - add undocumented support for selection of default charset and ↵ | 2008-11-14 | 1 | -7/+13 | |
| | | | | collation values. It works, but consider yourself unsupported if you use it. | ||||
* | Multiple ruby versions are currently only supported in the ruby overlay, use ↵ | 2008-11-14 | 1 | -4/+4 | |
| | | | | the default ruby interpreter for now | ||||
* | Handle the installation of gems differently when using rubygems >= 1.3.0. | 2008-11-14 | 1 | -3/+12 | |
| | | | | | | Specifically we use our own custom --sandbox-fix option to make sure that finding dependencies still works even when using a sandbox installation. Thanks for Alex Legler (a3li) for the work on this. | ||||
* | Bug #187642 - community-specific features. | 2008-11-14 | 1 | -1/+5 | |
| | |||||
* | Bug #224067 - disable berkdb now for all mysql builds >=5.0.60. | 2008-11-14 | 1 | -3/+10 | |
| | |||||
* | Adding ppc Makefile fix for bug #234179. Thanks to Josejx. | 2008-11-13 | 1 | -1/+5 | |
| | |||||
* | Fix kde4-base.eclass so it works with updated kde-base.eclass. | 2008-11-09 | 1 | -2/+2 | |
| | |||||
* | - unbreak arm eabi support | 2008-11-09 | 1 | -1/+12 | |
| | |||||
* | Apply EAPI-2 support for base.eclass as discussed on gentoo-dev ml. | 2008-11-09 | 1 | -13/+91 | |
| | |||||
* | Unset ANT_RESPECT_JAVA_HOME introduced to fix bug #151884. | 2008-11-09 | 1 | -1/+2 | |
| | |||||
* | Set MY_FORTRAN correctly when only FC and not F77 or F2C are set. | 2008-11-07 | 1 | -1/+3 | |
| | |||||
* | Change a bit the dobin_texmf_scripts behavior to symlink instead of ↵ | 2008-11-06 | 1 | -3/+5 | |
| | | | | installing the file twice. That saves a few bits and we can afford it now that we ensure the permissions are preserved when installing the texmf tree. | ||||
* | Use cp -pR for installing the texmf tree so that file permissions are ↵ | 2008-11-06 | 1 | -6/+6 | |
| | | | | preserved. Bug #245117 | ||||
* | - Update cmake-utils eclass so it respect user defined CFLAGS and so on. | 2008-11-05 | 1 | -17/+39 | |
| | | | | | - Fixes bug 221049. - Thanks to matthew.m.mccormick@gmail.com whom made this patch. | ||||
* | share Module.symvers between all compiled modules, patch from Peter Volkov ↵ | 2008-11-05 | 1 | -1/+3 | |
| | | | | in bug #237618 | ||||
* | Corrected install path. Fixes bug #242226, thanks to Kamil Kisiel ↵ | 2008-11-03 | 1 | -9/+21 | |
| | | | | <kamil@kamilkisiel.net> for reporting. | ||||
* | do not filter TOC related flags for ppc64 | 2008-11-03 | 1 | -2/+2 | |
| | |||||
* | Remove RESTRICT=distcc for now, its obvious it will never be an option when ↵ | 2008-11-02 | 1 | -3/+1 | |
| | | | | a 3rd party decides what goes in our PMS. | ||||
* | documentation tweaks from Fabio Rossi | 2008-11-01 | 1 | -5/+4 | |
| | |||||
* | Add bug #120001 to comment for RESTRICT=distcc | 2008-11-01 | 1 | -2/+2 | |
| | |||||
* | Forgot to add a comment to the eclass for commit: Add distcc to RESTRICT in ↵ | 2008-10-31 | 1 | -1/+2 | |
| | | | | linux-mod.eclass bug #167844 | ||||
* | Add distcc to RESTRICT in linux-mod.eclass bug #167844 | 2008-10-31 | 1 | -1/+2 | |
| | |||||
* | allow for relative srcdir directory, thanks to Alon Bar-Lev in bug #198642 | 2008-10-31 | 1 | -2/+2 | |
| | |||||
* | add some fantastic documentation from Fabio Rossi in bug #217560 | 2008-10-31 | 1 | -65/+187 | |
| | |||||
* | Add documentation from Fabio Rossi in bug #217562 | 2008-10-31 | 1 | -47/+151 | |
| | |||||
* | add some documentation, patch from Eric Brown in bug #190934 | 2008-10-31 | 1 | -1/+15 | |
| |