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
28
29
30
31
|
{'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
WARNING:pkgcore:holgersson-overlay repo at '/var/lib/repo-mirror-ci/sync/holgersson-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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
* kde-apps/dolphin-18.04.3: failed sourcing ebuild: EAPI=6 is not supported
* kde-apps/dolphin-18.08.3: failed sourcing ebuild: EAPI=6 is not supported
* kde-plasma/plasma-meta-5.12.5-r1: failed sourcing ebuild: EAPI=6 is not supported
* kde-plasma/plasma-meta-5.13.5-r1: failed sourcing ebuild: EAPI=6 is not supported
* kde-plasma/plasma-meta-5.14.3-r2: failed sourcing ebuild: EAPI=6 is not supported
* sci-geosciences/josm-14289: failed sourcing ebuild: inherit requires unknown eclass: rindeal.eclass
* sci-geosciences/josm-14289-r1: failed sourcing ebuild: inherit requires unknown eclass: rindeal.eclass
* Cache regen failed with 1
|