summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Add my distdir.Ryan Hill2010-06-271-2/+2
|
* Properly handle NOCOLOR variableMaciej Mrozowski2010-06-261-2/+2
|
* Add ia64 to the list of arches with custom-optimization forced on, requested ↵Nirbheek Chauhan2010-06-261-2/+2
| | | | by armin76
* Add comment for accessibility USE dep on qt-gui, qt-qt3support, sync ↵Maciej Mrozowski2010-06-261-7/+30
| | | | kdevelop eclass updates from overlay
* Add USE dep on accessibility for Qt packages, see bug 325461Maciej Mrozowski2010-06-261-3/+3
|
* clutter.eclass: Update LICENSE, allow it to be overriden per-packageNirbheek Chauhan2010-06-261-3/+3
|
* ghc-package.eclass: Fix for GHC 6.12.3 when having broken packages in your ↵Lennart Kolmodin2010-06-241-2/+6
| | | | environment.
* Add -r to groupadd and useradd so that users and groups created on Linux are ↵Doug Goldstein2010-06-231-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 Arahesis2010-06-221-4/+4
|
* Check whether misc files (README's and such) are actually regular filesMaciej Mrozowski2010-06-222-5/+5
|
* Fix NOCOLOR logic, bug 324603Maciej Mrozowski2010-06-211-2/+2
|
* respect USE=openmp even when cross-compiling #199995 by Quentin CasasnovasMike Frysinger2010-06-201-2/+2
|
* Moving dev-util/cvs* to dev-vcs/cvs*Jonathan Callen2010-06-192-4/+4
|
* Move IUSE SPECS_VER and nossp to gcc 4.4Magnus Granberg2010-06-181-2/+5
|
* Add support for full hardened on >=gcc 4.4 bug #318171Magnus Granberg2010-06-181-38/+76
|
* Add better support for finding out-of-tree builds when searching in /lib/modulesJonathan Callen2010-06-171-2/+8
|
* .packlist and *.bs files are installed to VENDOR_ARCH not VENDOR_LIB. ↵Torsten Veller2010-06-161-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 #324039Doug Goldstein2010-06-161-2/+2
|
* Remove extra slash in catalogsJonathan Callen2010-06-161-3/+3
|
* Accept arguments to emake installSamuli Suominen2010-06-131-2/+2
|
* Add mythnetvision plugin for 0.23 and delete mythflix for 0.23Doug Goldstein2010-06-131-1/+6
|
* Adapt gnome-python-common.eclass to eapis older than 2. Thanks to Arfrever ↵Pacho Ramos2010-06-111-4/+22
| | | | for the patch (bug #323233)
* Rename local USE flag 'vim-with-x' to global USE flag 'X'Jim Ramsay2010-06-091-7/+12
|
* fix PEAR-PEAR dependency (bug #310633)Matti Bickel2010-06-091-2/+4
|
* xorg-2.eclass: bump util-macros dep to 1.8.0, see bugs #320625 and #322559Rémi Cardona2010-06-081-2/+2
|
* support by Jens Pranaitis for xz/lzma patches #322235Mike Frysinger2010-06-051-1/+3
|
* add mint support #321827 by Alan HourihaneMike Frysinger2010-06-021-6/+16
|
* Support for multiple python ABIs, bug #309039.Gilles Dartiguelongue2010-05-311-19/+47
|
* Fix sedding of $MAKE in qt 4.5, bug 321335 (again).Dror Levin2010-05-301-5/+7
|
* Fix deletion of empty parent directories in _python_clean_compiled_modules().Arfrever Frehtes Taifersar Arahesis2010-05-291-4/+6
|
* Bug #266157: Update deblob max version.Robin H. Johnson2010-05-281-2/+2
|
* Don't pass p option to tar when unpacking.Dror Levin2010-05-271-3/+3
|
* Drop useless text in die messages.Tomas Chvatal2010-05-271-3/+3
|
* - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward ↵Maciej Mrozowski2010-05-271-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 wellMarkos Chandras2010-05-261-2/+2
|
* Document the insanity that is --with-python-dir a bit better as requested by ↵Ryan Hill2010-05-251-1/+9
| | | | darkside.
* Quote function argumentsMaciej Mrozowski2010-05-251-5/+5
|
* Make econf accept base_src_configure arguments (only >=EAPI-2), fix ↵Maciej Mrozowski2010-05-251-5/+4
| | | | documentation wrt PATCHES variable
* Fix deprecation warning in python_mod_compile().Arfrever Frehtes Taifersar Arahesis2010-05-251-11/+13
|
* Add sanity check in distutils_src_test().Arfrever Frehtes Taifersar Arahesis2010-05-251-11/+15
| | | | Improve distutils_pkg_postinst() and distutils_pkg_postrm().
* Improve python_pkg_setup().Arfrever Frehtes Taifersar Arahesis2010-05-251-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 Levin2010-05-251-13/+14
|
* Fix CC, CXX, LD and LINK in all test files, bug 321335.Dror Levin2010-05-241-3/+6
|
* fixed 4.7.0_beta1 regression with -fvisibility=hiddenAlex Alexander2010-05-241-1/+8
|
* Use the new syntax for rake dependencies.Diego Elio Pettenò2010-05-241-5/+5
|
* Avoid touching IUSE in _ruby_wrap_conditions; set the test USE flagDiego Elio Pettenò2010-05-241-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 Frysinger2010-05-231-10/+16
| | | | if there are no .am files #311439
* add new tc-has-openmp helper func #320215 by Samuli SuominenMike Frysinger2010-05-231-1/+25
|
* inform the users that building qt-webkit with -ggdb can be problematic.Alex Alexander2010-05-221-1/+13
| | | | bug 307861
* fix bug 320851.Alex Alexander2010-05-221-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.