summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Set RDEPEND="${RDEPEND}" to avoid depend to filter through rdepend.Diego Elio Pettenò2010-05-221-1/+2
|
* Avoid globbing while parsing the dependency string.Diego Elio Pettenò2010-05-221-1/+3
|
* Use a slightly different syntax for expliciting implementation-dependent ↵Diego Elio Pettenò2010-05-221-9/+15
| | | | | | | | | | | | | | dependencies. Rather than using a single, huge USE-conditional per atom, put the dependendencies under conditional _and_ USE-dependency. This allows for syntax like: USE_RUBY="ruby18 ruby19" ... ruby_add_bdepend "test? ( dev-ruby/first )" USE_RUBY="ruby18" ruby_add_bdepend "test? ( dev-ruby/second )" USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/third )"
* Allow for standard depend syntax in the single parameter form of ↵Diego Elio Pettenò2010-05-221-59/+49
| | | | | | | | | | ruby_add_rdepend and ruby_add_bdepend. Make the two parameters form throw a warning for gentoo developers only (for now), and call back the single-parameter function after wrapping. Update documentation to only suggest using the new syntax. This allows dropping _ruby_add_rdepend and _ruby_add_bdepend convenience functions, and rather adds a _ruby_wrap_conditions function.
* Fix missing link warnings in the eclass to print the library's soname again.Diego Elio Pettenò2010-05-221-3/+3
|
* Change processing of atoms in ruby_add_rdepend and ruby_add_bdepend toDiego Elio Pettenò2010-05-211-7/+16
| | | | | | | | | | | | make it possible to process complex dependency strings, such as || ( virtual/ruby-test-unit dev-ruby/test-unit:2 ) which is going to be common for test-unit-2 compatible packages; to have a proper dependency tree. This, theorically, can also drop the need for the 2-ary calls for ruby_add_bdepend and ruby_add_rdepend.
* Solve bug #320545 in the least hacky way: disable --no-undefined forDiego Elio Pettenò2010-05-211-3/+10
| | | | | | | | | the Ruby-Gnome2 bindings. Unfortunately they rely on a partially-undefined behaviour, let's just hope they'll never come giving us trouble for this. Also avoid using cp -a (non-portable) for installing samples, use insinto/doins instead.
* Bug #317297: Some kernel sources packages in overlays have version numbers ↵Robin H. Johnson2010-05-201-2/+14
| | | | like -9999 that does not allow us to work out what the actual version number is for functions like kernel_is. They SHOULD have a CKV variable in this case, but without it, they previously went into an infinite loop during the version detection in the eclass.
* Change ELT-patches for AIX to use import files as soname-emulator (bug#213277).Michael Haubenwallner2010-05-2044-194/+274
| | | | | This requires switching libtool to force -no-undefined behaviour on AIX. Additionally, get_libname() now does return .so and versions like Linux.
* drop unnecessary output padding in unpack_makeself #320313Mike Frysinger2010-05-201-5/+5
|
* Fix handling of PYTHON_USE_WITH with more than 2 USE flags.Arfrever Frehtes Taifersar Arahesis2010-05-171-307/+476
| | | | | | | | | | | | Improve python_pkg_setup(). Rename python_clean_sitedirs() to python_clean_installation_image(). Improve python_clean_installation_image(). Improve handling of -- option in phase functions. Add check for dev-lang/python in validate_PYTHON_ABIS() (bug #319651). Improve error message in python_copy_sources(). Improve python_set_active_version(). Improve error messages in PYTHON(). Support PEP 3147 in python_mod_optimize(), python_mod_cleanup() and python_mod_compile().
* Improve automatic misc documentation files installation (README's, ↵Maciej Mrozowski2010-05-172-17/+10
| | | | ChangeLogs, etc)
* Update qimageblitz categoryMaciej Mrozowski2010-05-151-2/+2
|
* Sync eclasses from kde overlay.Maciej Mrozowski2010-05-153-165/+246
| | | | | | | | - kdevelop ebuils support - cmake-2.6.4 needed for KDE SC 4.5 - crosscompilation fixes - fix README's installation - pre-release koffice support
* Added dev-util/automoc dependency for all KDE4 packagesMaciej Mrozowski2010-05-151-1/+2
|
* Document for eclass-manpages.Ryan Hill2010-05-151-18/+31
|
* Improve documentation.Ryan Hill2010-05-151-21/+14
|
* sgml-catalog.eclass: Add EAPI3/Gentoo Prefix support. bug 310777Jeremy Olexa2010-05-131-15/+20
|
* Bug #318851: USE=cluster also needs the partition engine support in 5.1.46.Robin H. Johnson2010-05-131-3/+4
|
* Replace grep -P with more portable sed -ne equivalentMaciej Mrozowski2010-05-121-2/+2
|
* Fix db-use.eclass to work with sys-libs/db-5.0.Diego Elio Pettenò2010-05-121-2/+6
|
* add -m1 to grep for unpack_makeself for bug #319059Michael Sterrett2010-05-111-2/+2
|