1 | {'description': {'en': 'Java overlay'},
|
2 | 'feed': ['https://cgit.gentoo.org/proj/java.git/atom/'],
|
3 | 'homepage': 'https://cgit.gentoo.org/proj/java.git/',
|
4 | 'name': 'java',
|
5 | 'owner': [{'email': 'java@gentoo.org',
|
6 | 'name': 'Gentoo Java team',
|
7 | 'type': 'project'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git',
|
10 | 'uri': 'https://anongit.gentoo.org/git/proj/java.git'},
|
11 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/java.git'},
|
12 | {'type': 'git',
|
13 | 'uri': 'git+ssh://git@git.gentoo.org/proj/java.git'}],
|
14 | 'status': 'official'}
|
15 | $ pmaint sync java
|
16 | *** syncing java
|
17 | warning: Pulling without specifying how to reconcile divergent branches is
|
18 | discouraged. You can squelch this message by running one of the following
|
19 | commands sometime before your next pull:
|
20 |
|
21 | git config pull.rebase false # merge (the default strategy)
|
22 | git config pull.rebase true # rebase
|
23 | git config pull.ff only # fast-forward only
|
24 |
|
25 | You can replace "git config" with "git config --global" to set a default
|
26 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
27 | or --ff-only on the command line to override the configured default per
|
28 | invocation.
|
29 |
|
30 | Already up to date.
|
31 | *** synced java
|
32 | * Sync succeeded
|
33 | $ git log --format=%ci -1
|
34 | $ git show -q --pretty=format:%G? HEAD
|
35 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 java
|
36 | * dev-python/antlr-python-3.1.3-r2: failed sourcing ebuild: Unsupported EAPI=5 (too old) for distutils-r1, (distutils-r1.eclass, line 48: called die)
| [FATAL] |
37 | * games-action/minecraft-1.2.1-r5: failed sourcing ebuild: Unsupported EAPI=5 (too old) for python-r1, (python-r1.eclass, line 34: called die)
| [FATAL] |
38 | * media-sound/tuxguitar-1.1-r1: failed sourcing ebuild: flag-o-matic.eclass: EAPI 2 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
39 | * Cache regen failed with 1
|