Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add my distdir. | Ryan Hill | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | Properly handle NOCOLOR variable | Maciej Mrozowski | 2010-06-26 | 1 | -2/+2 |
| | |||||
* | Add ia64 to the list of arches with custom-optimization forced on, requested ↵ | Nirbheek Chauhan | 2010-06-26 | 1 | -2/+2 |
| | | | | by armin76 | ||||
* | Add comment for accessibility USE dep on qt-gui, qt-qt3support, sync ↵ | Maciej Mrozowski | 2010-06-26 | 1 | -7/+30 |
| | | | | kdevelop eclass updates from overlay | ||||
* | Add USE dep on accessibility for Qt packages, see bug 325461 | Maciej Mrozowski | 2010-06-26 | 1 | -3/+3 |
| | |||||
* | clutter.eclass: Update LICENSE, allow it to be overriden per-package | Nirbheek Chauhan | 2010-06-26 | 1 | -3/+3 |
| | |||||
* | ghc-package.eclass: Fix for GHC 6.12.3 when having broken packages in your ↵ | Lennart Kolmodin | 2010-06-24 | 1 | -2/+6 |
| | | | | environment. | ||||
* | Add -r to groupadd and useradd so that users and groups created on Linux are ↵ | Doug Goldstein | 2010-06-23 | 1 | -4/+5 |
| | | | | created in the system range as defined by login.defs. Fixes bug #264519 & bug #262559 | ||||
* | dev-util/subversion renamed to dev-vcs/subversion. | Arfrever Frehtes Taifersar Arahesis | 2010-06-22 | 1 | -4/+4 |
| | |||||
* | Check whether misc files (README's and such) are actually regular files | Maciej Mrozowski | 2010-06-22 | 2 | -5/+5 |
| | |||||
* | Fix NOCOLOR logic, bug 324603 | Maciej Mrozowski | 2010-06-21 | 1 | -2/+2 |
| | |||||
* | respect USE=openmp even when cross-compiling #199995 by Quentin Casasnovas | Mike Frysinger | 2010-06-20 | 1 | -2/+2 |
| | |||||
* | Moving dev-util/cvs* to dev-vcs/cvs* | Jonathan Callen | 2010-06-19 | 2 | -4/+4 |
| | |||||
* | Move IUSE SPECS_VER and nossp to gcc 4.4 | Magnus Granberg | 2010-06-18 | 1 | -2/+5 |
| | |||||
* | Add support for full hardened on >=gcc 4.4 bug #318171 | Magnus Granberg | 2010-06-18 | 1 | -38/+76 |
| | |||||
* | Add better support for finding out-of-tree builds when searching in /lib/modules | Jonathan Callen | 2010-06-17 | 1 | -2/+8 |
| | |||||
* | .packlist and *.bs files are installed to VENDOR_ARCH not VENDOR_LIB. ↵ | Torsten Veller | 2010-06-16 | 1 | -4/+4 |
| | | | | Deleting all empty directories shouldn't do any harm as perl_delete_localpod does it before and it is needed if VENDOR_ARCH is not a subdirectory of VENDOR_LIB | ||||
* | Fix typo as pointed out by Ray <rym002@netscape.net>. bug #324039 | Doug Goldstein | 2010-06-16 | 1 | -2/+2 |
| | |||||
* | Remove extra slash in catalogs | Jonathan Callen | 2010-06-16 | 1 | -3/+3 |
| | |||||
* | Accept arguments to emake install | Samuli Suominen | 2010-06-13 | 1 | -2/+2 |
| | |||||
* | Add mythnetvision plugin for 0.23 and delete mythflix for 0.23 | Doug Goldstein | 2010-06-13 | 1 | -1/+6 |
| | |||||
* | Adapt gnome-python-common.eclass to eapis older than 2. Thanks to Arfrever ↵ | Pacho Ramos | 2010-06-11 | 1 | -4/+22 |
| | | | | for the patch (bug #323233) | ||||
* | Rename local USE flag 'vim-with-x' to global USE flag 'X' | Jim Ramsay | 2010-06-09 | 1 | -7/+12 |
| | |||||
* | fix PEAR-PEAR dependency (bug #310633) | Matti Bickel | 2010-06-09 | 1 | -2/+4 |
| | |||||
* | xorg-2.eclass: bump util-macros dep to 1.8.0, see bugs #320625 and #322559 | Rémi Cardona | 2010-06-08 | 1 | -2/+2 |
| | |||||
* | support by Jens Pranaitis for xz/lzma patches #322235 | Mike Frysinger | 2010-06-05 | 1 | -1/+3 |
| | |||||
* | add mint support #321827 by Alan Hourihane | Mike Frysinger | 2010-06-02 | 1 | -6/+16 |
| | |||||
* | Support for multiple python ABIs, bug #309039. | Gilles Dartiguelongue | 2010-05-31 | 1 | -19/+47 |
| | |||||
* | Fix sedding of $MAKE in qt 4.5, bug 321335 (again). | Dror Levin | 2010-05-30 | 1 | -5/+7 |
| | |||||
* | Fix deletion of empty parent directories in _python_clean_compiled_modules(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-29 | 1 | -4/+6 |
| | |||||
* | Bug #266157: Update deblob max version. | Robin H. Johnson | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Don't pass p option to tar when unpacking. | Dror Levin | 2010-05-27 | 1 | -3/+3 |
| | |||||
* | Drop useless text in die messages. | Tomas Chvatal | 2010-05-27 | 1 | -3/+3 |
| | |||||
* | - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward ↵ | Maciej Mrozowski | 2010-05-27 | 1 | -44/+22 |
| | | | | | | compatibility code - remove documentation of internal functions so that only relevant and public API is in manual | ||||
* | Apply fvisibility fix for versions > 4.7.0_beta as well | Markos Chandras | 2010-05-26 | 1 | -2/+2 |
| | |||||
* | Document the insanity that is --with-python-dir a bit better as requested by ↵ | Ryan Hill | 2010-05-25 | 1 | -1/+9 |
| | | | | darkside. | ||||
* | Quote function arguments | Maciej Mrozowski | 2010-05-25 | 1 | -5/+5 |
| | |||||
* | Make econf accept base_src_configure arguments (only >=EAPI-2), fix ↵ | Maciej Mrozowski | 2010-05-25 | 1 | -5/+4 |
| | | | | documentation wrt PATCHES variable | ||||
* | Fix deprecation warning in python_mod_compile(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -11/+13 |
| | |||||
* | Add sanity check in distutils_src_test(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -11/+15 |
| | | | | Improve distutils_pkg_postinst() and distutils_pkg_postrm(). | ||||
* | Improve python_pkg_setup(). | Arfrever Frehtes Taifersar Arahesis | 2010-05-25 | 1 | -74/+146 |
| | | | | | | | | | | Improve python_clean_installation_image(). Rename validate_PYTHON_ABIS() to _python_calculate_PYTHON_ABIS(). Delete sanity check in python_set_active_version() (bug #321057). Improve error message in PYTHON(). Improve _python_clean_compiled_modules(). Print deprecation warnings when python_mod_optimize() / python_mod_cleanup are called without paths to Python modules. Print deprecation warning in python_mod_compile(). | ||||
* | Improve -g{,gdb} check for qt-webkit to include test for -g{,gdb}[0-9]. | Dror Levin | 2010-05-25 | 1 | -13/+14 |
| | |||||
* | Fix CC, CXX, LD and LINK in all test files, bug 321335. | Dror Levin | 2010-05-24 | 1 | -3/+6 |
| | |||||
* | fixed 4.7.0_beta1 regression with -fvisibility=hidden | Alex Alexander | 2010-05-24 | 1 | -1/+8 |
| | |||||
* | Use the new syntax for rake dependencies. | Diego Elio Pettenò | 2010-05-24 | 1 | -5/+5 |
| | |||||
* | Avoid touching IUSE in _ruby_wrap_conditions; set the test USE flag | Diego Elio Pettenò | 2010-05-24 | 1 | -3/+3 |
| | | | | | directly into the ruby_add_rdepend function to avoid subshell handling. | ||||
* | run automake if the configure script requests it via AM_INIT_AUTOMAKE even ↵ | Mike Frysinger | 2010-05-23 | 1 | -10/+16 |
| | | | | if there are no .am files #311439 | ||||
* | add new tc-has-openmp helper func #320215 by Samuli Suominen | Mike Frysinger | 2010-05-23 | 1 | -1/+25 |
| | |||||
* | inform the users that building qt-webkit with -ggdb can be problematic. | Alex Alexander | 2010-05-22 | 1 | -1/+13 |
| | | | | bug 307861 | ||||
* | fix bug 320851. | Alex Alexander | 2010-05-22 | 1 | -20/+12 |
| | | | | | | also apply ayoy's fixes: - Remove changes to mkspecs in favor of setting correct env variables in configure script. - Make compilation output more verbose. |