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
|
{'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.4
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
ecd369184a3..70a3f627341 master -> origin/master
Updating ecd369184a3..70a3f627341
Fast-forward
app-arch/brotli/brotli-1.0.9-r2.ebuild | 2 +-
app-arch/brotli/brotli-1.0.9-r3.ebuild | 2 +-
app-crypt/gpgme/gpgme-1.16.0.ebuild | 2 +-
app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 +-
dev-libs/libbpf/libbpf-0.4.0.ebuild | 2 +-
dev-python/argcomplete/argcomplete-1.12.3.ebuild | 2 +-
dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild | 2 +-
.../charset_normalizer-2.0.4.ebuild | 2 +-
dev-python/coverage/coverage-5.5.ebuild | 2 +-
.../cryptography/cryptography-3.4.7-r2.ebuild | 2 +-
dev-python/cssselect/cssselect-1.1.0-r1.ebuild | 2 +-
dev-python/cython/cython-0.29.24.ebuild | 2 +-
dev-python/elementpath/elementpath-2.2.3.ebuild | 2 +-
dev-python/filelock/filelock-3.0.12-r1.ebuild | 2 +-
dev-python/hypothesis/hypothesis-6.14.9.ebuild | 2 +-
dev-python/iniconfig/iniconfig-1.1.1.ebuild | 2 +-
dev-python/jinja/jinja-3.0.1.ebuild | 2 +-
dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +-
dev-python/markupsafe/markupsafe-2.0.1.ebuild | 2 +-
.../more-itertools/more-itertools-8.8.0.ebuild | 2 +-
dev-python/numpy/numpy-1.21.2.ebuild | 2 +-
dev-python/passlib/passlib-1.7.4.ebuild | 2 +-
dev-python/pluggy/pluggy-0.13.1-r1.ebuild | 2 +-
dev-python/psutil/psutil-5.7.3.ebuild | 2 +-
dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild | 2 +-
.../pytest-forked/pytest-forked-1.3.0-r1.ebuild | 2 +-
.../pytest-subtests/pytest-subtests-0.5.0.ebuild | 2 +-
dev-python/pytest-xdist/pytest-xdist-2.3.0.ebuild | 2 +-
dev-python/pytest/pytest-6.2.4-r1.ebuild | 2 +-
dev-python/requests/requests-2.26.0.ebuild | 2 +-
dev-python/scrypt/scrypt-0.8.16.ebuild | 2 +-
dev-python/scrypt/scrypt-0.8.18.ebuild | 2 +-
dev-python/setuptools/setuptools-57.4.0-r2.ebuild | 2 +-
.../sortedcontainers/sortedcontainers-2.4.0.ebuild | 2 +-
dev-python/toml/toml-0.10.2.ebuild | 2 +-
.../unittest-or-fail/unittest-or-fail-1.ebuild | 2 +-
dev-python/urllib3/urllib3-1.26.6.ebuild | 2 +-
dev-python/xmlschema/xmlschema-1.7.0.ebuild | 2 +-
dev-vcs/mercurial/mercurial-5.8.1.ebuild | 2 +-
profiles/arch/m68k/package.use.mask | 39 ++++++++++++++--------
profiles/arch/m68k/use.mask | 12 +++++++
.../systemd-tmpfiles/systemd-tmpfiles-249.2.ebuild | 2 +-
sys-libs/libxcrypt/libxcrypt-4.4.25.ebuild | 2 +-
43 files changed, 78 insertions(+), 55 deletions(-)
*** 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
|