summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/pecl-eio: Version bump including php 7.1 supportBrian Evans2017-05-122-0/+25
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/pecl-stomp: Version bump including php 7.1 supportBrian Evans2017-05-122-0/+50
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/webmozart-assert-1.2.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/Text_Template-1.2.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/symfony-yaml-2.1.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-version-2.0.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-resource-operations-1.0.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-recursion-context-2.0.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-object-enumerator-2.0.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-global-state-1.1.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-exporter-2.0.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-environment-2.0.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-diff-1.4.1-r1: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-comparator-1.2.4-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/sebastian-code-unit-reverse-lookup-1.0.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpunit-mock-objects-3.4.3-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpunit-5.7.15-r1: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/PHP_TokenStream-1.4.11-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/PHP_Timer-1.0.9-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpspec-prophecy-1.7.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpdocumentor-type-resolver-0.2.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpdocumentor-reflection-docblock-3.1.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/phpdocumentor-reflection-common-1.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/PHP_CodeCoverage-4.0.7-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/myclabs-deepcopy-1.6.0-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/File_Iterator-1.4.2-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/fedora-autoloader-0.2.1-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/doctrine-instantiator-1.0.5-r0: add ~alpha keywordTobias Klausmann2017-05-091-1/+1
| | | | Gentoo-Bug: 613766
* dev-php/symfony-dependency-injection: new version 2.8.20.Michael Orlitzky2017-05-042-12/+13
| | | | | | | | | This new version spells out all of the source code directories to be installed, thereby avoiding the installation of junk like composer.json. I've also left a comment stating that I'm not so sure about some of the RDEPEND entries... Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/symfony-finder: new version 3.2.8.Michael Orlitzky2017-05-043-14/+34
| | | | | | | | | This new version enables the test suite, after patching out a problem test: it tries to sort files by their atime, and that obviously fails if your filesystem is mounted noatime. After skipping that test, the suite passes, so I've removed the RESTRICT=test that was in place. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/sebastian-diff: new revision to fix autoloader class names.Michael Orlitzky2017-05-042-2/+2
| | | | | | | | | | | Two of the class names in this package's autoload.php were in error: they were named after the filename, instead of the classes that they actually contain (perhaps this is a bug upstream?). In any case, the PHPUnit test suite for symfony-finder was failing looking for a class that it couldn't find. The new revision should force users to install the updated autoload.php. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/symfony-filesystem: new version 3.2.8.Michael Orlitzky2017-05-043-12/+39
| | | | | | | | | | | | | | | This new version adds a tiny patch to annotate the one test that requires network access. Afterwards, we are able to enable the test suite and skip the network test. The test suite passes, so I've removed the RESTRICT=test that we had. The patch is reflected in upstream (symfony/symfony) pull request 22630. Another small improvement is to spell out the files and directories to be installed, rather than using "." (the whole directory). This avoids installing composer.json and some other junk to the PHP include directory. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/symfony-config: new version 2.8.20.Michael Orlitzky2017-05-033-10/+11
| | | | | | | | This new version depends (optionally) on a newer version of PHPUnit, which lets us run its test suite. The test suite passes for me, so I've removed the RESTRICT=test. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/phpunit: new revision to fix missing autoload dependency.Michael Orlitzky2017-05-032-17/+20
| | | | | | | | | | | | | The sebastian-object-enumerator package is one of PHPUnit's dependencies and is listed in RDEPEND, but it was missing from the autoloader. This was causing test failures in packages that use the PHPUnit classes directly, but is easily fixed by adding another line to autoload.php. I've made a revision to ensure that users get the new autoload.php before we try to run any test suites. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-2978-152/+349
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-php/composer: version bump 1.3.1 -> 1.4.1.Michael Orlitzky2017-04-274-57/+18
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds composer-1.4.1 and removes the old composer-1.3.1 at the same time, allowing me to mess with the autoload.php in-flight. We had one patch that was giving us trouble with v1.4.1, and this new ebuild is an experiment to see if we can do away with it. Instead of installing to /usr/share/php/Composer, the new v1.4.1 will install to /usr/share/composer, and only create a symlink from /usr/bin/composer to the "real" executable under /usr/share. Since the executable loads everything via relative paths, having the "real" executable under /usr/share (with the rest of its stuff) allows composer to find what it's looking for out-of-the box, without us having to point it towards our particular install location. As a result, I've removed the one patch that did so, and I've updated autoload.php with the new path. Thanks are due to Guillaume Seren who did most of the prerequisite work and stayed on top of the pull request and bug. Gentoo-Bug: 613898 Closes: https://github.com/gentoo/gentoo/pull/4364 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Serializer: remove unused versions.Michael Orlitzky2017-04-263-43/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Serializer: stabilize remaining arches (ALLARCHES policy).Michael Orlitzky2017-04-261-1/+1
| | | | | | Gentoo-Bug: 616494 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Serializer: amd64 stable wrt bug #616494Agostino Sarubbo2017-04-261-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/symfony-config: new version 2.8.19.Michael Orlitzky2017-04-253-6/+15
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/symfony-filesystem: Remove old version 2.7.20Guillaume Seren2017-04-252-25/+0
|
* dev-php/symfony-filesystem: Add version bump 3.2.6Guillaume Seren2017-04-252-0/+42
| | | | | | Add version bump 3.2.6 Gentoo-Bug: 613898
* dev-php/symfony-process: Remove old 2.8.12Guillaume Seren2017-04-252-25/+0
|
* dev-php/symfony-process: Add version 3.2.6Guillaume Seren2017-04-252-0/+44
| | | | | | Add version bump 3.2.6 Gentoo-Bug: 613898
* dev-php/symfony-finder: Remove old version 2.7.20Guillaume Seren2017-04-252-25/+0
|
* dev-php/symfony-finder: Add version bump 3.2.6Guillaume Seren2017-04-252-0/+44
| | | | | | Add version bump 3.2.6 Gentoo-Bug: 613898
* dev-php/phpdepend: new version 2.5.0.Michael Orlitzky2017-04-252-7/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/json-schema: remove old version 2.0.0.Michael Orlitzky2017-04-252-23/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/json-schema: Add version bump 4.1.0Guillaume Seren2017-04-252-0/+41
| | | | | | Add version bump 4.1.0 Gentoo-Bug: 613898
* dev-php/jsonlint: remove old version 1.4.0.Michael Orlitzky2017-04-252-41/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1