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
|
{'description': {'en': 'Mart Raudsepp developer overlay'},
'feed': ['https://cgit.gentoo.org/dev/leio.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/leio.git',
'name': 'leio',
'owner': [{'email': 'leio@gentoo.org',
'name': 'Mart Raudsepp',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/leio.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/leio.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/leio.git'}],
'status': 'official'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync leio
*** syncing leio
Already up to date.
*** synced leio
* 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 leio
* dev-libs/weston-1.6.1: failed sourcing ebuild: inherit requires unknown eclass: readme.gentoo.eclass
* media-libs/gst-plugins-bad-1.4.5: failed sourcing ebuild: multilib-minimal: EAPI 5 not supported, (multilib-minimal.eclass, line 28: called die)
* media-tv/kodi-16.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 179: called die)
* net-libs/webkit-gtk-2.4.8: failed sourcing ebuild: check-reqs: EAPI=5 is not supported, (check-reqs.eclass, line 43: called die)
* x11-drivers/xf86-video-fbturbo-0.4.0: failed sourcing ebuild: inherit requires unknown eclass: xorg-2.eclass
* Cache regen failed with 1
|