From c6976e62468d993e24c5501b2590a441172958fc Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 20 Dec 2019 13:32:57 -0500 Subject: [PATCH] dev-php/PHP_Timer: Revbump to fix bad autoload file Signed-off-by: Brian Evans --- .../{PHP_Timer-2.1.2.ebuild => PHP_Timer-2.1.2-r1.ebuild} | 0 dev-php/PHP_Timer/files/autoload-2.1.2.php | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-php/PHP_Timer/{PHP_Timer-2.1.2.ebuild => PHP_Timer-2.1.2-r1.ebuild} (100%) 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__ ); -- 2.26.2