public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/, dev-php/phpunit/files/
@ 2020-11-30  0:41 Thomas Deutschmann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Deutschmann @ 2020-11-30  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     206cc16d03b8895821eb7b6748ecc2b116341df0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 00:41:20 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:41:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206cc16d

dev-php/phpunit: drop broken version

Closes: https://bugs.gentoo.org/734882
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/phpunit/Manifest                 |   1 -
 dev-php/phpunit/files/autoload-8.5.0.php | 254 -------------------------------
 dev-php/phpunit/phpunit-8.5.5.ebuild     |  69 ---------
 3 files changed, 324 deletions(-)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index 1388ac07dc1..7115dcf2cc0 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,3 +1,2 @@
 DIST phpunit-5.7.15.tar.gz 205474 BLAKE2B 0220edd59fc3f191b7621f275d3e4ee8f8bf514f74533d99bfb925e11cc54a235fb292ffd1bb54f6bec1e038c06e35a0dc43c1227618590f99e7e85638a7de28 SHA512 6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
 DIST phpunit-8.5.11.tar.gz 159302 BLAKE2B fdf156842b3607f4cbd26194efd7eb7cb204fb1d1d078c0c6bd3bb68e520e5d748767f8aab64b7c9bf313161e3d84e08d415fbf0408c26541ec1f70cfe7af8bd SHA512 3e9db4a1d6c5bea3546b24bd837479a0114a9200f96034aabc96933dfb42c1237b03f7118f19eeb1216e32f2034c1ec8c632d20ecacbe70d3660fbbfd167ac79
-DIST phpunit-8.5.5.tar.gz 158108 BLAKE2B ecdc339aa501d6f56eb13a26dae290a60609a8804c4160e339ac6900df70647fa3bba1e4a2fa9fb01b0363d0afa57b3e05305d7d055ac8ec03519c503ac3791e SHA512 22209ec189af58e490c688fe7e72c3388dabb497daa4d8c73f7c84036e39b4ae36d89f72b65c67f46487c8bc96f0c0e6760a3d44a3107c5a27eef52f764dd738

