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
|
{'description': {'en': 'The playground of gekis hacking on Gentoo Linux distribution.'},
'homepage': 'https://github.com/geki-yaba/gekis-playground',
'name': 'geki',
'owner': [{'email': 'h.mth@web.de'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/geki-yaba/gekis-playground.git'}],
'status': 'unofficial'}
$ pmaint sync geki
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Already up-to-date.
*** syncing geki
*** synced geki
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 geki
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
!!! caught exception Metadata Exception: pkg ebuild src: app-office/libreoffice-5.0.5.2, attr eapi
error: parsed eapi '5' doesn't match sourced eapi '6' while processing ebuild src: app-office/libreoffice-5.0.5.2
!!! caught exception Metadata Exception: pkg ebuild src: app-office/libreoffice-5.1.1.3, attr eapi
error: parsed eapi '5' doesn't match sourced eapi '6' while processing ebuild src: app-office/libreoffice-5.1.1.3
caught exception '%s' while processing '%s'(MetadataException("Metadata Exception: pkg ebuild src: app-office/libreoffice-5.0.5.2, attr description\nerror: Metadata Exception: pkg ebuild src: app-office/libreoffice-5.0.5.2, attr data\nerror: Metadata Exception: pkg ebuild src: app-office/libreoffice-5.0.5.2, attr eapi\nerror: parsed eapi '5' doesn't match sourced eapi '6'",), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-office/libreoffice-5.0.5.2' @0x7f6f0fa64a50>)
caught exception '%s' while processing '%s'(MetadataException("Metadata Exception: pkg ebuild src: app-office/libreoffice-5.1.1.3, attr description\nerror: Metadata Exception: pkg ebuild src: app-office/libreoffice-5.1.1.3, attr data\nerror: Metadata Exception: pkg ebuild src: app-office/libreoffice-5.1.1.3, attr eapi\nerror: parsed eapi '5' doesn't match sourced eapi '6'",), <<class 'pkgcore.ebuild.ebuild_src.package'> cpv='app-office/libreoffice-5.1.1.3' @0x7f6f0fa64b90>)
* Cache regen failed with 1
|