diff options
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 71 |
1 files changed, 58 insertions, 13 deletions
diff --git a/gentoo.txt b/gentoo.txt index 0eea7e69c4d0..a9d0ef637236 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -14,22 +14,67 @@ pkgcore 0.12.28 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo +WARNING:pkgcore:gentoo-linux-surface-overlay repo at '/var/lib/repo-mirror-ci/sync/gentoo-linux-surface-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). *** syncing gentoo From https://github.com/gentoo/gentoo - 13eb40423a4a..783a65bafeea master -> origin/master -Updating 13eb40423a4a..783a65bafeea + 783a65bafeea..0421f9b62630 master -> origin/master +Updating 783a65bafeea..0421f9b62630 Fast-forward - dev-lang/go/Manifest | 1 + - dev-lang/go/go-1.22.9.ebuild | 166 +++++++++++++++++++++ - dev-util/ydiff/Manifest | 1 + - dev-util/ydiff/ydiff-1.4.2.ebuild | 29 ++++ - .../gentoo-sources/gentoo-sources-5.10.226.ebuild | 2 +- - .../gentoo-sources/gentoo-sources-5.15.167.ebuild | 2 +- - .../gentoo-sources/gentoo-sources-6.1.111.ebuild | 2 +- - .../gentoo-sources/gentoo-sources-6.6.52.ebuild | 2 +- - 8 files changed, 201 insertions(+), 4 deletions(-) - create mode 100644 dev-lang/go/go-1.22.9.ebuild - create mode 100644 dev-util/ydiff/ydiff-1.4.2.ebuild + dev-debug/lldb/Manifest | 1 + + dev-debug/lldb/lldb-20.0.0_pre20241118.ebuild | 110 ++++ + dev-libs/libclc/Manifest | 1 + + dev-libs/libclc/libclc-20.0.0_pre20241118.ebuild | 61 +++ + dev-ml/llvm-ocaml/Manifest | 1 + + .../llvm-ocaml-20.0.0_pre20241118.ebuild | 107 ++++ + dev-ml/spawn/Manifest | 1 + + dev-ml/spawn/spawn-0.17.0.ebuild | 18 + + dev-python/clang-python/Manifest | 1 + + .../clang-python-20.0.0_pre20241118.ebuild | 53 ++ + dev-python/lit/Manifest | 1 + + dev-python/lit/lit-20.0.0_pre20241118.ebuild | 45 ++ + eclass/llvm.org.eclass | 3 + + sys-devel/clang-common/Manifest | 1 + + .../clang-common-20.0.0_pre20241118.ebuild | 310 ++++++++++++ + .../clang-runtime-20.0.0_pre20241118.ebuild | 39 ++ + sys-devel/clang/Manifest | 1 + + sys-devel/clang/clang-20.0.0_pre20241118.ebuild | 464 +++++++++++++++++ + sys-devel/lld/Manifest | 1 + + sys-devel/lld/lld-20.0.0_pre20241118.ebuild | 93 ++++ + sys-devel/llvm-common/Manifest | 1 + + .../llvm-common-20.0.0_pre20241118.ebuild | 53 ++ + sys-devel/llvm/Manifest | 1 + + sys-devel/llvm/llvm-20.0.0_pre20241118.ebuild | 554 +++++++++++++++++++++ + sys-libs/compiler-rt-sanitizers/Manifest | 1 + + ...ompiler-rt-sanitizers-20.0.0_pre20241118.ebuild | 222 +++++++++ + sys-libs/compiler-rt/Manifest | 1 + + .../compiler-rt-20.0.0_pre20241118.ebuild | 175 +++++++ + sys-libs/libcxx/Manifest | 1 + + sys-libs/libcxx/libcxx-20.0.0_pre20241118.ebuild | 208 ++++++++ + sys-libs/libcxxabi/Manifest | 1 + + .../libcxxabi/libcxxabi-20.0.0_pre20241118.ebuild | 109 ++++ + sys-libs/libomp/Manifest | 1 + + sys-libs/libomp/libomp-20.0.0_pre20241118.ebuild | 88 ++++ + sys-libs/llvm-libunwind/Manifest | 1 + + .../llvm-libunwind-20.0.0_pre20241118.ebuild | 128 +++++ + 36 files changed, 2857 insertions(+) + create mode 100644 dev-debug/lldb/lldb-20.0.0_pre20241118.ebuild + create mode 100644 dev-libs/libclc/libclc-20.0.0_pre20241118.ebuild + create mode 100644 dev-ml/llvm-ocaml/llvm-ocaml-20.0.0_pre20241118.ebuild + create mode 100644 dev-ml/spawn/spawn-0.17.0.ebuild + create mode 100644 dev-python/clang-python/clang-python-20.0.0_pre20241118.ebuild + create mode 100644 dev-python/lit/lit-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/clang-common/clang-common-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/clang-runtime/clang-runtime-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/clang/clang-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/lld/lld-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/llvm-common/llvm-common-20.0.0_pre20241118.ebuild + create mode 100644 sys-devel/llvm/llvm-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/compiler-rt/compiler-rt-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/libcxx/libcxx-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/libcxxabi/libcxxabi-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/libomp/libomp-20.0.0_pre20241118.ebuild + create mode 100644 sys-libs/llvm-libunwind/llvm-libunwind-20.0.0_pre20241118.ebuild *** synced gentoo * Sync succeeded $ git log --format=%ci -1 |