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
|
{'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.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
3e678686dc3b..1ea788c22323 master -> origin/master
Updating 3e678686dc3b..1ea788c22323
Fast-forward
.../lz4/files/1.10.0-fix-freestanding-test.patch | 42 ++
app-arch/lz4/lz4-1.10.0-r1.ebuild | 4 +
dev-debug/lldb/lldb-20.0.0.9999.ebuild | 110 +++++
dev-libs/libclc/libclc-20.0.0.9999.ebuild | 61 +++
dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild | 107 ++++
.../clang-python/clang-python-20.0.0.9999.ebuild | 53 ++
dev-python/lit/lit-18.1.8.ebuild | 2 +-
dev-python/lit/lit-20.0.0.9999.ebuild | 45 ++
eclass/llvm-r1.eclass | 11 +-
eclass/llvm.eclass | 1 +
eclass/llvm.org.eclass | 2 +-
net-wireless/blueman/blueman-2.4.2.ebuild | 1 +
net-wireless/blueman/blueman-9999.ebuild | 1 +
.../clang-common/clang-common-17.0.6-r6.ebuild | 2 +-
.../clang-common/clang-common-18.1.8-r1.ebuild | 2 +-
.../clang-common/clang-common-20.0.0.9999.ebuild | 304 ++++++++++++
.../clang-runtime/clang-runtime-18.1.8.ebuild | 2 +-
.../clang-runtime/clang-runtime-20.0.0.9999.ebuild | 39 ++
.../clang-toolchain-symlinks-18.ebuild | 2 +-
.../clang-toolchain-symlinks-20.ebuild | 58 +++
sys-devel/clang/clang-18.1.8.ebuild | 2 +-
sys-devel/clang/clang-20.0.0.9999.ebuild | 469 ++++++++++++++++++
.../lld-toolchain-symlinks-18.ebuild | 2 +-
.../lld-toolchain-symlinks-20.ebuild | 37 ++
sys-devel/lld/lld-18.1.8.ebuild | 2 +-
sys-devel/lld/lld-20.0.0.9999.ebuild | 93 ++++
sys-devel/llvm-common/llvm-common-18.1.8.ebuild | 2 +-
.../llvm-common/llvm-common-20.0.0.9999.ebuild | 53 ++
.../llvm-toolchain-symlinks-18.ebuild | 2 +-
.../llvm-toolchain-symlinks-20.ebuild | 46 ++
sys-devel/llvm/llvm-18.1.8-r1.ebuild | 2 +-
sys-devel/llvm/llvm-20.0.0.9999.ebuild | 542 +++++++++++++++++++++
sys-devel/llvmgold/llvmgold-18.ebuild | 2 +-
sys-devel/llvmgold/llvmgold-20.ebuild | 22 +
.../compiler-rt-sanitizers-20.0.0.9999.ebuild | 220 +++++++++
.../compiler-rt/compiler-rt-20.0.0.9999.ebuild | 173 +++++++
sys-libs/libcxx/libcxx-18.1.8.ebuild | 2 +-
sys-libs/libcxx/libcxx-20.0.0.9999.ebuild | 201 ++++++++
sys-libs/libcxxabi/libcxxabi-18.1.8.ebuild | 2 +-
sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild | 110 +++++
sys-libs/libomp/libomp-20.0.0.9999.ebuild | 88 ++++
.../llvm-libunwind/llvm-libunwind-18.1.8.ebuild | 2 +-
.../llvm-libunwind-20.0.0.9999.ebuild | 128 +++++
43 files changed, 3032 insertions(+), 19 deletions(-)
create mode 100644 app-arch/lz4/files/1.10.0-fix-freestanding-test.patch
create mode 100644 dev-debug/lldb/lldb-20.0.0.9999.ebuild
create mode 100644 dev-libs/libclc/libclc-20.0.0.9999.ebuild
create mode 100644 dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild
create mode 100644 dev-python/clang-python/clang-python-20.0.0.9999.ebuild
create mode 100644 dev-python/lit/lit-20.0.0.9999.ebuild
create mode 100644 sys-devel/clang-common/clang-common-20.0.0.9999.ebuild
create mode 100644 sys-devel/clang-runtime/clang-runtime-20.0.0.9999.ebuild
create mode 100644 sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-20.ebuild
create mode 100644 sys-devel/clang/clang-20.0.0.9999.ebuild
create mode 100644 sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-20.ebuild
create mode 100644 sys-devel/lld/lld-20.0.0.9999.ebuild
create mode 100644 sys-devel/llvm-common/llvm-common-20.0.0.9999.ebuild
create mode 100644 sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild
create mode 100644 sys-devel/llvm/llvm-20.0.0.9999.ebuild
create mode 100644 sys-devel/llvmgold/llvmgold-20.ebuild
create mode 100644 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0.9999.ebuild
create mode 100644 sys-libs/compiler-rt/compiler-rt-20.0.0.9999.ebuild
create mode 100644 sys-libs/libcxx/libcxx-20.0.0.9999.ebuild
create mode 100644 sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild
create mode 100644 sys-libs/libomp/libomp-20.0.0.9999.ebuild
create mode 100644 sys-libs/llvm-libunwind/llvm-libunwind-20.0.0.9999.ebuild
*** 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
|