summaryrefslogtreecommitdiff
blob: 389f46905f16d561f735e933e89d63d24a535344 (plain)
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
{'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://anongit.gentoo.org/git/repo/gentoo
   a8c3faa44300..1a459c127531  master     -> origin/master
Updating a8c3faa44300..1a459c127531
Fast-forward
 dev-debug/lldb/Manifest                            |    2 +
 dev-debug/lldb/lldb-18.1.0_rc3.ebuild              |  107 ++
 dev-libs/libclc/Manifest                           |    2 +
 dev-libs/libclc/libclc-18.1.0_rc3.ebuild           |   61 +
 dev-ml/llvm-ocaml/Manifest                         |    2 +
 dev-ml/llvm-ocaml/llvm-ocaml-18.1.0_rc3.ebuild     |  107 ++
 dev-python/clang-python/Manifest                   |    2 +
 .../clang-python/clang-python-18.1.0_rc3.ebuild    |   53 +
 dev-python/lit/Manifest                            |    2 +
 dev-python/lit/lit-18.1.0_rc3.ebuild               |   45 +
 eclass/llvm.org.eclass                             |   12 +-
 sys-devel/clang-common/Manifest                    |    2 +
 .../clang-common/clang-common-18.1.0_rc3.ebuild    |  290 ++++
 .../clang-runtime/clang-runtime-18.1.0_rc3.ebuild  |   39 +
 sys-devel/clang/Manifest                           |    2 +
 sys-devel/clang/clang-18.1.0_rc3.ebuild            |  475 +++++++
 sys-devel/clang/clang-19.0.0.9999.ebuild           |    1 +
 sys-devel/lld/Manifest                             |    2 +
 sys-devel/lld/lld-18.1.0_rc3.ebuild                |   90 ++
 sys-devel/llvm-common/Manifest                     |    2 +
 .../llvm-common/llvm-common-18.1.0_rc3.ebuild      |   53 +
 sys-devel/llvm/Manifest                            |    2 +
 sys-devel/llvm/llvm-18.1.0_rc3.ebuild              |  535 ++++++++
 sys-libs/compiler-rt-sanitizers/Manifest           |    2 +
 .../compiler-rt-sanitizers-18.1.0_rc3.ebuild       |  217 +++
 sys-libs/compiler-rt/Manifest                      |    2 +
 sys-libs/compiler-rt/compiler-rt-18.1.0_rc3.ebuild |  171 +++
 sys-libs/libcxx/Manifest                           |    2 +
 sys-libs/libcxx/libcxx-18.1.0_rc3.ebuild           |  209 +++
 sys-libs/libcxxabi/Manifest                        |    2 +
 sys-libs/libcxxabi/libcxxabi-18.1.0_rc3.ebuild     |  110 ++
 sys-libs/libomp/Manifest                           |    2 +
 sys-libs/libomp/libomp-18.1.0_rc3.ebuild           |  158 +++
 sys-libs/llvm-libunwind/Manifest                   |    2 +
 .../llvm-libunwind-18.1.0_rc3.ebuild               |  128 ++
 www-client/chromium/Manifest                       |    1 +
 www-client/chromium/chromium-122.0.6261.57.ebuild  | 1382 ++++++++++++++++++++
 37 files changed, 4272 insertions(+), 4 deletions(-)
 create mode 100644 dev-debug/lldb/lldb-18.1.0_rc3.ebuild
 create mode 100644 dev-libs/libclc/libclc-18.1.0_rc3.ebuild
 create mode 100644 dev-ml/llvm-ocaml/llvm-ocaml-18.1.0_rc3.ebuild
 create mode 100644 dev-python/clang-python/clang-python-18.1.0_rc3.ebuild
 create mode 100644 dev-python/lit/lit-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/clang-common/clang-common-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/clang-runtime/clang-runtime-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/clang/clang-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/lld/lld-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/llvm-common/llvm-common-18.1.0_rc3.ebuild
 create mode 100644 sys-devel/llvm/llvm-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/compiler-rt/compiler-rt-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/libcxx/libcxx-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/libcxxabi/libcxxabi-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/libomp/libomp-18.1.0_rc3.ebuild
 create mode 100644 sys-libs/llvm-libunwind/llvm-libunwind-18.1.0_rc3.ebuild
 create mode 100644 www-client/chromium/chromium-122.0.6261.57.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