commit: c6976e62468d993e24c5501b2590a441172958fc
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 18:32:57 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 18:34:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6976e62
dev-php/PHP_Timer: Revbump to fix bad autoload file
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
.../PHP_Timer/{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(-)
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 835f626a13a..65490d9ae6e 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__
);