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
|
{'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://anongit.gentoo.org/git/repo/gentoo
702e528a859d..d5f7c0375709 master -> origin/master
Updating 702e528a859d..d5f7c0375709
Fast-forward
app-emulation/ruffle/ruffle-0_p20231216.ebuild | 4 +-
app-metrics/collectd/collectd-5.12.0-r9.ebuild | 4 +-
dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.0.ebuild | 2 +-
dev-cpp/xsimd/xsimd-11.1.0-r1.ebuild | 2 +-
dev-lang/python/python-3.12.1_p1.ebuild | 2 +-
dev-perl/Mojolicious/Mojolicious-9.330.0-r1.ebuild | 2 +-
dev-python/coverage/coverage-7.4.0.ebuild | 2 +-
.../ensurepip-setuptools-69.0.3.ebuild | 4 +-
dev-python/greenlet/greenlet-3.0.3.ebuild | 2 +-
dev-python/mysqlclient/mysqlclient-2.2.1.ebuild | 2 +-
dev-python/pythran/pythran-0.14.0.ebuild | 4 +-
dev-python/regex/regex-2023.12.25.ebuild | 2 +-
dev-python/rpds-py/rpds-py-0.16.2.ebuild | 2 +-
dev-python/sense-hat/sense-hat-2.6.0.ebuild | 4 +-
dev-python/setuptools/setuptools-69.0.3.ebuild | 2 +-
dev-python/structlog/structlog-23.3.0.ebuild | 2 +-
dev-ruby/warning/warning-1.3.0.ebuild | 2 +-
dev-ruby/zeitwerk/zeitwerk-2.6.8.ebuild | 2 +-
gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild | 2 +-
sci-visualization/gnuplot/gnuplot-5.4.8.ebuild | 4 +-
.../openpgp-keys-lighttpd-20231008.ebuild | 4 +-
www-apps/gitea/Manifest | 1 -
www-apps/gitea/files/gitea.service-r3 | 34 ------
www-apps/gitea/gitea-1.20.6.ebuild | 131 ---------------------
www-servers/lighttpd/lighttpd-1.4.72.ebuild | 4 +-
x11-base/xwayland/xwayland-23.2.3-r1.ebuild | 2 +-
26 files changed, 31 insertions(+), 197 deletions(-)
delete mode 100644 www-apps/gitea/files/gitea.service-r3
delete mode 100644 www-apps/gitea/gitea-1.20.6.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
|