From: Brian Evans Date: Fri, 20 Dec 2019 18:32:57 +0000 (-0500) Subject: dev-php/PHP_Timer: Revbump to fix bad autoload file X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c6976e62468d993e24c5501b2590a441172958fc;p=gentoo.git dev-php/PHP_Timer: Revbump to fix bad autoload file Signed-off-by: Brian Evans --- diff --git a/dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild b/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild similarity index 100% rename from dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild rename to dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild diff --git a/dev-php/PHP_Timer/files/autoload-2.1.2.php b/dev-php/PHP_Timer/files/autoload-2.1.2.php index 835f626a13a9..65490d9ae6e4 100644 --- a/dev-php/PHP_Timer/files/autoload-2.1.2.php +++ b/dev-php/PHP_Timer/files/autoload-2.1.2.php @@ -7,9 +7,9 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { \Fedora\Autoloader\Autoload::addClassMap( [ - 'sebastianBergmann\timer\exception' => '/Exception.php', - 'sebastianBergmann\timer\runtimeexception' => '/RuntimeException.php', - 'sebastianBergmann\timer\timer' => '/Timer.php', + 'sebastianbergmann\timer\exception' => '/Exception.php', + 'sebastianbergmann\timer\runtimeexception' => '/RuntimeException.php', + 'sebastianbergmann\timer\timer' => '/Timer.php', ], __DIR__ );