summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* x11-libs/tslib: 1.21 version bumpAndreas Sturmlechner2019-12-254-0/+86
| | | | | | Closes: https://bugs.gentoo.org/618654 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@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>
* x11-libs/libclxclient: x86 stable wrt bug #703194Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libfakekey: x86 stable wrt bug #703578Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libfakekey: amd64 stable wrt bug #703578Agostino Sarubbo2019-12-231-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/qscintilla: drop 2.11.1Davide Pesavento2019-12-232-83/+0
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* media-libs/libclxclient: moved to x11-libs/libclxclientMiroslav Šulc2019-12-187-0/+193
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* x11-libs/fox: fix USE=-truetype and use EAPI=7Jason A. Donenfeld2019-12-162-3/+53
| | | | | | | | | | | We're not going to revbump it, because the code changes only affect code that's compiled with USE=-truetype, which wouldn't compile at all before. While we're at it, bump to EAPI=7. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-libs/fox: prepare for deletion of old cruftJason A. Donenfeld2019-12-162-15/+57
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-libs/fox: bump versionsJason A. Donenfeld2019-12-164-46/+9
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* x11-libs/libdlo: ppc64 stable wrt bug #702772Agostino Sarubbo2019-12-151-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/libXpm: Version bump to 3.5.13Matt Turner2019-12-142-0/+20
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/libGLw: Port to EAPI 7David Seifert2019-12-131-12/+16
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-libs/xbae: Port to EAPI 7David Seifert2019-12-134-29/+27
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-112-2/+2
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-119-3/+12
| | | | | | | | | | | | | | | | | | 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/snorenotify: Use cmake_use_find_package alreadyAndreas Sturmlechner2019-12-091-2/+2
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-libs/snorenotify: Switch to ecm.eclassAndreas Sturmlechner2019-12-091-19/+14
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-libs/vte: 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/gtk+: 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: 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/vte: 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/gtk+: 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: 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/libnotify-0.7.8: alpha stable, bug 700134Matt Turner2019-12-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/gtk+: 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: 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/vte: 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/gtk+: 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: 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/vte: 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/gtk+: 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: 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/gtk+: 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: 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/vte: 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/gtk+: 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: 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/vte: 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/gtk+: 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: 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/gtk+: remove oldMart Raudsepp2019-12-073-468/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-libs/xcb-util-xrm: Drop old versionsMatt Turner2019-12-053-52/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-xrm: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-wm: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-renderutil: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-keysyms: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-image: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util-cursor: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-libs/xcb-util: Add RESTRICT="!test? ( test )"Matt Turner2019-12-051-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>