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
|
{'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.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
301562070218..98d3767a3097 master -> origin/master
Updating 301562070218..98d3767a3097
Fast-forward
dev-python/aiohttp/aiohttp-3.10.10.ebuild | 2 +-
dev-python/asyncssh/Manifest | 2 +-
...yncssh-2.16.0.ebuild => asyncssh-2.18.0.ebuild} | 0
dev-python/hcloud/Manifest | 1 -
dev-python/hcloud/hcloud-2.2.1.ebuild | 49 ----
dev-python/hcloud/hcloud-2.3.0.ebuild | 2 +-
dev-python/keyring/Manifest | 1 +
dev-python/keyring/keyring-25.5.0.ebuild | 55 ++++
dev-python/logbook/Manifest | 1 +
dev-python/logbook/logbook-1.8.0.ebuild | 57 +++++
dev-python/mkdocs-git-authors-plugin/Manifest | 1 +
.../mkdocs-git-authors-plugin-0.9.1.ebuild | 55 ++++
dev-python/pycups/pycups-2.0.4.ebuild | 2 +-
dev-python/pythonnet/Manifest | 7 -
dev-python/pythonnet/pythonnet-3.0.3.ebuild | 282 ---------------------
dev-python/pythonnet/pythonnet-3.0.4.ebuild | 8 +-
dev-python/service-identity/Manifest | 1 +
.../service-identity-24.2.0.ebuild | 35 +++
dev-python/textX/Manifest | 1 +
dev-python/textX/textX-4.1.0.ebuild | 58 +++++
dev-python/ytmusicapi/Manifest | 1 -
dev-python/ytmusicapi/ytmusicapi-1.8.1.ebuild | 24 --
dev-python/ytmusicapi/ytmusicapi-1.8.2.ebuild | 2 +-
dev-python/zenlib/Manifest | 1 +
dev-python/zenlib/zenlib-2.3.1.ebuild | 26 ++
dev-python/zenlib/zenlib-9999.ebuild | 2 +-
sci-libs/givaro/files/givaro-4.2.0-gcc15.patch | 26 ++
sci-libs/givaro/givaro-4.2.0-r1.ebuild | 55 ++++
sci-mathematics/polymake/polymake-4.11.ebuild | 2 +-
sci-mathematics/polymake/polymake-4.12.ebuild | 2 +-
30 files changed, 386 insertions(+), 375 deletions(-)
rename dev-python/asyncssh/{asyncssh-2.16.0.ebuild => asyncssh-2.18.0.ebuild} (100%)
delete mode 100644 dev-python/hcloud/hcloud-2.2.1.ebuild
create mode 100644 dev-python/keyring/keyring-25.5.0.ebuild
create mode 100644 dev-python/logbook/logbook-1.8.0.ebuild
create mode 100644 dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.1.ebuild
delete mode 100644 dev-python/pythonnet/pythonnet-3.0.3.ebuild
create mode 100644 dev-python/service-identity/service-identity-24.2.0.ebuild
create mode 100644 dev-python/textX/textX-4.1.0.ebuild
delete mode 100644 dev-python/ytmusicapi/ytmusicapi-1.8.1.ebuild
create mode 100644 dev-python/zenlib/zenlib-2.3.1.ebuild
create mode 100644 sci-libs/givaro/files/givaro-4.2.0-gcc15.patch
create mode 100644 sci-libs/givaro/givaro-4.2.0-r1.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
|