summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-12-20 13:32:57 -0500
committerBrian Evans <grknight@gentoo.org>2019-12-20 13:34:24 -0500
commitc6976e62468d993e24c5501b2590a441172958fc (patch)
tree82440aa9c57e888e0379e53170fb79d5fffe24c7
parentdev-php/phpunit: Include missing xsd which is used at runtime (diff)
downloadgentoo-c6976e62468d993e24c5501b2590a441172958fc.tar.gz
gentoo-c6976e62468d993e24c5501b2590a441172958fc.tar.bz2
gentoo-c6976e62468d993e24c5501b2590a441172958fc.zip
dev-php/PHP_Timer: Revbump to fix bad autoload file
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild (renamed from dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild)0
-rw-r--r--dev-php/PHP_Timer/files/autoload-2.1.2.php6
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
index a0785cb680f7..a0785cb680f7 100644
--- a/dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild
+++ b/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__
);