diff --git a/dev-php/phpunit/files/autoload-8.5.0.php b/dev-php/phpunit/files/autoload-8.5.0.php
deleted file mode 100644
index 179ff7f276c..00000000000
--- a/dev-php/phpunit/files/autoload-8.5.0.php
+++ /dev/null
@@ -1,254 +0,0 @@
-<?php
-/* Autoloader for dev-php/phpunit and its dependencies */
-
-$include_dir = '/usr/share/php';
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
-	require_once "${include_dir}/Fedora/Autoloader/autoload.php";
-}
-
-\Fedora\Autoloader\Autoload::addClassMap(
-[
-'phpunit\\exception' => '/Exception.php',
-'phpunit\\framework\\assert' => '/Framework/Assert.php',
-'phpunit\\framework\\assertionfailederror' => '/Framework/Exception/AssertionFailedError.php',
-'phpunit\\framework\\codecoverageexception' => '/Framework/Exception/CodeCoverageException.php',
-'phpunit\\framework\\constraint\\arrayhaskey' => '/Framework/Constraint/ArrayHasKey.php',
-'phpunit\\framework\\constraint\\arraysubset' => '/Framework/Constraint/ArraySubset.php',
-'phpunit\\framework\\constraint\\attribute' => '/Framework/Constraint/Attribute.php',
-'phpunit\\framework\\constraint\\callback' => '/Framework/Constraint/Callback.php',
-'phpunit\\framework\\constraint\\classhasattribute' => '/Framework/Constraint/ClassHasAttribute.php',
-'phpunit\\framework\\constraint\\classhasstaticattribute' => '/Framework/Constraint/ClassHasStaticAttribute.php',
-'phpunit\\framework\\constraint\\composite' => '/Framework/Constraint/Composite.php',
-'phpunit\\framework\\constraint\\constraint' => '/Framework/Constraint/Constraint.php',
-'phpunit\\framework\\constraint\\count' => '/Framework/Constraint/Count.php',
-'phpunit\\framework\\constraint\\directoryexists' => '/Framework/Constraint/DirectoryExists.php',
-'phpunit\\framework\\constraint\\exception' => '/Framework/Constraint/Exception.php',
-'phpunit\\framework\\constraint\\exceptioncode' => '/Framework/Constraint/ExceptionCode.php',
-'phpunit\\framework\\constraint\\exceptionmessage' => '/Framework/Constraint/ExceptionMessage.php',
-'phpunit\\framework\\constraint\\exceptionmessageregularexpression' => '/Framework/Constraint/ExceptionMessageRegularExpression.php',
-'phpunit\\framework\\constraint\\fileexists' => '/Framework/Constraint/FileExists.php',
-'phpunit\\framework\\constraint\\greaterthan' => '/Framework/Constraint/GreaterThan.php',
-'phpunit\\framework\\constraint\\isanything' => '/Framework/Constraint/IsAnything.php',
-'phpunit\\framework\\constraint\\isempty' => '/Framework/Constraint/IsEmpty.php',
-'phpunit\\framework\\constraint\\isequal' => '/Framework/Constraint/IsEqual.php',
-'phpunit\\framework\\constraint\\isfalse' => '/Framework/Constraint/IsFalse.php',
-'phpunit\\framework\\constraint\\isfinite' => '/Framework/Constraint/IsFinite.php',
-'phpunit\\framework\\constraint\\isidentical' => '/Framework/Constraint/IsIdentical.php',
-'phpunit\\framework\\constraint\\isinfinite' => '/Framework/Constraint/IsInfinite.php',
-'phpunit\\framework\\constraint\\isinstanceof' => '/Framework/Constraint/IsInstanceOf.php',
-'phpunit\\framework\\constraint\\isjson' => '/Framework/Constraint/IsJson.php',
-'phpunit\\framework\\constraint\\isnan' => '/Framework/Constraint/IsNan.php',
-'phpunit\\framework\\constraint\\isnull' => '/Framework/Constraint/IsNull.php',
-'phpunit\\framework\\constraint\\isreadable' => '/Framework/Constraint/IsReadable.php',
-'phpunit\\framework\\constraint\\istrue' => '/Framework/Constraint/IsTrue.php',
-'phpunit\\framework\\constraint\\istype' => '/Framework/Constraint/IsType.php',
-'phpunit\\framework\\constraint\\iswritable' => '/Framework/Constraint/IsWritable.php',
-'phpunit\\framework\\constraint\\jsonmatches' => '/Framework/Constraint/JsonMatches.php',
-'phpunit\\framework\\constraint\\jsonmatcheserrormessageprovider' => '/Framework/Constraint/JsonMatchesErrorMessageProvider.php',
-'phpunit\\framework\\constraint\\lessthan' => '/Framework/Constraint/LessThan.php',
-'phpunit\\framework\\constraint\\logicaland' => '/Framework/Constraint/LogicalAnd.php',
-'phpunit\\framework\\constraint\\logicalnot' => '/Framework/Constraint/LogicalNot.php',
-'phpunit\\framework\\constraint\\logicalor' => '/Framework/Constraint/LogicalOr.php',
-'phpunit\\framework\\constraint\\logicalxor' => '/Framework/Constraint/LogicalXor.php',
-'phpunit\\framework\\constraint\\objecthasattribute' => '/Framework/Constraint/ObjectHasAttribute.php',
-'phpunit\\framework\\constraint\\regularexpression' => '/Framework/Constraint/RegularExpression.php',
-'phpunit\\framework\\constraint\\samesize' => '/Framework/Constraint/SameSize.php',
-'phpunit\\framework\\constraint\\stringcontains' => '/Framework/Constraint/StringContains.php',
-'phpunit\\framework\\constraint\\stringendswith' => '/Framework/Constraint/StringEndsWith.php',
-'phpunit\\framework\\constraint\\stringmatchesformatdescription' => '/Framework/Constraint/StringMatchesFormatDescription.php',
-'phpunit\\framework\\constraint\\stringstartswith' => '/Framework/Constraint/StringStartsWith.php',
-'phpunit\\framework\\constraint\\traversablecontains' => '/Framework/Constraint/TraversableContains.php',
-'phpunit\\framework\\constraint\\traversablecontainsequal' => '/Framework/Constraint/TraversableContainsEqual.php',
-'phpunit\\framework\\constraint\\traversablecontainsidentical' => '/Framework/Constraint/TraversableContainsIdentical.php',
-'phpunit\\framework\\constraint\\traversablecontainsonly' => '/Framework/Constraint/TraversableContainsOnly.php',
-'phpunit\\framework\\coveredcodenotexecutedexception' => '/Framework/Exception/CoveredCodeNotExecutedException.php',
-'phpunit\\framework\\dataprovidertestsuite' => '/Framework/DataProviderTestSuite.php',
-'phpunit\\framework\\error\\deprecated' => '/Framework/Error/Deprecated.php',
-'phpunit\\framework\\error\\error' => '/Framework/Error/Error.php',
-'phpunit\\framework\\error\\notice' => '/Framework/Error/Notice.php',
-'phpunit\\framework\\error\\warning' => '/Framework/Error/Warning.php',
-'phpunit\\framework\\exception' => '/Framework/Exception/Exception.php',
-'phpunit\\framework\\exceptionwrapper' => '/Framework/ExceptionWrapper.php',
-'phpunit\\framework\\expectationfailedexception' => '/Framework/Exception/ExpectationFailedException.php',
-'phpunit\\framework\\incompletetest' => '/Framework/IncompleteTest.php',
-'phpunit\\framework\\incompletetestcase' => '/Framework/IncompleteTestCase.php',
-'phpunit\\framework\\incompletetesterror' => '/Framework/Exception/IncompleteTestError.php',
-'phpunit\\framework\\invalidargumentexception' => '/Framework/Exception/InvalidArgumentException.php',
-'phpunit\\framework\\invalidcoverstargetexception' => '/Framework/Exception/InvalidCoversTargetException.php',
-'phpunit\\framework\\invaliddataproviderexception' => '/Framework/Exception/InvalidDataProviderException.php',
-'phpunit\\framework\\invalidparametergroupexception' => '/Framework/InvalidParameterGroupException.php',
-'phpunit\\framework\\missingcoversannotationexception' => '/Framework/Exception/MissingCoversAnnotationException.php',
-'phpunit\\framework\\mockobject\\api' => '/Framework/MockObject/Api/Api.php',
-'phpunit\\framework\\mockobject\\badmethodcallexception' => '/Framework/MockObject/Exception/BadMethodCallException.php',
-'phpunit\\framework\\mockobject\\builder\\identity' => '/Framework/MockObject/Builder/Identity.php',
-'phpunit\\framework\\mockobject\\builder\\invocationmocker' => '/Framework/MockObject/Builder/InvocationMocker.php',
-'phpunit\\framework\\mockobject\\builder\\invocationstubber' => '/Framework/MockObject/Builder/InvocationStubber.php',
-'phpunit\\framework\\mockobject\\builder\\match' => '/Framework/MockObject/Builder/Match.php',
-'phpunit\\framework\\mockobject\\builder\\methodnamematch' => '/Framework/MockObject/Builder/MethodNameMatch.php',
-'phpunit\\framework\\mockobject\\builder\\parametersmatch' => '/Framework/MockObject/Builder/ParametersMatch.php',
-'phpunit\\framework\\mockobject\\builder\\stub' => '/Framework/MockObject/Builder/Stub.php',
-'phpunit\\framework\\mockobject\\configurablemethod' => '/Framework/MockObject/ConfigurableMethod.php',
-'phpunit\\framework\\mockobject\\configurablemethodsalreadyinitializedexception' => '/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php',
-'phpunit\\framework\\mockobject\\exception' => '/Framework/MockObject/Exception/Exception.php',
-'phpunit\\framework\\mockobject\\generator' => '/Framework/MockObject/Generator.php',
-'phpunit\\framework\\mockobject\\incompatiblereturnvalueexception' => '/Framework/MockObject/Exception/IncompatibleReturnValueException.php',
-'phpunit\\framework\\mockobject\\invocation' => '/Framework/MockObject/Invocation.php',
-'phpunit\\framework\\mockobject\\invocationhandler' => '/Framework/MockObject/InvocationHandler.php',
-'phpunit\\framework\\mockobject\\matcher' => '/Framework/MockObject/Matcher.php',
-'phpunit\\framework\\mockobject\\method' => '/Framework/MockObject/Api/Method.php',
-'phpunit\\framework\\mockobject\\methodnameconstraint' => '/Framework/MockObject/MethodNameConstraint.php',
-'phpunit\\framework\\mockobject\\mockbuilder' => '/Framework/MockObject/MockBuilder.php',
-'phpunit\\framework\\mockobject\\mockclass' => '/Framework/MockObject/MockClass.php',
-'phpunit\\framework\\mockobject\\mockmethod' => '/Framework/MockObject/MockMethod.php',
-'phpunit\\framework\\mockobject\\mockmethodset' => '/Framework/MockObject/MockMethodSet.php',
-'phpunit\\framework\\mockobject\\mockobject' => '/Framework/MockObject/MockObject.php',
-'phpunit\\framework\\mockobject\\mocktrait' => '/Framework/MockObject/MockTrait.php',
-'phpunit\\framework\\mockobject\\mocktype' => '/Framework/MockObject/MockType.php',
-'phpunit\\framework\\mockobject\\mockedclonemethod' => '/Framework/MockObject/Api/MockedCloneMethod.php',
-'phpunit\\framework\\mockobject\\rule\\anyinvokedcount' => '/Framework/MockObject/Rule/AnyInvokedCount.php',
-'phpunit\\framework\\mockobject\\rule\\anyparameters' => '/Framework/MockObject/Rule/AnyParameters.php',
-'phpunit\\framework\\mockobject\\rule\\consecutiveparameters' => '/Framework/MockObject/Rule/ConsecutiveParameters.php',
-'phpunit\\framework\\mockobject\\rule\\invocationorder' => '/Framework/MockObject/Rule/InvocationOrder.php',
-'phpunit\\framework\\mockobject\\rule\\invokedatindex' => '/Framework/MockObject/Rule/InvokedAtIndex.php',
-'phpunit\\framework\\mockobject\\rule\\invokedatleastcount' => '/Framework/MockObject/Rule/InvokedAtLeastCount.php',
-'phpunit\\framework\\mockobject\\rule\\invokedatleastonce' => '/Framework/MockObject/Rule/InvokedAtLeastOnce.php',
-'phpunit\\framework\\mockobject\\rule\\invokedatmostcount' => '/Framework/MockObject/Rule/InvokedAtMostCount.php',
-'phpunit\\framework\\mockobject\\rule\\invokedcount' => '/Framework/MockObject/Rule/InvokedCount.php',
-'phpunit\\framework\\mockobject\\rule\\methodname' => '/Framework/MockObject/Rule/MethodName.php',
-'phpunit\\framework\\mockobject\\rule\\parameters' => '/Framework/MockObject/Rule/Parameters.php',
-'phpunit\\framework\\mockobject\\rule\\parametersrule' => '/Framework/MockObject/Rule/ParametersRule.php',
-'phpunit\\framework\\mockobject\\runtimedxception' => '/Framework/MockObject/Exception/RuntimeException.php',
-'phpunit\\framework\\mockobject\\stub' => '/Framework/MockObject/Stub.php',
-'phpunit\\framework\\mockobject\\stub\\consecutivecalls' => '/Framework/MockObject/Stub/ConsecutiveCalls.php',
-'phpunit\\framework\\mockobject\\stub\\exception' => '/Framework/MockObject/Stub/Exception.php',
-'phpunit\\framework\\mockobject\\stub\\returnargument' => '/Framework/MockObject/Stub/ReturnArgument.php',
-'phpunit\\framework\\mockobject\\stub\\returncallback' => '/Framework/MockObject/Stub/ReturnCallback.php',
-'phpunit\\framework\\mockobject\\stub\\returnreference' => '/Framework/MockObject/Stub/ReturnReference.php',
-'phpunit\\framework\\mockobject\\stub\\returnself' => '/Framework/MockObject/Stub/ReturnSelf.php',
-'phpunit\\framework\\mockobject\\stub\\returnstub' => '/Framework/MockObject/Stub/ReturnStub.php',
-'phpunit\\framework\\mockobject\\stub\\returnvaluemap' => '/Framework/MockObject/Stub/ReturnValueMap.php',
-'phpunit\\framework\\mockobject\\stub\\stub' => '/Framework/MockObject/Stub/Stub.php',
-'phpunit\\framework\\mockobject\\unmockedclonemethod' => '/Framework/MockObject/Api/UnmockedCloneMethod.php',
-'phpunit\\framework\\mockobject\\verifiable' => '/Framework/MockObject/Verifiable.php',
-'phpunit\\framework\\nochildtestsuiteexception' => '/Framework/Exception/NoChildTestSuiteException.php',
-'phpunit\\framework\\outputerror' => '/Framework/Exception/OutputError.php',
-'phpunit\\framework\\phptassertionfailederror' => '/Framework/Exception/PHPTAssertionFailedError.php',
-'phpunit\\framework\\riskytesterror' => '/Framework/Exception/RiskyTestError.php',
-'phpunit\\framework\\selfdescribing' => '/Framework/SelfDescribing.php',
-'phpunit\\framework\\skippedtest' => '/Framework/SkippedTest.php',
-'phpunit\\framework\\skippedtestcase' => '/Framework/SkippedTestCase.php',
-'phpunit\\framework\\skippedtesterror' => '/Framework/Exception/SkippedTestError.php',
-'phpunit\\framework\\skippedtestsuiteerror' => '/Framework/Exception/SkippedTestSuiteError.php',
-'phpunit\\framework\\syntheticerror' => '/Framework/Exception/SyntheticError.php',
-'phpunit\\framework\\syntheticskippederror' => '/Framework/Exception/SyntheticSkippedError.php',
-'phpunit\\framework\\test' => '/Framework/Test.php',
-'phpunit\\framework\\testbuilder' => '/Framework/TestBuilder.php',
-'phpunit\\framework\\testcase' => '/Framework/TestCase.php',
-'phpunit\\framework\\testfailure' => '/Framework/TestFailure.php',
-'phpunit\\framework\\testlistener' => '/Framework/TestListener.php',
-'phpunit\\framework\\testlistenerdefaultimplementation' => '/Framework/TestListenerDefaultImplementation.php',
-'phpunit\\framework\\testresult' => '/Framework/TestResult.php',
-'phpunit\\framework\\testsuite' => '/Framework/TestSuite.php',
-'phpunit\\framework\\testsuiteiterator' => '/Framework/TestSuiteIterator.php',
-'phpunit\\framework\\unintentionallycoveredcodeerror' => '/Framework/Exception/UnintentionallyCoveredCodeError.php',
-'phpunit\\framework\\warning' => '/Framework/Exception/Warning.php',
-'phpunit\\framework\\warningTestCase' => '/Framework/WarningTestCase.php',
-'phpunit\\runner\\afterincompletetesthook' => '/Runner/Hook/AfterIncompleteTestHook.php',
-'phpunit\\runner\\afterlasttesthook' => '/Runner/Hook/AfterLastTestHook.php',
-'phpunit\\runner\\afterriskytesthook' => '/Runner/Hook/AfterRiskyTestHook.php',
-'phpunit\\runner\\afterskippedtesthook' => '/Runner/Hook/AfterSkippedTestHook.php',
-'phpunit\\runner\\aftersuccessfultesthook' => '/Runner/Hook/AfterSuccessfulTestHook.php',
-'phpunit\\runner\\aftertesterrorhook' => '/Runner/Hook/AfterTestErrorHook.php',
-'phpunit\\runner\\aftertestfailurehook' => '/Runner/Hook/AfterTestFailureHook.php',
-'phpunit\\runner\\aftertesthook' => '/Runner/Hook/AfterTestHook.php',
-'phpunit\\runner\\aftertestwarninghook' => '/Runner/Hook/AfterTestWarningHook.php',
-'phpunit\\runner\\basetestrunner' => '/Runner/BaseTestRunner.php',
-'phpunit\\runner\\beforefirsttesthHook' => '/Runner/Hook/BeforeFirstTestHook.php',
-'phpunit\\runner\\beforetesthook' => '/Runner/Hook/BeforeTestHook.php',
-'phpunit\\runner\\defaulttestresultcache' => '/Runner/DefaultTestResultCache.php',
-'phpunit\\runner\\exception' => '/Runner/Exception.php',
-'phpunit\\runner\\filter\\excludegroupfilteriterator' => '/Runner/Filter/ExcludeGroupFilterIterator.php',
-'phpunit\\runner\\filter\\factory' => '/Runner/Filter/Factory.php',
-'phpunit\\runner\\filter\\groupfilteriterator' => '/Runner/Filter/GroupFilterIterator.php',
-'phpunit\\runner\\filter\\includegroupfilteriterator' => '/Runner/Filter/IncludeGroupFilterIterator.php',
-'phpunit\\runner\\filter\\namefilteriterator' => '/Runner/Filter/NameFilterIterator.php',
-'phpunit\\runner\\hook' => '/Runner/Hook/Hook.php',
-'phpunit\\runner\\nulltestresultcache' => '/Runner/NullTestResultCache.php',
-'phpunit\\runner\\phpttestcase' => '/Runner/PhptTestCase.php',
-'phpunit\\runner\\resultcacheextension' => '/Runner/ResultCacheExtension.php',
-'phpunit\\runner\\standardtestsuiteloader' => '/Runner/StandardTestSuiteLoader.php',
-'phpunit\\runner\\testhook' => '/Runner/Hook/TestHook.php',
-'phpunit\\runner\\testlisteneradapter' => '/Runner/Hook/TestListenerAdapter.php',
-'phpunit\\runner\\testresultcache' => '/Runner/TestResultCache.php',
-'phpunit\\runner\\testsuiteloader' => '/Runner/TestSuiteLoader.php',
-'phpunit\\runner\\testsuitesorter' => '/Runner/TestSuiteSorter.php',
-'phpunit\\runner\\version' => '/Runner/Version.php',
-'phpunit\\textui\\command' => '/TextUI/Command.php',
-'phpunit\\textui\\exception' => '/TextUI/Exception.php',
-'phpunit\\textui\\help' => '/TextUI/Help.php',
-'phpunit\\textui\\resultprinter' => '/TextUI/ResultPrinter.php',
-'phpunit\\textui\\testrunner' => '/TextUI/TestRunner.php',
-'phpunit\\util\\annotation\\docblock' => '/Util/Annotation/DocBlock.php',
-'phpunit\\util\\annotation\\registry' => '/Util/Annotation/Registry.php',
-'phpunit\\util\\blacklist' => '/Util/Blacklist.php',
-'phpunit\\util\\color' => '/Util/Color.php',
-'phpunit\\util\\configuration' => '/Util/Configuration.php',
-'phpunit\\util\\configurationgenerator' => '/Util/ConfigurationGenerator.php',
-'phpunit\\util\\errorhandler' => '/Util/ErrorHandler.php',
-'phpunit\\util\\exception' => '/Util/Exception.php',
-'phpunit\\util\\fileloader' => '/Util/FileLoader.php',
-'phpunit\\util\\filesystem' => '/Util/Filesystem.php',
-'phpunit\\util\\filter' => '/Util/Filter.php',
-'phpunit\\util\\getopt' => '/Util/Getopt.php',
-'phpunit\\util\\globalstate' => '/Util/GlobalState.php',
-'phpunit\\util\\invaliddatasetexception' => '/Util/InvalidDataSetException.php',
-'phpunit\\util\\json' => '/Util/Json.php',
-'phpunit\\util\\log\\junit' => '/Util/Log/JUnit.php',
-'phpunit\\util\\log\\teamcity' => '/Util/Log/TeamCity.php',
-'phpunit\\util\\php\\abstractphpprocess' => '/Util/PHP/AbstractPhpProcess.php',
-'phpunit\\util\\php\\defaultphpprocess' => '/Util/PHP/DefaultPhpProcess.php',
-'phpunit\\util\\php\\windowsphpprocess' => '/Util/PHP/WindowsPhpProcess.php',
-'phpunit\\util\\printer' => '/Util/Printer.php',
-'phpunit\\util\\regularexpression' => '/Util/RegularExpression.php',
-'phpunit\\util\\test' => '/Util/Test.php',
-'phpunit\\util\\testdox\\clitestdoxprinter' => '/Util/TestDox/CliTestDoxPrinter.php',
-'phpunit\\util\\testdox\\htmlresultprinter' => '/Util/TestDox/HtmlResultPrinter.php',
-'phpunit\\util\\testdox\\nameprettifier' => '/Util/TestDox/NamePrettifier.php',
-'phpunit\\util\\testdox\\resultprinter' => '/Util/TestDox/ResultPrinter.php',
-'phpunit\\util\\testdox\\testdoxprinter' => '/Util/TestDox/TestDoxPrinter.php',
-'phpunit\\util\\testdox\\textresultprinter' => '/Util/TestDox/TextResultPrinter.php',
-'phpunit\\util\\testdox\\xmlresultprinter' => '/Util/TestDox/XmlResultPrinter.php',
-'phpunit\\util\\texttestlistrenderer' => '/Util/TextTestListRenderer.php',
-'phpunit\\util\\type' => '/Util/Type.php',
-'phpunit\\util\\xdebugfilterscriptgenerator' => '/Util/XdebugFilterScriptGenerator.php',
-'phpunit\\util\\xml' => '/Util/Xml.php',
-'phpunit\\util\\xmltestlistrenderer' => '/Util/XmlTestListRenderer.php',
-],
-  "${include_dir}/PHPUnit"
-);
-
-// Dependencies
-\Fedora\Autoloader\Dependencies::required([
-  "${include_dir}/File/Iterator/autoload.php",
-  "${include_dir}/PHP/CodeCoverage/autoload.php",
-  "${include_dir}/PHP/Timer/autoload.php",
-  "${include_dir}/SebastianBergmann/Version/autoload.php",
-  "${include_dir}/SebastianBergmann/Diff/autoload.php",
-  "${include_dir}/SebastianBergmann/Environment/autoload.php",
-  "${include_dir}/SebastianBergmann/Exporter/autoload.php",
-  "${include_dir}/SebastianBergmann/GlobalState/autoload.php",
-  "${include_dir}/SebastianBergmann/Comparator/autoload.php",
-  "${include_dir}/SebastianBergmann/ObjectEnumerator/autoload.php",
-  "${include_dir}/SebastianBergmann/ResourceOperations/autoload.php",
-  "${include_dir}/SebastianBergmann/Type/autoload.php",
-  "${include_dir}/SebastianBergmann/Version/autoload.php",
-  "${include_dir}/Symfony/Component/Yaml/autoload.php",
-  "${include_dir}/Text/Template/autoload.php",
-  "${include_dir}/myclabs/DeepCopy/autoload.php",
-  "${include_dir}/phpspec/Prophecy/autoload.php",
-  "${include_dir}/Doctrine/Instantiator/autoload.php",
-  "${include_dir}/PharIo/Manifest/autoload.php",
-  "${include_dir}/PharIo/Version/autoload.php",
-]);
-

