Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | drop ECVS_SUBDIR as nothing in the tree uses it | Mike Frysinger | 2013-01-22 | 1 | -4/+1 | |
| | ||||||
* | convert to bash style through out | Mike Frysinger | 2013-01-22 | 1 | -136/+125 | |
| | ||||||
* | add multiple inclusion protection | Mike Frysinger | 2013-01-22 | 1 | -2/+7 | |
| | ||||||
* | Check PYTHON_COMPAT for validity, and support disabling implementations in ↵ | Michał Górny | 2013-01-21 | 5 | -34/+112 | |
| | | | | the eclass. | |||||
* | Set PKG_CONFIG_{LIBDIR,PATH} for multilib builds. Approved by vapier in bug ↵ | Michał Górny | 2013-01-21 | 2 | -5/+11 | |
| | | | | #453206. | |||||
* | Bug #430836 from prefix team missed an eclass. | Robin H. Johnson | 2013-01-21 | 1 | -2/+3 | |
| | ||||||
* | Enable EAPI=5. | Michał Górny | 2013-01-20 | 2 | -4/+7 | |
| | ||||||
* | Do not redirect stderr of pushd&popd. Thanks to vapier for catching that. | Michał Górny | 2013-01-20 | 2 | -4/+7 | |
| | ||||||
* | Finally commit readme.gentoo.eclass to create a README.gentoo doc file ↵ | Pacho Ramos | 2013-01-20 | 2 | -1/+111 | |
| | | | | recording tips shown via elog messages first time the package is merged. | |||||
* | Bug #402803: keepdir fix. | Robin H. Johnson | 2013-01-20 | 1 | -3/+2 | |
| | ||||||
* | Bug #430836: eprefix paths in my.cnf. | Robin H. Johnson | 2013-01-20 | 1 | -2/+3 | |
| | ||||||
* | Bug #430820: Prefix fix. | Robin H. Johnson | 2013-01-20 | 1 | -2/+2 | |
| | ||||||
* | Sync mysql eclasses from overlay. Includes fix for bug #434552, support for ↵ | Robin H. Johnson | 2013-01-20 | 3 | -24/+43 | |
| | | | | google-mysql, new configurations. | |||||
* | No EPREFIX with helper functions | Justin Lecher | 2013-01-18 | 2 | -5/+8 | |
| | ||||||
* | Bump CMAKE_MIN_VERSION to 2.8.8, required minimum for new KDE packages and ↵ | Chris Reffett | 2013-01-17 | 1 | -2/+2 | |
| | | | | nothing <2.8.9 in the tree anyway | |||||
* | Enable webrtc for all archs again | Jory Pratt | 2013-01-16 | 2 | -9/+5 | |
| | ||||||
* | Drop deprecated SCROLLKEEPER_UPDATE and switch to in_iuse. | Gilles Dartiguelongue | 2013-01-16 | 2 | -9/+7 | |
| | ||||||
* | Update eclass documentation to be correclty parsed, bug #452204. | Gilles Dartiguelongue | 2013-01-16 | 3 | -17/+23 | |
| | ||||||
* | Be graceful if no system vm is set if trying to determine build vm from handle. | Ralph Sennhauser | 2013-01-16 | 2 | -11/+12 | |
| | ||||||
* | Migrate Mozilla packages to python-any-r1 for build-time Python dep. | Michał Górny | 2013-01-16 | 2 | -7/+13 | |
| | ||||||
* | Fix python dep so pysqlite can go away | Jory Pratt | 2013-01-16 | 2 | -3/+6 | |
| | ||||||
* | Fix localRESULT typo in linux_chkconfig_builtin. | Zac Medico | 2013-01-16 | 2 | -4/+7 | |
| | ||||||
* | DECRIPTION -> DESCRIPTION (bug #451654 by Christopher Schwan). | Jeroen Roovers | 2013-01-15 | 1 | -1/+4 | |
| | ||||||
* | @THANKS is no keywords | Justin Lecher | 2013-01-15 | 2 | -4/+8 | |
| | ||||||
* | Fix typo | Justin Lecher | 2013-01-15 | 2 | -3/+6 | |
| | ||||||
* | Drop go support for 4.6 - broken by newer glibc versions and upstream ↵ | Ryan Hill | 2013-01-15 | 2 | -4/+8 | |
| | | | | recommends it not be used. | |||||
* | fix up style -- no tabs after `local` | Mike Frysinger | 2013-01-14 | 1 | -16/+11 | |
| | ||||||
* | Allow ebuild override of eclass generated econf. | Gilles Dartiguelongue | 2013-01-13 | 2 | -13/+16 | |
| | ||||||
* | Provide best implementation's build dir in python_*_all() as BUILD_DIR to ↵ | Michał Górny | 2013-01-12 | 2 | -3/+9 | |
| | | | | make use of esetup.py easier. | |||||
* | Pass arguments to setup.py in an predictable order, especially do not ↵ | Michał Górny | 2013-01-12 | 2 | -14/+19 | |
| | | | | prepend commands before user options. | |||||
* | Support specifying directories in DOCS. | Michał Górny | 2013-01-12 | 2 | -3/+6 | |
| | ||||||
* | Do not call dummy phases unnecessarily. | Michał Górny | 2013-01-12 | 2 | -8/+5 | |
| | ||||||
* | rewrite linker scripts and symlinks too when moving lib32 | Mike Frysinger | 2013-01-12 | 1 | -1/+17 | |
| | ||||||
* | Don't check for twice, but check for redirect support, #445244; thanks ↵ | Justin Lecher | 2013-01-12 | 1 | -1/+5 | |
| | | | | Andrey Hippo for the patch | |||||
* | Don't check for twice, but check for redirect support, #445244; thanks ↵ | Justin Lecher | 2013-01-12 | 1 | -5/+4 | |
| | | | | Andrey Hippo for the patch | |||||
* | Add new eclass | Justin Lecher | 2013-01-11 | 2 | -1/+136 | |
| | ||||||
* | Close the lock file explicitly instead of relying on the subshell created by ↵ | Mike Gilbert | 2013-01-11 | 2 | -3/+13 | |
| | | | | the pipe to tee in distutils-r1_run_phase. | |||||
* | Use locks to avoid race conditions when merging (bug #449760). Use tar ↵ | Michał Górny | 2013-01-10 | 2 | -5/+41 | |
| | | | | instead of cp on FreeBSD due to bug when copying broken symlinks (bug #447370). | |||||
* | added documentation for an undocumented override variable | Ian Stakenvicius | 2013-01-09 | 2 | -3/+9 | |
| | ||||||
* | Fix the PYTHON_SINGLE_TARGET validity check. | Michał Górny | 2013-01-08 | 2 | -9/+14 | |
| | ||||||
* | Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather ↵ | Michał Górny | 2013-01-08 | 3 | -7/+67 | |
| | | | | than using REQUIRED_USE. Fixes bug #447808. | |||||
* | Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on ↵ | Sergei Trofimovich | 2013-01-06 | 3 | -10/+23 | |
| | | | | 'ghc'. | |||||
* | Support overriding job-count for parallel build. | Michał Górny | 2013-01-05 | 2 | -16/+35 | |
| | ||||||
* | Support converting files with python2 and python3 shebangs. | Michał Górny | 2013-01-05 | 2 | -4/+23 | |
| | ||||||
* | Always write split logs, even in non-parallel builds. | Michał Górny | 2013-01-05 | 2 | -3/+6 | |
| | ||||||
* | Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512. | Zac Medico | 2013-01-05 | 2 | -4/+13 | |
| | ||||||
* | Sync eclasses from Emacs overlay. | Ulrich Müller | 2013-01-04 | 3 | -13/+23 | |
| | | | | | | | | elisp-common.eclass: Remove last remnants of backwards compatibility code from elisp-site-regen which was introduced at 2007-12-01. Distinguish between "version too low" and "could not determine version" in elisp_pkg_setup. elisp.eclass: Return 2 as exit status of elisp-need-emacs if the comparison could not be done, e.g., if emacs could not be executed. | |||||
* | fixed typo, thx to Martin Dummer on irc #vdr-gentoo | Jörg Bornkessel | 2013-01-04 | 2 | -4/+7 | |
| | ||||||
* | addpredict /usr/lib/portage/pym in distutils-r1_src_install. | Mike Gilbert | 2013-01-04 | 2 | -2/+6 | |
| | ||||||
* | Don't tell the user to set USE_PYTHON when a package does not support ↵ | Mike Gilbert | 2013-01-04 | 2 | -2/+14 | |
| | | | | python2.7 or python3.2. |