Added a lot of PHP packages for the defunct volkszaehler ebuild

This commit is contained in:
Torsten Kurbad
2025-10-09 12:09:31 +02:00
parent cba6641bde
commit 69cb537d3d
417 changed files with 8637 additions and 53 deletions
@@ -0,0 +1,25 @@
<?php
require_once 'TheSeer/DirectoryScanner/autoload.php';
require_once 'ezc/ConsoleTools/autoload.php';
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
___CLASSLIST___
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require ___BASEDIR___$classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
@@ -0,0 +1,12 @@
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
require_once '/usr/share/php/Fedora/Autoloader'.'/autoload.php';
\Fedora\Autoloader\Autoload::addClassMap(
array(
___CLASSLIST___,
),
__DIR__
);
// @codeCoverageIgnoreEnd
@@ -0,0 +1,12 @@
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
require_once 'Fedora/Autoloader'.'/autoload.php';
\Fedora\Autoloader\Autoload::addClassMap(
array(
___CLASSLIST___,
),
__DIR__
);
// @codeCoverageIgnoreEnd
@@ -0,0 +1,12 @@
--- a/composer/bin/phpab
+++ b/composer/bin/phpab
@@ -56,7 +56,7 @@ foreach ($files as $file) {
}
}
-require __DIR__ . '/../../src/autoload.php';
+require 'TheSeer/Autoload/autoload.php';
$factory = new \TheSeer\Autoload\Factory();
$factory->getCLI()->run();