diff options
author | Brian Evans <grknight@gentoo.org> | 2022-01-07 09:17:06 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-01-07 09:34:00 -0500 |
commit | 753c51df9d52530b21d8fd99f3dd14e69f8c2cdf (patch) | |
tree | 7cf312620015afe2086ab7c79191153d51a4036d /dev-php/PHP_Timer/files | |
parent | profiles: Mask net-libs/jreen for removal (diff) | |
download | gentoo-753c51df9d52530b21d8fd99f3dd14e69f8c2cdf.tar.gz gentoo-753c51df9d52530b21d8fd99f3dd14e69f8c2cdf.tar.bz2 gentoo-753c51df9d52530b21d8fd99f3dd14e69f8c2cdf.zip |
dev-php/PHP_Timer: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/PHP_Timer/files')
-rw-r--r-- | dev-php/PHP_Timer/files/autoload.php | 13 | ||||
-rw-r--r-- | dev-php/PHP_Timer/files/channel.xml | 16 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-php/PHP_Timer/files/autoload.php b/dev-php/PHP_Timer/files/autoload.php deleted file mode 100644 index bb0974e087d6..000000000000 --- a/dev-php/PHP_Timer/files/autoload.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/* Autoloader for dev-php/PHP_Timer */ - -if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { - require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -} - -\Fedora\Autoloader\Autoload::addClassMap( - array( - 'php_timer' => '/Timer.php', - ), - __DIR__ -); diff --git a/dev-php/PHP_Timer/files/channel.xml b/dev-php/PHP_Timer/files/channel.xml deleted file mode 100644 index 91bb6786f543..000000000000 --- a/dev-php/PHP_Timer/files/channel.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> - <name>pear.phpunit.de</name> - <summary>PHPUnit PEAR Channel</summary> - <suggestedalias>phpunit</suggestedalias> - <servers> - <primary> - <rest> - <baseurl type="REST1.0">http://pear.phpunit.de/rest/</baseurl> - <baseurl type="REST1.1">http://pear.phpunit.de/rest/</baseurl> - <baseurl type="REST1.2">http://pear.phpunit.de/rest/</baseurl> - <baseurl type="REST1.3">http://pear.phpunit.de/rest/</baseurl> - </rest> - </primary> - </servers> -</channel>
\ No newline at end of file |