diff --git a/dev-php/phpunit/phpunit-8.5.5.ebuild b/dev-php/phpunit/phpunit-8.5.5.ebuild
deleted file mode 100644
index 3632144aa1d..00000000000
--- a/dev-php/phpunit/phpunit-8.5.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A PHP Unit Testing framework"
-HOMEPAGE="https://phpunit.de"
-SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-php/fedora-autoloader
-	>=dev-php/File_Iterator-2.0.2
-	<dev-php/File_Iterator-3.0
-	>=dev-php/Text_Template-1.2.1
-	<dev-php/Text_Template-2.0
-	>=dev-php/PHP_CodeCoverage-7.0.7
-	<dev-php/PHP_CodeCoverage-8.0
-	>=dev-php/PHP_Timer-2.1.2
-	<dev-php/PHP_Timer-3.0
-	>=dev-php/doctrine-instantiator-1.2
-	<dev-php/doctrine-instantiator-2.0
-	>=dev-php/myclabs-deepcopy-1.9.1
-	<dev-php/myclabs-deepcopy-2.0
-	>=dev-php/phar-io-manifest-1.0.3
-	<dev-php/phar-io-manifest-2.0
-	>=dev-php/phar-io-version-2.0.1
-	<dev-php/phar-io-version-3.0
-	>=dev-php/phpspec-prophecy-1.8.1
-	<dev-php/phpspec-prophecy-2.0
-	>=dev-php/sebastian-comparator-3.0.2
-	<dev-php/sebastian-comparator-4.0
-	>=dev-php/sebastian-diff-3.0.2
-	<dev-php/sebastian-diff-4.0
-	>=dev-php/sebastian-environment-4.2.2
-	<dev-php/sebastian-environment-5.0
-	>=dev-php/sebastian-exporter-3.1.1
-	<dev-php/sebastian-exporter-4.0
-	>=dev-php/sebastian-global-state-3.0
-	<dev-php/sebastian-global-state-4.0
-	>=dev-php/sebastian-object-enumerator-3.0.3
-	<dev-php/sebastian-object-enumerator-4.0
-	>=dev-php/sebastian-resource-operations-2.0.1
-	<dev-php/sebastian-resource-operations-3.0
-	<dev-php/sebastian-type-2.0
-	<dev-php/sebastian-version-3.0
-	>=dev-lang/php-7.2:*[cli(-),json(-),unicode(-),xml(-),xmlwriter(-)]
-	!dev-php/phpunit-mock-objects
-"
-
-src_install() {
-	insinto /usr/share/php/PHPUnit
-	doins -r src/*
-	insinto /usr/share/php/PHPUnit/vendor
-	newins "${FILESDIR}/autoload-8.5.0.php" autoload.php
-	exeinto /usr/share/php/PHPUnit
-	doexe phpunit
-	dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit
-	insinto /usr/share/php
-	doins phpunit.xsd
-}
-
-pkg_postinst() {
-	elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
-	elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/, dev-php/phpunit/files/
@ 2021-02-25 19:23 Brian Evans
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans @ 2021-02-25 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     72e5ae4c43f214bcc7377ebe32c3c38162e34a20
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 19:15:32 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 19:16:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e5ae4c

dev-php/phpunit: Drop old version

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/phpunit/Manifest                 |   1 -
 dev-php/phpunit/files/autoload.php       | 170 -------------------------------
 dev-php/phpunit/phpunit-5.7.15-r3.ebuild |  53 ----------
 3 files changed, 224 deletions(-)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index 29e15afff8a..31d7859aad6 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,3 +1,2 @@
-DIST phpunit-5.7.15.tar.gz 205474 BLAKE2B 0220edd59fc3f191b7621f275d3e4ee8f8bf514f74533d99bfb925e11cc54a235fb292ffd1bb54f6bec1e038c06e35a0dc43c1227618590f99e7e85638a7de28 SHA512 6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
 DIST phpunit-8.5.11.tar.gz 159302 BLAKE2B fdf156842b3607f4cbd26194efd7eb7cb204fb1d1d078c0c6bd3bb68e520e5d748767f8aab64b7c9bf313161e3d84e08d415fbf0408c26541ec1f70cfe7af8bd SHA512 3e9db4a1d6c5bea3546b24bd837479a0114a9200f96034aabc96933dfb42c1237b03f7118f19eeb1216e32f2034c1ec8c632d20ecacbe70d3660fbbfd167ac79
 DIST phpunit-8.5.14.tar.gz 163158 BLAKE2B 8be0765b89cd7c7f91c7c8753eda9be46a38368c1b538b9e1a06b6f7e5b2cf2c37ef806338b7f4dd213962bfb8f7d749e1a97dd65d0e877fb2ffdeb747dcd344 SHA512 589cd74bf44c16ee0bb0b0e85f3468b0fdbd7e6ce968894954918094d49a0fed46570cac2fa2367f417715bf64f942f5742a292b09edd91317bbea06624ac313

diff --git a/dev-php/phpunit/files/autoload.php b/dev-php/phpunit/files/autoload.php
deleted file mode 100644
index f33b4c8881a..00000000000
--- a/dev-php/phpunit/files/autoload.php
+++ /dev/null
@@ -1,170 +0,0 @@
-<?php
-/* Autoloader for dev-php/phpunit and its dependencies */
-
-$include_dir = '/usr/share/php';
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
-    require_once "${include_dir}/Fedora/Autoloader/autoload.php";
-}
-
-\Fedora\Autoloader\Autoload::addClassMap(
-    array(
-	'phpunit\\framework\\assert' => '/ForwardCompatibility/Assert.php',
-	'phpunit\\framework\\basetestlistener' => '/ForwardCompatibility/BaseTestListener.php',
-	'phpunit\\framework\\testcase' => '/ForwardCompatibility/TestCase.php',
-	'phpunit\\framework\\testlistener' => '/ForwardCompatibility/TestListener.php',
-	'phpunit_exception' => '/Exception.php',
-	'phpunit_extensions_grouptestsuite' => '/Extensions/GroupTestSuite.php',
-	'phpunit_extensions_phpttestcase' => '/Extensions/PhptTestCase.php',
-	'phpunit_extensions_phpttestsuite' => '/Extensions/PhptTestSuite.php',
-	'phpunit_extensions_repeatedtest' => '/Extensions/RepeatedTest.php',
-	'phpunit_extensions_testdecorator' => '/Extensions/TestDecorator.php',
-	'phpunit_extensions_ticketlistener' => '/Extensions/TicketListener.php',
-	'phpunit_framework_assert' => '/Framework/Assert.php',
-	'phpunit_framework_assertionfailederror' => '/Framework/AssertionFailedError.php',
-	'phpunit_framework_basetestlistener' => '/Framework/BaseTestListener.php',
-	'phpunit_framework_codecoverageexception' => '/Framework/CodeCoverageException.php',
-	'phpunit_framework_constraint' => '/Framework/Constraint.php',
-	'phpunit_framework_constraint_and' => '/Framework/Constraint/And.php',
-	'phpunit_framework_constraint_arrayhaskey' => '/Framework/Constraint/ArrayHasKey.php',
-	'phpunit_framework_constraint_arraysubset' => '/Framework/Constraint/ArraySubset.php',
-	'phpunit_framework_constraint_attribute' => '/Framework/Constraint/Attribute.php',
-	'phpunit_framework_constraint_callback' => '/Framework/Constraint/Callback.php',
-	'phpunit_framework_constraint_classhasattribute' => '/Framework/Constraint/ClassHasAttribute.php',
-	'phpunit_framework_constraint_classhasstaticattribute' => '/Framework/Constraint/ClassHasStaticAttribute.php',
-	'phpunit_framework_constraint_composite' => '/Framework/Constraint/Composite.php',
-	'phpunit_framework_constraint_count' => '/Framework/Constraint/Count.php',
-	'phpunit_framework_constraint_directoryexists' => '/Framework/Constraint/DirectoryExists.php',
-	'phpunit_framework_constraint_exception' => '/Framework/Constraint/Exception.php',
-	'phpunit_framework_constraint_exceptioncode' => '/Framework/Constraint/ExceptionCode.php',
-	'phpunit_framework_constraint_exceptionmessage' => '/Framework/Constraint/ExceptionMessage.php',
-	'phpunit_framework_constraint_exceptionmessageregexp' => '/Framework/Constraint/ExceptionMessageRegExp.php',
-	'phpunit_framework_constraint_fileexists' => '/Framework/Constraint/FileExists.php',
-	'phpunit_framework_constraint_greaterthan' => '/Framework/Constraint/GreaterThan.php',
-	'phpunit_framework_constraint_isanything' => '/Framework/Constraint/IsAnything.php',
-	'phpunit_framework_constraint_isempty' => '/Framework/Constraint/IsEmpty.php',
-	'phpunit_framework_constraint_isequal' => '/Framework/Constraint/IsEqual.php',
-	'phpunit_framework_constraint_isfalse' => '/Framework/Constraint/IsFalse.php',
-	'phpunit_framework_constraint_isfinite' => '/Framework/Constraint/IsFinite.php',
-	'phpunit_framework_constraint_isidentical' => '/Framework/Constraint/IsIdentical.php',
-	'phpunit_framework_constraint_isinfinite' => '/Framework/Constraint/IsInfinite.php',
-	'phpunit_framework_constraint_isinstanceof' => '/Framework/Constraint/IsInstanceOf.php',
-	'phpunit_framework_constraint_isjson' => '/Framework/Constraint/IsJson.php',
-	'phpunit_framework_constraint_isnan' => '/Framework/Constraint/IsNan.php',
-	'phpunit_framework_constraint_isnull' => '/Framework/Constraint/IsNull.php',
-	'phpunit_framework_constraint_isreadable' => '/Framework/Constraint/IsReadable.php',
-	'phpunit_framework_constraint_istrue' => '/Framework/Constraint/IsTrue.php',
-	'phpunit_framework_constraint_istype' => '/Framework/Constraint/IsType.php',
-	'phpunit_framework_constraint_iswritable' => '/Framework/Constraint/IsWritable.php',
-	'phpunit_framework_constraint_jsonmatches' => '/Framework/Constraint/JsonMatches.php',
-	'phpunit_framework_constraint_jsonmatches_errormessageprovider' => '/Framework/Constraint/JsonMatches/ErrorMessageProvider.php',
-	'phpunit_framework_constraint_lessthan' => '/Framework/Constraint/LessThan.php',
-	'phpunit_framework_constraint_not' => '/Framework/Constraint/Not.php',
-	'phpunit_framework_constraint_objecthasattribute' => '/Framework/Constraint/ObjectHasAttribute.php',
-	'phpunit_framework_constraint_or' => '/Framework/Constraint/Or.php',
-	'phpunit_framework_constraint_pcrematch' => '/Framework/Constraint/PCREMatch.php',
-	'phpunit_framework_constraint_samesize' => '/Framework/Constraint/SameSize.php',
-	'phpunit_framework_constraint_stringcontains' => '/Framework/Constraint/StringContains.php',
-	'phpunit_framework_constraint_stringendswith' => '/Framework/Constraint/StringEndsWith.php',
-	'phpunit_framework_constraint_stringmatches' => '/Framework/Constraint/StringMatches.php',
-	'phpunit_framework_constraint_stringstartswith' => '/Framework/Constraint/StringStartsWith.php',
-	'phpunit_framework_constraint_traversablecontains' => '/Framework/Constraint/TraversableContains.php',
-	'phpunit_framework_constraint_traversablecontainsonly' => '/Framework/Constraint/TraversableContainsOnly.php',
-	'phpunit_framework_constraint_xor' => '/Framework/Constraint/Xor.php',
-	'phpunit_framework_coveredcodenotexecutedexception' => '/Framework/CoveredCodeNotExecutedException.php',
-	'phpunit_framework_error' => '/Framework/Error.php',
-	'phpunit_framework_error_deprecated' => '/Framework/Error/Deprecated.php',
-	'phpunit_framework_error_notice' => '/Framework/Error/Notice.php',
-	'phpunit_framework_error_warning' => '/Framework/Error/Warning.php',
-	'phpunit_framework_exception' => '/Framework/Exception.php',
-	'phpunit_framework_exceptionwrapper' => '/Framework/ExceptionWrapper.php',
-	'phpunit_framework_expectationfailedexception' => '/Framework/ExpectationFailedException.php',
-	'phpunit_framework_incompletetest' => '/Framework/IncompleteTest.php',
-	'phpunit_framework_incompletetestcase' => '/Framework/IncompleteTestCase.php',
-	'phpunit_framework_incompletetesterror' => '/Framework/IncompleteTestError.php',
-	'phpunit_framework_invalidcoverstargetexception' => '/Framework/InvalidCoversTargetException.php',
-	'phpunit_framework_missingcoversannotationexception' => '/Framework/MissingCoversAnnotationException.php',
-	'phpunit_framework_outputerror' => '/Framework/OutputError.php',
-	'phpunit_framework_riskytest' => '/Framework/RiskyTest.php',
-	'phpunit_framework_riskytesterror' => '/Framework/RiskyTestError.php',
-	'phpunit_framework_selfdescribing' => '/Framework/SelfDescribing.php',
-	'phpunit_framework_skippedtest' => '/Framework/SkippedTest.php',
-	'phpunit_framework_skippedtestcase' => '/Framework/SkippedTestCase.php',
-	'phpunit_framework_skippedtesterror' => '/Framework/SkippedTestError.php',
-	'phpunit_framework_skippedtestsuiteerror' => '/Framework/SkippedTestSuiteError.php',
-	'phpunit_framework_syntheticerror' => '/Framework/SyntheticError.php',
-	'phpunit_framework_test' => '/Framework/Test.php',
-	'phpunit_framework_testcase' => '/Framework/TestCase.php',
-	'phpunit_framework_testfailure' => '/Framework/TestFailure.php',
-	'phpunit_framework_testlistener' => '/Framework/TestListener.php',
-	'phpunit_framework_testresult' => '/Framework/TestResult.php',
-	'phpunit_framework_testsuite' => '/Framework/TestSuite.php',
-	'phpunit_framework_testsuite_dataprovider' => '/Framework/TestSuite/DataProvider.php',
-	'phpunit_framework_unintentionallycoveredcodeerror' => '/Framework/UnintentionallyCoveredCodeError.php',
-	'phpunit_framework_warning' => '/Framework/Warning.php',
-	'phpunit_framework_warningtestcase' => '/Framework/WarningTestCase.php',
-	'phpunit_runner_basetestrunner' => '/Runner/BaseTestRunner.php',
-	'phpunit_runner_exception' => '/Runner/Exception.php',
-	'phpunit_runner_filter_factory' => '/Runner/Filter/Factory.php',
-	'phpunit_runner_filter_group_exclude' => '/Runner/Filter/Group/Exclude.php',
-	'phpunit_runner_filter_group_include' => '/Runner/Filter/Group/Include.php',
-	'phpunit_runner_filter_groupfilteriterator' => '/Runner/Filter/Group.php',
-	'phpunit_runner_filter_test' => '/Runner/Filter/Test.php',
-	'phpunit_runner_standardtestsuiteloader' => '/Runner/StandardTestSuiteLoader.php',
-	'phpunit_runner_testsuiteloader' => '/Runner/TestSuiteLoader.php',
-	'phpunit_runner_version' => '/Runner/Version.php',
-	'phpunit_textui_command' => '/TextUI/Command.php',
-	'phpunit_textui_resultprinter' => '/TextUI/ResultPrinter.php',
-	'phpunit_textui_testrunner' => '/TextUI/TestRunner.php',
-	'phpunit_util_blacklist' => '/Util/Blacklist.php',
-	'phpunit_util_configuration' => '/Util/Configuration.php',
-	'phpunit_util_configurationgenerator' => '/Util/ConfigurationGenerator.php',
-	'phpunit_util_errorhandler' => '/Util/ErrorHandler.php',
-	'phpunit_util_fileloader' => '/Util/Fileloader.php',
-	'phpunit_util_filesystem' => '/Util/Filesystem.php',
-	'phpunit_util_filter' => '/Util/Filter.php',
-	'phpunit_util_getopt' => '/Util/Getopt.php',
-	'phpunit_util_globalstate' => '/Util/GlobalState.php',
-	'phpunit_util_invalidargumenthelper' => '/Util/InvalidArgumentHelper.php',
-	'phpunit_util_log_json' => '/Util/Log/JSON.php',
-	'phpunit_util_log_junit' => '/Util/Log/JUnit.php',
-	'phpunit_util_log_tap' => '/Util/Log/TAP.php',
-	'phpunit_util_log_teamcity' => '/Util/Log/TeamCity.php',
-	'phpunit_util_php' => '/Util/PHP.php',
-	'phpunit_util_php_default' => '/Util/PHP/Default.php',
-	'phpunit_util_php_windows' => '/Util/PHP/Windows.php',
-	'phpunit_util_printer' => '/Util/Printer.php',
-	'phpunit_util_regex' => '/Util/Regex.php',
-	'phpunit_util_string' => '/Util/String.php',
-	'phpunit_util_test' => '/Util/Test.php',
-	'phpunit_util_testdox_nameprettifier' => '/Util/TestDox/NamePrettifier.php',
-	'phpunit_util_testdox_resultprinter' => '/Util/TestDox/ResultPrinter.php',
-	'phpunit_util_testdox_resultprinter_html' => '/Util/TestDox/ResultPrinter/HTML.php',
-	'phpunit_util_testdox_resultprinter_text' => '/Util/TestDox/ResultPrinter/Text.php',
-	'phpunit_util_testdox_resultprinter_xml' => '/Util/TestDox/ResultPrinter/XML.php',
-	'phpunit_util_testsuiteiterator' => '/Util/TestSuiteIterator.php',
-	'phpunit_util_type' => '/Util/Type.php',
-	'phpunit_util_xml' => '/Util/XML.php',
-),
-  "${include_dir}/PHPUnit"
-);
-
-// Dependencies
-\Fedora\Autoloader\Dependencies::required(array(
-  "${include_dir}/File/Iterator/autoload.php",
-  "${include_dir}/PHP/CodeCoverage/autoload.php",
-  "${include_dir}/PHP/Timer/autoload.php",
-  "${include_dir}/SebastianBergmann/Version/autoload.php",
-  "${include_dir}/SebastianBergmann/Diff/autoload.php",
-  "${include_dir}/SebastianBergmann/Environment/autoload.php",
-  "${include_dir}/SebastianBergmann/Exporter/autoload.php",
-  "${include_dir}/SebastianBergmann/GlobalState/autoload.php",
-  "${include_dir}/SebastianBergmann/Comparator/autoload.php",
-  "${include_dir}/SebastianBergmann/ObjectEnumerator/autoload.php",
-  "${include_dir}/SebastianBergmann/ResourceOperations/autoload.php",
-  "${include_dir}/Symfony/Component/Yaml/autoload.php",
-  "${include_dir}/Text/Template/autoload.php",
-  "${include_dir}/myclabs/DeepCopy/autoload.php",
-  "${include_dir}/PHPUnit/Framework/MockObject/autoload.php",
-  "${include_dir}/phpspec/Prophecy/autoload.php",
-));

