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
|
{'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'}
pkgcore 0.12.19
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
WARNING:pkgcore:fragtoo repo at '/var/lib/repo-mirror-ci/sync/fragtoo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
6f38c950345b..200056427998 master -> origin/master
Updating 6f38c950345b..200056427998
Fast-forward
app-arch/lzlib/lzlib-1.13-r1.ebuild | 2 +-
app-crypt/heimdal/heimdal-7.8.0-r1.ebuild | 2 +-
app-doc/doxygen/doxygen-1.9.6.ebuild | 2 +-
app-text/scdoc/scdoc-1.11.2-r1.ebuild | 4 +-
dev-lang/duktape/duktape-2.7.0-r3.ebuild | 4 +-
.../luajit/luajit-2.1.0_beta3_p20220613.ebuild | 4 +-
dev-lang/mujs/mujs-1.3.2.ebuild | 2 +-
dev-python/comm/comm-0.1.2.ebuild | 2 +-
.../linkify-it-py/linkify-it-py-2.0.0.ebuild | 2 +-
.../markdown-it-py/markdown-it-py-2.2.0.ebuild | 2 +-
.../mdit-py-plugins/mdit-py-plugins-0.3.5.ebuild | 2 +-
dev-python/mdurl/mdurl-0.1.2.ebuild | 2 +-
dev-python/myst-parser/myst-parser-1.0.0.ebuild | 2 +-
.../pydata-sphinx-theme-0.13.1.ebuild | 2 +-
.../pytest-datadir/pytest-datadir-1.4.1.ebuild | 2 +-
.../pytest-param-files-0.3.5.ebuild | 2 +-
.../pytest-regressions-2.4.2.ebuild | 2 +-
.../sphinx-pytest/sphinx-pytest-0.0.5.ebuild | 2 +-
dev-python/traitlets/traitlets-5.9.0.ebuild | 2 +-
dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild | 2 +-
.../{bcc-0.26.0-r1.ebuild => bcc-0.26.0-r2.ebuild} | 2 +-
...-0.17.0-r2.ebuild => bpftrace-0.17.0-r3.ebuild} | 2 +
.../bpftrace/files/bpftrace-0.17.0-llvm-16.patch | 26 +++++++++++++
.../files/bpftrace-0.17.0-use-std-optional.patch | 44 ++++++++++++++++++++++
dev-util/cmake/cmake-3.25.2.ebuild | 2 +-
dev-util/umockdev/umockdev-0.17.16.ebuild | 2 +-
media-libs/codec2/codec2-1.0.5.ebuild | 2 +-
media-libs/rubberband/rubberband-3.1.2.ebuild | 2 +-
net-libs/libpcap/libpcap-1.10.3.ebuild | 2 +-
sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 2 +-
sys-libs/libavc1394/libavc1394-0.5.4-r2.ebuild | 4 +-
x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 4 +-
32 files changed, 106 insertions(+), 34 deletions(-)
rename dev-util/bcc/{bcc-0.26.0-r1.ebuild => bcc-0.26.0-r2.ebuild} (99%)
rename dev-util/bpftrace/{bpftrace-0.17.0-r2.ebuild => bpftrace-0.17.0-r3.ebuild} (94%)
create mode 100644 dev-util/bpftrace/files/bpftrace-0.17.0-llvm-16.patch
create mode 100644 dev-util/bpftrace/files/bpftrace-0.17.0-use-std-optional.patch
*** synced gentoo
* 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 gentoo
* Cache regenerated successfully
|