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
|
{'description': {'en': 'User Overlay'},
'feed': ['https://github.com/tmacedo/portage/commits/master.atom'],
'homepage': 'https://github.com/tmacedo/portage',
'name': 'tmacedo',
'owner': [{'email': 'tftfmacedo@gmail.com',
'name': 'Tiago Macedo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/tmacedo/portage.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/tmacedo/portage.git'}],
'status': 'unofficial'}
pkgcore 0.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync tmacedo
*** syncing tmacedo
Already up to date.
*** synced tmacedo
* 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 tmacedo
* app-emulation/packer-bin-0.8.6: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-emulation/vagrant-bin-1.7.2-r1: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-emulation/vagrant-bin-1.7.2-r2: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-emulation/vagrant-bin-1.7.4: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-emulation/vagrant-bin-1.8.7: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-emulation/vagrant-bin-1.9.1: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-misc/cartao-do-cidadao-2.4.6: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-misc/plugin-autenticacao-gov-pt-2.0.63: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* app-office/upwork-4.2.153: failed sourcing ebuild: epatch: EAPI 5 not supported, (epatch.eclass, line 18: called die)
* dev-java/nailgun-9999: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* dev-util/idea-community-2018.3.6.183.6156.11: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* Cache regen failed with 1
|