summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)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 ↵Michał Górny2013-02-262-2/+7
| | | | the warning).
* 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
| | | | fallback.
* 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 ↵Pacho Ramos2013-02-242-33/+15
| | | | #458728 that was caused by quoting IUSE. Thanks a lot to mgorny for doing the work.
* Also set the RUBY_FAKEGEM_DOCDIR default for the rake recipe. This fixes a ↵Hans de Graaff2013-02-241-4/+5
| | | | regression manifested by bug 458506.
* 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 depricatedJörg 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: ↵Robin H. Johnson2013-02-133-4/+56
| | | | USE=pam support.
* Fix typo: extra apostrophe being shell syntax error.Michael Haubenwallner2013-02-122-2/+6
|
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-111-1/+5
|
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-112-10/+16
|
* 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 ↵Michał Górny2013-02-102-2/+60
| | | | issues with PyPy, setuptools and namespaces.
* 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 ↵Michał Górny2013-02-102-2/+10
| | | | source of file collisions.
* if KERNEL_DIR is pointing to the object output, figure out the source dir ↵Mike Frysinger2013-02-101-2/+9
| | | | and setup KBUILD_OUTPUT automatically #454294 by Łukasz Stelmach
* 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 ↵Mike Frysinger2013-02-101-22/+21
| | | | check /.config #382787 by bay
* 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 ↵Michael Palimaka2013-02-072-35/+104
| | | | support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746.
* 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 ↵Pacho Ramos2013-02-042-24/+32
| | | | echo in the autoformatting way to let people control it with sequences recognized by it (see man echo), fix it to work ok with prebuilt packages (#455030 by Brian Harring, Zac Medico and Fabio Erculiani)
* Introduce python_get_library_path() to obtain the path to the Python ↵Michał Górny2013-02-042-2/+49
| | | | library. Required by dev-python/shiboken.
* Introduce python_newscript(), to install scripts with renaming. Requested in ↵Michał Górny2013-02-042-12/+42
| | | | bug #454640.
* Remove remaining (obsolete) kdeprefix references. Needed so we dont run into ↵Andreas K. Hüttel2013-02-022-28/+2
| | | | trouble since "4.10"<"4.6" ...
* Introduce a common multilib-build eclass to help building packages for ↵Michał Górny2013-02-013-81/+187
| | | | multilib, and use the new ABI_X86 flags in it.