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
|
{'description': {'en': "AstroFloyd's Gentoo overlay"},
'feed': ['https://cgit.gentoo.org/user/AstroFloyd.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/AstroFloyd.git/',
'name': 'AstroFloyd',
'owner': [{'email': 'AstroFloyd@gmail.com',
'name': 'AstroFloyd',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/AstroFloyd.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/user/AstroFloyd.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/AstroFloyd.git'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync AstroFloyd
*** syncing AstroFloyd
Already up to date.
*** synced AstroFloyd
* 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 AstroFloyd
* dev-libs/intel-common-13.1.5.192: failed sourcing ebuild: check-reqs: EAPI=5 is not supported, (check-reqs.eclass, line 43: called die)
* dev-libs/intel-common-14.0.3.174: failed sourcing ebuild: check-reqs: EAPI=5 is not supported, (check-reqs.eclass, line 43: called die)
* dev-libs/intel-common-15.0.6.233: failed sourcing ebuild: check-reqs: EAPI=5 is not supported, (check-reqs.eclass, line 43: called die)
* Cache regen failed with 1
|