summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* epunt-cxx.eclass: Switch to using patches from elt-patches pkgMichał Górny2017-04-251-14/+2
| | | | | | | Switch to using the patches provided through the app-portage/elt-patches package, like libtool.eclass. Since epunt-cxx is no longer implicit eutils API but a dedicated eclass, we do not have to worry about the extra dependency.
* epunt-cxx.eclass: Inherit eutils for eqawarnMichał Górny2017-04-251-8/+2
| | | | | Now that eutils does not inherit epunt-cxx implicitly, we can reverse the inherit without having circular dependencies.
* epunt-cxx.eclass: Split C++ check punting code out of eutilsMichał Górny2017-03-241-0/+65
Split the epunt_cxx (plus internal code) to a dedicated eclass. This is rarely needed, usually indicates a dead upstream and requires the ELT-patches framework. The patches are going to be split to a separate package, and the new eclass will therefore need to DEPEND on it. We do not want the dependency to apply to all eutils users though.