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': 'Fixes and new unstable packages'},
'feed': ['https://cgit.gentoo.org/user/displacer.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/displacer.git/',
'name': 'displacer',
'owner': [{'email': 'disinbox@gmail.com',
'name': 'Igor Ulyanov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/displacer.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/user/displacer.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/displacer.git'}],
'status': 'unofficial'}
$ pmaint sync displacer
Already up to date.
*** syncing displacer
*** synced displacer
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 displacer
* app-laptop/zenbook-als-0_p20140502: failed sourcing ebuild: qmake-utils.eclass: unsupported EAPI=5
* app-laptop/zenbook-als-9999: failed sourcing ebuild: qmake-utils.eclass: unsupported EAPI=5
* Cache regen failed with 1
|