1 | {'description': {'en': "misc ebuilds that aren't in the main tree"},
|
2 | 'homepage': 'https://cgit.gentoo.org/user/haarp.git/',
|
3 | 'name': 'haarp',
|
4 | 'owner': [{'email': 'main.haarp@gmail.com',
|
5 | 'name': 'haarp',
|
6 | 'type': 'person'}],
|
7 | 'quality': 'experimental',
|
8 | 'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/haarp.git'}],
|
9 | 'status': 'unofficial'}
|
10 | $ pmaint sync haarp
|
11 | warning: Pulling without specifying how to reconcile divergent branches is
|
12 | discouraged. You can squelch this message by running one of the following
|
13 | commands sometime before your next pull:
|
14 |
|
15 | git config pull.rebase false # merge (the default strategy)
|
16 | git config pull.rebase true # rebase
|
17 | git config pull.ff only # fast-forward only
|
18 |
|
19 | You can replace "git config" with "git config --global" to set a default
|
20 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
21 | or --ff-only on the command line to override the configured default per
|
22 | invocation.
|
23 |
|
24 | Already up to date.
|
25 | *** syncing haarp
|
26 | *** synced haarp
|
27 | * Sync succeeded
|
28 | $ git log --format=%ci -1
|
29 | $ git show -q --pretty=format:%G? HEAD
|
30 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 haarp
|
31 | * app-editors/gedit-3.10.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
| [FATAL] |
32 | * app-editors/gedit-plugins-3.10.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
| [FATAL] |
33 | * x11-terms/roxterm-3.3.2-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
| [FATAL] |
34 | * Cache regen failed with 1
|