1 | {'description': {'en': 'rust modules and tools'},
|
2 | 'feed': ['https://github.com/gentoo/gentoo-rust/commits/master.atom'],
|
3 | 'homepage': 'https://github.com/gentoo/gentoo-rust',
|
4 | 'name': 'rust',
|
5 | 'owner': [{'email': 'rust@gentoo.org',
|
6 | 'name': 'Rust Team',
|
7 | 'type': 'project'}],
|
8 | 'quality': 'experimental',
|
9 | 'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/gentoo-rust.git'},
|
10 | {'type': 'git', 'uri': 'git://github.com/gentoo/gentoo-rust.git'},
|
11 | {'type': 'git', 'uri': 'git@github.com:gentoo/gentoo-rust.git'}],
|
12 | 'status': 'unofficial'}
|
13 | pkgcore 0.11.2 -- extended version info unavailable
|
14 |
|
15 | $ pmaint sync rust
|
16 | *** syncing rust
|
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 rust
|
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 rust
|
36 | * app-emacs/rust-mode-9999: failed sourcing ebuild: elisp: EAPI 5 not supported, (elisp.eclass, line 68: called die)
| [FATAL] |
37 | * app-vim/rust-mode-9999: failed sourcing ebuild: EAPI 5 unsupported (too old), (vim-plugin.eclass, line 17: called die)
| [FATAL] |
38 | * app-vim/vim-racer-9999: failed sourcing ebuild: EAPI 5 unsupported (too old), (vim-plugin.eclass, line 17: called die)
| [FATAL] |
39 | * Cache regen failed with 1
|