diff --git a/dev-php/phpunit/phpunit-5.7.15-r3.ebuild b/dev-php/phpunit/phpunit-5.7.15-r3.ebuild
deleted file mode 100644
index 601e1c9086e..00000000000
--- a/dev-php/phpunit/phpunit-5.7.15-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A PHP Unit Testing framework"
-HOMEPAGE="https://phpunit.de"
-SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="dev-php/fedora-autoloader
-	>=dev-php/File_Iterator-1.4.0
-	<dev-php/File_Iterator-2.0
-	>=dev-php/Text_Template-1.2.0
-	<dev-php/Text_Template-2.0
-	>=dev-php/PHP_CodeCoverage-4.0.4
-	<dev-php/PHP_CodeCoverage-5.0
-	>=dev-php/PHP_Timer-1.0.6
-	<dev-php/PHP_Timer-2.0
-	<dev-php/myclabs-deepcopy-2.0
-	<dev-php/phpspec-prophecy-2.0
-	<dev-php/phpunit-mock-objects-4.0
-	<dev-php/sebastian-comparator-2.0
-	<dev-php/sebastian-diff-2.0
-	<dev-php/sebastian-environment-3.0
-	<dev-php/sebastian-exporter-3.0
-	<dev-php/sebastian-global-state-2.0
-	<dev-php/sebastian-object-enumerator-3.0
-	<dev-php/sebastian-resource-operations-2.0
-	<dev-php/sebastian-version-3.0
-	<dev-php/symfony-yaml-4.0
-	|| (
-		dev-lang/php:7.2[cli(-),json(-),unicode(-),xml(-)]
-	)"
-
-src_install() {
-	insinto /usr/share/php/PHPUnit
-	doins -r src/*
-	insinto /usr/share/php/PHPUnit/vendor
-	doins "${FILESDIR}/autoload.php"
-	exeinto /usr/share/php/PHPUnit
-	doexe phpunit
-	dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit
-}
-
-pkg_postinst() {
-	elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
-	elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-25 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30  0:41 [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/, dev-php/phpunit/files/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2021-02-25 19:23 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox