summaryrefslogtreecommitdiff
blob: 36ed8b21a48ba47a7af249d54caa78a28f40f52c (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{'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'}
$ pmaint sync gentoo
*** syncing gentoo
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://anongit.gentoo.org/git/repo/gentoo
   80444bd2be8..af70f8a88c0  master     -> origin/master
Updating 80444bd2be8..af70f8a88c0
Fast-forward
 dev-lua/luarocks/Manifest                          |   1 +
 dev-lua/luarocks/luarocks-3.6.0.ebuild             |  87 ++++
 dev-ml/llvm-ocaml/Manifest                         |   1 +
 dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc4.ebuild     | 124 +++++
 dev-python/autoprop/Manifest                       |   1 +
 dev-python/autoprop/autoprop-2.1.0.ebuild          |  24 +
 dev-python/clang-python/Manifest                   |   1 +
 .../clang-python/clang-python-12.0.0_rc4.ebuild    |  41 ++
 dev-python/lit/Manifest                            |   1 +
 dev-python/lit/lit-12.0.0_rc4.ebuild               |  40 ++
 dev-python/signature_dispatch/Manifest             |   1 +
 dev-python/signature_dispatch/metadata.xml         |  12 +
 .../signature_dispatch-0.1.0.ebuild                |  20 +
 dev-util/lldb/Manifest                             |   1 +
 dev-util/lldb/lldb-12.0.0_rc4.ebuild               | 102 ++++
 ...pp2-1.22.1.ebuild => AusweisApp2-1.22.2.ebuild} |   0
 sys-auth/AusweisApp2/Manifest                      |   2 +-
 sys-devel/clang-common/Manifest                    |   1 +
 .../clang-common/clang-common-12.0.0_rc4.ebuild    |  24 +
 .../clang-runtime/clang-runtime-12.0.0_rc4.ebuild  |  25 +
 sys-devel/clang/Manifest                           |   1 +
 sys-devel/clang/clang-12.0.0_rc4.ebuild            | 435 +++++++++++++++++
 sys-devel/lld/Manifest                             |   1 +
 sys-devel/lld/lld-12.0.0_rc4.ebuild                |  68 +++
 sys-devel/llvm-common/Manifest                     |   1 +
 .../llvm-common/llvm-common-12.0.0_rc4.ebuild      |  27 ++
 sys-devel/llvm/Manifest                            |   1 +
 sys-devel/llvm/llvm-12.0.0_rc4.ebuild              | 525 +++++++++++++++++++++
 sys-libs/compiler-rt-sanitizers/Manifest           |   1 +
 .../compiler-rt-sanitizers-12.0.0_rc4.ebuild       | 206 ++++++++
 sys-libs/compiler-rt/Manifest                      |   1 +
 sys-libs/compiler-rt/compiler-rt-12.0.0_rc4.ebuild | 127 +++++
 sys-libs/libcxx/Manifest                           |   1 +
 sys-libs/libcxx/libcxx-12.0.0_rc4.ebuild           | 223 +++++++++
 sys-libs/libcxxabi/Manifest                        |   1 +
 sys-libs/libcxxabi/libcxxabi-12.0.0_rc4.ebuild     | 122 +++++
 sys-libs/libomp/Manifest                           |   1 +
 sys-libs/libomp/libomp-12.0.0_rc4.ebuild           | 105 +++++
 sys-libs/llvm-libunwind/Manifest                   |   1 +
 .../llvm-libunwind-12.0.0_rc4.ebuild               | 124 +++++
 40 files changed, 2480 insertions(+), 1 deletion(-)
 create mode 100644 dev-lua/luarocks/luarocks-3.6.0.ebuild
 create mode 100644 dev-ml/llvm-ocaml/llvm-ocaml-12.0.0_rc4.ebuild
 create mode 100644 dev-python/autoprop/autoprop-2.1.0.ebuild
 create mode 100644 dev-python/clang-python/clang-python-12.0.0_rc4.ebuild
 create mode 100644 dev-python/lit/lit-12.0.0_rc4.ebuild
 create mode 100644 dev-python/signature_dispatch/Manifest
 create mode 100644 dev-python/signature_dispatch/metadata.xml
 create mode 100644 dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild
 create mode 100644 dev-util/lldb/lldb-12.0.0_rc4.ebuild
 rename sys-auth/AusweisApp2/{AusweisApp2-1.22.1.ebuild => AusweisApp2-1.22.2.ebuild} (100%)
 create mode 100644 sys-devel/clang-common/clang-common-12.0.0_rc4.ebuild
 create mode 100644 sys-devel/clang-runtime/clang-runtime-12.0.0_rc4.ebuild
 create mode 100644 sys-devel/clang/clang-12.0.0_rc4.ebuild
 create mode 100644 sys-devel/lld/lld-12.0.0_rc4.ebuild
 create mode 100644 sys-devel/llvm-common/llvm-common-12.0.0_rc4.ebuild
 create mode 100644 sys-devel/llvm/llvm-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/compiler-rt/compiler-rt-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/libcxx/libcxx-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/libcxxabi/libcxxabi-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/libomp/libomp-12.0.0_rc4.ebuild
 create mode 100644 sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc4.ebuild
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 gentoo
 * Cache regenerated successfully