summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/symfony-filesystem: x86 stable wrt bug #754018Agostino Sarubbo2021-05-101-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/symfony-filesystem: amd64 stable wrt bug #754018Agostino Sarubbo2021-05-061-2/+2
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-3/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/symfony-filesystem: Restrict <dev-php/phpunit-6Guillaume Seren2020-08-191-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/737838 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17164 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/symfony-filesystem: bump to v3.4.36Thomas Deutschmann2020-03-192-0/+40
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/symfony-filesystem: Remove HOMEPAGE from SRC_URI; RESTRICT testBrian Evans2019-08-161-1/+2
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/symfony-filesystem: Drop oldBrian Evans2019-08-163-69/+0
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/symfony-filesystem: bump to v3.4.28Thomas Deutschmann2019-07-182-0/+39
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+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-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
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-php/symfony-filesystem: add the PHP project as a co-maintainer.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-filesystem: add upstream/remote-id tag to metadata.xml.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-filesystem: Add 2.7.20 versionGuillaume Seren2016-12-184-0/+49
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>