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
|
{'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
fff161c635ad..b8eec18e6a03 master -> origin/master
Updating fff161c635ad..b8eec18e6a03
Fast-forward
dev-ml/ppx_fields_conv/Manifest | 1 +
.../ppx_fields_conv/ppx_fields_conv-0.17.0.ebuild | 24 ++++++
dev-php/PEAR-Console_CommandLine/Manifest | 1 +
.../PEAR-Console_CommandLine-1.2.6.ebuild | 56 ++++++++++++
dev-php/PEAR-Crypt_GPG/Manifest | 1 +
dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild | 40 +++++++++
dev-qt/qtlocation/Manifest | 1 +
dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild | 59 +++++++++++++
games-fps/worldofpadman/metadata.xml | 2 +-
.../freeciv/files/freeciv-3.1.0-qt6.patch | 24 ++++++
games-strategy/freeciv/freeciv-3.1.0.ebuild | 1 +
kde-plasma/breeze/Manifest | 2 +-
...reeze-6.0.90.ebuild => breeze-6.0.90-r1.ebuild} | 4 +-
kde-plasma/kdecoration/Manifest | 2 +-
...-6.0.90.ebuild => kdecoration-6.0.90-r1.ebuild} | 2 +
kde-plasma/kwin/Manifest | 2 +-
...-6.0.90.1-r2.ebuild => kwin-6.0.90.1-r3.ebuild} | 5 +-
kde-plasma/kwin/metadata.xml | 1 +
kde-plasma/plasma-workspace/Manifest | 2 +-
kde-plasma/plasma-workspace/metadata.xml | 1 +
...r2.ebuild => plasma-workspace-6.0.90-r3.ebuild} | 4 +-
licenses/OFL | 99 ----------------------
mail-mta/ssmtp/files/ssmtp-2.64_p11-gcc14.patch | 43 ++++++++++
mail-mta/ssmtp/ssmtp-2.64_p11-r1.ebuild | 4 +-
media-video/subtitlecomposer/Manifest | 1 +
.../subtitlecomposer/subtitlecomposer-0.8.1.ebuild | 62 ++++++++++++++
profiles/license_groups | 4 +-
profiles/package.mask | 1 +
28 files changed, 337 insertions(+), 112 deletions(-)
create mode 100644 dev-ml/ppx_fields_conv/ppx_fields_conv-0.17.0.ebuild
create mode 100644 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
create mode 100644 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild
create mode 100644 dev-qt/qtlocation/qtlocation-5.15.14-r1.ebuild
create mode 100644 games-strategy/freeciv/files/freeciv-3.1.0-qt6.patch
rename kde-plasma/breeze/{breeze-6.0.90.ebuild => breeze-6.0.90-r1.ebuild} (91%)
rename kde-plasma/kdecoration/{kdecoration-6.0.90.ebuild => kdecoration-6.0.90-r1.ebuild} (75%)
rename kde-plasma/kwin/{kwin-6.0.90.1-r2.ebuild => kwin-6.0.90.1-r3.ebuild} (95%)
rename kde-plasma/plasma-workspace/{plasma-workspace-6.0.90-r2.ebuild => plasma-workspace-6.0.90-r3.ebuild} (98%)
delete mode 100644 licenses/OFL
create mode 100644 mail-mta/ssmtp/files/ssmtp-2.64_p11-gcc14.patch
create mode 100644 media-video/subtitlecomposer/subtitlecomposer-0.8.1.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
|