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': 'Desktop oriented overlay for various ebuilds and the '
'occasional gamer'},
'feed': ['https://github.com/stefan-gr/abendbrot/commits/master.atom'],
'homepage': 'https://github.com/stefan-gr/abendbrot',
'name': 'abendbrot',
'owner': [{'email': 'stefan.gert.r@gmail.com',
'name': 'Stefan Reuter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/stefan-gr/abendbrot.git'},
{'type': 'git', 'uri': 'git://github.com/stefan-gr/abendbrot.git'},
{'type': 'git', 'uri': 'git@github.com:stefan-gr/abendbrot.git'}],
'status': 'unofficial'}
$ pmaint sync abendbrot
Already up to date.
*** syncing abendbrot
*** synced abendbrot
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 abendbrot
* kde-plasma/playbar2-2.5: failed sourcing ebuild: external commands disallowed during metadata regen: 'ver_cut 1-3'
* x11-themes/styleproject-9999: failed sourcing ebuild: EAPI=6 is not supported
* Cache regen failed with 1
|