Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virtualx.eclass: Add verbose warning about nonfatal call | 2015-12-07 | 1 | -0/+21 | |
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=517976 Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Support EAPI=6 | 2015-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Ban deprecated functionality in EAPI > 5 | 2015-12-07 | 1 | -1/+16 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Simplify API into single virtx() | 2015-12-07 | 1 | -10/+36 | |
| | | | | | | | | | The new API runs all specified arguments to virtx() inside an XFVB, instead of defining VIRTUALX_COMMAND and running that in virtualmake. Xemake and Xeconf should be replaced by "virtx emake" and "virtx econf". Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Add missing die | 2015-12-07 | 1 | -2/+3 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Whitespace cleanup | 2015-12-07 | 1 | -1/+0 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Use eqawarn instead of ewarn "QA:..." | 2015-12-07 | 1 | -11/+13 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Only source eclass once | 2015-12-07 | 1 | -0/+5 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | virtualx.eclass: Use case/esac to handle supported EAPIs | 2015-12-07 | 1 | -2/+12 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | eclass: Ignore generated manpages | 2015-12-07 | 1 | -0/+1 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | emboss-r1.eclass: fix DOC strings | 2015-12-07 | 1 | -4/+5 | |
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> | ||||
* | git-r3.eclass: Unset local function after use | 2015-12-06 | 1 | -0/+1 | |
| | |||||
* | toolchain.eclass: convert `find|xargs` to `find -exec` | 2015-12-05 | 1 | -5/+4 | |
| | |||||
* | java-utils-2.eclass: Don't leave junk in /tmp after ejunit calls | 2015-12-04 | 1 | -2/+2 | |
| | | | | Put the junk in ${T} instead. | ||||
* | perl-functions.eclass: should 'just work' in EAPI=6 | 2015-12-03 | 1 | -1/+1 | |
| | |||||
* | perl-app.eclass: die in EAPI=6, let's get rid of this silly stub | 2015-12-03 | 1 | -0/+11 | |
| | |||||
* | python-utils-r1.eclass: Change python_export_utf8_locale to deal with LC_ALL=C | 2015-12-03 | 1 | -7/+15 | |
| | | | | | | Paludis sets LC_ALL=C to ensure a 'sane' build environment. We only want to override LC_CTYPE, so we break LC_ALL into separate LC_* overrides and set LC_ALL to blank. | ||||
* | kde5-functions.eclass: Make punt_bogus_dep() case insensitive | 2015-12-03 | 1 | -2/+2 | |
| | |||||
* | systemd.eclass: Enable EAPI=6 | 2015-12-01 | 1 | -1/+1 | |
| | |||||
* | systemd.eclass: Allow systemd_update_catalog only during pkg_post* | 2015-12-01 | 1 | -1/+4 | |
| | |||||
* | systemd.eclass: Ban systemd_with_* in EAPI 6 | 2015-12-01 | 1 | -0/+10 | |
| | | | | | | Deprecate systemd_with_* and ban it in EAPI 6. Those are only convenience wrappers for systemd_get_* which barely save typing and are much less readable than explicit --with-* parameters. | ||||
* | systemd.eclass: Add missing ||die on ntp file writes | 2015-12-01 | 1 | -1/+1 | |
| | |||||
* | systemd.eclass: Remove long-deprecated systemd_to_myeconfargs | 2015-12-01 | 1 | -18/+1 | |
| | | | | | Remove systemd_to_myeconfargs function that was supposed to be removed 2013-10-11. It is no longer used by any ebuild in the repository. | ||||
* | systemd.eclass: Update the example for best practices | 2015-12-01 | 1 | -4/+3 | |
| | |||||
* | systemd.eclass: systemd_get_unitdir -> *systemunitdir for consistency | 2015-12-01 | 1 | -12/+22 | |
| | | | | | Rename systemd_get_unitdir to systemd_get_systemunitdir for consistency with other functions. Ban the old name in EAPI 6 onwards. | ||||
* | systemd.eclass: Introduce a common getter for systemd directories | 2015-12-01 | 1 | -15/+23 | |
| | | | | | | Add a _systemd_get_dir function that serves as a common getter for all directories returned by the eclass. Add proper error handling for the variable getter. | ||||
* | eutils.eclass: In EAPI conditionals, replace "has" by case statements. | 2015-12-01 | 1 | -7/+14 | |
| | |||||
* | eutils.eclass: Move all deprecated functions to the end. | 2015-12-01 | 1 | -210/+213 | |
| | |||||
* | eutils.eclass: Disable epatch_user in EAPI 6. | 2015-12-01 | 1 | -6/+8 | |
| | | | | EAPI 6 has eapply_user which should be used instead. | ||||
* | python-utils-r1.eclass: _python_check_locale_sanity, fix quoting issue | 2015-11-30 | 1 | -1/+1 | |
| | |||||
* | eclass mozconfig-v6.42 - add xcb dep on system-cairo | 2015-11-29 | 1 | -9/+2 | |
| | |||||
* | bash-completion-r1.eclass: Enable EAPI 6 | 2015-11-29 | 1 | -1/+1 | |
| | |||||
* | bash-completion-r1.eclass: bashcomp_alias, always return on first failure | 2015-11-29 | 1 | -1/+2 | |
| | | | | | Return from bashcomp_alias on the first dosym failure if nonfatal is used. | ||||
* | bash-completion-r1.eclass: Die on pkg-config getter failure | 2015-11-29 | 1 | -2/+3 | |
| | |||||
* | git-r3.eclass: Accept any ref rather than refs/heads/* only | 2015-11-29 | 1 | -3/+3 | |
| | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=556822 | ||||
* | git-r3.eclass: Remove unused variable | 2015-11-29 | 1 | -2/+1 | |
| | |||||
* | git-r3.eclass: Improve the comments a bit | 2015-11-29 | 1 | -4/+4 | |
| | |||||
* | python-utils-r1.eclass: Reduce python_do*/new* ban to EAPI < 4 | 2015-11-29 | 1 | -6/+6 | |
| | | | | | | Fix python_do* and python_new* helper ban to EAPIs older than 4. That was the original intent, and restricting it to 5+ breaks old dev-lang/python ebuilds. | ||||
* | perl-modules.eclass: Separate phases and helpers into two eclasses | 2015-11-28 | 2 | -226/+256 | |
| | |||||
* | distutils-r1.eclass: Enable EAPI 6 | 2015-11-28 | 1 | -1/+1 | |
| | |||||
* | distutils-r1.eclass: Remove unnecessary eutils inherit in EAPI 6 | 2015-11-28 | 1 | -1/+2 | |
| | |||||
* | distutils-r1.eclass: Make default _all impl call warning fatal in EAPI 6 | 2015-11-28 | 1 | -2/+8 | |
| | |||||
* | distutils-r1.eclass: Ban DISTUTILS_NO_PARALLEL_BUILD in EAPI 6 | 2015-11-28 | 1 | -0/+2 | |
| | |||||
* | distutils-r1.eclass: Ban EXAMPLES in EAPI 6 | 2015-11-28 | 1 | -0/+4 | |
| | |||||
* | distutils-r1.eclass: Make pypy/share QA error fatal in EAPI 6 | 2015-11-28 | 1 | -1/+3 | |
| | |||||
* | distutils-r1.eclass: Ban no-op default phase implementations in EAPI 6 | 2015-11-28 | 1 | -2/+2 | |
| | |||||
* | distutils-r1.eclass: Use default_src_prepare to apply patches in EAPI 6 | 2015-11-28 | 1 | -3/+6 | |
| | |||||
* | distutils-r1.eclass: esetup.py, respect nonfatal in EAPI 6 | 2015-11-28 | 1 | -1/+4 | |
| | |||||
* | python-r1.eclass: Enable EAPI 6 | 2015-11-28 | 1 | -1/+1 | |
| | |||||
* | python-r1.eclass: Fix missing explicit eutils inherit for EAPI < 6 | 2015-11-28 | 1 | -0/+1 | |
| |