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
|
{'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
a1f9b7805fd7..6463bc79f49c master -> origin/master
Updating a1f9b7805fd7..6463bc79f49c
Fast-forward
dev-dotnet/cake/Manifest | 41 ++--
.../cake/{cake-4.2.0.ebuild => cake-5.0.0.ebuild} | 52 ++---
dev-dotnet/dotnet-runtime-nugets/Manifest | 74 ++++++
.../dotnet-runtime-nugets-6.0.36.ebuild | 50 ++++
.../dotnet-runtime-nugets-8.0.11.ebuild | 57 +++++
.../dotnet-runtime-nugets-9.0.0.ebuild | 57 +++++
dev-dotnet/dotnet-sdk-bin/Manifest | 18 +-
.../dotnet-sdk-bin-9.0.100.1.24452.12_rc.ebuild | 174 --------------
....0.402.ebuild => dotnet-sdk-bin-9.0.100.ebuild} | 31 ++-
dev-lang/jint/Manifest | 117 ----------
dev-lang/jint/jint-3.0.0_beta2051.ebuild | 256 ---------------------
dev-ml/coq-menhirlib/Manifest | 1 -
.../coq-menhirlib/coq-menhirlib-20231231-r1.ebuild | 44 ----
dev-vcs/sourcegit/Manifest | 27 +++
dev-vcs/sourcegit/sourcegit-8.39.ebuild | 132 +++++++++++
dev-vcs/sourcegit/sourcegit-9999.ebuild | 63 +++--
media-gfx/pinta/Manifest | 1 -
media-gfx/pinta/pinta-2.1.1-r1.ebuild | 136 -----------
sci-mathematics/coq-serapi/Manifest | 1 -
.../coq-serapi/coq-serapi-0.19.0.ebuild | 76 ------
sci-mathematics/coq/Manifest | 2 -
sci-mathematics/coq/coq-8.19.0.ebuild | 122 ----------
sci-mathematics/coq/coq-8.19.1.ebuild | 122 ----------
virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild | 16 ++
24 files changed, 511 insertions(+), 1159 deletions(-)
rename dev-dotnet/cake/{cake-4.2.0.ebuild => cake-5.0.0.ebuild} (70%)
create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild
create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.11.ebuild
create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-9.0.0.ebuild
delete mode 100644 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.100.1.24452.12_rc.ebuild
rename dev-dotnet/dotnet-sdk-bin/{dotnet-sdk-bin-8.0.402.ebuild => dotnet-sdk-bin-9.0.100.ebuild} (80%)
delete mode 100644 dev-lang/jint/jint-3.0.0_beta2051.ebuild
delete mode 100644 dev-ml/coq-menhirlib/coq-menhirlib-20231231-r1.ebuild
create mode 100644 dev-vcs/sourcegit/sourcegit-8.39.ebuild
delete mode 100644 media-gfx/pinta/pinta-2.1.1-r1.ebuild
delete mode 100644 sci-mathematics/coq-serapi/coq-serapi-0.19.0.ebuild
delete mode 100644 sci-mathematics/coq/coq-8.19.0.ebuild
delete mode 100644 sci-mathematics/coq/coq-8.19.1.ebuild
create mode 100644 virtual/dotnet-sdk/dotnet-sdk-9.0.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
|