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
|
{'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.11
$ 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
* dev-perl/Gnome2-GConf-1.44.0: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line 32: called die)
* dev-perl/Gnome2-Vte-0.11: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line 32: called die)
* dev-perl/Net-ARP-1.0.9: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line 32: called die)
* dev-util/idea-community-2018.1.1.181.4445.78: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* dev-util/idea-ultimate-2018.1.1.181.4445.78: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* media-libs/glfw-3.2: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* x11-misc/tint2-0.12.11: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die)
* Cache regen failed with 1
|