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
|
{'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
3473be9a1916..7ea7ce117c08 master -> origin/master
Updating 3473be9a1916..7ea7ce117c08
Fast-forward
app-admin/rsyslog/Manifest | 2 +
app-admin/rsyslog/rsyslog-8.2412.0.ebuild | 519 +++++++++++++++++++++
app-emacs/gptel/Manifest | 3 +-
app-emacs/gptel/gptel-0.9.5.ebuild | 43 --
.../{gptel-0.9.0.ebuild => gptel-0.9.7.ebuild} | 2 -
app-emacs/slime/Manifest | 1 +
app-emacs/slime/slime-2.31.ebuild | 76 +++
app-emacs/with-editor/Manifest | 1 +
app-emacs/with-editor/with-editor-3.4.3.ebuild | 38 ++
app-shells/pwsh-bin/Manifest | 6 +-
...pwsh-bin-7.4.4.ebuild => pwsh-bin-7.4.6.ebuild} | 2 +-
dev-cpp/cpp-httplib/Manifest | 1 +
dev-cpp/cpp-httplib/cpp-httplib-0.18.3.ebuild | 92 ++++
dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.100-r1.ebuild | 5 +-
dev-dotnet/gentoo-dotnet-maintainer-tools/Manifest | 2 +
...> gentoo-dotnet-maintainer-tools-3.9999.ebuild} | 13 +-
dev-lang/algol68g/Manifest | 2 +-
...lgol68g-3.5.7.ebuild => algol68g-3.5.10.ebuild} | 2 +-
dev-lang/nprolog/Manifest | 1 +
dev-lang/nprolog/nprolog-3.53.ebuild | 49 ++
20 files changed, 799 insertions(+), 61 deletions(-)
create mode 100644 app-admin/rsyslog/rsyslog-8.2412.0.ebuild
delete mode 100644 app-emacs/gptel/gptel-0.9.5.ebuild
rename app-emacs/gptel/{gptel-0.9.0.ebuild => gptel-0.9.7.ebuild} (92%)
create mode 100644 app-emacs/slime/slime-2.31.ebuild
create mode 100644 app-emacs/with-editor/with-editor-3.4.3.ebuild
rename app-shells/pwsh-bin/{pwsh-bin-7.4.4.ebuild => pwsh-bin-7.4.6.ebuild} (98%)
create mode 100644 dev-cpp/cpp-httplib/cpp-httplib-0.18.3.ebuild
rename dev-dotnet/gentoo-dotnet-maintainer-tools/{gentoo-dotnet-maintainer-tools-2.9999.ebuild => gentoo-dotnet-maintainer-tools-3.9999.ebuild} (91%)
rename dev-lang/algol68g/{algol68g-3.5.7.ebuild => algol68g-3.5.10.ebuild} (97%)
create mode 100644 dev-lang/nprolog/nprolog-3.53.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
|