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
pkgcore 0.12.11
15
16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
17
*** syncing gentoo
18
From https://anongit.gentoo.org/git/repo/gentoo
19
   d308bdf8fa2..4b1c6eda6e6  master     -> origin/master
20
Updating d308bdf8fa2..4b1c6eda6e6
21
Fast-forward
22
 dev-games/aseprite/Manifest                        |    2 +-
23
 dev-games/aseprite/aseprite-1.2.35.ebuild          |   26 +-
24
 .../aseprite/files/skia-m102_remove_angle2.patch   |    4 +-
25
 .../kio-5.96.0-fix-RAW-file-image-preview.patch    |   37 +
26
 kde-frameworks/kio/kio-5.96.0-r2.ebuild            |   99 ++
27
 kde-frameworks/kirigami/Manifest                   |    1 +
28
 kde-frameworks/kirigami/kirigami-5.96.0-r1.ebuild  |   47 +
29
 .../kjobwidgets-5.96.0-fix-ui-server-crash.patch   |   82 ++
30
 .../kjobwidgets/kjobwidgets-5.96.0-r1.ebuild       |   42 +
31
 ...asma-5.96.0-fix-crash-in-WindowShadowTile.patch |   55 +
32
 kde-frameworks/plasma/plasma-5.96.0-r1.ebuild      |   75 ++
33
 ...p-style-5.96.0-drop-layout-direction-hack.patch |   27 +
34
 ...c2-desktop-style-5.96.0-fix-menubar-theme.patch |   31 +
35
 .../qqc2-desktop-style-5.96.0-fix-precision.patch  |   70 ++
36
 ...-desktop-style-5.96.0-strip-out-apersands.patch |   47 +
37
 .../qqc2-desktop-style-5.96.0-r1.ebuild            |   36 +
38
 kde-plasma/breeze/breeze-5.24.6-r1.ebuild          |   54 +
39
 ...-5.24.6-fix-qqc2-progressbar-style-in-rtl.patch |   58 +
40
 .../breeze-5.24.6-fix-qqc2-sliders-in-rtl.patch    |   76 ++
41
 kde-plasma/discover/discover-5.24.6-r1.ebuild      |   95 ++
42
 ...discover-5.24.6-fix-submitting-usefulness.patch |   62 +
43
 ...6-disable-actions-when-comic-is-not-ready.patch |   71 ++
44
 .../kdeplasma-addons-5.24.6-r1.ebuild              |   73 ++
45
 .../kwin/files/kwin-5.24.6-emit-rowsChanged.patch  |   30 +
46
 .../kwin/files/kwin-5.24.6-fix-color-picker.patch  |   40 +
47
 kde-plasma/kwin/kwin-5.24.6-r1.ebuild              |  138 +++
48
 www-client/firefox/Manifest                        |   98 ++
49
 www-client/firefox/firefox-91.12.0.ebuild          | 1236 ++++++++++++++++++++
50
 28 files changed, 2693 insertions(+), 19 deletions(-)
51
 create mode 100644 kde-frameworks/kio/files/kio-5.96.0-fix-RAW-file-image-preview.patch
52
 create mode 100644 kde-frameworks/kio/kio-5.96.0-r2.ebuild
53
 create mode 100644 kde-frameworks/kirigami/kirigami-5.96.0-r1.ebuild
54
 create mode 100644 kde-frameworks/kjobwidgets/files/kjobwidgets-5.96.0-fix-ui-server-crash.patch
55
 create mode 100644 kde-frameworks/kjobwidgets/kjobwidgets-5.96.0-r1.ebuild
56
 create mode 100644 kde-frameworks/plasma/files/plasma-5.96.0-fix-crash-in-WindowShadowTile.patch
57
 create mode 100644 kde-frameworks/plasma/plasma-5.96.0-r1.ebuild
58
 create mode 100644 kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.96.0-drop-layout-direction-hack.patch
59
 create mode 100644 kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.96.0-fix-menubar-theme.patch
60
 create mode 100644 kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.96.0-fix-precision.patch
61
 create mode 100644 kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.96.0-strip-out-apersands.patch
62
 create mode 100644 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.96.0-r1.ebuild
63
 create mode 100644 kde-plasma/breeze/breeze-5.24.6-r1.ebuild
64
 create mode 100644 kde-plasma/breeze/files/breeze-5.24.6-fix-qqc2-progressbar-style-in-rtl.patch
65
 create mode 100644 kde-plasma/breeze/files/breeze-5.24.6-fix-qqc2-sliders-in-rtl.patch
66
 create mode 100644 kde-plasma/discover/discover-5.24.6-r1.ebuild
67
 create mode 100644 kde-plasma/discover/files/discover-5.24.6-fix-submitting-usefulness.patch
68
 create mode 100644 kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.24.6-disable-actions-when-comic-is-not-ready.patch
69
 create mode 100644 kde-plasma/kdeplasma-addons/kdeplasma-addons-5.24.6-r1.ebuild
70
 create mode 100644 kde-plasma/kwin/files/kwin-5.24.6-emit-rowsChanged.patch
71
 create mode 100644 kde-plasma/kwin/files/kwin-5.24.6-fix-color-picker.patch
72
 create mode 100644 kde-plasma/kwin/kwin-5.24.6-r1.ebuild
73
 create mode 100644 www-client/firefox/firefox-91.12.0.ebuild
74
*** synced gentoo
75
 * Sync succeeded
76
$ git log --format=%ci -1
77
$ git show -q --pretty=format:%G? HEAD
78
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
79
 * Cache regenerated successfully