summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* media-libs/allegro: Patch against undefined ref to get_value in 4.4.2James Le Cuirot2019-10-031-0/+1
| | | | | | Closes: https://bugs.gentoo.org/696034 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-libs/allegro: Don't build info docs due to texinfo 6.7 breakageJames Le Cuirot2019-09-301-1/+1
| | | | | | | | | | The texinfo dependency had not been specified so they were effectively automagic anyway. I don't think anyone needs info docs for an older version, especially when there are still man pages and HTML docs. Closes: https://bugs.gentoo.org/695934 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-libs/allegro: Patch around GLX_RGBA_FLOAT_BIT issue in 4.4.2James Le Cuirot2019-09-301-0/+1
| | | | | | | | Thanks to Pablo Yanez Trujillo for the patch. Closes: https://bugs.gentoo.org/672858 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-libs/allegro: Stable -r2 for bug 670781Andreas K. Hüttel2019-01-261-1/+1
| | | | | | Closes: https://bugs.gentoo.org/670781 Package-Manager: Portage-2.3.57, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-libs/allegro: Backport glibc-2.28 compatibility fixAndreas K. Hüttel2019-01-051-0/+112
Bug: https://bugs.gentoo.org/670781 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>