summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last rited eclass.Michał Górny2013-11-111-413/+0
|
* Sync with qt overlay. Changes should affect only live ebuilds.Davide Pesavento2013-11-112-7/+7
|
* Read all shebangs before moving files to avoid breaking symlinks that are ↵Michał Górny2013-11-112-18/+35
| | | | going to be scanned.
* Add a yard recipe for creating documentation.Hans de Graaff2013-11-092-4/+16
|
* Revert previous and instead include the build log and some other info. Don'tRyan Hill2013-11-092-9/+18
| | | | pollute the build dir.
* Rename config.log tarball in the hope that people will stop attaching it toRyan Hill2013-11-092-4/+9
| | | | build failures.
* .Ryan Hill2013-11-071-3/+2
|
* Temporarily build with -j1 on sparc due to random ICEs encountered byRyan Hill2013-11-072-3/+14
| | | | | multiple people (bug #457062).
* Update for libmudflap removal.Ryan Hill2013-11-052-3/+7
|
* Initialize cert_opt to an empty array instead of an empty string. Reported ↵Mike Gilbert2013-11-042-3/+7
| | | | by Kristian Fiskerstrand.
* Don't create site-gentoo.el in postrm phase.Ulrich Müller2013-11-042-2/+10
|
* Fix python-utils-r1 tests to accomodate versions in PYTHON_PKG_DEP.Michał Górny2013-11-032-5/+8
|
* kernel-2.eclass: Trivial change to support patches with pre-defined patch ↵Tom Wijsman2013-11-022-3/+6
| | | | levels.
* Add -fno-builtin* to ALLOWED_FLAGS - requested by Justin Vrooman.Ryan Hill2013-11-022-3/+6
|
* Account for leading whitespace in append-cflags tests.Ryan Hill2013-11-022-3/+6
|
* Fix parallel checkout race conditions, bug #489280.Michał Górny2013-10-302-3/+22
|
* Switch the eclasses to use dev-lang/python-exec.Michał Górny2013-10-304-12/+16
|
* Create a fake ".git" directory inside the checkout to satisfy git rev-parse ↵Michał Górny2013-10-272-2/+11
| | | | uses in build systems. Bug #489100.
* Strip sub-slot from local repo IDs.Michał Górny2013-10-272-5/+8
|
* Remove deprecated functions.Michał Górny2013-10-272-40/+5
|
* Consider -frecord-gcc-switches a safe flag and do not strip it with strip-flags.Michał Górny2013-10-272-3/+7
|
* Fix distutils-r1_python_install to strip --install-scripts= rather than ↵Michał Górny2013-10-262-18/+43
| | | | passing "install" twice to override it. Fixes compatibility with dev-python/paver.
* Fix handling relative submodule paths.Michał Górny2013-10-262-3/+15
|
* Fix failing to pass default install arguments when user passes an additional ↵Michał Górny2013-10-222-3/+7
| | | | command. Reported by radhermit.
* Introduce a "common" python_setup function to set up Python for use in outer ↵Michał Górny2013-10-224-15/+54
| | | | scope.
* Support installing Python scripts with custom --install-scripts argument. ↵Michał Górny2013-10-222-12/+36
| | | | Bug #487788.
* Add systemd_enable_ntpunit wrt bug #458132.Michał Górny2013-10-222-2/+52
|
* Updates from qt overlay: drop USE="c++0x" from 4.8.5 and later versions; ↵Davide Pesavento2013-10-202-18/+20
| | | | warn on downgrades instead of dying.
* make doc installation part of default multilib_src_install_all() wrt #483304Julian Ospald2013-10-202-15/+7
|
* added prefix support (bug #485534)Christoph Junghans2013-10-172-3/+7
|
* Remove .la files for libasan and libtsan. They reference non-existentRyan Hill2013-10-152-2/+8
| | | | | libstdc++.la when fixlafiles is disabled/unsupported, and -fsanitize doesn't work with -static anyways. (bug #487550)
* Fix over-use of ||die.Michał Górny2013-10-142-3/+6
|
* Add qtbearer to nolibx11_pkgsDavide Pesavento2013-10-142-3/+6
|
* Switch to git-r3.eclassDavide Pesavento2013-10-142-6/+11
|
* Add missing "die" calls as reported by Nikoli.Michał Górny2013-10-142-8/+11
|
* Respect EVCS_OFFLINE in git-r3_fetch.Michał Górny2013-10-132-4/+7
|
* gen_usr_ldscript: handle the gold linker when generating the OUTPUT_FORMAT ↵Mike Frysinger2013-10-121-2/+10
| | | | section #487696 by Michał Górny
* split the FIFO fd into two (one ro and one rw) to avoid POSIX undefined ↵Mike Frysinger2013-10-121-6/+9
| | | | behavior #487056 by Alan Hourihane
* strip-flags: log changes when they happen for user to see #487104Mike Frysinger2013-10-121-1/+4
|
* add amd64-fbsd keywordsAlexis Ballier2013-10-121-3/+3
|
* Use readme.gentoo.eclass (bug #457594).Jeroen Roovers2013-10-122-3/+24
|
* Do not look up Python for binary package install.Michał Górny2013-10-122-2/+9
|
* avoid changing to $S just to create the env.d -- use $T insteadMike Frysinger2013-10-111-4/+3
|
* add multiple inherit protectionMike Frysinger2013-10-111-3/+8
|
* Do not alter HOME and TMPDIR when single impl is being used. This may ↵Michał Górny2013-10-102-5/+11
| | | | work-around bug #487260.
* Fix pypy dependency.Michał Górny2013-10-092-3/+6
|
* Bump dependencies on Python interpreters to require newest stable versions. ↵Michał Górny2013-10-092-11/+20
| | | | Bug #463532.
* Skip submodules that have update=none specified in config. Fixes bug #487262.Michał Górny2013-10-092-2/+10
|
* Fix git-r3 -> git-2 dependency leak, as noted in bug #487026.Michał Górny2013-10-083-4/+10
|
* Remove deprecated autotools-utils_autoreconf.Michał Górny2013-10-082-80/+5
|