summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-libs/libxkbcommon: Stabilize 1.0.3 sparc, #758461Matt Turner2020-12-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libX11: Stabilize 1.7.0 sparc, #758461Matt Turner2020-12-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libdrm: Stabilize 2.4.103 sparc, #758461Matt Turner2020-12-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/gtk+: update NLS dependencies for EAPI 7David Michael2020-12-232-10/+12
| | | | | | | | | | GTK+ can link against libintl, so that needs to be in RDEPEND and DEPEND. It calls gettext programs, so that needs to be in BDEPEND. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18781 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-libs/cairo: Raise pixman version requirementMatt Turner2020-12-211-1/+1
| | | | | | | | Raised upstream in commit a34cb719cd9c (Add support for RGBA128F and RGB96F formats.) Closes: https://bugs.gentoo.org/760878 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libxshmfence: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libxkbcommon: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libdrm: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libXtst: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libXau: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libX11: x86 stable (bug #758461)Thomas Deutschmann2020-12-201-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/libxkbcommon: use python-any-r1 for testsMike Gilbert2020-12-201-2/+12
| | | | | Closes: https://bugs.gentoo.org/758866 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* x11-libs/libxkbcommon: Keyword 1.0.3 riscv, #758458Mikle Kolyada2020-12-201-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/libX11: Keyword 1.7.0 riscv, #758458Mikle Kolyada2020-12-201-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/libdrm: Keyword 9999 riscv, #758458Mikle Kolyada2020-12-201-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-libs/libxshmfence: Stabilize 1.3-r2 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libxkbcommon: Stabilize 1.0.3 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libdrm: Stabilize 2.4.103 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXtst: Stabilize 1.2.3-r2 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXau: Stabilize 1.0.9-r1 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libX11: Stabilize 1.7.0 ppc, #758461Sam James2020-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/gtk+: bump gtk2 to EAPI 7David Michael2020-12-181-51/+52
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libxcb: fix doc/test dependenciesDavid Michael2020-12-181-4/+5
| | | | | | | | | | | The configure script looks for doxygen/dot/xsltproc as natively executable programs, so put them in BDEPEND. Also xsltproc is only used for test results, so it can be a conditional dependency. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18574 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/gl2ps: stable 1.4.2 for ppc64Sergei Trofimovich2020-12-181-1/+1
| | | | | | | | stable wrt bug #759994 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-libs/cairo: Add RDEPEND on media-libs/freetype[png]William Breathitt Gray2020-12-172-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/759337 Closes: https://github.com/gentoo/gentoo/pull/18593 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/gdk-pixbuf: security cleanupMart Raudsepp2020-12-174-274/+0
| | | | | | Bug: https://bugs.gentoo.org/759094 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/gdk-pixbuf: Stabilize 2.42.2 s390, #759094Sam James2020-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/qscintilla: add 2.11.6Davide Pesavento2020-12-172-0/+83
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* x11-libs/gl2ps: Stabilize 1.4.2 amd64, #759994Sam James2020-12-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/xapps: arm64 keyworded (bug #752987)Sam James2020-12-161-1/+1
| | | | | Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/c++-gtk-utils: Remove oldDavid Seifert2020-12-165-164/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/c++-gtk-utils: Stabilize 2.2.19 amd64, #758788Sam James2020-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/c++-gtk-utils: Stabilize 2.0.34 amd64, #758788Sam James2020-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/gl2ps: Stabilize 1.4.2 ppc, #759994Sam James2020-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/gl2ps: x86 stable (bug #759994)Thomas Deutschmann2020-12-141-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-libs/gdk-pixbuf-xlib: Stabilize 2.40.2 amd64, #759094Sam James2020-12-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/gdk-pixbuf: Stabilize 2.42.2 amd64, #759094Sam James2020-12-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/gtkmathview: arm64 keyworded (bug #757669)Sam James2020-12-141-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/goffice: arm64 keyworded (bug #757669)Sam James2020-12-141-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libxshmfence: Stabilize 1.3-r2 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libxkbcommon: Stabilize 1.0.3 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libdrm: Stabilize 2.4.103 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXtst: Stabilize 1.2.3-r2 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXau: Stabilize 1.0.9-r1 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libX11: Stabilize 1.7.0 ppc64, #758461Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libX11: stable 1.7.0 for s390Sam James2020-12-131-1/+1
| | | | | | | | stable wrt bug #758461 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libxshmfence: stable 1.3-r2 for s390Sam James2020-12-131-1/+1
| | | | | | | | stable wrt bug #758461 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXtst: stable 1.2.3-r2 for s390Sam James2020-12-131-1/+1
| | | | | | | | stable wrt bug #758461 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libXau: stable 1.0.9-r1 for s390Sam James2020-12-131-1/+1
| | | | | | | | stable wrt bug #758461 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>