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
|
{'description': {'en': 'gentoo-overlay from hossie'},
'feed': ['https://github.com/daugustin/gentoo-overlay/commits/master.atom'],
'homepage': 'https://wiki.hossie.de/projekte:gentoo-overlay',
'name': 'hossie',
'owner': [{'email': 'hossie@hossie.de',
'name': 'Daniel Augustin',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/daugustin/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/daugustin/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync hossie
*** syncing hossie
From https://github.com/daugustin/gentoo-overlay
00c2d01..b309eac master -> origin/master
Updating 00c2d01..b309eac
Fast-forward
media-gfx/orcaslicer-bin/Manifest | 5 ++
media-gfx/orcaslicer-bin/files/orcaslicer | 4 ++
.../orcaslicer-bin/orcaslicer-bin-2.1.1.ebuild | 64 ++++++++++++++++++++++
.../orcaslicer-bin/orcaslicer-bin-2.2.0.ebuild | 63 +++++++++++++++++++++
4 files changed, 136 insertions(+)
create mode 100644 media-gfx/orcaslicer-bin/Manifest
create mode 100644 media-gfx/orcaslicer-bin/files/orcaslicer
create mode 100644 media-gfx/orcaslicer-bin/orcaslicer-bin-2.1.1.ebuild
create mode 100644 media-gfx/orcaslicer-bin/orcaslicer-bin-2.2.0.ebuild
*** synced hossie
* 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 hossie
* games-util/itch-23.6.1: failed sourcing ebuild: multilib: EAPI 6 not supported, (multilib.eclass, line 17: called die)
* media-sound/ponymix-5: failed sourcing ebuild: toolchain-funcs: EAPI 6 not supported, (toolchain-funcs.eclass, line 21: called die)
* net-misc/asbru-cm-5.0.0: failed sourcing ebuild: toolchain-funcs: EAPI 6 not supported, (toolchain-funcs.eclass, line 21: called die)
* Cache regen failed with 1
|