1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'official'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync guru
*** syncing guru
From https://anongit.gentoo.org/git/repo/proj/guru
13cbe49cf..67633425b master -> origin/master
Updating 13cbe49cf..67633425b
Fast-forward
app-misc/clipboard/Manifest | 2 +-
...board-0.9.0.1.ebuild => clipboard-0.9.1.ebuild} | 17 +-
app-misc/lf/Manifest | 2 +
app-misc/lf/lf-33.ebuild | 54 +++
...ldeer-1.6.1.ebuild => tealdeer-1.6.1-r1.ebuild} | 1 -
dev-cpp/scnlib/Manifest | 2 +-
.../{scnlib-3.0.1.ebuild => scnlib-4.0.1.ebuild} | 2 +-
dev-libs/asmjit/Manifest | 1 +
dev-libs/asmjit/asmjit-2024.10.25.ebuild | 33 ++
dev-libs/asmjit/asmjit-9999.ebuild | 33 ++
dev-libs/asmjit/metadata.xml | 11 +
...-0.35.0.ebuild => rust-script-0.35.0-r1.ebuild} | 4 +-
dev-vcs/jj/Manifest | 119 +++---
dev-vcs/jj/{jj-0.21.0.ebuild => jj-0.23.0.ebuild} | 144 ++++---
games-engines/fs2_open/Manifest | 3 -
.../files/fs2_open-23.2.1-disable-discord.patch | 175 ---------
.../files/fs2_open-23.2.1-dont-build-lz4.patch | 11 -
.../fs2_open-23.2.1-dont-ignore-user-cflags.patch | 117 ------
.../fs2_open-23.2.1-make-arch-independent.patch | 14 -
.../fs2_open/files/fs2_open-24.0.2-fix-odr.patch | 173 ++++++++
.../files/fs2_open-24.0.2-respect-flags.patch | 83 ++++
games-engines/fs2_open/fs2_open-23.2.1-r1.ebuild | 100 -----
...pen-24.0.2.ebuild => fs2_open-24.0.2-r1.ebuild} | 20 +-
games-engines/instead/Manifest | 2 +-
.../{instead-3.3.5.ebuild => instead-3.5.2.ebuild} | 31 +-
games-engines/instead/instead-9999.ebuild | 31 +-
games-engines/instead/metadata.xml | 1 +
gui-apps/eww/eww-0.6.0-r2.ebuild | 436 --------------------
gui-apps/eww/eww-0.6.0-r3.ebuild | 437 +++++++++++++++++++++
gui-apps/eww/eww-9999.ebuild | 2 +
gui-apps/hyprpaper/Manifest | 1 +
gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild | 44 +++
...0.5.ebuild => xwayland-satellite-0.5-r1.ebuild} | 3 +-
.../{niri-0.1.9.ebuild => niri-0.1.9-r1.ebuild} | 9 +-
media-gfx/pdf4qt/Manifest | 1 +
.../files/pdf4qt-1.4.0-Minimal-cmake-fixes.patch | 47 +++
...qt-1.4.0-fix-build-failure-on-resetMatrix.patch | 55 +++
...emove-extention-from-Icon-endtry-in-a-des.patch | 26 ++
...4qt-1.4.9999-Support-build-against-Qt-6.7.patch | 125 ++++++
media-gfx/pdf4qt/metadata.xml | 11 +
media-gfx/pdf4qt/pdf4qt-1.4.0.0.ebuild | 65 +++
media-gfx/pdf4qt/pdf4qt-9999.ebuild | 66 ++++
media-libs/blend2d/Manifest | 1 +
media-libs/blend2d/blend2d-0.11.4.ebuild | 37 ++
media-libs/blend2d/blend2d-9999.ebuild | 34 ++
media-libs/blend2d/metadata.xml | 11 +
.../{mpvc-1.1.4.ebuild => mpvc-1.1.4-r1.ebuild} | 3 +-
...am-gnupg-0.4.ebuild => pam-gnupg-0.4-r1.ebuild} | 18 +-
sys-boot/limine/Manifest | 1 +
sys-boot/limine/limine-8.4.0.ebuild | 49 +++
.../{zola-0.19.2.ebuild => zola-0.19.2-r1.ebuild} | 5 +-
.../{rio-0.1.17.ebuild => rio-0.1.17-r1.ebuild} | 2 +
52 files changed, 1604 insertions(+), 1071 deletions(-)
rename app-misc/clipboard/{clipboard-0.9.0.1.ebuild => clipboard-0.9.1.ebuild} (63%)
create mode 100644 app-misc/lf/lf-33.ebuild
rename app-misc/tealdeer/{tealdeer-1.6.1.ebuild => tealdeer-1.6.1-r1.ebuild} (99%)
rename dev-cpp/scnlib/{scnlib-3.0.1.ebuild => scnlib-4.0.1.ebuild} (96%)
create mode 100644 dev-libs/asmjit/Manifest
create mode 100644 dev-libs/asmjit/asmjit-2024.10.25.ebuild
create mode 100644 dev-libs/asmjit/asmjit-9999.ebuild
create mode 100644 dev-libs/asmjit/metadata.xml
rename dev-util/rust-script/{rust-script-0.35.0.ebuild => rust-script-0.35.0-r1.ebuild} (98%)
rename dev-vcs/jj/{jj-0.21.0.ebuild => jj-0.23.0.ebuild} (82%)
delete mode 100644 games-engines/fs2_open/files/fs2_open-23.2.1-disable-discord.patch
delete mode 100644 games-engines/fs2_open/files/fs2_open-23.2.1-dont-build-lz4.patch
delete mode 100644 games-engines/fs2_open/files/fs2_open-23.2.1-dont-ignore-user-cflags.patch
delete mode 100644 games-engines/fs2_open/files/fs2_open-23.2.1-make-arch-independent.patch
create mode 100644 games-engines/fs2_open/files/fs2_open-24.0.2-fix-odr.patch
create mode 100644 games-engines/fs2_open/files/fs2_open-24.0.2-respect-flags.patch
delete mode 100644 games-engines/fs2_open/fs2_open-23.2.1-r1.ebuild
rename games-engines/fs2_open/{fs2_open-24.0.2.ebuild => fs2_open-24.0.2-r1.ebuild} (89%)
rename games-engines/instead/{instead-3.3.5.ebuild => instead-3.5.2.ebuild} (81%)
delete mode 100644 gui-apps/eww/eww-0.6.0-r2.ebuild
create mode 100644 gui-apps/eww/eww-0.6.0-r3.ebuild
create mode 100644 gui-apps/hyprpaper/hyprpaper-0.7.1.ebuild
rename gui-apps/xwayland-satellite/{xwayland-satellite-0.5.ebuild => xwayland-satellite-0.5-r1.ebuild} (98%)
rename gui-wm/niri/{niri-0.1.9.ebuild => niri-0.1.9-r1.ebuild} (94%)
create mode 100644 media-gfx/pdf4qt/Manifest
create mode 100644 media-gfx/pdf4qt/files/pdf4qt-1.4.0-Minimal-cmake-fixes.patch
create mode 100644 media-gfx/pdf4qt/files/pdf4qt-1.4.0-fix-build-failure-on-resetMatrix.patch
create mode 100644 media-gfx/pdf4qt/files/pdf4qt-1.4.0-minor-fix-remove-extention-from-Icon-endtry-in-a-des.patch
create mode 100644 media-gfx/pdf4qt/files/pdf4qt-1.4.9999-Support-build-against-Qt-6.7.patch
create mode 100644 media-gfx/pdf4qt/metadata.xml
create mode 100644 media-gfx/pdf4qt/pdf4qt-1.4.0.0.ebuild
create mode 100644 media-gfx/pdf4qt/pdf4qt-9999.ebuild
create mode 100644 media-libs/blend2d/Manifest
create mode 100644 media-libs/blend2d/blend2d-0.11.4.ebuild
create mode 100644 media-libs/blend2d/blend2d-9999.ebuild
create mode 100644 media-libs/blend2d/metadata.xml
rename media-sound/mpvc/{mpvc-1.1.4.ebuild => mpvc-1.1.4-r1.ebuild} (96%)
rename sys-auth/pam-gnupg/{pam-gnupg-0.4.ebuild => pam-gnupg-0.4-r1.ebuild} (59%)
create mode 100644 sys-boot/limine/limine-8.4.0.ebuild
rename www-apps/zola/{zola-0.19.2.ebuild => zola-0.19.2-r1.ebuild} (99%)
rename x11-terms/rio/{rio-0.1.17.ebuild => rio-0.1.17-r1.ebuild} (99%)
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 guru
* Cache regenerated successfully
|