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
|
{'description': {'en': 'Overlay for scientific software and desktop '
'minimalism'},
'feed': ['https://github.com/TheChymera/overlay/commits/master.atom'],
'homepage': 'https://github.com/TheChymera/overlay',
'name': 'chymeric',
'owner': [{'email': 'gentoo@chymera.eu',
'name': 'Horea Christian',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/TheChymera/overlay.git'},
{'type': 'git', 'uri': 'git://github.com/TheChymera/overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/TheChymera/overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync chymeric
WARNING:pkgcore:XaetaCore repo at '/var/lib/repo-mirror-ci/sync/XaetaCore', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing chymeric
Already up to date.
*** synced chymeric
* 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 chymeric
* app-misc/mkusers-9999: failed sourcing ebuild: git-r3: EAPI 6 not supported, (git-r3.eclass, line 30: called die)
* app-misc/python-dice-3.1.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 167: called die)
* dev-python/pypubsub-4.0.3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 167: called die)
* sci-libs/cosgen-9999: failed sourcing ebuild: distutils-r1: EAPI 6 not supported, (distutils-r1.eclass, line 49: called die)
* Cache regen failed with 1
|