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
|
{'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.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
29abc87f010f..68cfdebfb913 master -> origin/master
Updating 29abc87f010f..68cfdebfb913
Fast-forward
app-i18n/librime-lua/Manifest | 1 -
.../librime-lua/librime-lua-20211030072627.ebuild | 53 ---
app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 +-
dev-libs/fddl/fddl-20111124-r2.ebuild | 2 +-
dev-python/mkdocs/Manifest | 1 +
dev-python/mkdocs/mkdocs-1.6.1.ebuild | 86 +++++
media-gfx/libbgcode/libbgcode-0.0.20240730.ebuild | 2 +-
media-libs/vigra/vigra-1.11.2_p20240505.ebuild | 2 +-
.../files/ipset-7.22-fix-building-on-musl.patch | 10 +
net-firewall/ipset/ipset-7.22-r2.ebuild | 121 ++++++
sci-geosciences/laszip/laszip-3.4.3.ebuild | 2 +-
sci-geosciences/mapserver/Manifest | 1 -
sci-geosciences/mapserver/mapserver-8.0.1.ebuild | 204 ----------
sys-fs/cryfs/Manifest | 1 -
sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 123 -------
.../cryfs/files/cryfs-0.10.2-install-targets.patch | 38 --
.../cryfs/files/cryfs-0.10.2-unbundle-libs.patch | 409 ---------------------
.../cryfs-0.10.3-fix-build-with-boost-1-77.patch | 26 --
sys-fs/cryfs/files/cryfs-0.10.3-gcc11.patch | 271 --------------
sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch | 11 -
20 files changed, 223 insertions(+), 1143 deletions(-)
delete mode 100644 app-i18n/librime-lua/librime-lua-20211030072627.ebuild
create mode 100644 dev-python/mkdocs/mkdocs-1.6.1.ebuild
create mode 100644 net-firewall/ipset/files/ipset-7.22-fix-building-on-musl.patch
create mode 100644 net-firewall/ipset/ipset-7.22-r2.ebuild
delete mode 100644 sci-geosciences/mapserver/mapserver-8.0.1.ebuild
delete mode 100644 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
delete mode 100644 sys-fs/cryfs/files/cryfs-0.10.2-install-targets.patch
delete mode 100644 sys-fs/cryfs/files/cryfs-0.10.2-unbundle-libs.patch
delete mode 100644 sys-fs/cryfs/files/cryfs-0.10.3-fix-build-with-boost-1-77.patch
delete mode 100644 sys-fs/cryfs/files/cryfs-0.10.3-gcc11.patch
delete mode 100644 sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch
*** 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
|