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,12 @@
diff '--color=auto' -urN spdx-licenses-1.5.8.orig/src/SpdxLicenses.php spdx-licenses-1.5.8/src/SpdxLicenses.php
--- spdx-licenses-1.5.8.orig/src/SpdxLicenses.php 2023-11-20 08:44:33.000000000 +0100
+++ spdx-licenses-1.5.8/src/SpdxLicenses.php 2025-10-07 15:10:08.260898608 +0200
@@ -213,7 +213,7 @@
*/
public static function getResourcesDir()
{
- return dirname(__DIR__) . '/res';
+ return dirname(__DIR__) . '/Spdx/res';
}
/**