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
|
{'description': {'en': 'FeM Gentoo Overlay'},
'homepage': 'https://gitlab.fem-net.de/gentoo/fem-overlay',
'name': 'fem-overlay',
'owner': [{'email': 'fem-overlay@technik.fem-net.de',
'name': 'FeM e.V. Gentoo Overlay maintainers',
'type': 'project'},
{'email': 'frainz@mailbox.org',
'name': 'Paul Michel',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.fem-net.de/gentoo/fem-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync fem-overlay
*** syncing fem-overlay
Already up to date.
*** synced fem-overlay
* 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 fem-overlay
* app-backup/sql-ssh-backup-1.8.3: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* app-backup/sql-ssh-backup-2.0: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* app-pda/libplist-9999: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* media-video/ffmpeg-4.2.2: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* media-video/ffmpeg-4.3.1-r1: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* net-analyzer/icinga-classicui-1.13.3: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* net-analyzer/icinga-classicui-1.14.2: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* net-analyzer/nagios-plugins-extended-0.7.9: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* sys-fs/fuse-ts-9999: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 18: called die)
* Cache regen failed with 1
|