gentoo

1
{'description': {'en': 'Official Gentoo ebuild repository'},
2
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
3
 'homepage': 'https://gentoo.org/',
4
 'name': 'gentoo',
5
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
6
 'quality': 'core',
7
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
8
            {'type': 'git',
9
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
10
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
11
            {'type': 'git',
12
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
13
 'status': 'official'}
14
$ pmaint sync gentoo
15
warning: Pulling without specifying how to reconcile divergent branches is
16
discouraged. You can squelch this message by running one of the following
17
commands sometime before your next pull:
18
19
  git config pull.rebase false  # merge (the default strategy)
20
  git config pull.rebase true   # rebase
21
  git config pull.ff only       # fast-forward only
22
23
You can replace "git config" with "git config --global" to set a default
24
preference for all repositories. You can also pass --rebase, --no-rebase,
25
or --ff-only on the command line to override the configured default per
26
invocation.
27
28
From https://anongit.gentoo.org/git/repo/gentoo
29
   e11054d2fda..0cf751b21f0  master     -> origin/master
30
Updating e11054d2fda..0cf751b21f0
31
Fast-forward
32
 dev-python/betamax/betamax-0.8.1.ebuild            |   2 +-
33
 dev-python/betamax/metadata.xml                    |   1 +
34
 dev-python/black/black-20.8_beta1.ebuild           |   2 +-
35
 dev-python/bleach/bleach-3.2.1.ebuild              |   2 +-
36
 .../characteristic/characteristic-14.3.0-r3.ebuild |   2 +-
37
 dev-python/characteristic/metadata.xml             |   1 +
38
 dev-python/entrypoints/entrypoints-0.3-r2.ebuild   |   2 +-
39
 dev-python/entrypoints/metadata.xml                |   1 +
40
 dev-python/gevent/gevent-20.9.0.ebuild             |   2 +-
41
 .../jaraco-classes/jaraco-classes-3.1.0.ebuild     |   2 +-
42
 dev-python/jaraco-classes/metadata.xml             |   1 +
43
 dev-python/munch/metadata.xml                      |   1 +
44
 dev-python/munch/munch-2.5.0-r1.ebuild             |   2 +-
45
 dev-python/pastedeploy/pastedeploy-2.1.1.ebuild    |   2 +-
46
 dev-python/path-py/path-py-15.0.0.ebuild           |   2 +-
47
 dev-python/pydocstyle/pydocstyle-5.1.1.ebuild      |   2 +-
48
 .../pyproject2setuppy/pyproject2setuppy-9.ebuild   |   2 +-
49
 .../pytest-asyncio/pytest-asyncio-0.14.0.ebuild    |   2 +-
50
 .../pytest-localserver-0.5.0.ebuild                |   2 +-
51
 dev-python/rfc3986/rfc3986-1.4.0.ebuild            |   2 +-
52
 dev-python/scripttest/scripttest-1.3.0-r1.ebuild   |   2 +-
53
 dev-python/tqdm/tqdm-4.54.0.ebuild                 |   2 +-
54
 dev-python/waitress/waitress-1.4.4.ebuild          |   2 +-
55
 dev-python/wheel/wheel-0.35.1-r1.ebuild            |   2 +-
56
 ...re-SSL-errors-except-for-self-signed-cert.patch |  65 ----------
57
 ...ot-leak-the-local-user-in-the-device-name.patch |  32 -----
58
 ...fter-free-in-LanLinkProvider-connectError.patch |  28 -----
59
 ...20.04.3-04-Limit-identity-packets-to-8KiB.patch |  36 ------
60
 ...lanlink-connections-stay-open-for-long-wi.patch |  37 ------
61
 ...3-06-Don-t-brute-force-reading-the-socket.patch | 102 ----------------
62
 ...r-of-connected-sockets-from-unpaired-devi.patch |  42 -------
63
 ...mber-more-than-a-few-identity-packets-at-.patch |  54 --------
64
 ...orts-we-try-to-connect-to-to-the-port-ran.patch |  32 -----
65
 ...ace-connections-for-a-given-deviceId-if-t.patch |  58 ---------
66
 media-video/pipewire/Manifest                      |   1 +
67
 media-video/pipewire/pipewire-0.3.17.ebuild        | 136 +++++++++++++++++++++
68
 sci-geosciences/gpxsee/Manifest                    |   1 +
69
 sci-geosciences/gpxsee/gpxsee-7.37.ebuild          |  55 +++++++++
70
 www-client/firefox/Manifest                        |   2 +-
71
 www-client/firefox/firefox-83.0.ebuild             |   2 +-
72
 40 files changed, 219 insertions(+), 507 deletions(-)
73
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
74
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
75
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-03-Fix-use-after-free-in-LanLinkProvider-connectError.patch
76
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-04-Limit-identity-packets-to-8KiB.patch
77
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-05-Do-not-let-lanlink-connections-stay-open-for-long-wi.patch
78
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-06-Don-t-brute-force-reading-the-socket.patch
79
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-07-Limit-number-of-connected-sockets-from-unpaired-devi.patch
80
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-08-Do-not-remember-more-than-a-few-identity-packets-at-.patch
81
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-09-Limit-the-ports-we-try-to-connect-to-to-the-port-ran.patch
82
 delete mode 100644 kde-misc/kdeconnect/files/kdeconnect-20.04.3-10-Do-not-replace-connections-for-a-given-deviceId-if-t.patch
83
 create mode 100644 media-video/pipewire/pipewire-0.3.17.ebuild
84
 create mode 100644 sci-geosciences/gpxsee/gpxsee-7.37.ebuild
85
*** syncing gentoo
86
*** synced gentoo
87
 * Sync succeeded
88
$ git log --format=%ci -1
89
$ git show -q --pretty=format:%G? HEAD
90
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
91
 * Cache regenerated successfully