1 | {'description': {'en': 'Official Gentoo ebuild repository'},
|
2 | 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
|
3 | 'homepage': 'https://gentoo.org/',
|
4 | 'name': 'gentoo',
|
5 | 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'core',
|
7 | 'source': [{'type': 'rsync',
|
8 | 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
|
9 | {'type': 'git',
|
10 | 'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
|
13 | {'type': 'git',
|
14 | 'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
|
15 | 'status': 'official'}
|
16 | $ pmaint sync gentoo
|
17 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
|
18 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
19 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
|
20 | *** syncing gentoo
|
21 | From https://anongit.gentoo.org/git/repo/gentoo
|
22 | b8658e19e56..b640e0eb72b master -> origin/master
|
23 | Updating b8658e19e56..b640e0eb72b
|
24 | Fast-forward
|
25 | app-portage/gverify/Manifest | 1 +
|
26 | app-portage/gverify/gverify-1.ebuild | 30 +++
|
27 | app-portage/gverify/metadata.xml | 8 +
|
28 | dev-ml/llvm-ocaml/llvm-ocaml-7.0.9999.ebuild | 127 +++++++++
|
29 | .../clang-python/clang-python-7.0.9999.ebuild | 49 ++++
|
30 | dev-python/lit/lit-7.0.9999.ebuild | 41 +++
|
31 | dev-util/lldb/lldb-7.0.9999.ebuild | 118 ++++++++
|
32 | .../clang-common/clang-common-7.0.9999.ebuild | 33 +++
|
33 | .../clang-runtime/clang-runtime-7.0.9999.ebuild | 32 +++
|
34 | sys-devel/clang-runtime/clang-runtime-9999.ebuild | 2 +-
|
35 | sys-devel/clang/clang-7.0.9999.ebuild | 298 +++++++++++++++++++++
|
36 | sys-devel/clang/clang-9999.ebuild | 2 +-
|
37 | sys-devel/lld/lld-7.0.9999.ebuild | 75 ++++++
|
38 | sys-devel/llvm-common/llvm-common-7.0.9999.ebuild | 37 +++
|
39 | sys-devel/llvm/llvm-7.0.9999.ebuild | 252 +++++++++++++++++
|
40 | sys-devel/llvm/llvm-9999.ebuild | 2 +-
|
41 | sys-devel/llvmgold/llvmgold-8.ebuild | 24 ++
|
42 | .../compiler-rt-sanitizers-7.0.9999.ebuild | 170 ++++++++++++
|
43 | .../compiler-rt-sanitizers-9999.ebuild | 2 +-
|
44 | sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild | 111 ++++++++
|
45 | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
|
46 | sys-libs/libcxx/libcxx-7.0.9999.ebuild | 225 ++++++++++++++++
|
47 | sys-libs/libcxxabi/libcxxabi-7.0.9999.ebuild | 122 +++++++++
|
48 | sys-libs/libomp/libomp-7.0.9999.ebuild | 116 ++++++++
|
49 | .../llvm-libunwind/llvm-libunwind-7.0.9999.ebuild | 146 ++++++++++
|
50 | 25 files changed, 2020 insertions(+), 5 deletions(-)
|
51 | create mode 100644 app-portage/gverify/Manifest
|
52 | create mode 100644 app-portage/gverify/gverify-1.ebuild
|
53 | create mode 100644 app-portage/gverify/metadata.xml
|
54 | create mode 100644 dev-ml/llvm-ocaml/llvm-ocaml-7.0.9999.ebuild
|
55 | create mode 100644 dev-python/clang-python/clang-python-7.0.9999.ebuild
|
56 | create mode 100644 dev-python/lit/lit-7.0.9999.ebuild
|
57 | create mode 100644 dev-util/lldb/lldb-7.0.9999.ebuild
|
58 | create mode 100644 sys-devel/clang-common/clang-common-7.0.9999.ebuild
|
59 | create mode 100644 sys-devel/clang-runtime/clang-runtime-7.0.9999.ebuild
|
60 | create mode 100644 sys-devel/clang/clang-7.0.9999.ebuild
|
61 | create mode 100644 sys-devel/lld/lld-7.0.9999.ebuild
|
62 | create mode 100644 sys-devel/llvm-common/llvm-common-7.0.9999.ebuild
|
63 | create mode 100644 sys-devel/llvm/llvm-7.0.9999.ebuild
|
64 | create mode 100644 sys-devel/llvmgold/llvmgold-8.ebuild
|
65 | create mode 100644 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild
|
66 | create mode 100644 sys-libs/compiler-rt/compiler-rt-7.0.9999.ebuild
|
67 | create mode 100644 sys-libs/libcxx/libcxx-7.0.9999.ebuild
|
68 | create mode 100644 sys-libs/libcxxabi/libcxxabi-7.0.9999.ebuild
|
69 | create mode 100644 sys-libs/libomp/libomp-7.0.9999.ebuild
|
70 | create mode 100644 sys-libs/llvm-libunwind/llvm-libunwind-7.0.9999.ebuild
|
71 | *** synced gentoo
|
72 | * Sync succeeded
|
73 | $ git log --format=%ci -1
|
74 | $ git show -q --pretty=format:%G? HEAD
|
75 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
|
76 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
77 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
78 | WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
|
79 | WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
|
80 | WARNING:pkgcore:EAPI 7 isn't fully supported
|
81 | * Cache regenerated successfully
|