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
32
33
|
{'description': {'en': 'Personal overlay with ebuilds that were missing at one '
'point or another'},
'feed': ['https://github.com/ananace/overlay/commits/master.atom'],
'homepage': 'https://github.com/ananace/overlay',
'name': 'ace',
'owner': [{'email': 'ace@haxalot.com',
'name': 'Alexander Olofsson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/ananace/overlay.git'},
{'type': 'git', 'uri': 'git@github.com:ananace/overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ace
*** syncing ace
From https://github.com/ananace/overlay
397726c..b0d8a80 master -> origin/master
Updating 397726c..b0d8a80
Fast-forward
games-util/opentrack/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
*** synced ace
* 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 ace
* dev-util/premake-5.0.0_alpha14: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* games-simulation/knossos-0.14.3-r3: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* net-misc/pulseaudio-module-xrdp-0.4: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* x11-misc/nvidia-xrun-9999: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* x11-misc/nvidia-xrun-pm-9999: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* Cache regen failed with 1
|