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.11
$ 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-arch/file-roller-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* app-dicts/gnome-dictionary-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* app-text/libgepub-0.6.0: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-base/gnome-desktop-3.34.0: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-base/nautilus-3.34.0: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-base/nautilus-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-boxes-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-color-manager-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-contacts-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-documents-3.28.2: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-documents-3.30.0: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-documents-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-power-manager-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* gnome-extra/gnome-recipes-2.0.2: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* media-gfx/gnome-font-viewer-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* media-gfx/gnome-screenshot-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* net-libs/libhttpseverywhere-0.8.0: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* sys-apps/gnome-disk-utility-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* www-client/epiphany-9999: failed sourcing ebuild: meson: EAPI 6 not supported, (meson.eclass, line 39: called die)
* Cache regen failed with 1
|