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
|
{'description': {'en': 'stuff'},
'feed': ['https://github.com/istitov/stuff/commits/master.atom'],
'homepage': 'https://github.com/istitov/stuff',
'name': 'stuff',
'owner': [{'email': 'iohann.s.titov@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/istitov/stuff.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync stuff
*** syncing stuff
Already up to date.
*** synced stuff
* 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 stuff
* lxde-base/lxpanelx-9999: failed sourcing ebuild: subversion: EAPI 5 is not supported, (subversion.eclass, line 19: called die)
* media-libs/adplug-2.3.1: failed sourcing ebuild: EAPI 6 unsupported (too old), (out-of-source.eclass, line 37: called die)
* media-libs/adplug-9999: failed sourcing ebuild: EAPI 6 unsupported (too old), (out-of-source.eclass, line 37: called die)
* media-libs/libjpeg-turbo-9999: failed sourcing ebuild: subversion: EAPI 5 is not supported, (subversion.eclass, line 19: called die)
* media-tv/plex-media-server-0.9.8.18.290-r1: failed sourcing ebuild: user: EAPI 5 not supported, (user.eclass, line 26: called die)
* media-tv/plex-media-server-0.9.9.5.411: failed sourcing ebuild: user: EAPI 5 not supported, (user.eclass, line 26: called die)
* media-tv/plex-media-server-0.9.9.7.429: failed sourcing ebuild: user: EAPI 5 not supported, (user.eclass, line 26: called die)
* Cache regen failed with 1
|