| Commit message (Expand) | Author | Age | Files | Lines |
* | git-r3.eclass: Document EGIT_COMMIT* <=> EGIT_BRANCH, #612852 | Michał Górny | 2017-03-18 | 1 | -3/+5 |
* | ltprune.eclass: Split prune_libtool_files out of eutils | Michał Górny | 2017-03-18 | 2 | -149/+168 |
* | eutils.eclass: prune_libtool_files, make .pc subst errors fatal | Michał Górny | 2017-03-18 | 1 | -3/+4 |
* | eutils.eclass: prune_libtool_files, punt pointless Prefix logic | Michał Górny | 2017-03-18 | 1 | -2/+1 |
* | eutils.eclass: Kill multilib inherit for EAPI 7 | Michał Górny | 2017-03-18 | 1 | -2/+2 |
* | epatch.eclass: Split epatch* logic from eutils | Michał Górny | 2017-03-18 | 2 | -439/+459 |
* | estack.eclass: Split estack* logic from eutils | Michał Górny | 2017-03-18 | 5 | -209/+230 |
* | eutils.eclass: Deprecate validate_desktop_entries | Michał Górny | 2017-03-18 | 1 | -1/+4 |
* | dev-qt/qtcore: move system-doubleconversion handling to the eclass | Davide Pesavento | 2017-03-18 | 1 | -2/+1 |
* | cmake-utils.eclass: raise minimum version to 3.7.2 | Michael Palimaka | 2017-03-18 | 1 | -1/+1 |
* | eclass/mysql-multilib-r1: Set usex values for two variables | Brian Evans | 2017-03-17 | 1 | -2/+2 |
* | ELT-patches/aixrtl: tighten exclude_expsyms filter | Michael Haubenwallner | 2017-03-14 | 8 | -14/+14 |
* | mysql-v2.eclass: Drop dead g3nt8.org mirror | Thomas Deutschmann | 2017-03-14 | 1 | -1/+0 |
* | ELT-patches/aixrtl: fix exclude_expsyms for C++ exceptions | Michael Haubenwallner | 2017-03-13 | 8 | -6/+60 |
* | ELT-patches/aixrtl: add shlibpath_overrides_runpath=yes, sync library_names_spec | Michael Haubenwallner | 2017-03-13 | 2 | -3/+6 |
* | golang-vcs-snapshot.eclass: typo fix -- a variable name was in the wrong | William Hubbs | 2017-03-13 | 1 | -2/+2 |
* | eclass/golang-vcs.eclass: add the ability to vendor external libraries | William Hubbs | 2017-03-13 | 1 | -3/+65 |
* | java-ant-2.eclass: Bump copyright year to 2017 | James Le Cuirot | 2017-03-11 | 1 | -1/+1 |
* | java-ant-2.eclass: Fix #612284 by making bsfix_extra_args an array | James Le Cuirot | 2017-03-11 | 1 | -9/+9 |
* | java-ant-2.eclass: Remove code obsoleted by javatoolkit 0.3.0 | James Le Cuirot | 2017-03-11 | 1 | -44/+2 |
* | bitcoincore.eclass: add USE=knots | Anthony G. Basile | 2017-03-11 | 1 | -7/+11 |
* | xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN. | Arfrever Frehtes Taifersar Arahesis | 2017-03-10 | 1 | -2/+2 |
* | check-reqs.eclass: Fix typo in comment. | Ulrich Müller | 2017-03-09 | 1 | -2/+2 |
* | eclass/tests/python-utils-r1: update impl support status | Michał Górny | 2017-03-08 | 1 | -1/+3 |
* | python-single-r1.eclass: Add integrity checks for globals | Michał Górny | 2017-03-08 | 1 | -6/+30 |
* | python-single-r1.eclass: Refactor global setter to use locals, NFC | Michał Górny | 2017-03-08 | 1 | -8/+12 |
* | python-single-r1.eclass: Remove stale EAPI=4 branch in globals | Michał Górny | 2017-03-08 | 1 | -6/+2 |
* | python-r1.eclass: Add integrity checks for globals | Michał Górny | 2017-03-08 | 1 | -5/+37 |
* | python-r1.eclass: Refactor globals to use local vars, NFC | Michał Górny | 2017-03-08 | 1 | -8/+10 |
* | python-r1.eclass: Remove stale EAPI=4 branch in globals | Michał Górny | 2017-03-08 | 1 | -6/+2 |
* | python-any-r1.eclass: Add integrity check for globals | Michał Górny | 2017-03-08 | 1 | -4/+13 |
* | python-any-r1.eclass: Global setter, refactor for more local vars | Michał Górny | 2017-03-08 | 1 | -5/+6 |
* | python-utils-r1.eclass: _python_set_impls, add integrity check | Michał Górny | 2017-03-08 | 1 | -3/+19 |
* | python-utils-r1.eclass: _python_set_impls, use local vars | Michał Górny | 2017-03-08 | 1 | -5/+6 |
* | python-r1.eclass: localize variable to avoid leaking into the env | Tim Harder | 2017-03-08 | 1 | -0/+1 |
* | python-utils-r1.eclass: python_wrapper_setup, fix exporting env | Michał Górny | 2017-03-08 | 1 | -10/+10 |
* | unpacker.eclass: Replace unnecessary eval with array | Michał Górny | 2017-03-08 | 1 | -9/+9 |
* | toolchain-funcs.eclass: Remove meaningless eval | Michał Górny | 2017-03-08 | 1 | -3/+3 |
* | ruby-ng.eclass: Replace unnecessary 'eval ls' with array fnexp | Michał Górny | 2017-03-08 | 1 | -2/+9 |
* | ruby-fakegem.eclass: Remove completely unnecessary 'eval ls' | Michał Górny | 2017-03-08 | 1 | -3/+2 |
* | perl-functions.eclass: Replace unnecessary eval with ${!var} | Michał Górny | 2017-03-08 | 1 | -1/+1 |
* | mysql-multilib-r1.eclass: Replace unnecessary eval with bash array | Michał Górny | 2017-03-08 | 1 | -6/+6 |
* | java-ant-2.eclass: Replace unnecessary evals with arrays | Michał Górny | 2017-03-08 | 1 | -22/+18 |
* | flag-o-matic.eclass: Replace unnecessary evals | Michał Górny | 2017-03-08 | 1 | -6/+5 |
* | cvs.eclass: Replace unnecessary eval with bash arrays | Michał Górny | 2017-03-08 | 1 | -14/+14 |
* | kernel-2.eclass: enable eapi6 | Alice Ferrazzi | 2017-03-06 | 1 | -1/+1 |
* | kernel-2.eclass: Add some additional text to bring some additional notice to ... | Mike Pagano | 2017-03-05 | 1 | -0/+6 |
* | eclass/ros-catkin.eclass: Stop abusing CMAKE_PREFIX_PATH and use CATKIN_PREFI... | Alexis Ballier | 2017-03-04 | 1 | -1/+1 |
* | elisp*.eclass: Fix eclass header. | Ulrich Müller | 2017-03-04 | 2 | -2/+2 |
* | Merge eclass/.gitignore into the top-level one. | Ulrich Müller | 2017-03-02 | 1 | -1/+0 |