summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* send nscd output to /dev/null so we don't dump ugly warnings when running as ↵Mike Frysinger2011-10-271-2/+3
| | | | non-root
* unify/update EBUILD_PHASE checks, and simplify ↵Mike Frysinger2011-10-271-27/+28
| | | | egethome/egetshell/is-login-disabled funcs a bit
* split out user management helpers into a dedicated eclassMike Frysinger2011-10-273-437/+446
|
* drop AS export since get_abi_ASFLAGS no longer existsMike Frysinger2011-10-271-2/+1
|
* pull out huse() from toolchain.eclass and into use_if_iuse() in ↵Mike Frysinger2011-10-262-16/+22
| | | | eutils.eclass as this is generally useful
* Fixing the dupe of IUSE nosspMagnus Granberg2011-10-261-2/+1
|
* Upstream now has 3.x tarballs in a directory called 3.x. Look for tarballs ↵Mike Pagano2011-10-241-2/+3
| | | | in this directory
* vdr-plugin.eclass; fixed locale DIR, changed up from ↵Jörg Bornkessel2011-10-241-2/+2
| | | | >=media-video/vdr-1.6.0_p2-r7
* Use RbConfig instead of Config to get ruby configuration values, since ↵Hans de Graaff2011-10-241-6/+6
| | | | Config is now deprecated in Ruby 1.9 and all current implementations of ruby support RbConfig.
* Check if the jruby is also in IUSE before checking if it is enabled.Tomas Chvatal2011-10-221-2/+2
|
* Use MERGE_TYPE variable only for EAPI=4, bug 385589Andreas K. Hüttel2011-10-211-5/+9
|
* ELISP_PATCHES is a space separated list.Ulrich Müller2011-10-211-3/+4
|
* Add java-ant_remove-taskdef()s --name parameter that removes only tasks of ↵Vlastimil Babka2011-10-211-5/+13
| | | | given name. Patch by Ralph Sennhauser <gentoo.sera@bluewin.ch>, bug #387983.
* Add support for Rubinius (rbx) target.Hans de Graaff2011-10-211-1/+9
|
* Switch to virtual/rubygems in preparation of adding ruby targets with ↵Hans de Graaff2011-10-211-5/+5
| | | | bundled rubygems.
* Remove unneeded dev-ruby/rubygems dependency since this is already covered ↵Hans de Graaff2011-10-211-3/+2
| | | | by ruby-fakegem.
* simplify get_abi_var logic a bitMike Frysinger2011-10-171-12/+2
|
* add econf_build helper for cross-compiling some packagesMike Frysinger2011-10-171-2/+69
|
* add a huse() helper to avoid QA warnings when checking features that are not ↵Mike Frysinger2011-10-171-11/+15
| | | | enabled
* prepare eclass for 4.8.0_rcMarkos Chandras2011-10-161-3/+3
|
* Remove support for deprecated EAPI=3.Samuli Suominen2011-10-151-2/+2
|
* Make python.eclass not die on EAPI-4. This has been OK-ed by python team ↵Paweł Hajdan2011-10-151-2/+2
| | | | lead: http://archives.gentoo.org/gentoo-dev/msg_c211342132e8ee5249861eb6503b3ddd.xml
* delete unused functionsMike Frysinger2011-10-141-38/+2
|
* Use elibtoolize from libtool.eclass to fix libtool magic.Michał Górny2011-10-141-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órny2011-10-141-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 PrefixFabian Groffen2011-10-111-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 Graaff2011-10-091-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ü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
| | | | (Patch by Arfrever.)
* Fix calculation of test hook function name in _python_test_hook().Dirkjan Ochtman2011-10-071-9/+9
| | | | (Patch by Arfrever.)
* Fix synchronization of variables in wrapper scripts generated byDirkjan Ochtman2011-10-071-26/+48
| | | | python_generate_wrapper_scripts(). (Patch by Arfrever.)
* Improve support for SELinux in python_merge_intermediate_installation_images().Dirkjan Ochtman2011-10-071-2/+2
| | | | (Patch by Arfrever.)
* Respect options from shebangs of target scripts in wrapper scripts generatedDirkjan Ochtman2011-10-071-7/+13
| | | | by python_generate_wrapper_scripts(). (Patch by Arfrever.)
* [mysql-v2.eclass] Add some fixes.Jorge Manuel B. S. Vicetto2011-10-071-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 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 ↵Hans de Graaff2011-10-051-2/+4
| | | | 384901. Thanks to matsuu for diagnosis and patch.
* 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 ↵Mike Frysinger2011-10-031-0/+21
| | | | its native libdir
* clean up patch applying a bit, and add support for @GENTOO_LIBDIR@ ↵Mike Frysinger2011-10-031-22/+28
| | | | replacements in patches
* 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 ↵Jorge Manuel B. S. Vicetto2011-09-302-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 #382963Mike Frysinger2011-09-291-1/+8
|