I've tried to keep these two new revisions mostly compatible with the old ones. I performed some code cleanup, but nothing that should affect users too badly (all updates should be trivial and make your ebuilds smaller).
Most of the meat is in php-ext-source-r3.eclass. The other eclass simply inherits that one. A migration guide for users can be found at, https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide Michael Orlitzky (2): php-ext-source-r3.eclass: new revision supporting EAPI=6. php-ext-pecl-r3.eclass: new revision supporting EAPI=6. eclass/php-ext-pecl-r3.eclass | 93 ++++++++++ eclass/php-ext-source-r3.eclass | 387 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 480 insertions(+) create mode 100644 eclass/php-ext-pecl-r3.eclass create mode 100644 eclass/php-ext-source-r3.eclass -- 2.7.3
