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
34
35
36
|
{'description': {'en': 'Personal Gentoo overlay. I intend to maintain ebuild '
'for packages that I personaly use.'},
'feed': ['https://gitlab.com/Xoores/gentoo-overlay/-/commits/main?format=atom',
'https://github.com/xoores/gentoo-overlay/commits/main.atom'],
'homepage': 'https://github.com/xoores/gentoo-overlay',
'name': 'xoores',
'owner': [{'email': 'gentoo-bugs@xoores.cz',
'name': 'Xoores',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com:Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'https://github.com/xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:xoores/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync xoores
*** syncing xoores
Already up to date.
*** synced xoores
* 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 xoores
* app-misc/chameleonultragui-9999: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* dev-util/ghidra-bin-10.0.2: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* media-video/lightworks-2022.2-r1: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* net-misc/netproc-0.6.2: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* x11-misc/xsecurelock-1.8.0: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* x11-misc/xsecurelock-1.9.0: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* Cache regen failed with 1
|