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
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync',
'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
$ pmaint sync gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
4e48916da02..c94f6267254 master -> origin/master
Updating 4e48916da02..c94f6267254
Fast-forward
app-editors/retext/retext-7.0.3.ebuild | 2 +-
app-emulation/spice-protocol/Manifest | 2 +-
....12.12.ebuild => spice-protocol-0.12.14.ebuild} | 4 +-
app-emulation/spice/Manifest | 1 -
...buffer-overflows-handling-monitor-configu.patch | 47 -------
...integer-overflows-handling-monitor-config.patch | 30 ----
...nect-when-receiving-overly-big-ClientMoni.patch | 75 ----------
.../files/spice-0.13.3-skip_faulty_lz4_check.patch | 13 --
...0.14.0-fix-flexible-array-buffer-overflow.patch | 12 ++
...ice-0.13.3-r2.ebuild => spice-0.14.0-r2.ebuild} | 18 ++-
dev-libs/botan/botan-2.7.0.ebuild | 2 +-
dev-libs/hashit/Manifest | 1 -
dev-libs/hashit/files/hashit-0.9.7-pkgconfig.patch | 20 ---
dev-libs/hashit/hashit-0.9.7-r1.ebuild | 17 ---
dev-libs/hashit/hashit-0.9.8.ebuild | 2 +-
gnome-base/gdm/gdm-3.24.3-r1.ebuild | 2 +-
media-sound/fluidsynth/fluidsynth-1.1.11.ebuild | 2 +-
net-misc/spice-gtk/Manifest | 1 +
net-misc/spice-gtk/spice-gtk-0.35.ebuild | 153 +++++++++++++++++++++
sys-apps/accountsservice/Manifest | 1 +
.../accountsservice/accountsservice-0.6.50.ebuild | 58 ++++++++
sys-block/storcli/storcli-7.0504.ebuild | 2 +-
22 files changed, 242 insertions(+), 223 deletions(-)
rename app-emulation/spice-protocol/{spice-protocol-0.12.12.ebuild => spice-protocol-0.12.14.ebuild} (72%)
delete mode 100644 app-emulation/spice/files/spice-0.13.3-reds-Avoid-buffer-overflows-handling-monitor-configu.patch
delete mode 100644 app-emulation/spice/files/spice-0.13.3-reds-Avoid-integer-overflows-handling-monitor-config.patch
delete mode 100644 app-emulation/spice/files/spice-0.13.3-reds-Disconnect-when-receiving-overly-big-ClientMoni.patch
delete mode 100644 app-emulation/spice/files/spice-0.13.3-skip_faulty_lz4_check.patch
create mode 100644 app-emulation/spice/files/spice-0.14.0-fix-flexible-array-buffer-overflow.patch
rename app-emulation/spice/{spice-0.13.3-r2.ebuild => spice-0.14.0-r2.ebuild} (81%)
delete mode 100644 dev-libs/hashit/files/hashit-0.9.7-pkgconfig.patch
delete mode 100644 dev-libs/hashit/hashit-0.9.7-r1.ebuild
create mode 100644 net-misc/spice-gtk/spice-gtk-0.35.ebuild
create mode 100644 sys-apps/accountsservice/accountsservice-0.6.50.ebuild
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|