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
|
{'description': {'en': 'Misc ebuilds by Luke-Jr'},
'homepage': 'http://luke.dashjr.org',
'name': 'luke-jr',
'owner': [{'email': 'luke-jr+gentoobugs@utopios.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://scm.dashjr.org/scmroot/git/portage-overlays/luke-jr'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync luke-jr
*** syncing luke-jr
Already up to date.
*** synced luke-jr
* 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 luke-jr
* app-misc/adbren-3-r1: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-misc/adbren-4: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-misc/adbren-6.0.0.2010.03.13: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-misc/adbren-anidb-0.3_pre400: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-text/prince-6.0_p3: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-text/prince-6.0_p5: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* app-text/prince-6.0_p6: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* media-libs/glew-1.5.8: failed sourcing ebuild: multilib: EAPI 4 not supported, (multilib.eclass, line 14: called die)
* net-misc/gammamoo-1.8.2.4: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* sys-libs/labjackusb-u3-driver-0.0.2008.08.11: failed sourcing ebuild: linux-mod: EAPI 2 not supported, (linux-mod.eclass, line 140: called die)
* sys-libs/labjackusb-ue9-driver-0.0.2008.08.11: failed sourcing ebuild: linux-mod: EAPI 2 not supported, (linux-mod.eclass, line 140: called die)
* sys-libs/liblabjackusb-2.0.1: failed sourcing ebuild: multilib: EAPI 2 not supported, (multilib.eclass, line 14: called die)
* sys-libs/pdcurses-3.4-r3: failed sourcing ebuild: eutils is banned in EAPI 4, (eutils.eclass, line 32: called die)
* sys-libs/pdcurses-3.4-r4: failed sourcing ebuild: eutils is banned in EAPI 4, (eutils.eclass, line 32: called die)
* sys-libs/pdcurses-3.4-r5: failed sourcing ebuild: eutils is banned in EAPI 4, (eutils.eclass, line 32: called die)
* sys-libs/pthreads-win32-2.9.1: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* sys-libs/pthreads-win32-9999: failed sourcing ebuild: eutils is banned in EAPI 0, (eutils.eclass, line 32: called die)
* Cache regen failed with 1
|