1 | {'description': {'en': 'This is roslin, my small overlay. Enjoy! (:'},
|
2 | 'homepage': 'https://gitlab.com/roslin-uberlay/roslin',
|
3 | 'name': 'roslin',
|
4 | 'owner': [{'email': 'szarpaj@grubelek.pl',
|
5 | 'name': 'Piotr Szymaniak',
|
6 | 'type': 'person'},
|
7 | {'email': 'mziab@o2.pl',
|
8 | 'name': 'Michał Ziąbkowski',
|
9 | 'type': 'person'}],
|
10 | 'quality': 'experimental',
|
11 | 'source': [{'type': 'git',
|
12 | 'uri': 'https://gitlab.com/roslin-uberlay/roslin.git'}],
|
13 | 'status': 'unofficial'}
|
14 | $ pmaint sync roslin
|
15 | *** syncing roslin
|
16 | warning: Pulling without specifying how to reconcile divergent branches is
|
17 | discouraged. You can squelch this message by running one of the following
|
18 | commands sometime before your next pull:
|
19 |
|
20 | git config pull.rebase false # merge (the default strategy)
|
21 | git config pull.rebase true # rebase
|
22 | git config pull.ff only # fast-forward only
|
23 |
|
24 | You can replace "git config" with "git config --global" to set a default
|
25 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
26 | or --ff-only on the command line to override the configured default per
|
27 | invocation.
|
28 |
|
29 | Already up to date.
|
30 | *** synced roslin
|
31 | * Sync succeeded
|
32 | $ git log --format=%ci -1
|
33 | $ git show -q --pretty=format:%G? HEAD
|
34 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 roslin
|
35 | * games-arcade/sdl-ball-1.0: failed sourcing ebuild: flag-o-matic.eclass: EAPI 2 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
36 | * games-arcade/sdl-ball-1.01: failed sourcing ebuild: flag-o-matic.eclass: EAPI 2 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
37 | * games-fps/joequake-0.15_beta1862: failed sourcing ebuild: flag-o-matic.eclass: EAPI 0 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
38 | * games-fps/kmquake2-0.19.2-r1: failed sourcing ebuild: flag-o-matic.eclass: EAPI 2 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
39 | * games-fps/qrack-1.60.1: failed sourcing ebuild: flag-o-matic.eclass: EAPI 0 is too old., (flag-o-matic.eclass, line 14: called die)
| [FATAL] |
40 | * net-libs/ntrack-0.16: failed sourcing ebuild: autotools: EAPI 4 not supported, (autotools.eclass, line 35: called die)
| [FATAL] |
41 | * net-libs/ntrack-0.16-r1: failed sourcing ebuild: autotools: EAPI 4 not supported, (autotools.eclass, line 35: called die)
| [FATAL] |
42 | * net-libs/ntrack-0.16-r2: failed sourcing ebuild: autotools: EAPI 4 not supported, (autotools.eclass, line 35: called die)
| [FATAL] |
43 | * Cache regen failed with 1
|