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
37
38
39
40
41
|
{'description': {'en': 'SFT Technologies gentoo overlay'},
'feed': ['https://github.com/SFTtech/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/SFTtech/gentoo-overlay',
'name': 'sft',
'owner': [{'email': 'jj@stusta.net',
'name': 'Jonas Jelten',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/SFTtech/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/SFTtech/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync sft
*** syncing sft
From https://github.com/SFTtech/gentoo-overlay
152fb23..5c42fe0 master -> origin/master
Updating 152fb23..5c42fe0
Fast-forward
net-im/element-desktop/Manifest | 2 +-
.../{element-desktop-1.11.19.ebuild => element-desktop-1.11.20.ebuild} | 0
net-im/element-web/Manifest | 2 +-
.../{element-web-1.11.19.ebuild => element-web-1.11.20.ebuild} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename net-im/element-desktop/{element-desktop-1.11.19.ebuild => element-desktop-1.11.20.ebuild} (100%)
rename net-im/element-web/{element-web-1.11.19.ebuild => element-web-1.11.20.ebuild} (100%)
*** synced sft
* 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 sft
* dev-util/bear-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* dev-util/kevin-0.7: failed sourcing ebuild: EAPI=6 not supported, (distutils-r1.eclass, line 49: called die)
* dev-util/kevin-9999: failed sourcing ebuild: EAPI=6 not supported, (distutils-r1.eclass, line 49: called die)
* games-strategy/openage-9999: failed sourcing ebuild: inherit requires unknown eclass: cmake-utils.eclass
* media-video/videoscreen-1.2: failed sourcing ebuild: EAPI=6 not supported, (distutils-r1.eclass, line 49: called die)
* net-dns/sftdyn-0.10: failed sourcing ebuild: EAPI=6 not supported, (distutils-r1.eclass, line 49: called die)
* net-dns/sftdyn-9999: failed sourcing ebuild: EAPI=6 not supported, (distutils-r1.eclass, line 49: called die)
* Cache regen failed with 1
|