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.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
284ab6c61919..6fa07df433ef master -> origin/master
Updating 284ab6c61919..6fa07df433ef
Fast-forward
app-crypt/gpgme/Manifest | 2 -
app-crypt/gpgme/gpgme-1.20.0.ebuild | 163 ---------
app-text/poppler-data/Manifest | 1 -
.../poppler-data/poppler-data-0.4.11-r2.ebuild | 27 --
app-text/poppler/Manifest | 5 -
app-text/poppler/poppler-23.05.0.ebuild | 148 --------
app-text/poppler/poppler-23.07.0.ebuild | 152 --------
dev-libs/icu-layoutex/Manifest | 2 -
dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild | 134 -------
dev-libs/icu/Manifest | 2 -
.../icu/files/icu-73.1-fix-UChar-api-deux.patch | 82 -----
dev-libs/icu/icu-73.1-r2.ebuild | 163 ---------
dev-util/maturin/maturin-1.2.3.ebuild | 6 +-
media-libs/harfbuzz/Manifest | 2 -
.../files/harfbuzz-8.0.0-arm-cast-align.patch | 31 --
media-libs/harfbuzz/harfbuzz-7.3.0.ebuild | 102 ------
media-libs/harfbuzz/harfbuzz-8.0.0-r1.ebuild | 107 ------
sys-apps/uutils-coreutils/Manifest | 171 +++------
.../uutils-coreutils-0.2.21-xfail-tests.patch | 67 ++++
.../uutils-coreutils-0.0.18.ebuild | 337 ------------------
.../uutils-coreutils-0.0.19.ebuild | 383 ---------------------
.../uutils-coreutils-0.0.20.ebuild | 2 +-
.../uutils-coreutils-0.0.21.ebuild | 370 ++++++++++++++++++++
.../uutils-coreutils/uutils-coreutils-9999.ebuild | 131 ++++---
sys-apps/uutils-findutils/Manifest | 17 -
.../uutils-findutils/uutils-findutils-0.4.1.ebuild | 219 ------------
.../uutils-findutils/uutils-findutils-0.4.2.ebuild | 3 +-
.../uutils-findutils/uutils-findutils-9999.ebuild | 3 +-
28 files changed, 561 insertions(+), 2271 deletions(-)
delete mode 100644 app-crypt/gpgme/gpgme-1.20.0.ebuild
delete mode 100644 app-text/poppler-data/poppler-data-0.4.11-r2.ebuild
delete mode 100644 app-text/poppler/poppler-23.05.0.ebuild
delete mode 100644 app-text/poppler/poppler-23.07.0.ebuild
delete mode 100644 dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild
delete mode 100644 dev-libs/icu/files/icu-73.1-fix-UChar-api-deux.patch
delete mode 100644 dev-libs/icu/icu-73.1-r2.ebuild
delete mode 100644 media-libs/harfbuzz/files/harfbuzz-8.0.0-arm-cast-align.patch
delete mode 100644 media-libs/harfbuzz/harfbuzz-7.3.0.ebuild
delete mode 100644 media-libs/harfbuzz/harfbuzz-8.0.0-r1.ebuild
create mode 100644 sys-apps/uutils-coreutils/files/uutils-coreutils-0.2.21-xfail-tests.patch
delete mode 100644 sys-apps/uutils-coreutils/uutils-coreutils-0.0.18.ebuild
delete mode 100644 sys-apps/uutils-coreutils/uutils-coreutils-0.0.19.ebuild
create mode 100644 sys-apps/uutils-coreutils/uutils-coreutils-0.0.21.ebuild
delete mode 100644 sys-apps/uutils-findutils/uutils-findutils-0.4.1.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
|