summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-accessibility/caribou: Apply more fixes from FedoraPacho Ramos2021-08-253-0/+229
| | | | | | | | One patch fixing desktop file to get autostarted only on desktops still relying on caribou. The other patch fixing compat with latest vala. Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-accessibility/caribou: Set vala max api version to fix buildMatthew S. Turnbull2021-05-311-0/+2
| | | | | | | Pr: https://github.com/gentoo/gentoo/pull/21047 Closes: https://bugs.gentoo.org/784842 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-accessibility/caribou: Drop 0.4.21-r2Andreas Sturmlechner2021-05-161-103/+0
| | | | | | Closes: https://bugs.gentoo.org/772950 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-accessibility/caribou: Stabilize 0.4.21-r3 x86, #772950Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-accessibility/caribou: Stabilize 0.4.21-r3 amd64, #772950Sam James2021-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-accessibility/caribou: Package clean-upMatthew S. Turnbull2021-03-012-0/+154
| | | | | | | | | | | | | | | | | * Update to EAPI7. * Convert to python-single-r1, as it doesn't look like it actually installs python bindings. Also remove env setup handling from launcher scripts. * Drop GTK-2 support. Closes: https://bugs.gentoo.org/629108 Closes: https://bugs.gentoo.org/642582 Bug: https://bugs.gentoo.org/772950 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-accessibility/caribou: Remove unpatched ebuildMatthew S. Turnbull2021-02-021-95/+0
| | | | | | | | Bug: https://bugs.gentoo.org/765661 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/19287 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-accessibility/caribou: Stabilize 0.4.21-r2 x86, #765661Sam James2021-02-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-accessibility/caribou: Stabilize 0.4.21-r2 amd64, #765661Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-accessibility/caribou: Update owner. No longer maintained by GNOME.Matthew S. Turnbull2021-01-241-6/+10
| | | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/18989 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-accessibility/caribou: Fix crash due to xserver CVE fixMatthew S. Turnbull2021-01-235-0/+232
| | | | | | | | | | | | | | | | | | | | xorg-server 1.20.10 contains a fix for CVE-2020-25712. This causes a previous work-around in caribou to result in a BadLength error, when interacting with XKB, and crashes the hosting application. Fixes provided by Cinnamon upstream from Fedora RPM: https://src.fedoraproject.org/rpms/caribou/tree/master This also includes an upstreamed antler fix and bumps PYTHON_COMPAT for 3.9 support. Bug: https://bugs.gentoo.org/765661 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/19082 Signed-off-by: Sam James <sam@gentoo.org>
* app-accessibility/caribou: 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>
* app-accessibility/caribou: add py3_8Aaron Bauman2020-12-041-1/+4
| | | | | Bug: https://bugs.gentoo.org/718160 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-accessibility/caribou: remove oldMart Raudsepp2020-07-041-92/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-accessibility/caribou: amd64 stable wrt bug #728924Mikle Kolyada2020-06-291-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-accessibility/caribou: x86 stable (bug #728924)Thomas Deutschmann2020-06-281-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-accessibility/caribou: python 3.7 supportMatthew Turnbull2020-05-281-0/+92
| | | | | | | | | Bug: https://bugs.gentoo.org/718316 Bug: https://bugs.gentoo.org/704532 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/15774 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-accessibility/caribou: Remove py2Michał Górny2020-02-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-accessibility/*: Update Manifest hashesMichał Górny2017-12-081-1/+1
|
* app-accessibility/caribou: remove oldMart Raudsepp2017-08-282-91/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-accessibility/caribou: added python 3.6 compatChristopher Díaz2017-08-281-1/+1
| | | | | Bug: https://bugs.gentoo.org/629046 Closes: https://github.com/gentoo/gentoo/pull/5544
* app-accessibility/caribou: [QA] Add missing python metadata variablesDavid Seifert2017-04-192-2/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-accessibility/caribou: x86 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* app-accessibility/caribou: amd64 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* app-accessibility/caribou: whitespaceFelix Janda2016-08-061-1/+1
|
* app-accessibility/caribou: Version bumpPacho Ramos2016-07-302-0/+93
| | | | Package-Manager: portage-2.3.0
* app-accessibility/caribou: Drop oldPacho Ramos2016-07-302-91/+0
| | | | Package-Manager: portage-2.3.0
* app-accessibility/caribou: x86 stable wrt bug #566378Mikle Kolyada2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.26
* app-accessibility/caribou: amd64 stable, bug 566378Pacho Ramos2016-02-221-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64"
* app-accessibility/caribou: Version bumpPacho Ramos2016-02-202-0/+91
| | | | Package-Manager: portage-2.2.27
* app-accessibility/caribou: Drop oldPacho Ramos2016-02-202-91/+0
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* app-accessibility/caribou: x86 stable wrt bug #565086Agostino Sarubbo2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-accessibility/caribou: amd64 stable wrt bug #565086Agostino Sarubbo2015-11-101-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-accessibility/caribou: Drop oldPacho Ramos2015-10-173-181/+0
| | | | Package-Manager: portage-2.2.23
* app-accessibility/caribou: Version bumpPacho Ramos2015-10-172-0/+91
| | | | Package-Manager: portage-2.2.23
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+284
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed