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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
{'description': {'en': "ChrisOboe's overlay"},
'feed': ['https://github.com/ChrisOboe/oboeverlay/commits/master.atom'],
'homepage': 'https://github.com/ChrisOboe/oboeverlay',
'name': 'oboeverlay',
'owner': [{'email': 'ChrisOboe@eml.cc',
'name': 'Chris Oboe',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/ChrisOboe/oboeverlay.git'},
{'type': 'git', 'uri': 'git://github.com/ChrisOboe/oboeverlay.git'},
{'type': 'git', 'uri': 'git@github.com:ChrisOboe/oboeverlay.git'}],
'status': 'unofficial'}
$ pmaint sync oboeverlay
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
*** syncing oboeverlay
*** synced oboeverlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 oboeverlay
* app-misc/kak-lsp-5.2.1: failed sourcing ebuild: Unsupported EAPI=6 (too old) for cargo
* app-misc/kak-lsp-6.0.0: failed sourcing ebuild: Unsupported EAPI=6 (too old) for cargo
* app-misc/kak-lsp-6.2.1: failed sourcing ebuild: Unsupported EAPI=6 (too old) for cargo
* dev-python/audioread-2.1.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/falcon-1.0.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/falcon-1.1.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/h11-0.7.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/i3ipc-1.3.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/i3ipc-1.5.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/mediasort-0.7.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/mediasort-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/munkres-1.0.9: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyacoustid-1.1.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/tmdbsimple-1.4.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/tmdbsimple-1.4.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/tmdbsimple-1.7.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/tmdbsimple-1.10.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/update-checker-0.15: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/urwid-2.0.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/wsproto-0.11.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-sound/beets-1.4.3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-sound/beets-1.4.5: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-sound/beets-1.4.6: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-sound/beets-1.4.7: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-video/cmediasort-0.7.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-video/cmediasort-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* sys-auth/libpam-pwdfile-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|