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
|
{'description': {'en': 'gentoo-overlay from hossie'},
'feed': ['https://github.com/daugustin/gentoo-overlay/commits/master.atom'],
'homepage': 'https://wiki.hossie.de/projekte:gentoo-overlay',
'name': 'hossie',
'owner': [{'email': 'hossie@hossie.de',
'name': 'Daniel Augustin',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/daugustin/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/daugustin/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync hossie
*** syncing hossie
Already up to date.
*** synced hossie
* 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 hossie
* games-util/itch-23.6.1: failed sourcing ebuild: multilib: EAPI 6 not supported, (multilib.eclass, line 17: called die)
* media-sound/ponymix-5: failed sourcing ebuild: toolchain-funcs: EAPI 6 not supported, (toolchain-funcs.eclass, line 21: called die)
* net-misc/asbru-cm-5.0.0: failed sourcing ebuild: toolchain-funcs: EAPI 6 not supported, (toolchain-funcs.eclass, line 21: called die)
* Cache regen failed with 1
|