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': 'Gentoo MATE Desktop Project Repo'},
'feed': ['https://cgit.gentoo.org/proj/gentoo-mate.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:MATE',
'name': 'gentoo-mate',
'owner': [{'email': 'mate@gentoo.org',
'name': 'MATE Desktop Project',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/gentoo-mate.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/proj/gentoo-mate.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/gentoo-mate.git'}],
'status': 'official'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo-mate
WARNING:pkgcore:fragtoo repo at '/var/lib/repo-mirror-ci/sync/fragtoo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo-mate
Already up to date.
*** synced gentoo-mate
* 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 gentoo-mate
* app-arch/engrampa-1.24.1: failed sourcing ebuild: optfeature: EAPI=6 is not supported, (optfeature.eclass, line 12: called die)
* app-editors/pluma-1.24.1: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* app-editors/pluma-1.24.2: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* app-editors/pluma-9999: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* app-text/atril-1.24.0-r2: failed sourcing ebuild: python-any-r1: EAPI 6 not supported, (python-any-r1.eclass, line 43: called die)
* app-text/atril-1.24.1: failed sourcing ebuild: python-any-r1: EAPI 6 not supported, (python-any-r1.eclass, line 43: called die)
* app-text/atril-9999: failed sourcing ebuild: python-any-r1: EAPI 6 not supported, (python-any-r1.eclass, line 43: called die)
* dev-python/python-caja-1.24.0-r2: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* dev-python/python-caja-9999: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* mate-extra/caja-dropbox-1.24.0-r1: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* mate-extra/caja-dropbox-9999: failed sourcing ebuild: python-single-r1: EAPI 6 not supported, (python-single-r1.eclass, line 42: called die)
* x11-misc/mozo-1.24.0-r1: failed sourcing ebuild: python-r1: EAPI 6 not supported, (python-r1.eclass, line 35: called die)
* x11-misc/mozo-1.24.1: failed sourcing ebuild: python-r1: EAPI 6 not supported, (python-r1.eclass, line 35: called die)
* x11-misc/mozo-9999: failed sourcing ebuild: python-r1: EAPI 6 not supported, (python-r1.eclass, line 35: called die)
* Cache regen failed with 1
|