summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change formatting tool as discussed with Ulrich Müller in bug #460050, ↵Pacho Ramos2013-03-031-1/+5
| | | | thanks a lot to him for his help.
* Qt category move.Davide Pesavento2013-03-031-1/+5
|
* Remove blockers: portage is perfectly capable of handling our deps correctly ↵Davide Pesavento2013-03-021-1/+5
| | | | by itself nowadays.
* Improve the no-multilib fallback to respect ${ABI} set by multilib-portage.Michał Górny2013-03-021-1/+4
|
* Remove deprecation warnings wrt bug #452160. The code will not be removed ↵Michał Górny2013-03-021-1/+5
| | | | anymore since the eclass will be deprecated at some point.
* Run *_all() phases in best-impl sources, in an in-source build.Michał Górny2013-03-021-1/+4
|
* Override build locations and set PYTHONPATH in in-source builds, to increase ↵Michał Górny2013-03-021-1/+5
| | | | compatibility with out-of-source builds.
* In-source builds: append "build/" subdir to the BUILD_DIR variable. It can ↵Michał Górny2013-03-021-1/+5
| | | | be used alike in out-of-source builds now.
* Enable x32 ABI support.Michał Górny2013-02-271-1/+4
|
* Export src_prepare() explicitly rather than implicitly through inherits.Michał Górny2013-02-271-1/+4
|
* Update description.Michał Górny2013-02-271-1/+4
|
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-271-1/+5
|
* Run header checksumming function only if /usr/include exists (IOW: silence ↵Michał Górny2013-02-261-1/+5
| | | | the warning).
* Enable writing split build logs.Michał Górny2013-02-261-1/+4
|
* prune_libtool_files: support running without pkg-config installed, using sed ↵Michał Górny2013-02-261-1/+5
| | | | fallback.
* Re-enable split logs, now directly handled by python*_foreach_impl().Michał Górny2013-02-261-1/+4
|
* Re-use python_parallel_foreach_impl() in distutils-r1.Michał Górny2013-02-261-1/+4
|
* Introduce the parallel variant of python_foreach_impl().Michał Górny2013-02-261-1/+5
|
* Make python_foreach_impl() non-fatal, expect explicit die inside or outside.Michał Górny2013-02-261-1/+4
|
* Bump the emul-linux-x86 blocker to match the new release.Michał Górny2013-02-251-1/+4
|
* Allow headers installation, bug #458784Pacho Ramos2013-02-241-1/+4
|
* Introduce multilib support for xlibs.Michał Górny2013-02-241-1/+4
|
* Drop versionator eclass as it's not needed for a long time, also fixes bug ↵Pacho Ramos2013-02-241-1/+6
| | | | #458728 that was caused by quoting IUSE. Thanks a lot to mgorny for doing the work.
* Fix passing arguments to phases.Michał Górny2013-02-221-1/+4
|
* Support EXAMPLES to install examples in a consistent manner.Michał Górny2013-02-211-1/+4
|
* vdr-plugin.eclass, add eerror to get .eclass depricatedJörg Bornkessel2013-02-181-1/+4
|
* Make it possible to bypass license check from ebuildsJustin Lecher2013-02-141-1/+4
|
* Drop KEYWORDS from eclass, #342185Justin Lecher2013-02-141-1/+4
|
* Fix typo: extra apostrophe being shell syntax error.Michael Haubenwallner2013-02-121-1/+5
|
* Support DOCS=() to disable installing documentation.Michał Górny2013-02-111-1/+5
|
* Temporarily disable egg_info since it causes problems with installing scripts.Michał Górny2013-02-101-1/+5
|
* Introduce cmake-utils wrapper eclass for multilib.Michał Górny2013-02-101-1/+4
|
* Move header checking function into multilib-build for wider reuse.Michał Górny2013-02-101-1/+5
|
* QA-warn if epunt_cxx does not find any checks to punt.Michał Górny2013-02-101-1/+4
|
* Introduce a function to install package for running tests, solving all the ↵Michał Górny2013-02-101-1/+5
| | | | issues with PyPy, setuptools and namespaces.
* Override egg-info write location in out-of-source builds.Michał Górny2013-02-101-1/+4
|
* Error out if "tests" package is installed. This is a common mistake and a ↵Michał Górny2013-02-101-1/+5
| | | | source of file collisions.
* Document the src_unpack() function. Requested in bug #456160.Michał Górny2013-02-081-1/+4
|
* Bump CMake minimum version to latest stable.Michael Palimaka2013-02-081-1/+4
|
* Fixing confusing message in distutils.eclassPatrick Lauer2013-02-081-1/+7
|
* Export src_prepare. Improve support for dev-util/ninja wrt bug #439608. Add ↵Michael Palimaka2013-02-071-1/+5
| | | | support for CMAKE_DISABLE_FIND_PACKAGE wrt bug #453746.
* [eclass] Version bump KDE SC 4.10.0Alexey Shvetsov2013-02-071-1/+5
|
* Add a variable to stop autoformatting when not desired, use '-e' option for ↵Pacho Ramos2013-02-041-1/+7
| | | | 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-041-1/+5
| | | | library. Required by dev-python/shiboken.
* Introduce python_newscript(), to install scripts with renaming. Requested in ↵Michał Górny2013-02-041-1/+5
| | | | bug #454640.
* Introduce a common multilib-build eclass to help building packages for ↵Michał Górny2013-02-011-1/+6
| | | | multilib, and use the new ABI_X86 flags in it.
* Allow build of multiple plugins in different directories. Make variables ↵Gilles Dartiguelongue2013-01-311-1/+5
| | | | more easily override-able.
* Add EAPI 5 sub-slot dependency on x11-base/xorg-server for packages which ↵Chí-Thanh Christopher Nguyễn2013-01-311-1/+6
| | | | require rebuilding when the server is upgraded.
* Additional files also must be versioned as they change between versions.Tomas Chvatal2013-01-311-1/+4
|
* Use (-) USE-defaults to reduce issues from removing flags.Michał Górny2013-01-301-1/+5
|