summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/symfony-dependency-injection: 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-dependency-injection: 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>
* dev-php/symfony-dependency-injection: bump to v2.8.50Thomas Deutschmann2019-07-182-0/+46
| | | | | | | security release 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-dependency-injection: fix inconsistent tabs in metadata.xml.Michael Orlitzky2017-11-141-2/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* 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
* 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-dependency-injection: replace v2.1.0 with v2.8.15.Michael Orlitzky2017-01-052-2/+2
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-dependency-injection: add the PHP project as a co-maintainer.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-dependency-injection: loosen restrictions on dependencies.Michael Orlitzky2016-12-181-3/+4
| | | | | | | | | Two of this package's dependencies were declared with the tilde "~" operator. Per discussion with the maintainer, these are probably better off being "newer than" operators. We retain the lower bound set by upstream. Package-Manager: portage-2.3.0
* dev-php/symfony-dependency-injection: add upstream/remote-id metadata tag.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-dependency-injection: Add 2.1.0 versionGuillaume Seren2016-12-184-0/+76
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>