summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-1/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/symfony-event-dispatcher: bump to v2.8.50Thomas Deutschmann2019-07-182-0/+42
| | | | | | | 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-event-dispatcher: fix inconsistent tabs in metadata.xml.Michael Orlitzky2017-11-141-2/+3
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* 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-event-dispatcher: add the PHP project as a co-maintainer.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-event-dispatcher: loosen restrictions on dependencies.Michael Orlitzky2016-12-181-1/+1
| | | | | | | | | One of this package's dependencies was 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-event-dispatcher: add upstream/remote-id tag to metadata.xml.Michael Orlitzky2016-12-181-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-php/symfony-event-dispatcher: Add 2.1.0 versionGuillaume Seren2016-12-184-0/+73
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>