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
|
{'description': {'en': 'A collection of ebuilds that are missing or outdated '
'or incomplete on the Gentoo portage official '
'repository..'},
'homepage': 'https://github.com/psihozefir/sorinp-gentoo-overlay',
'name': 'sorinp',
'owner': [{'email': 'sorin.panca@gmail.com',
'name': 'Sorin Panca',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/psihozefir/sorinp-gentoo-overlay'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync sorinp
*** syncing sorinp
Already up to date.
*** synced sorinp
* 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 sorinp
* media-libs/raspberrypi-userland-bin-1.20160620: failed sourcing ebuild: vcs-snapshot: EAPI 5 not supported, (vcs-snapshot.eclass, line 47: called die)
* sys-boot/raspberrypi-firmware-1.20160620: failed sourcing ebuild: readme.gentoo-r1: EAPI 5 not supported, (readme.gentoo-r1.eclass, line 25: called die)
* sys-kernel/raspberrypi-image-4.4.13_p20160620: failed sourcing ebuild: readme.gentoo-r1: EAPI 5 not supported, (readme.gentoo-r1.eclass, line 25: called die)
* Cache regen failed with 1
|