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': "Scott Alfter's ebuilds"},
'homepage': 'https://gitlab.com/salfter/portage',
'name': 'salfter',
'owner': [{'email': 'scott@alfter.us',
'name': 'Scott Alfter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/salfter/portage.git'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync salfter
*** syncing salfter
From https://gitlab.com/salfter/portage
44f04c4..6da4c2f master -> origin/master
Updating 44f04c4..6da4c2f
Fast-forward
app-editors/vscodium-bin/Manifest | 8 ++++----
...vscodium-bin-1.56.2.ebuild => vscodium-bin-1.57.0.ebuild} | 0
sci-electronics/nextpnr/Manifest | 5 ++---
...xtpnr-0.0.20210602.ebuild => nextpnr-0.0.20210614.ebuild} | 12 ++++++------
sci-electronics/yosys/Manifest | 4 ++--
..._alpha20210601.ebuild => yosys-0.10_alpha20210614.ebuild} | 4 ++--
6 files changed, 16 insertions(+), 17 deletions(-)
rename app-editors/vscodium-bin/{vscodium-bin-1.56.2.ebuild => vscodium-bin-1.57.0.ebuild} (100%)
rename sci-electronics/nextpnr/{nextpnr-0.0.20210602.ebuild => nextpnr-0.0.20210614.ebuild} (74%)
rename sci-electronics/yosys/{yosys-0.10_alpha20210601.ebuild => yosys-0.10_alpha20210614.ebuild} (86%)
*** synced salfter
* 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 salfter
* media-gfx/CQ-editor-0.0_alpha20191117: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* sys-block/targetcli-fb-2.1.51: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* Cache regen failed with 1
|