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
|
{'description': {'en': 'Personal Gentoo Overlay'},
'homepage': 'https://gitlab.com/AbhinavPraveen/ap-overlay',
'name': 'ap-overlay',
'owner': [{'email': 'praveen@abhinav.pro',
'name': 'Abhinav Praveen',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/AbhinavPraveen/ap-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ap-overlay
*** syncing ap-overlay
Already up to date.
*** synced ap-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 ap-overlay
* app-emulation/wine-lutris-6.14_p4: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-6.21_p5: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-6.21_p6: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-7.1: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-7.2: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-7.2_p2: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-lutris-7.2_p2-r1: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-tkg-6.23: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-tkg-7.0_rc2: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-tkg-7.0_rc6: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* app-emulation/wine-tkg-7.0: failed sourcing ebuild: plocale: EAPI 6 not supported, (plocale.eclass, line 56: called die)
* Cache regen failed with 1
|