summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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-perl/Gtk2: stable 1.249.920 for ppc, bug #619096Sergei Trofimovich2017-12-151-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-perl/Gtk2: stable 1.249.920 for hppa, bug #619096Sergei Trofimovich2017-12-031-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-perl/Gtk2: Require jpeg support in gdk-pixbuf for testingKent Fredric2017-06-261-0/+1
| | | | | | | | | | | | | | Tests fail without gdk-pixbuf compiled with jpeg support: =GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at t/GdkPixbuf.t line 185. GdkPixbuf-LOG **: Encoding rle at t/GdkPixbuf.t line 185. GdkPixbuf-LOG **: Dimensions: 4 x 5 at t/GdkPixbuf.t line 185. GdkPixbuf-LOG **: Rowstride: 16, Length: 91 at t/GdkPixbuf.t line 185. GdkPixbuf-LOG **: Copy pixels == true at t/GdkPixbuf.t line 185. Image type 'jpeg' is not supported at t/GdkPixbuf.t line 200. t/GdkPixbuf.t ...................... Dubious, test returned 255 (wstat 65280, 0xff00) Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-perl/Gtk2: ia64 stable wrt bug #619096Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Gtk2: ppc64 stable wrt bug #619096Agostino Sarubbo2017-05-261-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Gtk2-1.249.920-r0: add alpha keywordTobias Klausmann2017-05-221-1/+1
| | | | Gentoo-Bug: 619096
* dev-perl/Gtk2: sparc stable wrt bug #619096Agostino Sarubbo2017-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Gtk2: x86 stable wrt bug #619096Agostino Sarubbo2017-05-221-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Gtk2: amd64 stable wrt bug #619096Agostino Sarubbo2017-05-211-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/Gtk2: Bump to version 1.249.920Kent Fredric2017-04-291-0/+31
Upstream: - fix for '.' in @INC Bug: https://bugs.gentoo.org/616920 Package-Manager: Portage-2.3.5, Repoman-2.3.2