dev-php/twig: Remove obsolete extension and use new autoloader
authorBrian Evans <grknight@gentoo.org>
Thu, 9 May 2019 13:57:38 +0000 (09:57 -0400)
committerBrian Evans <grknight@gentoo.org>
Thu, 9 May 2019 13:57:38 +0000 (09:57 -0400)
commitd77e12134dd5df6bf717799d8eeb256094644c60
treea3352a2913ecd5bb95e95bd3e51c50d61fcd6ab6
parent7803907d04738a6ab007af71c5578026f56ec1f0
dev-php/twig: Remove obsolete extension and use new autoloader

The twig extension is no longer necessary as PHP 5.6 is end-of-life

Also, use the dev-php/fedora-autoloader to replace Twig's autoloader
so that it simulates composer loading with Psr4 and does not throw
errors in the logs

In addition, the ctype USE on dev-lang/php is now required

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/twig/files/Autoloader.php [new file with mode: 0644]
dev-php/twig/twig-1.40.1-r1.ebuild [new file with mode: 0644]