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
|
{'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
* dev-util/bindiff-4.2.0: failed sourcing ebuild: unpacker: EAPI 6 not supported, (unpacker.eclass, line 20: called die)
* dev-util/movfuscator-9999-r2: failed sourcing ebuild: git-r3: EAPI 6 not supported, (git-r3.eclass, line 30: called die)
* net-misc/bash-onedrive-upload-9999: failed sourcing ebuild: git-r3: EAPI 6 not supported, (git-r3.eclass, line 30: called die)
* net-misc/gdrive-2.1.0: failed sourcing ebuild: golang-build: EAPI 6 not supported, (golang-build.eclass, line 17: called die)
* sys-devel/osxcross-0.14: failed sourcing ebuild: git-r3: EAPI 6 not supported, (git-r3.eclass, line 30: called die)
* sys-devel/osxcross-0.15: failed sourcing ebuild: git-r3: EAPI 6 not supported, (git-r3.eclass, line 30: called die)
* Cache regen failed with 1
|