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
|
{'description': {'en': 'My Gentoo overlay, somewhat regularly maintained'},
'feed': ['https://github.com/thinrope/pkalin/commits/master.atom'],
'homepage': 'https://github.com/thinrope/pkalin',
'name': 'pkalin',
'owner': [{'email': 'kalin@ThinRope.net',
'name': 'Kalin KOZHUHAROV',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/thinrope/pkalin.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/thinrope/pkalin.git'}],
'status': 'unofficial'}
pkgcore 0.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync pkalin
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing pkalin
Already up to date.
*** synced pkalin
* 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 pkalin
* app-forensics/ftimes-3.10.0: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* app-forensics/ftimes-3.11.0: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* app-text/FoxitReader-1.1.0-r1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* dev-embedded/arduino-bin-1.6.13: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* media-gfx/pfstools-1.8.5: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die)
* net-print/cndrvcups-common-3.10: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die)
* net-print/cndrvcups-lb-3.00: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* sci-biology/mfold_util-4.7: failed sourcing ebuild: flag-o-matic: EAPI 5 not supported, (flag-o-matic.eclass, line 15: called die)
* sci-biology/unafold-3.8-r2: failed sourcing ebuild: flag-o-matic: EAPI 5 not supported, (flag-o-matic.eclass, line 15: called die)
* sys-fs/libldm-0.2.3: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die)
* x11-themes/gnome-icon-theme-3.12.0-r1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die)
* Cache regen failed with 1
|