Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Set RDEPEND="${RDEPEND}" to avoid depend to filter through rdepend. | Diego Elio Pettenò | 2010-05-22 | 1 | -1/+2 |
| | |||||
* | Avoid globbing while parsing the dependency string. | Diego Elio Pettenò | 2010-05-22 | 1 | -1/+3 |
| | |||||
* | Use a slightly different syntax for expliciting implementation-dependent ↵ | Diego Elio Pettenò | 2010-05-22 | 1 | -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-22 | 1 | -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-22 | 1 | -3/+3 |
| | |||||
* | Change processing of atoms in ruby_add_rdepend and ruby_add_bdepend to | Diego Elio Pettenò | 2010-05-21 | 1 | -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 for | Diego Elio Pettenò | 2010-05-21 | 1 | -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. Johnson | 2010-05-20 | 1 | -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 Haubenwallner | 2010-05-20 | 44 | -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 #320313 | Mike Frysinger | 2010-05-20 | 1 | -5/+5 |
| | |||||
* | Fix handling of PYTHON_USE_WITH with more than 2 USE flags. | Arfrever Frehtes Taifersar Arahesis | 2010-05-17 | 1 | -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 Mrozowski | 2010-05-17 | 2 | -17/+10 |
| | | | | ChangeLogs, etc) | ||||
* | Update qimageblitz category | Maciej Mrozowski | 2010-05-15 | 1 | -2/+2 |
| | |||||
* | Sync eclasses from kde overlay. | Maciej Mrozowski | 2010-05-15 | 3 | -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 packages | Maciej Mrozowski | 2010-05-15 | 1 | -1/+2 |
| | |||||
* | Document for eclass-manpages. | Ryan Hill | 2010-05-15 | 1 | -18/+31 |
| | |||||
* | Improve documentation. | Ryan Hill | 2010-05-15 | 1 | -21/+14 |
| | |||||
* | sgml-catalog.eclass: Add EAPI3/Gentoo Prefix support. bug 310777 | Jeremy Olexa | 2010-05-13 | 1 | -15/+20 |
| | |||||
* | Bug #318851: USE=cluster also needs the partition engine support in 5.1.46. | Robin H. Johnson | 2010-05-13 | 1 | -3/+4 |
| | |||||
* | Replace grep -P with more portable sed -ne equivalent | Maciej Mrozowski | 2010-05-12 | 1 | -2/+2 |
| | |||||
* | Fix db-use.eclass to work with sys-libs/db-5.0. | Diego Elio Pettenò | 2010-05-12 | 1 | -2/+6 |
| | |||||
* | add -m1 to grep for unpack_makeself for bug #319059 | Michael Sterrett | 2010-05-11 | 1 | -2/+2 |
| | |||||
* | Bug #318389: check for each examples directory before trying to use it. Also ↵ | Robin H. Johnson | 2010-05-11 | 1 | -4/+9 |
| | | | | avoid QA warning on "use java" on ebuilds where java was not available. | ||||
* | sys-libs/db-5 has changed some of the test scripts slightly, so we need to ↵ | Robin H. Johnson | 2010-05-11 | 1 | -4/+11 |
| | | | | look a little wider for parallel.tcl. Also improve the regex we run on it for relative directories. | ||||
* | Improve binary renaming to NOT rename all elements in the path, and also ↵ | Robin H. Johnson | 2010-05-11 | 1 | -4/+7 |
| | | | | pick up binaries that match the prefix of 'db' but not 'db_'. | ||||
* | change bug notice to report a bug rather than annoy specific people | Mike Frysinger | 2010-05-11 | 1 | -3/+3 |
| | |||||
* | Add helpful comment about where the MY_* vars are defined. | Jeremy Olexa | 2010-05-09 | 1 | -1/+3 |
| | |||||
* | Simplified the eclass, since the rules for desklet and control submission ↵ | Joe Sapp | 2010-05-08 | 1 | -149/+116 |
| | | | | have become much more standardized recently (http://gdesklets.de/index.php?q=node/2). This also means that we will no longer support sensors and sensor-based desklets. No more desklets that do not heed these rules will be put into portage. |