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
|
{'description': {'en': 'Gentoo repository made by ssnb'},
'feed': ['https://cgit.gentoo.org/repo/user/ssnb.git/atom/'],
'homepage': 'https://cgit.gentoo.org/repo/user/ssnb.git/',
'name': 'ssnb',
'owner': [{'email': 'samuelbernardo.mail@gmail.com',
'name': 'Samuel Bernardo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/user/ssnb.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/user/ssnb'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/user/ssnb.git'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ssnb
*** syncing ssnb
Already up to date.
*** synced ssnb
* 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 ssnb
* app-office/yed-3.16.2.1: failed sourcing ebuild: eutils: EAPI 2 not supported, (eutils.eclass, line 32: called die)
* dev-java/nexus-oss-bin-3.7.0: failed sourcing ebuild: eutils: EAPI 4 not supported, (eutils.eclass, line 32: called die)
* dev-java/nexus-oss-bin-3.14.0: failed sourcing ebuild: eutils: EAPI 4 not supported, (eutils.eclass, line 32: called die)
* dev-java/nexus-oss-bin-3.14.0-r1: failed sourcing ebuild: eutils: EAPI 4 not supported, (eutils.eclass, line 32: called die)
* sys-block/partclone-0.2.88: failed sourcing ebuild: eutils: EAPI 4 not supported, (eutils.eclass, line 32: called die)
* www-client/google-chrome-57.0.2987.133: failed sourcing ebuild: EAPI=6 is not supported, (chromium-2.eclass, line 14: called die)
* www-client/opera-developer-57.0.3072.0-r1: failed sourcing ebuild: EAPI=5 is not supported, (chromium-2.eclass, line 14: called die)
* Cache regen failed with 1
|