summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/gdk-pixbuf: remove oldMart Raudsepp2020-01-112-133/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: ia64 stable (bug #685254)Mart Raudsepp2020-01-111-1/+1
| | | | | | Tested-by: Émeric Maschino Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: remove oldMart Raudsepp2020-01-013-284/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: arm stable wrt bug #702260Agostino Sarubbo2020-01-011-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/gdk-pixbuf: stable 2.40.0 for hppa, bug #702260Rolf Eike Beer2019-12-251-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: [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>
* x11-libs/gdk-pixbuf: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/gdk-pixbuf: ppc64 stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/gdk-pixbuf: arm64 stable (bug #702260)Aaron Bauman2019-12-081-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* x11-libs/gdk-pixbuf: alpha stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/gdk-pixbuf: sparc stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/gdk-pixbuf: s390 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/gdk-pixbuf: x86 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/gdk-pixbuf: amd64 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/gdk-pixbuf: bump to 2.40.0Mart Raudsepp2019-10-132-0/+140
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: loaders.cache update fixes (thumbnailing, etc)Mart Raudsepp2019-10-132-12/+9
| | | | | | | | | | | | | | | | | | | | | | Fix regressions from meson port for gdk-pixbuf loaders.cache updating. * Add missing gnome2_gdk_pixbuf_savelist call to pkg_preinst for stable version, revbumped straight to stable to fix any outdated caches for stable users, as it could be causing lack of thumbnailing functionality and other issues. * Add it to ~arch version too, but also downgrade it back to EAPI-7, as gnome2-utils.eclass is broken for EAPI-7 still for gdk-pixbuf cache updating (missing eutils inherit from emktemp usage and broken $ED and $EROOT lack of ending slash handling. Though instead of full revert of the changes, convert the ebuilds own $ED and $EROOT handling to be EAPI agnostic for now. * Drop ancient migration log in the ~arch revbump that seems to have been for a time when gdk-pixbuf was newly introduced over a decade or more ago (when split out of gtk2 in its early days). Closes: https://bugs.gentoo.org/697602 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-libs/gdk-pixbuf: sparc stable wrt bug #685254Agostino Sarubbo2019-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+3
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* x11-libs/gdk-pixbuf: bump to 2.38.2, EAPI-7 portMart Raudsepp2019-09-092-0/+144
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: fix emesonargs order after non-maintainer commitMart Raudsepp2019-08-281-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: [QA] Remove media-libs/jasper depDavid Seifert2019-08-282-6/+4
| | | | | | Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/gdk-pixbuf: ppc stable wrt bug #685254Agostino Sarubbo2019-07-031-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* x11-libs/gdk-pixbuf: ppc64 stable wrt bug #685254Agostino Sarubbo2019-06-271-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* x11-libs/gdk-pixbuf: alpha stable wrt bug #685254Mikle Kolyada2019-06-171-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* x11-libs/gdk-pixbuf: arm stable wrt bug #685254Mikle Kolyada2019-05-231-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* x11-libs/gdk-pixbuf: x86 stable wrt bug #685254Mikle Kolyada2019-05-101-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* x11-libs/gdk-pixbuf: s390 stable wrt bug #685254Mikle Kolyada2019-05-101-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
* x11-libs/gdk-pixbuf: arm64 stable (bug #685254)Aaron Bauman2019-05-091-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12
* x11-libs/gdk-pixbuf: amd64 stable wrt bug #685254Mikle Kolyada2019-05-081-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* x11-libs/gdk-pixbuf: fix missing pixbuf loaders.cache updateMart Raudsepp2019-03-121-1/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: bump to 2.38.1Mart Raudsepp2019-03-102-0/+143
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: remove oldMart Raudsepp2019-01-143-154/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: stable 2.36.12 for hppa, bug #652976Rolf Eike Beer2019-01-141-2/+2
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/gdk-pixbuf: stable 2.36.12 for ppc, bug #652976Sergei Trofimovich2018-11-241-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/gdk-pixbuf: add explicit build dep on glib-utilsMart Raudsepp2018-10-072-2/+4
| | | | | | Closes: https://bugs.gentoo.org/667936 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* Drop arm-linux keyword from tree.Benda Xu2018-08-312-2/+2
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* x11-libs/gdk-pixbuf: mark s390 stableMikle Kolyada2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-libs/gdk-pixbuf: ppc64 stable wrt bug #652976Mikle Kolyada2018-05-291-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* x11-libs/gdk-pixbuf-2.36.12-r0: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/652976
* x11-libs/gdk-pixbuf: arm stable, bug #652976Markus Meier2018-05-041-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* x11-libs/gdk-pixbuf: stable 2.36.12 for ia64, bug #652976Sergei Trofimovich2018-04-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* x11-libs/gdk-pixbuf: stable 2.36.12 for sparc, bug #652976Rolf Eike Beer2018-04-281-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* x11-libs/gdk-pixbuf: amd64 stableAaron Bauman2018-04-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* x11-libs/gdk-pixbuf: x86 stable (bug #652976)Thomas Deutschmann2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* x11-libs/gdk-pixbuf-2.36.12: arm64 stableMart Raudsepp2018-04-181-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* x11-libs/gdk-pixbuf: security cleanupMart Raudsepp2018-04-173-191/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* x11-libs/gdk-pixbuf: bump to 2.36.12Mart Raudsepp2018-04-112-0/+132
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* x11-libs/gdk-pixbuf-2.36.11: ppc64 stable, bug 644770Matt Turner2018-03-111-1/+1
|