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
42
43
44
|
{'description': {'en': 'experimental gnome ebuilds'},
'feed': ['https://cgit.gentoo.org/proj/gnome.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/gnome.git/',
'name': 'gnome',
'owner': [{'email': 'gnome@gentoo.org',
'name': 'GNOME team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/gnome.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/gnome.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/gnome.git'}],
'status': 'official'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gnome
*** syncing gnome
Already up to date.
*** synced gnome
* 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 gnome
* app-accessibility/at-spi2-atk-9999: failed sourcing ebuild: virtualx.eclass: EAPI 5 is too old., (virtualx.eclass, line 13: called die)
* app-crypt/libsecret-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-any-r1, (python-any-r1.eclass, line 41: called die)
* app-emulation/libvirt-glib-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-single-r1, (python-single-r1.eclass, line 41: called die)
* app-office/planner-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-single-r1, (python-single-r1.eclass, line 41: called die)
* app-text/libgxps-9999: failed sourcing ebuild: EAPI=4 is not supported, (gnome2-utils.eclass, line 25: called die)
* dev-libs/glib-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* dev-libs/gobject-introspection-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* dev-python/pyatspi-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* dev-util/gdbus-codegen-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 158: called die)
* gnome-base/gnome-keyring-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-any-r1, (python-any-r1.eclass, line 41: called die)
* gnome-extra/evolution-groupwise-9999: failed sourcing ebuild: flag-o-matic.eclass: EAPI 4 is too old., (flag-o-matic.eclass, line 14: called die)
* gnome-extra/libgda-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-single-r1, (python-single-r1.eclass, line 41: called die)
* media-libs/cogl-9999: failed sourcing ebuild: virtualx.eclass: EAPI 5 is too old., (virtualx.eclass, line 13: called die)
* media-libs/mash-9999: failed sourcing ebuild: EAPI=4 is not supported, (gnome2-utils.eclass, line 25: called die)
* net-im/empathy-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-any-r1, (python-any-r1.eclass, line 41: called die)
* net-libs/gtk-vnc-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-r1, (python-r1.eclass, line 34: called die)
* net-libs/rest-9999: failed sourcing ebuild: virtualx.eclass: EAPI 5 is too old., (virtualx.eclass, line 13: called die)
* net-misc/spice-gtk-9999: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-single-r1, (python-single-r1.eclass, line 41: called die)
* x11-libs/gtksourceview-9999: failed sourcing ebuild: virtualx.eclass: EAPI 5 is too old., (virtualx.eclass, line 13: called die)
* Cache regen failed with 1
|