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
|
{'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.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync sft
*** syncing sft
From https://github.com/SFTtech/gentoo-overlay
8f40907..09497b3 master -> origin/master
Updating 8f40907..09497b3
Fast-forward
net-im/element-desktop/Manifest | 2 +-
.../{element-desktop-1.11.66.ebuild => element-desktop-1.11.68.ebuild} | 0
net-im/element-web/Manifest | 2 +-
.../{element-web-1.11.66.ebuild => element-web-1.11.68.ebuild} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename net-im/element-desktop/{element-desktop-1.11.66.ebuild => element-desktop-1.11.68.ebuild} (100%)
rename net-im/element-web/{element-web-1.11.66.ebuild => element-web-1.11.68.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
* games-server/openage-masterserver-9999: failed sourcing ebuild: haskell-cabal: EAPI 6 not supported, (haskell-cabal.eclass, line 45: called die)
* Cache regen failed with 1
|