summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/PEAR-PEAR: new revision with unbundled PEAR-Exception.Michael Orlitzky2017-03-201-0/+173
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-Exception: new package supplying the PEAR/Exception class.Michael Orlitzky2017-03-203-0/+40
| | | | | | | | | Right now, most of the dev-php/PEAR-* packages in the tree depend on dev-php/PEAR-PEAR. However, most of them only need to do so for one class, PEAR/Exception. This new package (a legit, separate upstream package) provides that class and nothing else. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/pear: remove unused version 1.9.4.Michael Orlitzky2017-03-201-41/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-PEAR: remove unused versions 1.9.4 and 1.10.3.Michael Orlitzky2017-03-203-259/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Serializer: Revbump to use new eclassBrian Evans2017-03-201-0/+30
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-XML_Util: remove unused version 1.3.0-r1.Michael Orlitzky2017-03-202-30/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Util: stabilize remaining arches per ALLARCHES policy.Michael Orlitzky2017-03-201-1/+1
| | | | | | Gentoo-Bug: 613280 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-XML_Util: amd64 stable wrt bug #613280Agostino Sarubbo2017-03-201-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/PEAR-Var_Dump: remove unused version 1.0.4-r2.Michael Orlitzky2017-03-191-43/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-File_Find: new version 1.3.3 sans the php-pear-r1 eclass.Michael Orlitzky2017-03-193-4/+53
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/pecl-http: new revisions to fix extension load order.Michael Orlitzky2017-03-192-0/+138
| | | | | | | | | | | | | | | | | | The http extension has dependencies on two other extensions, and needs to be loaded after them. Our eclass currently can't handle that -- we throw files into /etc/php/.../ext-active, and they get loaded in glob order. For an ugly workaround, I've renamed the symlinks that get installed in ext-active to "zzhttp.ini", but have left them pointing to a file named "http.ini" in the "ext" directory. That fixes the problem for pecl-http, but it would be nice to have a long-term solution for the problem. I've made a note to that effect on bug 586446, where we are tracking future improvements to the eclass. Gentoo-Bug: 586446 Gentoo-Bug: 612054 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/pecl-http: remove unused versions 2.5.6 and 3.0.1.Michael Orlitzky2017-03-193-87/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/pecl-geoip: new revision with php-7.1 support.Michael Orlitzky2017-03-191-0/+22
| | | | | | Gentoo-Bug: 610014 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-Text_CAPTCHA: Revbump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-47/+27
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-PEAR_PackageFileManager_Plugins: Revbump to fix WORKDIR wrt bug ↵Brian Evans2017-03-192-39/+16
| | | | | | 613122 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-PEAR_PackageFileManager2: Revbump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-40/+17
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-PEAR_PackageFileManager: Revbump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-41/+18
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-Net_URL2: Revision bump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-37/+14
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-Net_DNS2: Drop old version wrt bug 613122Brian Evans2017-03-192-39/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-Mail_mimeDecode: Revision bump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-31/+19
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-Console_Table: Revision bump to fix WORKDIR wrt bug 613122Brian Evans2017-03-192-34/+18
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-php/PEAR-Net_LDAP: remove masked package.Michael Orlitzky2017-03-143-25/+0
| | | | Gentoo-Bug: 609142
* dev-php/PEAR-PhpDocumentor: remove masked package.Michael Orlitzky2017-03-143-33/+0
| | | | Gentoo-Bug: 609138
* dev-php/PEAR-Net_CheckIP: remove masked package.Michael Orlitzky2017-03-143-21/+0
| | | | Gentoo-Bug: 609128
* dev-php/PEAR-Net_SMTP: new version 1.7.3.Michael Orlitzky2017-03-123-4/+38
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-php/PEAR-Net_Socket: Version bumpBrian Evans2017-03-092-0/+15
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpunit: Drop old versionBrian Evans2017-03-092-42/+0
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpunit: Version bump with unbundled dependenciesBrian Evans2017-03-093-0/+223
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpunit-mock-objects: New package for an unbundled phpunitBrian Evans2017-03-094-0/+98
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/PHP_CodeCoverage: Version bump and use composer autoloadingBrian Evans2017-03-093-0/+107
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/PHP_Timer: Version bump and use composer autoloadingBrian Evans2017-03-093-0/+45
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/PHP_TokenStream: Version bump and use composer autoloadingBrian Evans2017-03-093-0/+51
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/File_Iterator: Version bump and use composer autoloadingBrian Evans2017-03-093-0/+47
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/Text_Template: Version bump and use composer autoloadingBrian Evans2017-03-093-0/+45
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpspec-prophecy: New package for an unbundled phpunitBrian Evans2017-03-094-0/+55
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/myclabs-deepcopy: New package for an unbundled phpunitBrian Evans2017-03-094-0/+44
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpdocumentor-reflection-docblock: New package for an unbundled phpunitBrian Evans2017-03-094-0/+53
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpdocumentor-type-resolver: New package for an unbundled phpunitBrian Evans2017-03-094-0/+45
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/phpdocumentor-reflection-common: New package for an unbundled phpunitBrian Evans2017-03-094-0/+44
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/doctrine-instantiator: New package for an unbundled phpunitBrian Evans2017-03-094-0/+44
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-code-unit-reverse-lookup: New package for an unbundled phpunitBrian Evans2017-03-094-0/+48
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-comparator: New package for an unbundled phpunitBrian Evans2017-03-094-0/+69
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-diff: New package for an unbundled phpunitBrian Evans2017-03-094-0/+55
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-environment: New package for an unbundled phpunitBrian Evans2017-03-094-0/+49
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-exporter: New package for an unbundled phpunitBrian Evans2017-03-094-0/+53
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-global-state: New package for an unbundled phpunitBrian Evans2017-03-094-0/+53
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-object-enumerator: New package for an unbundled phpunitBrian Evans2017-03-094-0/+55
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-recursion-context: New package for an unbundled phpunitBrian Evans2017-03-094-0/+50
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-resource-operations: New package for an unbundled phpunitBrian Evans2017-03-094-0/+49
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-php/sebastian-version: New package for an unbundled phpunitBrian Evans2017-03-094-0/+49
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2