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
|
{'description': {'en': 'Java overlay'},
'feed': ['https://cgit.gentoo.org/proj/java.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/java.git/',
'name': 'java',
'owner': [{'email': 'java@gentoo.org',
'name': 'Gentoo Java team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/java.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/java.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/java.git'}],
'status': 'official'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync java
*** syncing java
Already up to date.
*** synced java
* 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 java
* dev-java/cacao-1.6.0-r4: failed sourcing ebuild: java-vm-2: EAPI 6 not supported, (java-vm-2.eclass, line 15: called die)
* dev-java/gcj-jdk-5.4.0-r1: failed sourcing ebuild: java-vm-2: EAPI 6 not supported, (java-vm-2.eclass, line 15: called die)
* dev-java/jamvm-2.0.0-r1: failed sourcing ebuild: java-vm-2: EAPI 6 not supported, (java-vm-2.eclass, line 15: called die)
* Cache regen failed with 1
|