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
|
{'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.27
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
5b41d4f645d0..d063870e5396 master -> origin/master
Updating 5b41d4f645d0..d063870e5396
Fast-forward
dev-lang/python/python-3.12.6_p2.ebuild | 2 +-
dev-libs/libfmt/libfmt-9.1.0-r2.ebuild | 2 +-
dev-python/python-tests/python-tests-3.12.6_p2.ebuild | 2 +-
dev-python/scipy/scipy-1.14.1.ebuild | 2 +-
...tizers-15.0.7.ebuild => compiler-rt-sanitizers-15.0.7-r1.ebuild} | 6 ++++--
...tizers-16.0.6.ebuild => compiler-rt-sanitizers-16.0.6-r1.ebuild} | 6 ++++--
...tizers-17.0.6.ebuild => compiler-rt-sanitizers-17.0.6-r1.ebuild} | 6 ++++--
...tizers-18.1.8.ebuild => compiler-rt-sanitizers-18.1.8-r1.ebuild} | 6 ++++--
...tizers-19.1.0.ebuild => compiler-rt-sanitizers-19.1.0-r1.ebuild} | 6 ++++--
.../compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.0_rc4.ebuild | 6 ++++--
.../compiler-rt-sanitizers-20.0.0.9999.ebuild | 6 ++++--
.../compiler-rt-sanitizers-20.0.0_pre20240830.ebuild | 6 ++++--
.../compiler-rt-sanitizers-20.0.0_pre20240910.ebuild | 6 ++++--
.../compiler-rt-sanitizers-20.0.0_pre20240917.ebuild | 6 ++++--
.../{compiler-rt-15.0.7.ebuild => compiler-rt-15.0.7-r1.ebuild} | 2 +-
.../{compiler-rt-16.0.6-r4.ebuild => compiler-rt-16.0.6-r5.ebuild} | 2 +-
.../{compiler-rt-17.0.6.ebuild => compiler-rt-17.0.6-r1.ebuild} | 2 +-
.../{compiler-rt-18.1.8.ebuild => compiler-rt-18.1.8-r1.ebuild} | 2 +-
.../{compiler-rt-19.1.0.ebuild => compiler-rt-19.1.0-r1.ebuild} | 2 +-
sys-libs/compiler-rt/compiler-rt-19.1.0_rc4.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-20.0.0.9999.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-20.0.0_pre20240830.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-20.0.0_pre20240910.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-20.0.0_pre20240917.ebuild | 2 +-
24 files changed, 54 insertions(+), 34 deletions(-)
rename sys-libs/compiler-rt-sanitizers/{compiler-rt-sanitizers-15.0.7.ebuild => compiler-rt-sanitizers-15.0.7-r1.ebuild} (99%)
rename sys-libs/compiler-rt-sanitizers/{compiler-rt-sanitizers-16.0.6.ebuild => compiler-rt-sanitizers-16.0.6-r1.ebuild} (99%)
rename sys-libs/compiler-rt-sanitizers/{compiler-rt-sanitizers-17.0.6.ebuild => compiler-rt-sanitizers-17.0.6-r1.ebuild} (99%)
rename sys-libs/compiler-rt-sanitizers/{compiler-rt-sanitizers-18.1.8.ebuild => compiler-rt-sanitizers-18.1.8-r1.ebuild} (99%)
rename sys-libs/compiler-rt-sanitizers/{compiler-rt-sanitizers-19.1.0.ebuild => compiler-rt-sanitizers-19.1.0-r1.ebuild} (99%)
rename sys-libs/compiler-rt/{compiler-rt-15.0.7.ebuild => compiler-rt-15.0.7-r1.ebuild} (99%)
rename sys-libs/compiler-rt/{compiler-rt-16.0.6-r4.ebuild => compiler-rt-16.0.6-r5.ebuild} (99%)
rename sys-libs/compiler-rt/{compiler-rt-17.0.6.ebuild => compiler-rt-17.0.6-r1.ebuild} (99%)
rename sys-libs/compiler-rt/{compiler-rt-18.1.8.ebuild => compiler-rt-18.1.8-r1.ebuild} (99%)
rename sys-libs/compiler-rt/{compiler-rt-19.1.0.ebuild => compiler-rt-19.1.0-r1.ebuild} (99%)
*** 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
|