summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Enable x32 ABI support.Michał Górny2013-02-272-2/+6
* Export src_prepare() explicitly rather than implicitly through inherits.Michał Górny2013-02-272-3/+10
* Update description.Michał Górny2013-02-272-5/+8
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-274-81/+67
* Run header checksumming function only if /usr/include exists (IOW: silence th...Michał Górny2013-02-262-2/+7
* Enable writing split build logs.Michał Górny2013-02-262-5/+9
* prune_libtool_files: support running without pkg-config installed, using sed ...Michał Górny2013-02-262-9/+30
* Re-enable split logs, now directly handled by python*_foreach_impl().Michał Górny2013-02-262-5/+18
* Re-use python_parallel_foreach_impl() in distutils-r1.Michał Górny2013-02-262-56/+12
* Introduce the parallel variant of python_foreach_impl().Michał Górny2013-02-263-11/+61
* Make python_foreach_impl() non-fatal, expect explicit die inside or outside.Michał Górny2013-02-262-5/+17
* Bump the emul-linux-x86 blocker to match the new release.Michał Górny2013-02-252-3/+6
* Allow headers installation, bug #458784Pacho Ramos2013-02-242-3/+6
* Introduce multilib support for xlibs.Michał Górny2013-02-242-9/+39
* Drop versionator eclass as it's not needed for a long time, also fixes bug #4...Pacho Ramos2013-02-242-33/+15
* Also set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a re...Hans de Graaff2013-02-241-4/+5
* Fix passing arguments to phases.Michał Górny2013-02-222-7/+10
* Support EXAMPLES to install examples in a consistent manner.Michał Górny2013-02-212-6/+34
* vdr-plugin.eclass, add eerror to get .eclass depricatedJoerg Bornkessel2013-02-182-3/+11
* Make it possible to bypass license check from ebuildsJustin Lecher2013-02-142-31/+47
* Drop KEYWORDS from eclass, #342185Justin Lecher2013-02-142-3/+5
* Bug #455462: Libtool cleanup; Bug #455016: mariadb mytop deps; Bug #448598: U...Robin H. Johnson2013-02-133-4/+56
* Fix typo: extra apostrophe being shell syntax error.Michael Haubenwallner2013-02-122-2/+6
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-113-11/+21
* Temporarily disable egg_info since it causes problems with installing scripts.Michał Górny2013-02-102-7/+12
* Introduce cmake-utils wrapper eclass for multilib.Michał Górny2013-02-102-1/+60
* Move header checking function into multilib-build for wider reuse.Michał Górny2013-02-103-31/+46
* QA-warn if epunt_cxx does not find any checks to punt.Michał Górny2013-02-102-5/+14
* Introduce a function to install package for running tests, solving all the is...Michał Górny2013-02-102-2/+60
* Override egg-info write location in out-of-source builds.Michał Górny2013-02-102-2/+12
* Error out if "tests" package is installed. This is a common mistake and a sou...Michał Górny2013-02-102-2/+10
* if KERNEL_DIR is pointing to the object output, figure out the source dir and...Mike Frysinger2013-02-101-2/+9
* delete empty depend varsMike Frysinger2013-02-101-4/+1
* use emake rather than make to extract variable values #373151 by Kevin PyleMike Frysinger2013-02-101-2/+4
* if KV_OUT_DIR is not set, do not let linux_config_src_exists implicitly check...Mike Frysinger2013-02-101-22/+21
* add test using version from #404371Mike Frysinger2013-02-101-7/+8
* update snapshot location to use gcc.gnu.org #455152Mike Frysinger2013-02-091-7/+6
* update HOMEPAGE to use sourceware.org #455152Mike Frysinger2013-02-091-2/+2
* Document the src_unpack() function. Requested in bug #456160.Michał Górny2013-02-082-3/+12
* Bump CMake minimum version to latest stable.Michael Palimaka2013-02-082-3/+6
* Fixing confusing message in distutils.eclassPatrick Lauer2013-02-082-7/+13
* Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add s...Michael Palimaka2013-02-072-35/+104
* automatically add subslot deps on ocaml for eapis that support itAlexis Ballier2013-02-071-2/+3
* [eclass] Version bump KDE SC 4.10.0Alexey Shvetsov2013-02-075-42/+43
* Add a variable to stop autoformatting when not desired, use '-e' option for e...Pacho Ramos2013-02-042-24/+32
* Introduce python_get_library_path() to obtain the path to the Python library....Michał Górny2013-02-042-2/+49
* Introduce python_newscript(), to install scripts with renaming. Requested in ...Michał Górny2013-02-042-12/+42
* Remove remaining (obsolete) kdeprefix references. Needed so we dont run into ...Andreas Hüttel2013-02-022-28/+2
* Introduce a common multilib-build eclass to help building packages for multil...Michał Górny2013-02-013-81/+187
* Allow build of multiple plugins in different directories. Make variables more...Gilles Dartiguelongue2013-01-312-32/+49