summaryrefslogtreecommitdiff
blob: f0c9f8efb272ebf7b694196d1c15469baddbfc72 (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
{'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.28

$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
   ead01ac23c34..f2f1297ab6cc  master     -> origin/master
Updating ead01ac23c34..f2f1297ab6cc
Fast-forward
 dev-cpp/cpptoml/Manifest                           |   1 +
 dev-cpp/cpptoml/cpptoml-0.1.1.ebuild               |  31 ++
 dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch   |  15 +
 dev-cpp/cpptoml/metadata.xml                       |  22 ++
 dev-cpp/edencommon/Manifest                        |   1 +
 dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild |  49 +++
 dev-cpp/edencommon/metadata.xml                    |  10 +-
 dev-cpp/fb303/Manifest                             |   1 +
 dev-cpp/fb303/fb303-2024.11.04.00.ebuild           |  51 +++
 dev-cpp/fb303/metadata.xml                         |  15 +
 dev-cpp/fbthrift/Manifest                          |   1 +
 dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild     |  57 ++++
 dev-cpp/fbthrift/metadata.xml                      |  15 +
 dev-cpp/fizz/Manifest                              |   1 +
 dev-cpp/fizz/fizz-2024.11.04.00.ebuild             |  51 +++
 dev-cpp/fizz/metadata.xml                          |  15 +
 dev-cpp/folly/Manifest                             |   1 +
 .../folly/files/folly-2024.11.04.00-musl-fix.patch |  30 ++
 dev-cpp/folly/folly-2024.11.04.00.ebuild           |  91 ++++++
 dev-cpp/folly/metadata.xml                         |  10 +-
 dev-cpp/mvfst/Manifest                             |   1 +
 dev-cpp/mvfst/metadata.xml                         |  15 +
 dev-cpp/mvfst/mvfst-2024.11.04.00.ebuild           |  49 +++
 dev-cpp/wangle/Manifest                            |   1 +
 dev-cpp/wangle/metadata.xml                        |  15 +
 dev-cpp/wangle/wangle-2024.11.04.00.ebuild         |  62 ++++
 dev-libs/libbpf/Manifest                           |   1 +
 dev-libs/libbpf/libbpf-1.5.0.ebuild                |  65 ++++
 dev-util/bpftool/Manifest                          |   1 +
 dev-util/bpftool/bpftool-7.4.0.ebuild              |   2 +-
 dev-util/bpftool/bpftool-7.5.0.ebuild              | 137 ++++++++
 dev-util/bpftool/bpftool-9999.ebuild               |  26 +-
 dev-util/bpftool/metadata.xml                      |   1 +
 dev-util/watchman/Manifest                         | 179 +++++++++++
 .../watchman-2024.11.04.00-python-tests.patch      |  16 +
 dev-util/watchman/metadata.xml                     |  10 +-
 dev-util/watchman/watchman-2024.11.04.00.ebuild    | 356 +++++++++++++++++++++
 profiles/arch/loong/package.use.force              |   4 +
 38 files changed, 1395 insertions(+), 14 deletions(-)
 create mode 100644 dev-cpp/cpptoml/Manifest
 create mode 100644 dev-cpp/cpptoml/cpptoml-0.1.1.ebuild
 create mode 100644 dev-cpp/cpptoml/files/cpptoml-0.1.1-limits.patch
 create mode 100644 dev-cpp/cpptoml/metadata.xml
 create mode 100644 dev-cpp/edencommon/edencommon-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/fb303/Manifest
 create mode 100644 dev-cpp/fb303/fb303-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/fb303/metadata.xml
 create mode 100644 dev-cpp/fbthrift/Manifest
 create mode 100644 dev-cpp/fbthrift/fbthrift-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/fbthrift/metadata.xml
 create mode 100644 dev-cpp/fizz/Manifest
 create mode 100644 dev-cpp/fizz/fizz-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/fizz/metadata.xml
 create mode 100644 dev-cpp/folly/files/folly-2024.11.04.00-musl-fix.patch
 create mode 100644 dev-cpp/folly/folly-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/mvfst/Manifest
 create mode 100644 dev-cpp/mvfst/metadata.xml
 create mode 100644 dev-cpp/mvfst/mvfst-2024.11.04.00.ebuild
 create mode 100644 dev-cpp/wangle/Manifest
 create mode 100644 dev-cpp/wangle/metadata.xml
 create mode 100644 dev-cpp/wangle/wangle-2024.11.04.00.ebuild
 create mode 100644 dev-libs/libbpf/libbpf-1.5.0.ebuild
 create mode 100644 dev-util/bpftool/bpftool-7.5.0.ebuild
 create mode 100644 dev-util/watchman/files/watchman-2024.11.04.00-python-tests.patch
 create mode 100644 dev-util/watchman/watchman-2024.11.04.00.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