summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only display vim plugin help elog messages for new installs.Tim Harder2013-01-241-1/+4
|
* Add dummy dir to avoid sandbox violations when emerging with ↵Justin Lecher2013-01-231-1/+5
| | | | FEATURES=-userpriv, #437512
* Add support for license server, #447262Justin Lecher2013-01-231-1/+4
|
* Check PYTHON_COMPAT for validity, and support disabling implementations in ↵Michał Górny2013-01-211-1/+6
| | | | the eclass.
* Set PKG_CONFIG_{LIBDIR,PATH} for multilib builds. Approved by vapier in bug ↵Michał Górny2013-01-211-1/+5
| | | | #453206.
* Enable EAPI=5.Michał Górny2013-01-201-1/+4
|
* Do not redirect stderr of pushd&popd. Thanks to vapier for catching that.Michał Górny2013-01-201-1/+4
|
* Finally commit readme.gentoo.eclass to create a README.gentoo doc file ↵Pacho Ramos2013-01-201-1/+5
| | | | recording tips shown via elog messages first time the package is merged.
* No EPREFIX with helper functionsJustin Lecher2013-01-181-1/+4
|
* Enable webrtc for all archs againJory Pratt2013-01-161-1/+4
|
* Drop deprecated SCROLLKEEPER_UPDATE and switch to in_iuse.Gilles Dartiguelongue2013-01-161-1/+4
|
* Update eclass documentation to be correclty parsed, bug #452204.Gilles Dartiguelongue2013-01-161-1/+5
|
* Be graceful if no system vm is set if trying to determine build vm from handle.Ralph Sennhauser2013-01-161-1/+5
|
* Migrate Mozilla packages to python-any-r1 for build-time Python dep.Michał Górny2013-01-161-1/+4
|
* Fix python dep so pysqlite can go awayJory Pratt2013-01-161-1/+4
|
* Fix localRESULT typo in linux_chkconfig_builtin.Zac Medico2013-01-161-1/+4
|
* DECRIPTION -> DESCRIPTION (bug #451654 by Christopher Schwan).Jeroen Roovers2013-01-151-1/+4
|
* @THANKS is no keywordsJustin Lecher2013-01-151-1/+4
|
* Fix typoJustin Lecher2013-01-151-1/+4
|
* Drop go support for 4.6 - broken by newer glibc versions and upstream ↵Ryan Hill2013-01-151-1/+5
| | | | recommends it not be used.
* Allow ebuild override of eclass generated econf.Gilles Dartiguelongue2013-01-131-1/+4
|
* Provide best implementation's build dir in python_*_all() as BUILD_DIR to ↵Michał Górny2013-01-121-1/+5
| | | | make use of esetup.py easier.
* Pass arguments to setup.py in an predictable order, especially do not ↵Michał Górny2013-01-121-1/+5
| | | | prepend commands before user options.
* Support specifying directories in DOCS.Michał Górny2013-01-121-1/+4
|
* Do not call dummy phases unnecessarily.Michał Górny2013-01-121-1/+4
|
* Don't check for twice, but check for redirect support, #445244; thanks ↵Justin Lecher2013-01-121-1/+5
| | | | Andrey Hippo for the patch
* Add new eclassJustin Lecher2013-01-111-1/+4
|
* Close the lock file explicitly instead of relying on the subshell created by ↵Mike Gilbert2013-01-111-1/+5
| | | | the pipe to tee in distutils-r1_run_phase.
* Use locks to avoid race conditions when merging (bug #449760). Use tar ↵Michał Górny2013-01-101-1/+6
| | | | instead of cp on FreeBSD due to bug when copying broken symlinks (bug #447370).
* added documentation for an undocumented override variableIan Stakenvicius2013-01-091-1/+4
|
* Fix the PYTHON_SINGLE_TARGET validity check.Michał Górny2013-01-081-1/+4
|
* Manually check PYTHON_TARGETS and PYTHON_SINGLE_TARGET for validity rather ↵Michał Górny2013-01-081-1/+6
| | | | than using REQUIRED_USE. Fixes bug #447808.
* Added 'ghc-supports-threaded-runtime' function. Removed implicit RDEPEND on ↵Sergei Trofimovich2013-01-061-1/+6
| | | | 'ghc'.
* Support overriding job-count for parallel build.Michał Górny2013-01-051-1/+4
|
* Support converting files with python2 and python3 shebangs.Michał Górny2013-01-051-1/+4
|
* Always write split logs, even in non-parallel builds.Michał Górny2013-01-051-1/+4
|
* Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512.Zac Medico2013-01-051-1/+4
|
* Sync eclasses from Emacs overlay.Ulrich Müller2013-01-041-1/+10
| | | | | | | | 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-gentooJoerg Bornkessel2013-01-041-1/+4
|
* addpredict /usr/lib/portage/pym in distutils-r1_src_install.Mike Gilbert2013-01-041-1/+4
|
* Don't tell the user to set USE_PYTHON when a package does not support ↵Mike Gilbert2013-01-041-1/+5
| | | | python2.7 or python3.2.
* fixed mistake for emake:-all emake:-install between old and new plugin ↵Joerg Bornkessel2013-01-031-1/+5
| | | | makefile structur, vdr-plugin-2.eclass
* ssl-cert - support mandatory enrollment and custom USE flag, bug#319529Alon Bar-Lev2013-01-031-2/+2
|
* ssl-cert - support mandatory enrollment and custom USE flagAlon Bar-Lev2013-01-031-1/+4
|
* Remove more dead code, spotted by Arfrever.Davide Pesavento2013-01-031-1/+4
|
* Remove myself from explicit maintainers, it is enough to assign the bugs to ↵Michał Górny2013-01-021-2/+8
| | | | Python team.
* Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we ↵Joerg Bornkessel2012-12-311-1/+5
| | | | do not have the chance to overwrite it with *.eclass
* vdr-plugin-2.eclass, typoJoerg Bornkessel2012-12-311-1/+4
|
* Add a function to generate dep-strings conditional to Python implementations.Michał Górny2012-12-311-1/+4
|
* Add function to get user unit directory, as requested in bug #449304.Michał Górny2012-12-311-1/+4
|