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
|
{'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.23
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
f6bf50dbddef..7559dfb724a7 master -> origin/master
Updating f6bf50dbddef..7559dfb724a7
Fast-forward
dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild | 2 +-
dev-libs/libp11/libp11-0.4.12-r4.ebuild | 2 +-
dev-libs/openpace/openpace-1.1.3.ebuild | 2 +-
dev-libs/opensc/opensc-0.23.0-r3.ebuild | 2 +-
dev-python/astor/astor-0.8.1-r1.ebuild | 2 +-
dev-python/flask-migrate/flask-migrate-4.0.5.ebuild | 2 +-
dev-python/immutables/immutables-0.20.ebuild | 2 +-
dev-python/pycountry/pycountry-22.3.5.ebuild | 2 +-
dev-python/pytest-plus/pytest-plus-0.6.0.ebuild | 2 +-
dev-python/truststore/truststore-0.8.0.ebuild | 2 +-
dev-ruby/msgpack/msgpack-1.7.2.ebuild | 2 +-
dev-util/gengetopt/gengetopt-2.23-r1.ebuild | 2 +-
media-libs/dav1d/dav1d-1.3.0.ebuild | 2 +-
media-libs/libavif/libavif-1.0.1.ebuild | 2 +-
media-libs/libsdl2/libsdl2-2.28.5.ebuild | 1 +
media-libs/svt-av1/svt-av1-1.5.0-r1.ebuild | 2 +-
.../gst-plugins-vpx/gst-plugins-vpx-1.20.5.ebuild | 2 +-
.../gst-plugins-vpx/gst-plugins-vpx-1.20.6.ebuild | 2 +-
.../gst-plugins-vpx/gst-plugins-vpx-1.22.3.ebuild | 2 +-
profiles/arch/mips/package.use.mask | 14 ++++++++++++++
profiles/arch/mips/use.mask | 9 +++++++++
profiles/arch/powerpc/package.use.mask | 5 +++++
22 files changed, 47 insertions(+), 18 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
|