summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Turn off ruby-fakegem automatic documentation task since it is not supported ...Hans de Graaff2011-10-091-1/+2
* Clarify policy on site-init files in eclass documentation.Ulrich Müller2011-10-091-1/+3
* Fix typo in fonts.scale filename.Michał Górny2011-10-091-2/+2
* document optional args to raw-ldflagsMike Frysinger2011-10-081-2/+4
* Improve support for PyPy in python_mod_optimize(). (Patch by Arfrever.)Dirkjan Ochtman2011-10-071-5/+5
* Fix ResourceWarning in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-10-071-2/+4
* Fix calculation of test hook function name in _python_test_hook().Dirkjan Ochtman2011-10-071-9/+9
* Fix synchronization of variables in wrapper scripts generated byDirkjan Ochtman2011-10-071-26/+48
* Improve support for SELinux in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-10-071-2/+2
* Respect options from shebangs of target scripts in wrapper scripts generatedDirkjan Ochtman2011-10-071-7/+13
* [mysql-v2.eclass] Add some fixes.Jorge Manuel B. S. Vicetto2011-10-071-4/+5
* [eclass] Update kde eclassesAlexey Shvetsov2011-10-063-51/+32
* do not add extra runpath when EPREFIX is empty (bug#385839)Michael Haubenwallner2011-10-061-4/+4
* Set up java vm properly when using jruby. Fixes problems reported in bug 3849...Hans de Graaff2011-10-051-2/+4
* Fix QA warning on dosym. Thanks to Diego for fix.Tomas Chvatal2011-10-051-2/+2
* also check for README files for --foreign (reported by Mr_Bones_)Mike Frysinger2011-10-051-2/+2
* Drop binutils depend from x-modular.eclass, bug #385659.Chí-Thanh Christopher Nguyễn2011-10-041-3/+2
* fix relinking when cross-compiling with a toolchain that doesnt use /lib as i...Mike Frysinger2011-10-031-0/+21
* clean up patch applying a bit, and add support for @GENTOO_LIBDIR@ replacemen...Mike Frysinger2011-10-031-22/+28
* Fix icedtea vendor match. Reported by sera.Serkan Kaba2011-10-021-2/+2
* Add sandbox exceptions for icedtea:7. Reported by sera.Serkan Kaba2011-10-021-1/+4
* edos2unix now dies when sed failsMike Frysinger2011-09-301-2/+3
* [mysql-cmake.eclass] Add CMAKE_BUILD_TYPE to mysql-cmake eclass so the binari...Jorge Manuel B. S. Vicetto2011-09-302-3/+5
* add usex() helper #382963Mike Frysinger2011-09-291-1/+8
* add common depend settingsMike Frysinger2011-09-271-7/+41
* force internal jar usage by Serkan Kaba #384291Mike Frysinger2011-09-261-1/+5
* scrub more ETYPE logicMike Frysinger2011-09-261-52/+31
* Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his help.Pacho Ramos2011-09-251-1/+6
* mysql: don't depend on mysql-init-script in PrefixFabian Groffen2011-09-252-4/+6
* Adding myself as a co-maintainer.Michał Górny2011-09-231-1/+2
* Remove git.eclass old clones if git-2 clone succeeds.Michał Górny2011-09-231-11/+27
* Try to migrate git.eclass checkouts to the new eclass.Michał Górny2011-09-231-1/+13
* Ensure EGIT_LOCAL_NONBARE doesn't leak in from env.Michał Górny2011-09-231-1/+2
* Mark internal functions @INTERNAL.Michał Górny2011-09-231-1/+13
* Move pushd/popds within conditional to avoid needless exec.Michał Górny2011-09-231-3/+3
* Simplify bare/non-bare logic.Michał Górny2011-09-231-14/+8
* Drop redundant EGIT_LOCAL_NONBARE setting.Michał Górny2011-09-231-2/+1
* Replace redundant $? checks with explicit if..fi.Michał Górny2011-09-231-5/+3
* Drop -n & -z test operators -- they're redundant in [[ ]].Michał Górny2011-09-231-24/+22
* Remove unnecessary scary trailing-slash check for EGIT_REPO_URI.Michał Górny2011-09-231-2/+2
* Replace variable 'eval's with ${!foo}.Michał Górny2011-09-231-10/+11
* Reuse in_iuse() from eutils.eclass.Michał Górny2011-09-231-3/+3
* drop comment that bleeds into man pageMike Frysinger2011-09-231-3/+1
* handle multiline ACLOCAL_AMFLAGS #383525 by Mikael MorinMike Frysinger2011-09-232-14/+55
* add die and has_version helpersMike Frysinger2011-09-231-1/+10
* drop support for gcc-library builds as no one uses/cares about itMike Frysinger2011-09-221-193/+65
* Output actual directory in einfo message.Ulrich Müller2011-09-221-2/+2
* Introduce in_iuse() for IUSE checks.Michał Górny2011-09-211-1/+18
* disable kernel.org mirrors for now #383579Mike Frysinger2011-09-191-1/+3
* Fix the example to use explicit $(use_enable debug).Michał Górny2011-09-181-1/+2