blob: 7ad83f8e77e87c13eba038b661661079838a8421 (
plain)
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': 'assorted ebuilds designed to solve bugs, or bring new '
'features'},
'feed': ['https://github.com/prototype99/prototype99/commits/master.atom'],
'homepage': 'https://github.com/prototype99/prototype99',
'name': 'prototype99',
'owner': [{'email': 'sophietheopossum@yandex.ru',
'name': 'Seirra Blake',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/prototype99/prototype99.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/prototype99/prototype99.git'}],
'status': 'unofficial'}
$ pmaint sync prototype99
Already up to date.
*** syncing prototype99
*** synced prototype99
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 prototype99
* mail-client/thunderbird-60.6.1: failed sourcing ebuild: inherit requires unknown eclass: mozconfig-v6.60.eclass
* www-client/firefox-61.0.1-r2: failed sourcing ebuild: inherit requires unknown eclass: mozconfig-v6.60.eclass
* www-client/firefox-61.0.2-r1: failed sourcing ebuild: inherit requires unknown eclass: mozconfig-v6.60.eclass
* Cache regen failed with 1
|