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
|
{'description': {'en': 'Community effort at packaging Eclipse Java SDK'},
'feed': ['https://github.com/gentoo/eclipse-overlay/commits/master.atom'],
'homepage': 'https://github.com/gentoo/eclipse-overlay',
'name': 'eclipse',
'owner': [{'email': 'eclipse@gentoo.org',
'name': 'Eclipse team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/gentoo/eclipse-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:gentoo/eclipse-overlay.git'}],
'status': 'official'}
pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync eclipse
WARNING:pkgcore:tex-overlay repo at '/var/lib/repo-mirror-ci/sync/tex-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:cosmicmod-overlay repo at '/var/lib/repo-mirror-ci/sync/cosmicmod-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing eclipse
Already up to date.
*** synced eclipse
* 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 eclipse
* dev-java/commons-io-2.2: failed sourcing ebuild: java-pkg-2: EAPI 5 not supported, (java-pkg-2.eclass, line 18: called die)
* dev-java/w3c-dom-events-3.0.0: failed sourcing ebuild: java-pkg-2: EAPI 5 not supported, (java-pkg-2.eclass, line 18: called die)
* dev-java/w3c-dom-smil-1.0.1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 18: called die)
* dev-java/w3c-dom-svg-1.1.0: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 18: called die)
* dev-java/xz-java-1.3: failed sourcing ebuild: java-pkg-2: EAPI 5 not supported, (java-pkg-2.eclass, line 18: called die)
* dev-util/eclipse-sdk-bin-4.5.0-r4: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 18: called die)
* dev-util/eclipse-sdk-bin-4.5.1: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 18: called die)
* dev-util/eclipse-sdk-bin-4.5.2-r2: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 18: called die)
* Cache regen failed with 1
|