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': 'Personal overlay with more or less random ebuilds'},
'homepage': 'https://github.com/Jannis234/jm-overlay',
'name': 'jm-overlay',
'owner': [{'email': 'jannis@ctrl-c.xyz',
'name': 'Jannis234',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Jannis234/jm-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Jannis234/jm-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync jm-overlay
*** syncing jm-overlay
Already up to date.
*** synced jm-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 jm-overlay
* app-misc/msi-rgb-9999: failed sourcing ebuild: cargo: EAPI 7 not supported, (cargo.eclass, line 15: called die)
* media-video/timelens-0.1.1: failed sourcing ebuild: cargo: EAPI 7 not supported, (cargo.eclass, line 15: called die)
* Cache regen failed with 1
|