Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify get_abi_var logic a bit | Mike Frysinger | 2011-10-17 | 1 | -12/+2 |
| | |||||
* | add econf_build helper for cross-compiling some packages | Mike Frysinger | 2011-10-17 | 1 | -2/+69 |
| | |||||
* | add a huse() helper to avoid QA warnings when checking features that are not ↵ | Mike Frysinger | 2011-10-17 | 1 | -11/+15 |
| | | | | enabled | ||||
* | prepare eclass for 4.8.0_rc | Markos Chandras | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | Remove support for deprecated EAPI=3. | Samuli Suominen | 2011-10-15 | 1 | -2/+2 |
| | |||||
* | Make python.eclass not die on EAPI-4. This has been OK-ed by python team ↵ | Paweł Hajdan | 2011-10-15 | 1 | -2/+2 |
| | | | | lead: http://archives.gentoo.org/gentoo-dev/msg_c211342132e8ee5249861eb6503b3ddd.xml | ||||
* | delete unused functions | Mike Frysinger | 2011-10-14 | 1 | -38/+2 |
| | |||||
* | Use elibtoolize from libtool.eclass to fix libtool magic. | Michał Górny | 2011-10-14 | 1 | -2/+3 |
| | | | | | | We're calling it with '--patch-only' to avoid heavy changes to ebuilds. This should handle gracefully eautoreconfed packages and those not using libtool as well (in worst case, it should try to apply patches twice). | ||||
* | Update fonts.scale & fonts.dir on font removal. | Michał Górny | 2011-10-14 | 1 | -14/+14 |
| | | | | | | | This way, user won't end up with invalid fonts in the listings (and thus segfaulting xfontsel). Fixes: https://bugs.gentoo.org/show_bug.cgi?id=384649 | ||||
* | set_java_env: fix symlink in JAVA_VM_DIR for Prefix | Fabian Groffen | 2011-10-11 | 1 | -3/+6 |
| | | | | | | java_home contains EPREFIX, hence, when used with helpers (dosym in this case), the result gets $EPREFIX$EPREFIX/.... Strip EPREFIX from java_home before using it with dosym. | ||||
* | Turn off ruby-fakegem automatic documentation task since it is not supported ↵ | Hans de Graaff | 2011-10-09 | 1 | -1/+2 |
| | | | | by ruby-gnome2 and it triggers errors when run. Fixes bugs 383623 and 384049. | ||||
* | Clarify policy on site-init files in eclass documentation. | Ulrich Müller | 2011-10-09 | 1 | -1/+3 |
| | |||||
* | Fix typo in fonts.scale filename. | Michał Górny | 2011-10-09 | 1 | -2/+2 |
| | |||||
* | document optional args to raw-ldflags | Mike Frysinger | 2011-10-08 | 1 | -2/+4 |
| | |||||
* | Improve support for PyPy in python_mod_optimize(). (Patch by Arfrever.) | Dirkjan Ochtman | 2011-10-07 | 1 | -5/+5 |
| | |||||
* | Fix ResourceWarning in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-10-07 | 1 | -2/+4 |
| | | | | (Patch by Arfrever.) | ||||
* | Fix calculation of test hook function name in _python_test_hook(). | Dirkjan Ochtman | 2011-10-07 | 1 | -9/+9 |
| | | | | (Patch by Arfrever.) | ||||
* | Fix synchronization of variables in wrapper scripts generated by | Dirkjan Ochtman | 2011-10-07 | 1 | -26/+48 |
| | | | | python_generate_wrapper_scripts(). (Patch by Arfrever.) | ||||
* | Improve support for SELinux in python_merge_intermediate_installation_images(). | Dirkjan Ochtman | 2011-10-07 | 1 | -2/+2 |
| | | | | (Patch by Arfrever.) | ||||
* | Respect options from shebangs of target scripts in wrapper scripts generated | Dirkjan Ochtman | 2011-10-07 | 1 | -7/+13 |
| | | | | by python_generate_wrapper_scripts(). (Patch by Arfrever.) | ||||
* | [mysql-v2.eclass] Add some fixes. | Jorge Manuel B. S. Vicetto | 2011-10-07 | 1 | -4/+5 |
| | | | | | | Allow setting MY_EXTRAS_VER="none" to disable it - bug 360731. Use --basedir in the mysql_install_db call - fixes bug 377707. Review procps dep - fixes bug 385001. | ||||
* | [eclass] Update kde eclasses | Alexey Shvetsov | 2011-10-06 | 3 | -51/+32 |
| | |||||
* | do not add extra runpath when EPREFIX is empty (bug#385839) | Michael Haubenwallner | 2011-10-06 | 1 | -4/+4 |
| | |||||
* | Set up java vm properly when using jruby. Fixes problems reported in bug ↵ | Hans de Graaff | 2011-10-05 | 1 | -2/+4 |
| | | | | 384901. Thanks to matsuu for diagnosis and patch. | ||||
* | Fix QA warning on dosym. Thanks to Diego for fix. | Tomas Chvatal | 2011-10-05 | 1 | -2/+2 |
| | |||||
* | also check for README files for --foreign (reported by Mr_Bones_) | Mike Frysinger | 2011-10-05 | 1 | -2/+2 |
| | |||||
* | Drop binutils depend from x-modular.eclass, bug #385659. | Chí-Thanh Christopher Nguyễn | 2011-10-04 | 1 | -3/+2 |
| | |||||
* | fix relinking when cross-compiling with a toolchain that doesnt use /lib as ↵ | Mike Frysinger | 2011-10-03 | 1 | -0/+21 |
| | | | | its native libdir | ||||
* | clean up patch applying a bit, and add support for @GENTOO_LIBDIR@ ↵ | Mike Frysinger | 2011-10-03 | 1 | -22/+28 |
| | | | | replacements in patches | ||||
* | Fix icedtea vendor match. Reported by sera. | Serkan Kaba | 2011-10-02 | 1 | -2/+2 |
| | |||||
* | Add sandbox exceptions for icedtea:7. Reported by sera. | Serkan Kaba | 2011-10-02 | 1 | -1/+4 |
| | |||||
* | edos2unix now dies when sed fails | Mike Frysinger | 2011-09-30 | 1 | -2/+3 |
| | |||||
* | [mysql-cmake.eclass] Add CMAKE_BUILD_TYPE to mysql-cmake eclass so the ↵ | Jorge Manuel B. S. Vicetto | 2011-09-30 | 2 | -3/+5 |
| | | | | | | binaries aren't built with debug. Thanks to Greg M. [mysql_fx.eclass] Limit the creation of symlinks to the libdir so not to link to plugins. | ||||
* | add usex() helper #382963 | Mike Frysinger | 2011-09-29 | 1 | -1/+8 |
| | |||||
* | add common depend settings | Mike Frysinger | 2011-09-27 | 1 | -7/+41 |
| | |||||
* | force internal jar usage by Serkan Kaba #384291 | Mike Frysinger | 2011-09-26 | 1 | -1/+5 |
| | |||||
* | scrub more ETYPE logic | Mike Frysinger | 2011-09-26 | 1 | -52/+31 |
| | |||||
* | Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his help. | Pacho Ramos | 2011-09-25 | 1 | -1/+6 |
| | |||||
* | mysql: don't depend on mysql-init-script in Prefix | Fabian Groffen | 2011-09-25 | 2 | -4/+6 |
| | |||||
* | Adding myself as a co-maintainer. | Michał Górny | 2011-09-23 | 1 | -1/+2 |
| | |||||
* | Remove git.eclass old clones if git-2 clone succeeds. | Michał Górny | 2011-09-23 | 1 | -11/+27 |
| | |||||
* | Try to migrate git.eclass checkouts to the new eclass. | Michał Górny | 2011-09-23 | 1 | -1/+13 |
| | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=383761 | ||||
* | Ensure EGIT_LOCAL_NONBARE doesn't leak in from env. | Michał Górny | 2011-09-23 | 1 | -1/+2 |
| | |||||
* | Mark internal functions @INTERNAL. | Michał Górny | 2011-09-23 | 1 | -1/+13 |
| | |||||
* | Move pushd/popds within conditional to avoid needless exec. | Michał Górny | 2011-09-23 | 1 | -3/+3 |
| | |||||
* | Simplify bare/non-bare logic. | Michał Górny | 2011-09-23 | 1 | -14/+8 |
| | |||||
* | Drop redundant EGIT_LOCAL_NONBARE setting. | Michał Górny | 2011-09-23 | 1 | -2/+1 |
| | | | | It is set later in the function anyway. | ||||
* | Replace redundant $? checks with explicit if..fi. | Michał Górny | 2011-09-23 | 1 | -5/+3 |
| | |||||
* | Drop -n & -z test operators -- they're redundant in [[ ]]. | Michał Górny | 2011-09-23 | 1 | -24/+22 |
| | |||||
* | Remove unnecessary scary trailing-slash check for EGIT_REPO_URI. | Michał Górny | 2011-09-23 | 1 | -2/+2 |
| | | | | If the slash is not there, ${EGIT_REPO_URI%/} will simply do nothing. |