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
|
{'description': {'en': 'Collection of various ebuilds'},
'feed': ['https://github.com/jollheef/jollheef-overlay/commits/master.atom'],
'homepage': 'https://github.com/jollheef/jollheef-overlay',
'name': 'jollheef-overlay',
'owner': [{'email': 'jollheef@riseup.net',
'name': 'Mikhail Klementyev',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/jollheef/jollheef-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/jollheef/jollheef-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:jollheef/jollheef-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync jollheef-overlay
Already up to date.
*** syncing jollheef-overlay
*** synced jollheef-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 jollheef-overlay
* app-misc/battery-watcher-daemon-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* net-im/signal-cli-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* net-print/kyocera-filters-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|